Trace number 4085198

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)29 1800.09 1798.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-sao2.b.opb
MD5SUMa91a8cbbe2491e496acc19538dbd623f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.027995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables372
Total number of constraints772
Number of constraints which are clauses772
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 constraint1
Maximum length of a constraint98
Number of terms in the objective function 372
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 372
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 372
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085198-1465230330.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.28/0.28	c ... done. Wall clock time 0.169s.
0.28/0.28	c declared #vars     372
0.28/0.28	c #constraints  772
0.28/0.28	c constraints type 
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 639
0.28/0.28	c org.sat4j.specs.Constr$1 => 123
0.28/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5
0.28/0.28	c org.sat4j.minisat.constraints.cnf.UnitClause => 5
0.28/0.28	c 772 constraints processed.
0.28/0.28	c objective function length is 372 literals
0.28/0.29	c SATISFIABLE
0.28/0.29	c OPTIMIZING...
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.18
0.28/0.29	o 38
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.188
0.55/0.30	o 36
1.13/0.51	c Got one! Elapsed wall clock time (in seconds):0.392
1.13/0.51	o 35
1.56/0.84	c cleaning 2974 clauses out of 5948 with flag 16118/5948
1.93/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
1.93/1.16	o 34
2.33/1.54	c cleaning 6519 clauses out of 13044 with flag 14872/16018
2.83/2.02	c cleaning 6251 clauses out of 12526 with flag 35405/22019
3.37/2.55	c cleaning 6637 clauses out of 13274 with flag 57335/29018
3.99/3.19	c cleaning 7319 clauses out of 14637 with flag 83119/37018
4.09/3.25	c Got one! Elapsed wall clock time (in seconds):3.14
4.09/3.25	o 33
4.39/3.52	c cleaning 6642 clauses out of 13299 with flag 15780/42999
4.69/3.82	c cleaning 6301 clauses out of 12657 with flag 37485/48999
5.09/4.22	c cleaning 6673 clauses out of 13356 with flag 60484/55999
5.59/4.77	c cleaning 7330 clauses out of 14683 with flag 89902/63999
6.29/5.40	c cleaning 8156 clauses out of 16353 with flag 120057/72999
6.69/5.81	c Got one! Elapsed wall clock time (in seconds):5.696
6.69/5.81	o 32
6.99/6.13	c cleaning 9523 clauses out of 19046 with flag 16290/83848
7.29/6.49	c cleaning 7754 clauses out of 15523 with flag 36101/89848
7.79/6.94	c cleaning 7377 clauses out of 14769 with flag 57595/96848
8.29/7.45	c cleaning 7697 clauses out of 15393 with flag 83684/104849
8.89/8.05	c cleaning 8335 clauses out of 16695 with flag 112124/113848
9.70/8.84	c cleaning 9139 clauses out of 18360 with flag 145059/123848
10.69/9.81	c cleaning 10067 clauses out of 20221 with flag 178980/134848
10.99/10.15	c Got one! Elapsed wall clock time (in seconds):10.04
10.99/10.15	o 31
11.09/10.21	c cleaning 7741 clauses out of 15489 with flag 3780/140183
11.39/10.52	c cleaning 6870 clauses out of 13750 with flag 24070/146185
11.79/10.95	c cleaning 6932 clauses out of 13878 with flag 47310/153183
12.29/11.41	c cleaning 7472 clauses out of 14946 with flag 72729/161183
12.89/12.00	c cleaning 8238 clauses out of 16480 with flag 101602/170189
13.60/12.70	c cleaning 9096 clauses out of 18239 with flag 132729/180186
14.30/13.46	c cleaning 10049 clauses out of 20142 with flag 164868/191185
15.31/14.44	c cleaning 11036 clauses out of 22091 with flag 202436/203183
16.41/15.56	c cleaning 12015 clauses out of 24055 with flag 242526/216183
17.70/16.88	c cleaning 13000 clauses out of 26040 with flag 283433/230183
19.10/18.23	c cleaning 14014 clauses out of 28049 with flag 334707/245192
20.40/19.53	c cleaning 15014 clauses out of 30028 with flag 393465/261185
20.40/19.58	c Got one! Elapsed wall clock time (in seconds):19.47
20.40/19.58	o 30
20.71/19.86	c cleaning 10404 clauses out of 20813 with flag 16533/266984
21.00/20.18	c cleaning 8186 clauses out of 16409 with flag 35703/272984
21.40/20.52	c cleaning 7594 clauses out of 15223 with flag 60450/279984
21.81/20.97	c cleaning 7794 clauses out of 15629 with flag 87950/287984
22.30/21.49	c cleaning 8404 clauses out of 16835 with flag 119040/296984
23.01/22.11	c cleaning 9207 clauses out of 18431 with flag 154459/306984
23.72/22.88	c cleaning 10099 clauses out of 20224 with flag 193790/317984
24.82/23.97	c cleaning 11062 clauses out of 22130 with flag 232716/329989
25.92/25.00	c cleaning 12022 clauses out of 24063 with flag 277709/342984
27.12/26.22	c cleaning 13013 clauses out of 26042 with flag 323048/356985
28.22/27.37	c cleaning 14008 clauses out of 28028 with flag 369513/371984
29.62/28.74	c cleaning 14995 clauses out of 30020 with flag 420540/387984
31.51/30.68	c cleaning 16008 clauses out of 32028 with flag 472315/404987
33.42/32.53	c cleaning 17009 clauses out of 34017 with flag 530871/422984
35.42/34.53	c cleaning 17973 clauses out of 36008 with flag 594492/441984
37.72/36.80	c cleaning 19016 clauses out of 38035 with flag 662983/461984
40.02/39.10	c cleaning 19985 clauses out of 40019 with flag 734305/482984
42.32/41.49	c cleaning 21013 clauses out of 42035 with flag 806840/504985
44.71/43.80	c cleaning 22002 clauses out of 44024 with flag 880430/527987
47.53/46.62	c cleaning 23005 clauses out of 46021 with flag 959425/551986
50.13/49.21	c cleaning 23985 clauses out of 48017 with flag 1052047/576987
52.83/51.99	c cleaning 24982 clauses out of 50029 with flag 1136652/602984
56.43/55.55	c cleaning 26006 clauses out of 52047 with flag 1227074/629984
60.23/59.35	c cleaning 26996 clauses out of 54041 with flag 1326072/657984
64.63/63.79	c cleaning 27999 clauses out of 56045 with flag 1416561/686984
69.26/68.32	c cleaning 29021 clauses out of 58046 with flag 1515027/716984
74.66/73.74	c cleaning 30014 clauses out of 60032 with flag 1614371/747991
79.65/78.78	c cleaning 30991 clauses out of 62013 with flag 1719542/779986
83.65/82.77	c cleaning 31973 clauses out of 64020 with flag 1835858/812984
87.65/86.75	c cleaning 33020 clauses out of 66052 with flag 1964197/846989
93.45/92.60	c cleaning 34012 clauses out of 68027 with flag 2079239/881984
99.54/98.62	c cleaning 34997 clauses out of 70016 with flag 2191318/917985
106.05/105.12	c cleaning 36003 clauses out of 72019 with flag 2308664/954985
113.35/112.43	c cleaning 37001 clauses out of 74015 with flag 2427424/992984
119.65/118.77	c cleaning 37996 clauses out of 76014 with flag 2557249/1031984
124.85/123.97	c cleaning 38995 clauses out of 78018 with flag 2704486/1071984
131.35/130.47	c cleaning 40013 clauses out of 80025 with flag 2841857/1112986
137.69/136.72	c cleaning 40997 clauses out of 82010 with flag 2987298/1154984
143.90/142.95	c cleaning 41996 clauses out of 84013 with flag 3138922/1197984
151.00/150.00	c cleaning 43000 clauses out of 86017 with flag 3270466/1241984
158.00/157.01	c cleaning 43996 clauses out of 88017 with flag 3415208/1286984
167.00/166.07	c cleaning 45007 clauses out of 90021 with flag 3554980/1332984
175.10/174.18	c cleaning 45995 clauses out of 92014 with flag 3719384/1379984
184.20/183.22	c cleaning 46988 clauses out of 94019 with flag 3888657/1427984
193.40/192.49	c cleaning 48015 clauses out of 96031 with flag 4062241/1476984
204.69/203.73	c cleaning 48999 clauses out of 98016 with flag 4230062/1526984
212.39/211.46	c Got one! Elapsed wall clock time (in seconds):211.343
212.39/211.46	o 29
213.40/212.41	c cleaning 48827 clauses out of 97653 with flag 18646/1575620
213.89/212.95	c cleaning 27393 clauses out of 54826 with flag 38270/1581620
214.40/213.50	c cleaning 17205 clauses out of 34433 with flag 65209/1588620
215.09/214.16	c cleaning 12612 clauses out of 25228 with flag 92783/1596620
215.79/214.89	c cleaning 10793 clauses out of 21615 with flag 123380/1605619
216.60/215.61	c cleaning 10396 clauses out of 20822 with flag 158251/1615619
217.19/216.29	c cleaning 10692 clauses out of 21426 with flag 196728/1626619
217.99/217.06	c cleaning 11369 clauses out of 22739 with flag 239144/1638624
218.99/218.01	c cleaning 12177 clauses out of 24365 with flag 280331/1651619
220.00/219.09	c cleaning 13091 clauses out of 26191 with flag 325426/1665622
221.29/220.31	c cleaning 14043 clauses out of 28097 with flag 375670/1680619
222.49/221.58	c cleaning 15007 clauses out of 30054 with flag 430440/1696619
224.09/223.13	c cleaning 16011 clauses out of 32050 with flag 488091/1713622
225.69/224.74	c cleaning 17018 clauses out of 34037 with flag 549519/1731620
227.30/226.39	c cleaning 17994 clauses out of 36018 with flag 611811/1750619
229.10/228.17	c cleaning 19014 clauses out of 38028 with flag 678775/1770623
231.50/230.50	c cleaning 19999 clauses out of 40011 with flag 746960/1791620
233.91/232.91	c cleaning 21006 clauses out of 42011 with flag 818310/1813619
236.71/235.75	c cleaning 21993 clauses out of 44006 with flag 891472/1836620
239.72/238.73	c cleaning 22999 clauses out of 46012 with flag 967819/1860619
242.81/241.80	c cleaning 24004 clauses out of 48014 with flag 1051008/1885620
245.21/244.21	c cleaning 24995 clauses out of 50009 with flag 1146308/1911619
248.61/247.68	c cleaning 26004 clauses out of 52014 with flag 1241012/1938619
252.81/251.83	c cleaning 27002 clauses out of 54014 with flag 1323084/1966623
257.01/256.05	c cleaning 27991 clauses out of 56008 with flag 1408265/1995619
261.41/260.42	c cleaning 28989 clauses out of 58017 with flag 1499663/2025619
264.80/263.87	c cleaning 30008 clauses out of 60029 with flag 1622664/2056620
268.50/267.59	c cleaning 31007 clauses out of 62021 with flag 1740486/2088620
273.10/272.14	c cleaning 32006 clauses out of 64015 with flag 1842337/2121621
279.41/278.48	c cleaning 32994 clauses out of 66008 with flag 1949797/2155620
285.00/284.07	c cleaning 34001 clauses out of 68015 with flag 2054655/2190621
291.51/290.59	c cleaning 35008 clauses out of 70016 with flag 2162114/2226623
298.11/297.18	c cleaning 35993 clauses out of 72005 with flag 2272761/2263620
304.20/303.22	c cleaning 37003 clauses out of 74011 with flag 2396622/2301619
311.00/310.03	c cleaning 37986 clauses out of 76011 with flag 2527152/2340622
318.30/317.32	c cleaning 39011 clauses out of 78024 with flag 2659477/2380621
324.91/323.90	c cleaning 39986 clauses out of 80011 with flag 2792081/2421619
331.91/330.96	c cleaning 40995 clauses out of 82027 with flag 2935907/2463621
340.61/339.63	c cleaning 42009 clauses out of 84032 with flag 3069110/2506621
351.71/350.78	c cleaning 43009 clauses out of 86023 with flag 3193110/2550621
361.41/360.44	c cleaning 43998 clauses out of 88012 with flag 3328226/2595619
372.41/371.47	c cleaning 45004 clauses out of 90021 with flag 3472495/2641626
381.72/380.76	c cleaning 46003 clauses out of 92013 with flag 3625361/2688622
393.62/392.61	c cleaning 47004 clauses out of 94007 with flag 3789264/2736619
402.22/401.26	c cleaning 47996 clauses out of 96004 with flag 3951799/2785620
413.63/412.66	c cleaning 48992 clauses out of 98007 with flag 4119636/2835619
425.63/424.70	c cleaning 49986 clauses out of 100015 with flag 4294047/2886619
433.33/432.33	c cleaning 51006 clauses out of 102029 with flag 4489889/2938619
444.02/443.03	c cleaning 52005 clauses out of 104023 with flag 4681737/2991619
454.15/453.11	c cleaning 52999 clauses out of 106018 with flag 4876846/3045619
465.45/464.40	c cleaning 53998 clauses out of 108021 with flag 5071599/3100621
478.25/477.22	c cleaning 55006 clauses out of 110024 with flag 5273851/3156622
489.46/488.47	c cleaning 55993 clauses out of 112015 with flag 5471230/3213619
502.06/501.09	c cleaning 57002 clauses out of 114023 with flag 5661694/3271620
512.76/511.79	c cleaning 58005 clauses out of 116021 with flag 5871007/3330620
524.26/523.24	c cleaning 58999 clauses out of 118017 with flag 6082074/3390621
540.27/539.29	c cleaning 60004 clauses out of 120016 with flag 6285414/3451619
556.06/555.09	c cleaning 60982 clauses out of 122012 with flag 6478549/3513619
573.17/572.11	c cleaning 62013 clauses out of 124030 with flag 6685141/3576619
589.01/587.97	c cleaning 62983 clauses out of 126017 with flag 6886716/3640619
608.12/607.02	c cleaning 64001 clauses out of 128034 with flag 7085321/3705619
629.72/628.61	c cleaning 65008 clauses out of 130033 with flag 7282377/3771619
646.11/645.08	c cleaning 65977 clauses out of 132025 with flag 7490658/3838619
661.41/660.34	c cleaning 67020 clauses out of 134056 with flag 7734043/3906627
678.61/677.54	c cleaning 68008 clauses out of 136028 with flag 7967581/3975619
697.90/696.84	c cleaning 68992 clauses out of 138020 with flag 8200300/4045619
715.20/714.16	c cleaning 69993 clauses out of 140028 with flag 8440480/4116619
729.41/728.39	c cleaning 71007 clauses out of 142035 with flag 8707710/4188619
742.97/741.83	c cleaning 71994 clauses out of 144029 with flag 8980121/4261620
759.37/758.23	c cleaning 73021 clauses out of 146041 with flag 9244213/4335626
776.27/775.13	c cleaning 73999 clauses out of 148014 with flag 9495815/4410620
795.17/794.06	c cleaning 74989 clauses out of 150014 with flag 9761995/4486619
815.98/814.86	c cleaning 76006 clauses out of 152025 with flag 10008535/4563619
839.48/838.39	c cleaning 76988 clauses out of 154020 with flag 10270824/4641620
860.48/859.38	c cleaning 78004 clauses out of 156032 with flag 10544483/4720620
880.90/879.63	c cleaning 78995 clauses out of 158027 with flag 10811130/4800619
901.50/900.23	c cleaning 79993 clauses out of 160032 with flag 11087396/4881619
922.69/921.48	c cleaning 81015 clauses out of 162044 with flag 11356924/4963624
943.30/942.07	c cleaning 82003 clauses out of 164028 with flag 11624751/5046623
962.89/961.67	c cleaning 83000 clauses out of 166021 with flag 11893634/5130619
987.90/986.60	c cleaning 83997 clauses out of 168021 with flag 12158524/5215619
1009.30/1008.02	c cleaning 84993 clauses out of 170024 with flag 12456558/5301619
1036.99/1035.68	c cleaning 86002 clauses out of 172031 with flag 12759840/5388619
1065.89/1064.51	c cleaning 87006 clauses out of 174029 with flag 13041105/5476619
1099.60/1098.28	c cleaning 87993 clauses out of 176025 with flag 13324266/5565621
1133.00/1131.63	c cleaning 88994 clauses out of 178030 with flag 13596166/5655619
1172.20/1170.85	c cleaning 90010 clauses out of 180036 with flag 13869232/5746619
1203.81/1202.42	c cleaning 90997 clauses out of 182026 with flag 14151215/5838619
1236.71/1235.26	c cleaning 91996 clauses out of 184029 with flag 14439110/5931619
1259.92/1258.49	c cleaning 92991 clauses out of 186034 with flag 14733542/6025620
1287.11/1285.68	c cleaning 94005 clauses out of 188043 with flag 15048086/6120620
1315.11/1313.67	c cleaning 95014 clauses out of 190038 with flag 15355899/6216620
1345.42/1343.93	c cleaning 96007 clauses out of 192026 with flag 15637941/6313622
1383.77/1382.19	c cleaning 96993 clauses out of 194016 with flag 15942245/6411619
1417.97/1416.30	c cleaning 97999 clauses out of 196023 with flag 16282019/6510619
1466.07/1464.49	c cleaning 98993 clauses out of 198024 with flag 16585539/6610619
1499.47/1497.89	c cleaning 99999 clauses out of 200032 with flag 16909541/6711620
1539.47/1537.86	c cleaning 101015 clauses out of 202032 with flag 17241610/6813619
1574.11/1572.38	c cleaning 101998 clauses out of 204017 with flag 17581458/6916619
1614.22/1612.40	c cleaning 103004 clauses out of 206019 with flag 17936027/7020619
1651.12/1649.39	c cleaning 103994 clauses out of 208016 with flag 18298119/7125620
1686.63/1684.85	c cleaning 105010 clauses out of 210024 with flag 18661808/7231622
1723.49/1721.58	c cleaning 106004 clauses out of 212012 with flag 19033080/7338620
1763.29/1761.37	c cleaning 107001 clauses out of 214012 with flag 19399111/7446624
1799.29/1797.35	c cleaning 107970 clauses out of 216006 with flag 19774605/7555619
1800.09/1798.10	c starts		: 11490
1800.09/1798.10	c conflicts		: 7559873
1800.09/1798.10	c decisions		: 36222991
1800.09/1798.10	c propagations		: 570443313
1800.09/1798.10	c inspects		: 40910965659
1800.09/1798.10	c shortcuts		: 0
1800.09/1798.10	c learnt literals	: 0
1800.09/1798.10	c learnt binary clauses	: 0
1800.09/1798.10	c learnt ternary clauses	: 0
1800.09/1798.10	c learnt constraints	: 7559874
1800.09/1798.10	c ignored constraints	: 0
1800.09/1798.10	c root simplifications	: 0
1800.09/1798.10	c removed literals (reason simplification)	: 0
1800.09/1798.10	c reason swapping (by a shorter reason)	: 0
1800.09/1798.10	c Calls to reduceDB	: 180
1800.09/1798.10	c Number of update (reduction) of LBD	: 3430824
1800.09/1798.10	c Imported unit clauses	: 0
1800.09/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.10	c number of learned constraints concerned by reduction	: 0
1800.09/1798.10	c number of learning phase by resolution	: 0
1800.09/1798.10	c number of learning phase by cutting planes	: 0
1800.09/1798.10	c speed (assignments/second)	: 317298.11632453837
1800.09/1798.10	c non guided choices	10
1800.09/1798.13	c learnt constraints type 
1800.09/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112291
1800.09/1798.13	s SATISFIABLE
1800.09/1798.13	c Found 9 solution(s)
1800.09/1798.13	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 x319 x320 -x321 x322 -x323 -x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 x365 x366 -x367 -x368 -x369 x370 -x371 -x372 
1800.09/1798.13	c objective function=29
1800.09/1798.13	c Total wall clock time (in seconds): 1798.018

Verifier Data

OK	29

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085198-1465230330/watcher-4085198-1465230330 -o /tmp/evaluation-result-4085198-1465230330/solver-4085198-1465230330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085198-1465230330.opb 

pid=7563
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.16 2.22 2.18 3/194 7566
/proc/meminfo: memFree=30339732/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7566/stat : 7566 (java) R 7563 7566 5832 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 104965871 278528 33 33554432000 1073741824 1073778376 140734882617088 140734745540696 229346733237 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 7566
/proc/meminfo: memFree=30339732/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 4429 0 1 0 8 1 0 0 20 0 18 0 104965871 9787879424 6047 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 7566
/proc/meminfo: memFree=30339732/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 4999 0 1 0 27 1 0 0 20 0 18 0 104965871 9787879424 7035 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2389619 7035 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 7566
/proc/meminfo: memFree=30339732/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 7646 0 1 0 53 2 0 0 20 0 19 0 104965871 9856040960 10069 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 10069 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700146 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 7566
/proc/meminfo: memFree=30339732/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 9647 0 1 0 141 2 0 0 20 0 19 0 104965871 9856040960 10946 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 10946 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.16 2.22 2.18 5/213 7585
/proc/meminfo: memFree=30302088/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 9730 0 1 0 231 2 0 0 20 0 19 0 104965871 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 11978 2267 9 0 2396937 0
[pid=7566/tid=7568] ppid=7563 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7566/task/7568/stat : 7568 (java) R 7563 7566 5832 0 -1 4202560 2444 0 1 0 144 2 0 0 20 0 19 0 104965872 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036468416816 140036408751312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7569] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7569/stat : 7569 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036407154984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7570] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7570/stat : 7570 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036406102184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7571] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7571/stat : 7571 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036405049896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7572] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7572/stat : 7572 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036403997096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7573] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7573/stat : 7573 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036307368744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7574] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7574/stat : 7574 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036306315944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7575] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7575/stat : 7575 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036305263656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7576] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7576/stat : 7576 (java) S 7563 7566 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036304210856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7577] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7577/stat : 7577 (java) S 7563 7566 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104965874 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036292012264 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7578] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7578/stat : 7578 (java) S 7563 7566 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036290958328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7579] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7579/stat : 7579 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036289905928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7580] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7580/stat : 7580 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036288854416 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7581] ppid=7563 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/7566/task/7581/stat : 7581 (java) S 7563 7566 5832 0 -1 4202560 3180 0 0 0 37 0 0 0 20 0 19 0 104965877 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036287802040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7582] ppid=7563 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7566/task/7582/stat : 7582 (java) S 7563 7566 5832 0 -1 4202560 2834 0 0 0 46 0 0 0 20 0 19 0 104965877 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036286749240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7583] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7583/stat : 7583 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036285697144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7584] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7584/stat : 7584 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036284644552 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 11978 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.15 2.21 2.18 3/213 7585
/proc/meminfo: memFree=30297620/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 9886 0 1 0 397 2 0 0 20 0 19 0 104965871 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 13002 2267 9 0 2396937 0
[pid=7566/tid=7568] ppid=7563 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7566/task/7568/stat : 7568 (java) R 7563 7566 5832 0 -1 4202560 2447 0 1 0 304 2 0 0 20 0 19 0 104965872 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036468424888 140036408751158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7569] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7569/stat : 7569 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036407154984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7570] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7570/stat : 7570 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036406102184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7571] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7571/stat : 7571 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036405049896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7572] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7572/stat : 7572 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036403997096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7573] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7573/stat : 7573 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036307368744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7574] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7574/stat : 7574 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036306315944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7575] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7575/stat : 7575 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036305263656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7576] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7576/stat : 7576 (java) S 7563 7566 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036304210856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7577] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7577/stat : 7577 (java) S 7563 7566 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104965874 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036292012264 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7578] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7578/stat : 7578 (java) S 7563 7566 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036290958328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7579] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7579/stat : 7579 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036289905928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7580] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7580/stat : 7580 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036288854416 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7581] ppid=7563 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7566/task/7581/stat : 7581 (java) S 7563 7566 5832 0 -1 4202560 3180 0 0 0 38 0 0 0 20 0 19 0 104965877 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036287802040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7582] ppid=7563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7566/task/7582/stat : 7582 (java) S 7563 7566 5832 0 -1 4202560 2987 0 0 0 51 0 0 0 20 0 19 0 104965877 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036286749240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7583] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7583/stat : 7583 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036285697144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7584] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7584/stat : 7584 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036284644552 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 13002 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.15 2.21 2.18 4/213 7585
/proc/meminfo: memFree=30284748/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=7.19 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 9894 0 1 0 717 2 0 0 20 0 19 0 104965871 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 16067 2268 9 0 2396937 0
[pid=7566/tid=7568] ppid=7563 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7566/task/7568/stat : 7568 (java) R 7563 7566 5832 0 -1 4202560 2454 0 1 0 623 2 0 0 20 0 19 0 104965872 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036468416816 140036408788451 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7569] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7569/stat : 7569 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036407154984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7570] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7570/stat : 7570 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036406102184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7571] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7571/stat : 7571 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036405049896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7572] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7572/stat : 7572 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036403997096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7573] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7573/stat : 7573 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036307368744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7574] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7574/stat : 7574 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036306315944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7575] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7575/stat : 7575 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036305263656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7576] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7576/stat : 7576 (java) S 7563 7566 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104965873 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036304210856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7577] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7577/stat : 7577 (java) S 7563 7566 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104965874 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036292012264 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7578] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7578/stat : 7578 (java) S 7563 7566 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036290958328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7579] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7579/stat : 7579 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036289905928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7580] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7580/stat : 7580 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036288854416 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7581] ppid=7563 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7566/task/7581/stat : 7581 (java) S 7563 7566 5832 0 -1 4202560 3180 0 0 0 38 0 0 0 20 0 19 0 104965877 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036287802040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7582] ppid=7563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7566/task/7582/stat : 7582 (java) S 7563 7566 5832 0 -1 4202560 2987 0 0 0 51 0 0 0 20 0 19 0 104965877 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036286749240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7583] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7583/stat : 7583 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036285697144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7584] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7584/stat : 7584 (java) S 7563 7566 5832 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036284644552 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 16067 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9625040


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

[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.27 2.20 3/213 7695
/proc/meminfo: memFree=29542288/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=1784.29 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 12164 0 1 0 178383 46 0 0 20 0 19 0 104965871 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 97628 2282 9 0 2396937 0
[pid=7566/tid=7568] ppid=7563 vsize=9625040 CPUtime=1777.24 cores=0,2,4,6
/proc/7566/task/7568/stat : 7568 (java) R 7563 7566 5832 0 -1 4202560 2519 0 1 0 177692 32 0 0 20 0 19 0 104965872 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036468416192 140036408700343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7569] ppid=7563 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7566/task/7569/stat : 7569 (java) S 7563 7566 5832 0 -1 4202560 168 0 0 0 11 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036407154984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7570] ppid=7563 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7566/task/7570/stat : 7570 (java) S 7563 7566 5832 0 -1 4202560 418 0 0 0 19 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036406102184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7571] ppid=7563 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7566/task/7571/stat : 7571 (java) S 7563 7566 5832 0 -1 4202560 292 0 0 0 12 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036405049896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7572] ppid=7563 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7566/task/7572/stat : 7572 (java) S 7563 7566 5832 0 -1 4202560 176 0 0 0 8 2 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036403997096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7573] ppid=7563 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7566/task/7573/stat : 7573 (java) S 7563 7566 5832 0 -1 4202560 290 0 0 0 11 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036307368744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7574] ppid=7563 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7566/task/7574/stat : 7574 (java) S 7563 7566 5832 0 -1 4202560 217 0 0 0 13 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036306315944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7575] ppid=7563 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7566/task/7575/stat : 7575 (java) S 7563 7566 5832 0 -1 4202560 180 0 0 0 15 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036305263656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7576] ppid=7563 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7566/task/7576/stat : 7576 (java) S 7563 7566 5832 0 -1 4202560 307 0 0 0 14 4 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036304210856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7577] ppid=7563 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7566/task/7577/stat : 7577 (java) S 7563 7566 5832 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 104965874 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036292012264 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7578] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7578/stat : 7578 (java) S 7563 7566 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036290958328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7579] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7579/stat : 7579 (java) S 7563 7566 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036289905928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7580] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7580/stat : 7580 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036288854416 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7581] ppid=7563 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7566/task/7581/stat : 7581 (java) S 7563 7566 5832 0 -1 4202560 3180 0 0 0 38 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036287802040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7582] ppid=7563 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7566/task/7582/stat : 7582 (java) S 7563 7566 5832 0 -1 4202560 2994 0 0 0 57 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036286749240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7583] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7583/stat : 7583 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036285697144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7584] ppid=7563 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7566/task/7584/stat : 7584 (java) S 7563 7566 5832 0 -1 4202560 104 0 0 0 22 21 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036284644552 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.23 2.26 2.19 3/213 7695
/proc/meminfo: memFree=29558424/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 12164 0 1 0 179963 46 0 0 20 0 19 0 104965871 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 97628 2282 9 0 2396937 0
[pid=7566/tid=7568] ppid=7563 vsize=9625040 CPUtime=1793 cores=0,2,4,6
/proc/7566/task/7568/stat : 7568 (java) R 7563 7566 5832 0 -1 4202560 2519 0 1 0 179268 32 0 0 20 0 19 0 104965872 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036468416192 140036408886056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7569] ppid=7563 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7566/task/7569/stat : 7569 (java) S 7563 7566 5832 0 -1 4202560 168 0 0 0 11 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036407154984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7570] ppid=7563 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7566/task/7570/stat : 7570 (java) S 7563 7566 5832 0 -1 4202560 418 0 0 0 19 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036406102184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7571] ppid=7563 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7566/task/7571/stat : 7571 (java) S 7563 7566 5832 0 -1 4202560 292 0 0 0 12 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036405049896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7572] ppid=7563 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7566/task/7572/stat : 7572 (java) S 7563 7566 5832 0 -1 4202560 176 0 0 0 8 2 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036403997096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7573] ppid=7563 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7566/task/7573/stat : 7573 (java) S 7563 7566 5832 0 -1 4202560 290 0 0 0 11 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036307368744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7574] ppid=7563 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7566/task/7574/stat : 7574 (java) S 7563 7566 5832 0 -1 4202560 217 0 0 0 13 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036306315944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7575] ppid=7563 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7566/task/7575/stat : 7575 (java) S 7563 7566 5832 0 -1 4202560 180 0 0 0 15 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036305263656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7576] ppid=7563 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7566/task/7576/stat : 7576 (java) S 7563 7566 5832 0 -1 4202560 307 0 0 0 14 4 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036304210856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7577] ppid=7563 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7566/task/7577/stat : 7577 (java) S 7563 7566 5832 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 104965874 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036292012264 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7578] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7578/stat : 7578 (java) S 7563 7566 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036290958328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7579] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7579/stat : 7579 (java) S 7563 7566 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036289905928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7580] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7580/stat : 7580 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036288854416 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7581] ppid=7563 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7566/task/7581/stat : 7581 (java) S 7563 7566 5832 0 -1 4202560 3180 0 0 0 38 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036287802040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7582] ppid=7563 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7566/task/7582/stat : 7582 (java) S 7563 7566 5832 0 -1 4202560 2994 0 0 0 57 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036286749240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7583] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7583/stat : 7583 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036285697144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7584] ppid=7563 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7566/task/7584/stat : 7584 (java) S 7563 7566 5832 0 -1 4202560 104 0 0 0 22 21 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036284644552 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 7566 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.23 2.26 2.19 3/213 7695
/proc/meminfo: memFree=29558424/32872528 swapFree=16204/1518544
[pid=7566] ppid=7563 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/7566/stat : 7566 (java) S 7563 7566 5832 0 -1 4202496 12164 0 1 0 179963 46 0 0 20 0 19 0 104965871 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140734882608224 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7566/statm: 2406260 97628 2282 9 0 2396937 0
[pid=7566/tid=7568] ppid=7563 vsize=9625040 CPUtime=1793 cores=0,2,4,6
/proc/7566/task/7568/stat : 7568 (java) R 7563 7566 5832 0 -1 4202560 2519 0 1 0 179268 32 0 0 20 0 19 0 104965872 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036468416192 140036408886056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7569] ppid=7563 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7566/task/7569/stat : 7569 (java) S 7563 7566 5832 0 -1 4202560 168 0 0 0 11 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036407154984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7570] ppid=7563 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7566/task/7570/stat : 7570 (java) S 7563 7566 5832 0 -1 4202560 418 0 0 0 19 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036406102184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7571] ppid=7563 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/7566/task/7571/stat : 7571 (java) S 7563 7566 5832 0 -1 4202560 292 0 0 0 12 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036405049896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7566/tid=7572] ppid=7563 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7566/task/7572/stat : 7572 (java) S 7563 7566 5832 0 -1 4202560 176 0 0 0 8 2 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036403997096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7566/tid=7573] ppid=7563 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7566/task/7573/stat : 7573 (java) S 7563 7566 5832 0 -1 4202560 290 0 0 0 11 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036307368744 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7574] ppid=7563 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7566/task/7574/stat : 7574 (java) S 7563 7566 5832 0 -1 4202560 217 0 0 0 13 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036306315944 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7575] ppid=7563 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7566/task/7575/stat : 7575 (java) S 7563 7566 5832 0 -1 4202560 180 0 0 0 15 3 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036305263656 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7576] ppid=7563 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7566/task/7576/stat : 7576 (java) S 7563 7566 5832 0 -1 4202560 307 0 0 0 14 4 0 0 20 0 19 0 104965873 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036304210856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7577] ppid=7563 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7566/task/7577/stat : 7577 (java) S 7563 7566 5832 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 104965874 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036292012264 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7578] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7578/stat : 7578 (java) S 7563 7566 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036290958328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7579] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7579/stat : 7579 (java) S 7563 7566 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104965875 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036289905928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7580] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7580/stat : 7580 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036288854416 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7581] ppid=7563 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7566/task/7581/stat : 7581 (java) S 7563 7566 5832 0 -1 4202560 3180 0 0 0 38 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036287802040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7566/tid=7582] ppid=7563 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7566/task/7582/stat : 7582 (java) S 7563 7566 5832 0 -1 4202560 2994 0 0 0 57 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036286749240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7583] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7583/stat : 7583 (java) S 7563 7566 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036285697144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7584] ppid=7563 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7566/task/7584/stat : 7584 (java) S 7563 7566 5832 0 -1 4202560 104 0 0 0 22 21 0 0 20 0 19 0 104965877 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036284644552 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7566/tid=7585] ppid=7563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7566/task/7585/stat : 7585 (java) S 7563 7566 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104965900 9856040960 97628 33554432000 1073741824 1073778376 140734882617088 140036283589544 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7566 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=91104
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=910861
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.14
CPU time (s): 1800.09
CPU user time (s): 1799.63
CPU system time (s): 0.46
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.09
system time used= 0.910861
maximum resident set size= 390640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38428
involuntary context switches= 9499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0003 second user time and 12.1252 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 18:25:30
IDJOB=4085198
IDBENCH=2040
IDSOLVER=2546
FILE ID=node129/4085198-1465230330
RUNJOBID= node129-1465222695-5848
PBS_JOBID= 19843233
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-sao2.b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085198-1465230330/watcher-4085198-1465230330 -o /tmp/evaluation-result-4085198-1465230330/solver-4085198-1465230330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085198-1465230330.opb

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

MD5SUM BENCH= a91a8cbbe2491e496acc19538dbd623f
RANDOM SEED=1461106679

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30340028 kB
Buffers:           20700 kB
Cached:            84236 kB
SwapCached:         1828 kB
Active:           267660 kB
Inactive:          47100 kB
Active(anon):     210580 kB
Inactive(anon):     1220 kB
Active(file):      57080 kB
Inactive(file):    45880 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098604 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       1739348 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             566072 kB
SReclaimable:      10112 kB
SUnreclaim:       555960 kB
KernelStack:        1728 kB
PageTables:         7580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1714176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node129 at 2016-06-06 18:55:28