Trace number 4085798

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)-13 1800.07 1791.15

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_1.opb
MD5SUMfd0cd32338d58e5da2d0a0f96e14ad7d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
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 -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

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-4085798-1465260511.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.75/0.40	c ... done. Wall clock time 0.289s.
0.75/0.40	c declared #vars     200
0.75/0.40	c internal #vars     3238
0.75/0.40	c #constraints  6378
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3038
0.75/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.75/0.40	c 6378 constraints processed.
0.75/0.40	c objective function length is 100 literals
1.34/0.66	c SATISFIABLE
1.34/0.66	c OPTIMIZING...
1.34/0.66	c Got one! Elapsed wall clock time (in seconds):0.546
1.34/0.66	o -8
1.34/0.68	c Got one! Elapsed wall clock time (in seconds):0.569
1.34/0.68	o -9
2.09/1.23	c cleaning 2637 clauses out of 5274 with flag 13177/5274
2.78/1.85	c cleaning 4321 clauses out of 8641 with flag 27417/11278
3.68/2.71	c cleaning 5656 clauses out of 11312 with flag 45095/18270
4.49/3.51	c cleaning 6821 clauses out of 13662 with flag 63930/26276
5.22/4.24	c cleaning 7917 clauses out of 15833 with flag 88556/35268
5.92/4.98	c cleaning 8958 clauses out of 17916 with flag 121171/45268
6.82/5.86	c cleaning 9979 clauses out of 19958 with flag 155186/56268
7.92/6.93	c cleaning 10974 clauses out of 21979 with flag 195776/68268
9.41/8.43	c cleaning 12000 clauses out of 24014 with flag 246750/81277
12.02/11.10	c cleaning 13011 clauses out of 26021 with flag 282134/95284
15.21/14.27	c cleaning 14005 clauses out of 28009 with flag 319912/110283
17.36/15.95	c Got one! Elapsed wall clock time (in seconds):15.835
17.36/15.95	o -10
18.26/16.82	c cleaning 14374 clauses out of 28757 with flag 12583/125036
18.96/17.56	c cleaning 10162 clauses out of 20366 with flag 26631/131019
19.66/18.30	c cleaning 8582 clauses out of 17196 with flag 43406/138011
20.36/18.95	c cleaning 8305 clauses out of 16619 with flag 64134/146016
21.10/19.64	c cleaning 8649 clauses out of 17309 with flag 92141/155011
21.81/20.35	c cleaning 9324 clauses out of 18661 with flag 121105/165012
22.71/21.24	c cleaning 10162 clauses out of 20337 with flag 159965/176012
23.62/22.19	c cleaning 11086 clauses out of 22174 with flag 202801/188011
24.62/23.19	c cleaning 12039 clauses out of 24088 with flag 241144/201011
25.72/24.26	c cleaning 13021 clauses out of 26049 with flag 285490/215011
26.71/25.28	c cleaning 14008 clauses out of 28029 with flag 336562/230012
27.92/26.47	c cleaning 15013 clauses out of 30027 with flag 386131/246018
29.31/27.81	c cleaning 16006 clauses out of 32018 with flag 443928/263022
30.71/29.27	c cleaning 17000 clauses out of 34005 with flag 503810/281015
32.43/30.93	c cleaning 17999 clauses out of 36003 with flag 560530/300013
34.52/33.01	c cleaning 18996 clauses out of 38003 with flag 631311/320012
36.72/35.27	c cleaning 20002 clauses out of 40006 with flag 711548/341011
39.08/37.54	c cleaning 21007 clauses out of 42013 with flag 785150/363020
41.57/40.01	c cleaning 21997 clauses out of 43998 with flag 862314/386012
45.07/43.51	c cleaning 23000 clauses out of 46000 with flag 945306/410011
45.47/43.97	c Got one! Elapsed wall clock time (in seconds):43.853
45.47/43.97	o -11
46.29/44.79	c cleaning 17224 clauses out of 34448 with flag 17050/421459
47.09/45.54	c cleaning 11584 clauses out of 23224 with flag 33258/427459
47.90/46.35	c cleaning 9324 clauses out of 18651 with flag 51655/434470
49.19/47.60	c cleaning 8682 clauses out of 17363 with flag 72033/442506
50.29/48.71	c cleaning 8818 clauses out of 17638 with flag 92303/451463
52.20/50.67	c cleaning 9403 clauses out of 18819 with flag 115099/461462
53.98/52.41	c cleaning 10210 clauses out of 20420 with flag 139776/472466
56.28/54.71	c cleaning 11108 clauses out of 22215 with flag 168657/484471
58.28/56.70	c cleaning 12048 clauses out of 24096 with flag 204167/497460
60.07/58.50	c cleaning 13019 clauses out of 26047 with flag 244642/511459
61.80/60.21	c cleaning 14017 clauses out of 28033 with flag 292614/526464
63.60/62.01	c cleaning 15006 clauses out of 30012 with flag 336657/542460
65.10/63.52	c cleaning 16003 clauses out of 32005 with flag 384539/559459
66.80/65.20	c cleaning 16990 clauses out of 34002 with flag 449681/577459
68.70/67.19	c cleaning 18001 clauses out of 36012 with flag 505876/596459
70.50/68.97	c cleaning 19006 clauses out of 38012 with flag 576879/616460
72.40/70.87	c cleaning 19997 clauses out of 40005 with flag 652029/637459
74.50/72.93	c cleaning 21003 clauses out of 42008 with flag 727805/659459
76.80/75.23	c cleaning 21990 clauses out of 44007 with flag 812986/682461
79.30/77.74	c cleaning 23003 clauses out of 46015 with flag 904545/706459
81.76/80.19	c cleaning 24006 clauses out of 48012 with flag 995693/731459
84.16/82.53	c cleaning 24997 clauses out of 50006 with flag 1114736/757459
86.86/85.23	c cleaning 26005 clauses out of 52009 with flag 1236902/784459
89.66/88.01	c cleaning 27002 clauses out of 54004 with flag 1352797/812459
92.96/91.38	c cleaning 27994 clauses out of 56004 with flag 1461051/841461
96.75/95.15	c cleaning 28999 clauses out of 58010 with flag 1564409/871461
100.15/98.59	c cleaning 30004 clauses out of 60011 with flag 1662234/902461
104.00/102.29	c cleaning 31001 clauses out of 62006 with flag 1768200/934460
107.81/106.08	c cleaning 31998 clauses out of 64004 with flag 1877113/967459
111.81/110.01	c cleaning 32998 clauses out of 66006 with flag 1989194/1001459
116.31/114.51	c cleaning 34003 clauses out of 68008 with flag 2107264/1036459
120.80/119.05	c cleaning 35001 clauses out of 70005 with flag 2220544/1072459
126.05/124.16	c cleaning 35999 clauses out of 72004 with flag 2334995/1109459
131.45/129.56	c cleaning 37000 clauses out of 74006 with flag 2452301/1147460
137.36/135.49	c cleaning 37991 clauses out of 76005 with flag 2586638/1186459
143.75/141.81	c cleaning 39000 clauses out of 78014 with flag 2740410/1226459
149.95/148.03	c cleaning 39998 clauses out of 80015 with flag 2885731/1267460
156.67/154.61	c cleaning 41002 clauses out of 82017 with flag 3024672/1309460
163.17/161.18	c cleaning 42007 clauses out of 84014 with flag 3185652/1352459
167.77/165.74	c Got one! Elapsed wall clock time (in seconds):165.628
167.77/165.74	o -12
169.42/167.33	c cleaning 40004 clauses out of 80025 with flag 16188/1390477
170.42/168.34	c cleaning 23010 clauses out of 46019 with flag 36599/1396475
171.21/169.20	c cleaning 15000 clauses out of 30009 with flag 59972/1403475
172.01/169.94	c cleaning 11499 clauses out of 23010 with flag 87774/1411476
172.81/170.78	c cleaning 10250 clauses out of 20513 with flag 111370/1420478
173.61/171.50	c cleaning 10121 clauses out of 20260 with flag 144648/1430475
174.55/172.30	c cleaning 10569 clauses out of 21145 with flag 185387/1441481
175.24/173.08	c cleaning 11280 clauses out of 22570 with flag 226048/1453475
176.15/173.99	c cleaning 12141 clauses out of 24290 with flag 272731/1466475
177.25/175.10	c cleaning 13070 clauses out of 26149 with flag 322974/1480475
178.44/176.29	c cleaning 14036 clauses out of 28079 with flag 370759/1495475
179.94/177.71	c cleaning 15007 clauses out of 30044 with flag 431164/1511476
181.55/179.37	c cleaning 16018 clauses out of 32036 with flag 492991/1528475
183.04/180.84	c cleaning 17009 clauses out of 34020 with flag 554457/1546477
184.64/182.47	c cleaning 18004 clauses out of 36012 with flag 620549/1565478
186.45/184.18	c cleaning 18997 clauses out of 38005 with flag 688488/1585475
188.26/185.92	c cleaning 19992 clauses out of 40008 with flag 757017/1606475
190.05/187.75	c cleaning 21004 clauses out of 42016 with flag 829951/1628475
192.05/189.77	c cleaning 22008 clauses out of 44016 with flag 912085/1651479
194.35/192.01	c cleaning 23002 clauses out of 46004 with flag 1006544/1675475
196.75/194.43	c cleaning 23999 clauses out of 48004 with flag 1092456/1700477
199.59/197.13	c cleaning 24983 clauses out of 50003 with flag 1190787/1726475
202.29/199.87	c cleaning 26007 clauses out of 52022 with flag 1306404/1753477
205.09/202.68	c cleaning 27009 clauses out of 54018 with flag 1405377/1781480
207.99/205.54	c cleaning 28004 clauses out of 56007 with flag 1509125/1810478
211.59/209.12	c cleaning 29000 clauses out of 58001 with flag 1625482/1840476
215.06/212.51	c cleaning 30000 clauses out of 60004 with flag 1754510/1871479
215.96/213.49	c Got one! Elapsed wall clock time (in seconds):213.376
215.96/213.49	o -13
216.78/214.20	c cleaning 23414 clauses out of 46835 with flag 15924/1888310
217.28/214.77	c cleaning 14699 clauses out of 29422 with flag 38469/1894311
217.98/215.43	c cleaning 10852 clauses out of 21719 with flag 65183/1901307
218.68/216.12	c cleaning 9433 clauses out of 18872 with flag 95118/1909312
219.28/216.76	c cleaning 9209 clauses out of 18436 with flag 119404/1918309
220.08/217.58	c cleaning 9606 clauses out of 19225 with flag 153373/1928307
220.98/218.41	c cleaning 10309 clauses out of 20620 with flag 188952/1939308
221.78/219.30	c cleaning 11155 clauses out of 22310 with flag 228913/1951307
222.68/220.18	c cleaning 12077 clauses out of 24155 with flag 274298/1964307
223.68/221.14	c cleaning 13041 clauses out of 26084 with flag 321282/1978313
224.94/222.37	c cleaning 14021 clauses out of 28042 with flag 376251/1993312
226.34/223.71	c cleaning 15012 clauses out of 30024 with flag 430351/2009315
227.74/225.15	c cleaning 15997 clauses out of 32005 with flag 492859/2026308
229.24/226.61	c cleaning 17004 clauses out of 34007 with flag 569733/2044307
230.84/228.20	c cleaning 18002 clauses out of 36003 with flag 640290/2063307
232.44/229.81	c cleaning 19000 clauses out of 38004 with flag 718672/2083310
234.24/231.61	c cleaning 19996 clauses out of 40001 with flag 798020/2104307
236.37/233.78	c cleaning 21000 clauses out of 42007 with flag 886691/2126309
239.18/236.60	c cleaning 21999 clauses out of 44006 with flag 1003560/2149308
242.37/239.74	c cleaning 23003 clauses out of 46006 with flag 1102126/2173307
245.28/242.62	c cleaning 24004 clauses out of 48009 with flag 1203346/2198313
247.78/245.14	c cleaning 24986 clauses out of 49999 with flag 1304365/2224307
250.45/247.71	c cleaning 26004 clauses out of 52020 with flag 1404368/2251314
252.95/250.29	c cleaning 27001 clauses out of 54009 with flag 1502927/2279307
255.65/252.92	c cleaning 28003 clauses out of 56010 with flag 1598209/2308309
258.55/255.86	c cleaning 28998 clauses out of 58005 with flag 1698859/2338307
262.44/259.68	c cleaning 29996 clauses out of 60007 with flag 1826259/2369307
265.93/263.14	c cleaning 30997 clauses out of 62013 with flag 1939647/2401309
270.33/267.50	c cleaning 32009 clauses out of 64018 with flag 2084217/2434311
274.34/271.56	c cleaning 32991 clauses out of 66005 with flag 2219495/2468307
278.72/275.80	c cleaning 34006 clauses out of 68015 with flag 2351273/2503308
282.82/279.91	c cleaning 35001 clauses out of 70009 with flag 2482299/2539308
287.02/284.15	c cleaning 36005 clauses out of 72009 with flag 2614958/2576309
291.69/288.79	c cleaning 37000 clauses out of 74002 with flag 2739818/2614307
297.10/294.17	c cleaning 37974 clauses out of 76002 with flag 2894446/2653307
303.20/300.23	c cleaning 39014 clauses out of 78030 with flag 3075875/2693309
308.68/305.62	c cleaning 40004 clauses out of 80016 with flag 3228492/2734309
314.18/311.18	c cleaning 40999 clauses out of 82011 with flag 3379558/2776308
320.48/317.44	c cleaning 41991 clauses out of 84011 with flag 3561544/2819307
327.86/324.75	c cleaning 43004 clauses out of 86021 with flag 3768161/2863308
335.06/331.95	c cleaning 44000 clauses out of 88017 with flag 3968350/2908308
344.97/341.84	c cleaning 44990 clauses out of 90016 with flag 4190788/2954307
355.17/351.98	c cleaning 46011 clauses out of 92026 with flag 4376173/3001307
363.87/360.61	c cleaning 47008 clauses out of 94015 with flag 4559782/3049307
371.72/368.46	c cleaning 47999 clauses out of 96007 with flag 4723918/3098307
378.92/375.62	c cleaning 49003 clauses out of 98009 with flag 4895017/3148308
388.50/385.13	c cleaning 49951 clauses out of 100005 with flag 5125051/3199307
397.99/394.61	c cleaning 51017 clauses out of 102055 with flag 5356572/3251308
406.50/403.06	c cleaning 52012 clauses out of 104038 with flag 5581990/3304308
416.01/412.58	c cleaning 52998 clauses out of 106025 with flag 5810492/3358307
428.38/424.87	c cleaning 54005 clauses out of 108027 with flag 6062154/3413307
440.78/437.24	c cleaning 55001 clauses out of 110024 with flag 6273972/3469309
450.75/447.13	c cleaning 56005 clauses out of 112023 with flag 6493500/3526309
460.16/456.51	c cleaning 57004 clauses out of 114018 with flag 6695493/3584309
469.99/466.35	c cleaning 57997 clauses out of 116013 with flag 6892146/3643308
479.89/476.22	c cleaning 59002 clauses out of 118017 with flag 7102584/3703309
490.63/486.92	c cleaning 59996 clauses out of 120014 with flag 7305196/3764308
500.91/497.17	c cleaning 61005 clauses out of 122018 with flag 7502279/3826308
511.20/507.47	c cleaning 61967 clauses out of 124012 with flag 7710359/3889307
522.74/518.96	c cleaning 63022 clauses out of 126045 with flag 7936600/3953307
534.20/530.38	c cleaning 64000 clauses out of 128024 with flag 8152926/4018308
545.68/541.77	c cleaning 65009 clauses out of 130023 with flag 8375042/4084307
557.17/553.22	c cleaning 65999 clauses out of 132014 with flag 8597953/4151307
571.66/567.68	c cleaning 66993 clauses out of 134016 with flag 8848867/4219308
586.08/582.06	c cleaning 68008 clauses out of 136023 with flag 9107276/4288308
600.27/596.13	c cleaning 68998 clauses out of 138015 with flag 9384987/4358308
614.78/610.68	c cleaning 69981 clauses out of 140017 with flag 9671170/4429308
631.37/627.17	c cleaning 71004 clauses out of 142035 with flag 9979446/4501307
650.82/646.52	c cleaning 72003 clauses out of 144031 with flag 10294834/4574307
668.21/663.89	c cleaning 73011 clauses out of 146029 with flag 10592412/4648308
684.80/680.33	c cleaning 73999 clauses out of 148017 with flag 10887064/4723307
701.65/697.14	c cleaning 75005 clauses out of 150018 with flag 11194947/4799307
717.69/713.17	c cleaning 75999 clauses out of 152013 with flag 11502148/4876307
736.99/732.34	c cleaning 76990 clauses out of 154014 with flag 11879329/4954307
761.38/756.64	c cleaning 78009 clauses out of 156024 with flag 12218734/5033307
780.97/776.15	c cleaning 79004 clauses out of 158016 with flag 12534536/5113308
800.75/795.85	c cleaning 80001 clauses out of 160012 with flag 12886175/5194308
822.04/817.00	c cleaning 80990 clauses out of 162010 with flag 13212857/5276307
840.47/835.41	c cleaning 81999 clauses out of 164020 with flag 13525342/5359307
859.45/854.32	c cleaning 83005 clauses out of 166021 with flag 13823958/5443307
880.39/875.29	c cleaning 84004 clauses out of 168016 with flag 14134560/5528307
906.68/901.49	c cleaning 84998 clauses out of 170014 with flag 14476150/5614309
931.83/926.53	c cleaning 86001 clauses out of 172016 with flag 14836926/5701309
955.93/950.52	c cleaning 87004 clauses out of 174015 with flag 15195716/5789309
984.58/979.06	c cleaning 88001 clauses out of 176009 with flag 15614217/5878307
1011.23/1005.65	c cleaning 88995 clauses out of 178008 with flag 15997532/5968307
1036.77/1031.03	c cleaning 90001 clauses out of 180016 with flag 16367690/6059310
1069.56/1063.74	c cleaning 90987 clauses out of 182012 with flag 16780636/6151307
1096.87/1090.95	c cleaning 92010 clauses out of 184026 with flag 17169408/6244308
1126.57/1120.51	c cleaning 93003 clauses out of 186016 with flag 17531838/6338308
1155.41/1149.22	c cleaning 93976 clauses out of 188012 with flag 17917312/6433307
1184.98/1178.77	c cleaning 95006 clauses out of 190036 with flag 18322647/6529307
1214.77/1208.41	c cleaning 96010 clauses out of 192031 with flag 18712675/6626308
1245.54/1239.19	c cleaning 97005 clauses out of 194021 with flag 19062729/6724308
1275.53/1269.02	c cleaning 98002 clauses out of 196017 with flag 19434880/6823309
1306.93/1300.22	c cleaning 99005 clauses out of 198013 with flag 19839422/6923307
1341.17/1334.32	c cleaning 99996 clauses out of 200008 with flag 20266025/7024307
1373.89/1366.95	c cleaning 101001 clauses out of 202012 with flag 20714131/7126307
1405.64/1398.56	c cleaning 102004 clauses out of 204013 with flag 21108528/7229309
1438.48/1431.23	c cleaning 102992 clauses out of 206007 with flag 21547922/7333307
1473.20/1465.84	c cleaning 104001 clauses out of 208015 with flag 21982200/7438307
1507.60/1500.12	c cleaning 105000 clauses out of 210014 with flag 22417576/7544307
1544.01/1536.35	c cleaning 106004 clauses out of 212014 with flag 22838630/7651307
1579.14/1571.30	c cleaning 107005 clauses out of 214012 with flag 23261601/7759309
1615.13/1607.16	c cleaning 107993 clauses out of 216005 with flag 23690988/7868307
1652.22/1644.06	c cleaning 108999 clauses out of 218012 with flag 24088207/7978307
1688.55/1680.13	c cleaning 109998 clauses out of 220013 with flag 24508922/8089307
1724.49/1715.91	c cleaning 110991 clauses out of 222015 with flag 24912639/8201307
1764.35/1755.63	c cleaning 112003 clauses out of 224025 with flag 25336170/8314308
1800.07/1791.10	c starts		: 19428
1800.07/1791.10	c conflicts		: 8427529
1800.07/1791.10	c decisions		: 28420742
1800.07/1791.10	c propagations		: 233961669
1800.07/1791.10	c inspects		: 31700894026
1800.07/1791.10	c shortcuts		: 0
1800.07/1791.10	c learnt literals	: 0
1800.07/1791.10	c learnt binary clauses	: 4
1800.07/1791.10	c learnt ternary clauses	: 15057
1800.07/1791.10	c learnt constraints	: 8427529
1800.07/1791.10	c ignored constraints	: 0
1800.07/1791.10	c root simplifications	: 0
1800.07/1791.10	c removed literals (reason simplification)	: 0
1800.07/1791.10	c reason swapping (by a shorter reason)	: 0
1800.07/1791.10	c Calls to reduceDB	: 206
1800.07/1791.10	c Number of update (reduction) of LBD	: 2878335
1800.07/1791.10	c Imported unit clauses	: 0
1800.07/1791.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.10	c number of learned constraints concerned by reduction	: 0
1800.07/1791.10	c number of learning phase by resolution	: 0
1800.07/1791.10	c number of learning phase by cutting planes	: 0
1800.07/1791.10	c speed (assignments/second)	: 130654.11418471599
1800.07/1791.10	c non guided choices	0
1800.07/1791.14	c learnt constraints type 
1800.07/1791.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.07/1791.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 225239
1800.07/1791.14	s SATISFIABLE
1800.07/1791.14	c Found 6 solution(s)
1800.07/1791.14	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 
1800.07/1791.14	c objective function=-13
1800.07/1791.14	c Total wall clock time (in seconds): 1791.025

Verifier Data

OK	-13

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-4085798-1465260511/watcher-4085798-1465260511 -o /tmp/evaluation-result-4085798-1465260511/solver-4085798-1465260511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085798-1465260511.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.17 2.20 2.18 3/194 6645
/proc/meminfo: memFree=29672464/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=260 CPUtime=0 cores=1,3,5,7
/proc/6645/stat : 6645 (java) R 6642 6645 5965 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 107984223 266240 2 33554432000 0 0 140735158031919 140734607694008 260190137783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 67 7 3 9 0 24 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.20 2.18 3/194 6645
/proc/meminfo: memFree=29672464/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 107984223 9787879424 6034 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.17 2.20 2.18 3/194 6645
/proc/meminfo: memFree=29672464/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 4620 0 1 0 21 1 0 0 20 0 18 0 107984223 9787879424 6713 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2389619 6713 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.17 2.20 2.18 3/194 6645
/proc/meminfo: memFree=29672464/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 6096 0 1 0 43 2 0 0 20 0 18 0 107984223 9787879424 9273 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2389619 9273 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.17 2.20 2.18 3/194 6645
/proc/meminfo: memFree=29672464/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 13830 0 1 0 148 3 0 0 20 0 19 0 107984223 9856040960 14841 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 14841 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 6664
/proc/meminfo: memFree=29617708/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 14221 0 1 0 244 3 0 0 20 0 19 0 107984223 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 16625 2274 9 0 2396937 0
[pid=6645/tid=6647] ppid=6642 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6645/task/6647/stat : 6647 (java) R 6642 6645 5965 0 -1 4202560 2424 0 1 0 144 2 0 0 20 0 19 0 107984224 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951214826056 139951057087772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6648] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6648/stat : 6648 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951176317352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6649] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6649/stat : 6649 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951175264808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6650] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6650/stat : 6650 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951056349352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6651] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6651/stat : 6651 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951055296808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6652] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6652/stat : 6652 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951054244776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6653] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6653/stat : 6653 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951053192232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6654] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6654/stat : 6654 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951052139176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6655] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6655/stat : 6655 (java) S 6642 6645 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139951051086632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6656] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6656/stat : 6656 (java) S 6642 6645 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950568757608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6657] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6657/stat : 6657 (java) S 6642 6645 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950567703928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6658] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6658/stat : 6658 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950566650760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6659] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6659/stat : 6659 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950565599504 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6660] ppid=6642 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6645/task/6660/stat : 6660 (java) S 6642 6645 5965 0 -1 4202560 6492 0 0 0 45 2 0 0 20 0 19 0 107984230 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950564547384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6661] ppid=6642 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/6645/task/6661/stat : 6661 (java) S 6642 6645 5965 0 -1 4202560 4033 0 0 0 51 0 0 0 20 0 19 0 107984230 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950563494840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6662] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6662/stat : 6662 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950562441976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6663] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6663/stat : 6663 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950561389640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 16625 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 6664
/proc/meminfo: memFree=29607408/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 14228 0 1 0 406 3 0 0 20 0 19 0 107984223 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 19697 2274 9 0 2396937 0
[pid=6645/tid=6647] ppid=6642 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/6645/task/6647/stat : 6647 (java) R 6642 6645 5965 0 -1 4202560 2431 0 1 0 303 2 0 0 20 0 19 0 107984224 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951214816960 139951057089056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6648] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6648/stat : 6648 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951176317352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6649] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6649/stat : 6649 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951175264808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6650] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6650/stat : 6650 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951056349352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6651] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6651/stat : 6651 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951055296808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6652] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6652/stat : 6652 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951054244776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6653] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6653/stat : 6653 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951053192232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6654] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6654/stat : 6654 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951052139176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6655] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6655/stat : 6655 (java) S 6642 6645 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139951051086632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6656] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6656/stat : 6656 (java) S 6642 6645 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950568757608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6657] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6657/stat : 6657 (java) S 6642 6645 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950567703928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6658] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6658/stat : 6658 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950566650760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6659] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6659/stat : 6659 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950565599504 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6660] ppid=6642 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6645/task/6660/stat : 6660 (java) S 6642 6645 5965 0 -1 4202560 6492 0 0 0 47 2 0 0 20 0 19 0 107984230 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950564547384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6661] ppid=6642 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6645/task/6661/stat : 6661 (java) S 6642 6645 5965 0 -1 4202560 4033 0 0 0 52 0 0 0 20 0 19 0 107984230 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950563494840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6662] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6662/stat : 6662 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950562441976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6663] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6663/stat : 6663 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950561389640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 19697 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.16 2.19 2.18 3/213 6664
/proc/meminfo: memFree=29580440/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=7.32 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 14244 0 1 0 728 4 0 0 20 0 19 0 107984223 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 26775 2275 9 0 2396937 0
[pid=6645/tid=6647] ppid=6642 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/6645/task/6647/stat : 6647 (java) R 6642 6645 5965 0 -1 4202560 2446 0 1 0 622 2 0 0 20 0 19 0 107984224 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951214816944 139951057130367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6648] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6648/stat : 6648 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951176317352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6649] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6649/stat : 6649 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951175264808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6650] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6650/stat : 6650 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951056349352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6651] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6651/stat : 6651 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951055296808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6652] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6652/stat : 6652 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951054244776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6653] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6653/stat : 6653 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951053192232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6654] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6654/stat : 6654 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951052139176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6655] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6655/stat : 6655 (java) S 6642 6645 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107984226 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139951051086632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6656] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6656/stat : 6656 (java) S 6642 6645 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950568757608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6657] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6657/stat : 6657 (java) S 6642 6645 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950567703928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6658] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6658/stat : 6658 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950566650760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6659] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6659/stat : 6659 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950565599504 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6660] ppid=6642 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/6645/task/6660/stat : 6660 (java) S 6642 6645 5965 0 -1 4202560 6492 0 0 0 49 2 0 0 20 0 19 0 107984230 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950564547384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6661] ppid=6642 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6645/task/6661/stat : 6661 (java) S 6642 6645 5965 0 -1 4202560 4033 0 0 0 52 0 0 0 20 0 19 0 107984230 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950563494840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6662] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6662/stat : 6662 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950562441976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6663] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6663/stat : 6663 (java) S 6642 6645 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950561389640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 26775 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9625040


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

[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 95133 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/214 6797
/proc/meminfo: memFree=29237152/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=1791.21 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 24729 0 1 0 179018 103 0 0 20 0 19 0 107984223 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 88014 2297 9 0 2396937 0
[pid=6645/tid=6647] ppid=6642 vsize=9625040 CPUtime=1773.12 cores=1,3,5,7
/proc/6645/task/6647/stat : 6647 (java) R 6642 6645 5965 0 -1 4202560 2589 0 1 0 177282 30 0 0 20 0 19 0 107984224 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951214824752 139951056861765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6648] ppid=6642 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/6645/task/6648/stat : 6648 (java) S 6642 6645 5965 0 -1 4202560 443 0 0 0 125 7 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951176317352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6649] ppid=6642 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/6645/task/6649/stat : 6649 (java) S 6642 6645 5965 0 -1 4202560 605 0 0 0 119 8 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951175264808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6650] ppid=6642 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/6645/task/6650/stat : 6650 (java) S 6642 6645 5965 0 -1 4202560 407 0 0 0 120 8 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951056349352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6651] ppid=6642 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/6645/task/6651/stat : 6651 (java) S 6642 6645 5965 0 -1 4202560 411 0 0 0 119 8 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951055296808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6652] ppid=6642 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/6645/task/6652/stat : 6652 (java) S 6642 6645 5965 0 -1 4202560 744 0 0 0 121 7 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951054244776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6653] ppid=6642 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/6645/task/6653/stat : 6653 (java) S 6642 6645 5965 0 -1 4202560 377 0 0 0 117 8 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951053192232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6654] ppid=6642 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/6645/task/6654/stat : 6654 (java) S 6642 6645 5965 0 -1 4202560 361 0 0 0 97 7 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951052139176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6655] ppid=6642 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/6645/task/6655/stat : 6655 (java) S 6642 6645 5965 0 -1 4202560 671 0 0 0 123 8 0 0 20 0 19 0 107984226 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139951051086632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6656] ppid=6642 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/6645/task/6656/stat : 6656 (java) S 6642 6645 5965 0 -1 4202560 361 0 0 0 145 4 0 0 20 0 19 0 107984227 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950568757608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6657] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6657/stat : 6657 (java) S 6642 6645 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950567703928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6658] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6658/stat : 6658 (java) S 6642 6645 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950566650760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6659] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6659/stat : 6659 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950565599504 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6660] ppid=6642 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/6645/task/6660/stat : 6660 (java) S 6642 6645 5965 0 -1 4202560 12356 0 0 0 97 2 0 0 20 0 19 0 107984230 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950564547384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6661] ppid=6642 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6645/task/6661/stat : 6661 (java) S 6642 6645 5965 0 -1 4202560 4041 0 0 0 63 0 0 0 20 0 19 0 107984230 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950563494840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6662] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6662/stat : 6662 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950562441976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6663] ppid=6642 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/6645/task/6663/stat : 6663 (java) S 6642 6645 5965 0 -1 4202560 104 0 0 0 31 40 0 0 20 0 19 0 107984230 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950561389640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 88014 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1791.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.1 s]
/proc/loadavg: 2.14 2.20 2.18 4/214 6797
/proc/meminfo: memFree=29239136/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 24732 0 1 0 179904 103 0 0 20 0 19 0 107984223 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 87517 2297 9 0 2396937 0
[pid=6645/tid=6647] ppid=6642 vsize=9625040 CPUtime=1781.87 cores=1,3,5,7
/proc/6645/task/6647/stat : 6647 (java) R 6642 6645 5965 0 -1 4202560 2590 0 1 0 178156 31 0 0 20 0 19 0 107984224 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951214824752 139951057130367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6648] ppid=6642 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/6645/task/6648/stat : 6648 (java) S 6642 6645 5965 0 -1 4202560 443 0 0 0 126 7 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951176317352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6649] ppid=6642 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/6645/task/6649/stat : 6649 (java) S 6642 6645 5965 0 -1 4202560 605 0 0 0 120 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951175264808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6650] ppid=6642 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6645/task/6650/stat : 6650 (java) S 6642 6645 5965 0 -1 4202560 407 0 0 0 121 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951056349352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6651] ppid=6642 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/6645/task/6651/stat : 6651 (java) S 6642 6645 5965 0 -1 4202560 411 0 0 0 119 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951055296808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6652] ppid=6642 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6645/task/6652/stat : 6652 (java) S 6642 6645 5965 0 -1 4202560 744 0 0 0 122 7 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951054244776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6653] ppid=6642 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/6645/task/6653/stat : 6653 (java) S 6642 6645 5965 0 -1 4202560 377 0 0 0 119 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951053192232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6654] ppid=6642 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6645/task/6654/stat : 6654 (java) S 6642 6645 5965 0 -1 4202560 361 0 0 0 98 7 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951052139176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6655] ppid=6642 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/6645/task/6655/stat : 6655 (java) S 6642 6645 5965 0 -1 4202560 671 0 0 0 124 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951051086632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6656] ppid=6642 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/6645/task/6656/stat : 6656 (java) S 6642 6645 5965 0 -1 4202560 363 0 0 0 145 4 0 0 20 0 19 0 107984227 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950568757608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6657] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6657/stat : 6657 (java) S 6642 6645 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950567703928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6658] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6658/stat : 6658 (java) S 6642 6645 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950566650760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6659] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6659/stat : 6659 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950565599504 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6660] ppid=6642 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/6645/task/6660/stat : 6660 (java) S 6642 6645 5965 0 -1 4202560 12356 0 0 0 97 2 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950564547384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6661] ppid=6642 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6645/task/6661/stat : 6661 (java) S 6642 6645 5965 0 -1 4202560 4041 0 0 0 63 0 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950563494840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6662] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6662/stat : 6662 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950562441976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6663] ppid=6642 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/6645/task/6663/stat : 6663 (java) S 6642 6645 5965 0 -1 4202560 104 0 0 0 31 40 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950561389640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1791.1 s]
/proc/loadavg: 2.14 2.20 2.18 4/214 6797
/proc/meminfo: memFree=29239136/32872528 swapFree=16360/1798728
[pid=6645] ppid=6642 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/6645/stat : 6645 (java) S 6642 6645 5965 0 -1 4202496 24732 0 1 0 179904 103 0 0 20 0 19 0 107984223 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 140735158018560 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6645/statm: 2406260 87517 2297 9 0 2396937 0
[pid=6645/tid=6647] ppid=6642 vsize=9625040 CPUtime=1781.87 cores=1,3,5,7
/proc/6645/task/6647/stat : 6647 (java) R 6642 6645 5965 0 -1 4202560 2590 0 1 0 178156 31 0 0 20 0 19 0 107984224 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951214824752 139951057130367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6648] ppid=6642 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/6645/task/6648/stat : 6648 (java) S 6642 6645 5965 0 -1 4202560 443 0 0 0 126 7 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951176317352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6649] ppid=6642 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/6645/task/6649/stat : 6649 (java) S 6642 6645 5965 0 -1 4202560 605 0 0 0 120 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951175264808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6650] ppid=6642 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6645/task/6650/stat : 6650 (java) S 6642 6645 5965 0 -1 4202560 407 0 0 0 121 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951056349352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6651] ppid=6642 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/6645/task/6651/stat : 6651 (java) S 6642 6645 5965 0 -1 4202560 411 0 0 0 119 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951055296808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6652] ppid=6642 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/6645/task/6652/stat : 6652 (java) S 6642 6645 5965 0 -1 4202560 744 0 0 0 122 7 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951054244776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6653] ppid=6642 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/6645/task/6653/stat : 6653 (java) S 6642 6645 5965 0 -1 4202560 377 0 0 0 119 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951053192232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6654] ppid=6642 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/6645/task/6654/stat : 6654 (java) S 6642 6645 5965 0 -1 4202560 361 0 0 0 98 7 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951052139176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6655] ppid=6642 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/6645/task/6655/stat : 6655 (java) S 6642 6645 5965 0 -1 4202560 671 0 0 0 124 8 0 0 20 0 19 0 107984226 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139951051086632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6645/tid=6656] ppid=6642 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/6645/task/6656/stat : 6656 (java) S 6642 6645 5965 0 -1 4202560 363 0 0 0 145 4 0 0 20 0 19 0 107984227 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950568757608 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6657] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6657/stat : 6657 (java) S 6642 6645 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950567703928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6658] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6658/stat : 6658 (java) S 6642 6645 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107984227 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950566650760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6659] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6659/stat : 6659 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950565599504 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6660] ppid=6642 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/6645/task/6660/stat : 6660 (java) S 6642 6645 5965 0 -1 4202560 12356 0 0 0 97 2 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950564547384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6661] ppid=6642 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6645/task/6661/stat : 6661 (java) S 6642 6645 5965 0 -1 4202560 4041 0 0 0 63 0 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950563494840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6645/tid=6662] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6662/stat : 6662 (java) S 6642 6645 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950562441976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6645/tid=6663] ppid=6642 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/6645/task/6663/stat : 6663 (java) S 6642 6645 5965 0 -1 4202560 104 0 0 0 31 40 0 0 20 0 19 0 107984230 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950561389640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6645/tid=6664] ppid=6642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6645/task/6664/stat : 6664 (java) S 6642 6645 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107984265 9856040960 87517 33554432000 1073741824 1073778376 140735158027424 139950560334888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1791.15
CPU time (s): 1800.07
CPU user time (s): 1799.04
CPU system time (s): 1.03
CPU usage (%): 100.498
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.63
system time used= 1.52177
maximum resident set size= 613508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24768
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41173
involuntary context switches= 25723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7041 second user time and 16.6105 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 02:48:31
IDJOB=4085798
IDBENCH=48243
IDSOLVER=2546
FILE ID=node123/4085798-1465260511
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085798-1465260511/watcher-4085798-1465260511 -o /tmp/evaluation-result-4085798-1465260511/solver-4085798-1465260511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085798-1465260511.opb

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

MD5SUM BENCH= fd0cd32338d58e5da2d0a0f96e14ad7d
RANDOM SEED=1263546593

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29673372 kB
Buffers:           32100 kB
Cached:            98788 kB
SwapCached:         1832 kB
Active:           615568 kB
Inactive:          81584 kB
Active(anon):     566984 kB
Inactive(anon):     2052 kB
Active(file):      48584 kB
Inactive(file):    79532 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       2331976 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             567204 kB
SReclaimable:      11448 kB
SUnreclaim:       555756 kB
KernelStack:        1712 kB
PageTables:         8848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2501908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2306048 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= 71732 MiB
End job on node123 at 2016-06-07 03:18:22