Trace number 4085852

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)-113 1800.75 1782.95

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_4.opb
MD5SUMd847cf1d914db0ec942abd195c5092c7
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-120
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31592
Sum of products size (including duplicates)63184
Number of different products15796
Sum of products size31592

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085852-1465257221.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.33/0.69	c ... done. Wall clock time 0.582s.
1.33/0.69	c declared #vars     1000
1.33/0.69	c internal #vars     16796
1.33/0.69	c #constraints  33592
1.33/0.69	c constraints type 
1.33/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15796
1.33/0.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 904
1.33/0.69	c org.sat4j.specs.Constr$1 => 1049
1.33/0.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 47
1.33/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15796
1.33/0.69	c 33592 constraints processed.
1.33/0.69	c objective function length is 1000 literals
1.93/0.88	c SATISFIABLE
1.93/0.88	c OPTIMIZING...
1.93/0.88	c Got one! Elapsed wall clock time (in seconds):0.771
1.93/0.88	o -107
2.85/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
2.85/1.16	o -108
3.88/1.77	c cleaning 2508 clauses out of 5015 with flag 10320/5015
4.00/1.88	c Got one! Elapsed wall clock time (in seconds):1.769
4.00/1.88	o -109
4.67/2.43	c cleaning 4248 clauses out of 8506 with flag 10365/11014
5.27/3.01	c cleaning 5124 clauses out of 10258 with flag 22826/17014
6.08/3.75	c cleaning 6067 clauses out of 12134 with flag 37247/24014
6.92/4.55	c cleaning 7034 clauses out of 14068 with flag 53775/32015
7.82/5.43	c cleaning 8016 clauses out of 16032 with flag 72307/41013
8.82/6.47	c cleaning 9005 clauses out of 18017 with flag 92888/51014
10.18/7.67	c cleaning 10005 clauses out of 20011 with flag 115592/62013
11.39/8.90	c cleaning 10999 clauses out of 22006 with flag 140397/74013
12.78/10.26	c cleaning 12004 clauses out of 24007 with flag 167110/87013
14.48/11.96	c cleaning 12997 clauses out of 26003 with flag 195962/101013
16.28/13.78	c cleaning 14000 clauses out of 28006 with flag 226955/116013
18.88/16.08	c cleaning 15004 clauses out of 30007 with flag 260155/132014
20.78/17.97	c cleaning 15997 clauses out of 32002 with flag 295232/149013
22.98/20.11	c cleaning 17003 clauses out of 34005 with flag 332323/167013
23.58/20.79	c Got one! Elapsed wall clock time (in seconds):20.678
23.58/20.79	o -110
24.56/21.60	c cleaning 14343 clauses out of 28688 with flag 10326/178699
25.27/22.38	c cleaning 10171 clauses out of 20345 with flag 22850/184699
26.08/23.19	c cleaning 8587 clauses out of 17177 with flag 37799/191702
26.97/24.06	c cleaning 8288 clauses out of 16588 with flag 54564/199700
28.05/25.02	c cleaning 8648 clauses out of 17300 with flag 73333/208700
29.05/26.04	c cleaning 9324 clauses out of 18653 with flag 94153/218701
30.25/27.24	c cleaning 10164 clauses out of 20327 with flag 117055/229699
31.66/28.66	c cleaning 11079 clauses out of 22164 with flag 142351/241700
33.05/30.08	c cleaning 12043 clauses out of 24085 with flag 169520/254700
34.65/31.60	c cleaning 13018 clauses out of 26041 with flag 198612/268699
36.25/33.22	c cleaning 14009 clauses out of 28023 with flag 229472/283699
37.86/34.82	c cleaning 15007 clauses out of 30015 with flag 262559/299700
39.65/36.67	c cleaning 16002 clauses out of 32007 with flag 297672/316699
42.07/38.89	c cleaning 17002 clauses out of 34005 with flag 334729/334699
44.47/41.27	c cleaning 17999 clauses out of 36004 with flag 373910/353700
47.08/43.84	c cleaning 18992 clauses out of 38004 with flag 415321/373699
49.38/46.13	c cleaning 20003 clauses out of 40014 with flag 458745/394701
52.18/48.97	c cleaning 21002 clauses out of 42010 with flag 504035/416700
55.08/51.85	c cleaning 22002 clauses out of 44007 with flag 551578/439699
58.18/54.91	c cleaning 23002 clauses out of 46006 with flag 601089/463700
62.22/58.64	c cleaning 23997 clauses out of 48004 with flag 652664/488700
66.22/62.62	c cleaning 25000 clauses out of 50006 with flag 705973/514699
70.12/66.52	c cleaning 26001 clauses out of 52006 with flag 761419/541699
74.31/70.79	c cleaning 27002 clauses out of 54005 with flag 818924/569699
79.32/75.70	c cleaning 28001 clauses out of 56004 with flag 878509/598700
84.32/80.75	c cleaning 28999 clauses out of 58002 with flag 940225/628699
90.29/86.10	c cleaning 30002 clauses out of 60004 with flag 1003787/659700
95.79/91.68	c cleaning 31000 clauses out of 62003 with flag 1069736/691701
101.39/97.26	c cleaning 31995 clauses out of 64001 with flag 1138097/724699
107.09/102.91	c cleaning 33003 clauses out of 66006 with flag 1208036/758699
112.49/108.33	c cleaning 34002 clauses out of 68004 with flag 1280226/793700
119.53/114.96	c cleaning 34996 clauses out of 70002 with flag 1354244/829700
125.93/121.37	c cleaning 35996 clauses out of 72005 with flag 1430261/866699
132.44/127.86	c cleaning 37005 clauses out of 74009 with flag 1508715/904699
139.24/134.64	c cleaning 38001 clauses out of 76004 with flag 1588847/943699
146.34/141.77	c cleaning 38997 clauses out of 78004 with flag 1671138/983700
154.24/149.65	c cleaning 40001 clauses out of 80006 with flag 1755324/1024699
163.04/158.45	c cleaning 41001 clauses out of 82005 with flag 1841948/1066699
172.69/167.45	c cleaning 41999 clauses out of 84004 with flag 1930670/1109699
181.59/176.37	c cleaning 43001 clauses out of 86005 with flag 2021144/1153699
189.89/184.67	c cleaning 43997 clauses out of 88004 with flag 2113899/1198699
199.49/194.28	c cleaning 45000 clauses out of 90007 with flag 2208454/1244699
209.51/204.23	c cleaning 46000 clauses out of 92007 with flag 2305252/1291699
219.91/214.68	c cleaning 47004 clauses out of 94008 with flag 2404258/1339700
231.33/225.23	c cleaning 48000 clauses out of 96003 with flag 2505391/1388699
242.23/236.12	c cleaning 49002 clauses out of 98004 with flag 2608894/1438700
252.93/246.83	c cleaning 49998 clauses out of 100001 with flag 2713939/1489699
263.94/257.80	c cleaning 51001 clauses out of 102003 with flag 2820851/1541699
276.33/270.29	c cleaning 52000 clauses out of 104003 with flag 2930168/1594700
289.14/283.06	c cleaning 53000 clauses out of 106002 with flag 3041375/1648699
298.54/292.41	c cleaning 53995 clauses out of 108003 with flag 3155258/1703700
310.42/303.62	c cleaning 55000 clauses out of 110008 with flag 3271241/1759700
321.32/314.53	c cleaning 55998 clauses out of 112007 with flag 3388783/1816699
323.82/317.05	c Got one! Elapsed wall clock time (in seconds):316.945
323.82/317.05	o -111
325.54/318.74	c cleaning 39607 clauses out of 79216 with flag 10758/1839906
326.54/319.72	c cleaning 22800 clauses out of 45609 with flag 23330/1845906
327.34/320.57	c cleaning 14896 clauses out of 29808 with flag 38212/1852905
328.24/321.41	c cleaning 11451 clauses out of 22911 with flag 55531/1860904
329.04/322.27	c cleaning 10226 clauses out of 20461 with flag 74709/1869905
330.04/323.22	c cleaning 10112 clauses out of 20234 with flag 95390/1879904
331.04/324.29	c cleaning 10556 clauses out of 21122 with flag 119272/1890904
332.34/325.52	c cleaning 11282 clauses out of 22567 with flag 144284/1902905
333.75/326.90	c cleaning 12139 clauses out of 24284 with flag 171905/1915904
335.35/328.50	c cleaning 13071 clauses out of 26146 with flag 202388/1929905
337.05/330.21	c cleaning 14034 clauses out of 28075 with flag 235187/1944905
338.85/332.00	c cleaning 15017 clauses out of 30042 with flag 269607/1960906
340.85/334.04	c cleaning 16009 clauses out of 32024 with flag 306020/1977905
342.95/336.15	c cleaning 17007 clauses out of 34014 with flag 344726/1995904
345.25/338.40	c cleaning 17999 clauses out of 36007 with flag 385384/2014904
347.55/340.73	c cleaning 19002 clauses out of 38008 with flag 428934/2034904
351.49/343.91	c cleaning 19999 clauses out of 40006 with flag 474186/2055904
354.10/346.55	c cleaning 21004 clauses out of 42007 with flag 521071/2077904
356.90/349.37	c cleaning 21996 clauses out of 44003 with flag 571161/2100904
359.70/352.12	c cleaning 23000 clauses out of 46008 with flag 621958/2124905
362.80/355.22	c cleaning 24002 clauses out of 48008 with flag 677216/2149905
366.20/358.63	c cleaning 24999 clauses out of 50005 with flag 733799/2175904
369.80/362.23	c cleaning 26004 clauses out of 52007 with flag 791235/2202905
373.80/366.24	c cleaning 26996 clauses out of 54002 with flag 849808/2230904
377.90/370.33	c cleaning 27999 clauses out of 56006 with flag 909304/2259904
382.40/374.89	c cleaning 28998 clauses out of 58008 with flag 970952/2289905
387.50/379.91	c cleaning 30004 clauses out of 60010 with flag 1034681/2320905
392.30/384.79	c cleaning 30996 clauses out of 62005 with flag 1100399/2352904
397.92/390.10	c cleaning 32001 clauses out of 64009 with flag 1168021/2385904
403.62/395.87	c cleaning 32995 clauses out of 66009 with flag 1238416/2419905
409.02/401.22	c cleaning 34003 clauses out of 68014 with flag 1310521/2454905
414.83/407.03	c cleaning 35002 clauses out of 70010 with flag 1384768/2490904
420.93/413.15	c cleaning 36000 clauses out of 72009 with flag 1460955/2527905
427.54/419.70	c cleaning 37004 clauses out of 74008 with flag 1539467/2565904
434.34/426.57	c cleaning 37997 clauses out of 76004 with flag 1619718/2604904
441.94/434.18	c cleaning 39002 clauses out of 78008 with flag 1702033/2644905
449.44/441.66	c cleaning 39998 clauses out of 80005 with flag 1786828/2685904
458.70/450.63	c cleaning 41001 clauses out of 82007 with flag 1873566/2727904
467.00/458.96	c cleaning 41997 clauses out of 84006 with flag 1962325/2770904
475.71/467.67	c cleaning 43000 clauses out of 86010 with flag 2052869/2814905
484.30/476.30	c cleaning 44002 clauses out of 88009 with flag 2146045/2859904
493.20/485.13	c cleaning 44996 clauses out of 90008 with flag 2241095/2905905
503.51/495.40	c cleaning 46004 clauses out of 92014 with flag 2338356/2952907
513.01/504.99	c cleaning 47004 clauses out of 94008 with flag 2437324/3000905
523.79/515.62	c cleaning 47995 clauses out of 96003 with flag 2538817/3049904
534.49/526.32	c cleaning 49000 clauses out of 98008 with flag 2642139/3099904
544.79/536.63	c cleaning 49999 clauses out of 100008 with flag 2747336/3150904
555.60/547.45	c cleaning 51001 clauses out of 102009 with flag 2854707/3202904
567.60/559.48	c cleaning 52003 clauses out of 104009 with flag 2964087/3255905
582.00/573.67	c cleaning 52999 clauses out of 106006 with flag 3075504/3309905
595.50/587.12	c cleaning 54002 clauses out of 108006 with flag 3189103/3364904
607.81/599.45	c cleaning 54997 clauses out of 110004 with flag 3304989/3420904
619.21/610.83	c cleaning 55999 clauses out of 112008 with flag 3422960/3477905
629.81/621.46	c cleaning 57000 clauses out of 114008 with flag 3543210/3535904
643.65/634.90	c cleaning 58000 clauses out of 116009 with flag 3665044/3594905
655.76/647.08	c cleaning 59005 clauses out of 118009 with flag 3788570/3654905
667.67/658.93	c cleaning 59997 clauses out of 120003 with flag 3914900/3715904
680.36/671.62	c cleaning 61000 clauses out of 122007 with flag 4043842/3777905
692.36/683.66	c cleaning 62003 clauses out of 124006 with flag 4174571/3840904
707.77/698.64	c cleaning 62999 clauses out of 126003 with flag 4306697/3904904
721.26/712.19	c cleaning 64000 clauses out of 128005 with flag 4440742/3969905
736.28/727.12	c cleaning 64996 clauses out of 130004 with flag 4577005/4035904
752.34/742.66	c cleaning 66000 clauses out of 132008 with flag 4715050/4102904
766.13/756.42	c cleaning 66998 clauses out of 134008 with flag 4855516/4170904
780.13/770.41	c cleaning 68000 clauses out of 136010 with flag 4998421/4239904
794.83/785.13	c cleaning 69003 clauses out of 138011 with flag 5142838/4309905
810.35/800.13	c cleaning 70001 clauses out of 140008 with flag 5289638/4380905
825.46/815.28	c cleaning 70997 clauses out of 142006 with flag 5438424/4452904
839.76/829.52	c cleaning 72000 clauses out of 144010 with flag 5589338/4525905
861.30/850.87	c cleaning 73005 clauses out of 146011 with flag 5742065/4599906
876.31/865.81	c cleaning 73995 clauses out of 148004 with flag 5896847/4674904
891.71/881.24	c cleaning 75004 clauses out of 150009 with flag 6053661/4750904
908.18/897.49	c cleaning 76002 clauses out of 152005 with flag 6213205/4827904
915.18/904.41	c Got one! Elapsed wall clock time (in seconds):904.306
915.18/904.41	o -112
917.32/906.59	c cleaning 58894 clauses out of 117796 with flag 10313/4869697
918.91/908.17	c cleaning 32450 clauses out of 64903 with flag 22649/4875698
919.91/909.17	c cleaning 19725 clauses out of 39453 with flag 37047/4882698
920.81/910.09	c cleaning 13861 clauses out of 27729 with flag 53525/4890699
921.81/911.01	c cleaning 11429 clauses out of 22866 with flag 71979/4899697
922.82/912.02	c cleaning 10716 clauses out of 21437 with flag 92485/4909697
923.92/913.11	c cleaning 10858 clauses out of 21721 with flag 115134/4920697
925.02/914.25	c cleaning 11429 clauses out of 22865 with flag 139823/4932699
926.31/915.54	c cleaning 12217 clauses out of 24434 with flag 166654/4945697
927.71/916.95	c cleaning 13104 clauses out of 26218 with flag 195415/4959698
929.21/918.47	c cleaning 14055 clauses out of 28114 with flag 226372/4974698
930.91/920.15	c cleaning 15028 clauses out of 30058 with flag 259256/4990697
932.73/921.97	c cleaning 16013 clauses out of 32031 with flag 294258/5007698
935.10/924.03	c cleaning 17008 clauses out of 34018 with flag 331179/5025698
937.09/926.02	c cleaning 18004 clauses out of 36009 with flag 370076/5044697
939.29/928.25	c cleaning 19002 clauses out of 38007 with flag 411261/5064699
941.70/930.62	c cleaning 20001 clauses out of 40003 with flag 454292/5085697
944.19/933.18	c cleaning 21001 clauses out of 42003 with flag 499530/5107698
946.79/935.74	c cleaning 21997 clauses out of 44001 with flag 546562/5130697
949.50/938.49	c cleaning 22997 clauses out of 46004 with flag 595685/5154697
952.49/941.43	c cleaning 24004 clauses out of 48010 with flag 647235/5179700
955.69/944.60	c cleaning 24995 clauses out of 50004 with flag 700424/5205698
959.70/948.39	c cleaning 25995 clauses out of 52008 with flag 755870/5232697
963.10/951.74	c cleaning 27002 clauses out of 54015 with flag 813129/5260699
966.60/955.29	c cleaning 28003 clauses out of 56012 with flag 872635/5289698
970.30/958.94	c cleaning 29000 clauses out of 58008 with flag 934176/5319697
974.70/963.31	c cleaning 29997 clauses out of 60008 with flag 997668/5350697
978.90/967.53	c cleaning 30998 clauses out of 62011 with flag 1063547/5382697
983.81/972.44	c cleaning 32007 clauses out of 64013 with flag 1131306/5415697
989.41/977.68	c cleaning 32999 clauses out of 66006 with flag 1201268/5449697
994.21/982.47	c cleaning 34000 clauses out of 68007 with flag 1273441/5484697
999.61/987.88	c cleaning 35000 clauses out of 70009 with flag 1348078/5520699
1005.11/993.31	c cleaning 36005 clauses out of 72009 with flag 1424408/5557699
1010.20/998.48	c cleaning 36994 clauses out of 74002 with flag 1502826/5595697
1016.40/1004.60	c cleaning 37997 clauses out of 76008 with flag 1583104/5634697
1022.52/1010.69	c cleaning 39002 clauses out of 78011 with flag 1665583/5674697
1028.32/1016.46	c cleaning 40000 clauses out of 80010 with flag 1749988/5715698
1034.21/1022.35	c cleaning 41001 clauses out of 82009 with flag 1836649/5757697
1040.31/1028.49	c cleaning 42004 clauses out of 84010 with flag 1925288/5800699
1047.81/1035.80	c cleaning 43003 clauses out of 86005 with flag 2015753/5844698
1054.82/1042.88	c cleaning 43998 clauses out of 88001 with flag 2108504/5889697
1062.52/1050.54	c cleaning 45001 clauses out of 90005 with flag 2202948/5935699
1070.01/1058.09	c cleaning 45995 clauses out of 92002 with flag 2299718/5982697
1078.08/1066.05	c cleaning 47002 clauses out of 94009 with flag 2398663/6030699
1085.28/1073.23	c cleaning 47998 clauses out of 96005 with flag 2499690/6079697
1093.08/1081.06	c cleaning 49001 clauses out of 98007 with flag 2602573/6129697
1102.61/1090.48	c cleaning 50000 clauses out of 100007 with flag 2707672/6180698
1111.22/1099.05	c cleaning 50999 clauses out of 102006 with flag 2814512/6232697
1119.81/1107.66	c cleaning 52002 clauses out of 104007 with flag 2923600/6285697
1128.41/1116.23	c cleaning 52997 clauses out of 106005 with flag 3035160/6339697
1137.40/1125.14	c cleaning 54001 clauses out of 108009 with flag 3148792/6394698
1147.00/1134.72	c cleaning 55003 clauses out of 110007 with flag 3264544/6450697
1156.70/1144.43	c cleaning 56000 clauses out of 112004 with flag 3382310/6507697
1159.41/1147.03	c Got one! Elapsed wall clock time (in seconds):1146.924
1159.41/1147.03	o -113
1160.91/1148.52	c cleaning 40643 clauses out of 81295 with flag 10498/6532988
1161.91/1149.51	c cleaning 23322 clauses out of 46653 with flag 22823/6538989
1162.71/1150.31	c cleaning 15160 clauses out of 30331 with flag 37254/6545989
1163.41/1151.08	c cleaning 11579 clauses out of 23171 with flag 54204/6553989
1164.31/1151.95	c cleaning 10294 clauses out of 20591 with flag 72944/6562988
1165.21/1152.90	c cleaning 10147 clauses out of 20298 with flag 94176/6572989
1166.42/1154.01	c cleaning 10571 clauses out of 21150 with flag 116925/6583988
1167.61/1155.26	c cleaning 11286 clauses out of 22580 with flag 141610/6595989
1168.91/1156.60	c cleaning 12146 clauses out of 24294 with flag 168437/6608989
1170.41/1158.05	c cleaning 13068 clauses out of 26147 with flag 197450/6622988
1172.01/1159.62	c cleaning 14039 clauses out of 28079 with flag 228459/6637988
1173.81/1161.44	c cleaning 15018 clauses out of 30041 with flag 262618/6653989
1176.02/1163.51	c cleaning 16011 clauses out of 32025 with flag 299601/6670991
1178.12/1165.66	c cleaning 17005 clauses out of 34011 with flag 338684/6688988
1180.42/1167.95	c cleaning 18003 clauses out of 36007 with flag 378066/6707989
1183.04/1170.53	c cleaning 18993 clauses out of 38004 with flag 419783/6727989
1185.53/1173.08	c cleaning 20006 clauses out of 40011 with flag 462954/6748989
1188.13/1175.66	c cleaning 20995 clauses out of 42004 with flag 508179/6770988
1191.03/1178.52	c cleaning 21999 clauses out of 44009 with flag 555617/6793988
1193.94/1181.45	c cleaning 23001 clauses out of 46010 with flag 604792/6817988
1197.35/1184.73	c cleaning 24001 clauses out of 48010 with flag 656248/6842989
1200.54/1187.94	c cleaning 25004 clauses out of 50009 with flag 709858/6868989
1203.95/1191.32	c cleaning 26000 clauses out of 52005 with flag 765584/6895989
1207.64/1195.07	c cleaning 26997 clauses out of 54004 with flag 822948/6923988
1212.24/1199.61	c cleaning 28002 clauses out of 56009 with flag 882529/6952990
1217.50/1204.75	c cleaning 29001 clauses out of 58005 with flag 944208/6982988
1222.40/1209.69	c cleaning 30000 clauses out of 60005 with flag 1007894/7013989
1227.60/1214.81	c cleaning 30999 clauses out of 62005 with flag 1073595/7045989
1232.90/1220.10	c cleaning 32002 clauses out of 64005 with flag 1141679/7078988
1238.51/1225.78	c cleaning 32998 clauses out of 66003 with flag 1211676/7112988
1243.96/1231.02	c cleaning 33999 clauses out of 68005 with flag 1283930/7147988
1249.05/1236.13	c cleaning 34999 clauses out of 70007 with flag 1358150/7183989
1254.25/1241.35	c cleaning 36001 clauses out of 72007 with flag 1434385/7220988
1259.63/1246.71	c cleaning 36999 clauses out of 74006 with flag 1512800/7258988
1265.15/1252.16	c cleaning 37997 clauses out of 76007 with flag 1593390/7297988
1270.75/1257.77	c cleaning 39001 clauses out of 78010 with flag 1676134/7337988
1276.55/1263.55	c cleaning 40002 clauses out of 80009 with flag 1760968/7378988
1284.21/1271.02	c cleaning 41004 clauses out of 82007 with flag 1847693/7420988
1291.31/1278.20	c cleaning 42000 clauses out of 84003 with flag 1935991/7463988
1298.61/1285.40	c cleaning 43000 clauses out of 86005 with flag 2026479/7507990
1307.69/1294.31	c cleaning 44000 clauses out of 88003 with flag 2118986/7552988
1315.90/1302.54	c cleaning 44997 clauses out of 90003 with flag 2213748/7598988
1324.60/1311.28	c cleaning 46000 clauses out of 92006 with flag 2310400/7645988
1336.62/1323.08	c cleaning 47001 clauses out of 94006 with flag 2409621/7693988
1347.92/1334.40	c cleaning 48001 clauses out of 96005 with flag 2511140/7742988
1358.13/1344.58	c cleaning 49002 clauses out of 98004 with flag 2614925/7792988
1368.25/1354.50	c cleaning 49999 clauses out of 100004 with flag 2720595/7843990
1378.44/1364.67	c cleaning 50999 clauses out of 102004 with flag 2828243/7895989
1389.64/1375.54	c cleaning 52000 clauses out of 104004 with flag 2937820/7948988
1399.24/1385.19	c cleaning 53000 clauses out of 106004 with flag 3049761/8002988
1409.04/1394.80	c cleaning 54003 clauses out of 108005 with flag 3163392/8057989
1419.84/1405.59	c cleaning 54996 clauses out of 110001 with flag 3278909/8113988
1429.90/1415.48	c cleaning 56000 clauses out of 112005 with flag 3396279/8170988
1439.49/1425.05	c cleaning 56998 clauses out of 114006 with flag 3516003/8228989
1450.08/1435.49	c cleaning 57999 clauses out of 116007 with flag 3637837/8287988
1460.79/1446.19	c cleaning 59001 clauses out of 118009 with flag 3761094/8347989
1474.86/1460.00	c cleaning 60001 clauses out of 120008 with flag 3886502/8408989
1486.96/1472.12	c cleaning 60995 clauses out of 122006 with flag 4014263/8470988
1501.61/1486.64	c cleaning 62002 clauses out of 124011 with flag 4144198/8533988
1516.31/1501.17	c cleaning 63002 clauses out of 126010 with flag 4275956/8597989
1529.61/1514.40	c cleaning 63998 clauses out of 128008 with flag 4409899/8662989
1542.40/1527.18	c cleaning 65000 clauses out of 130009 with flag 4545626/8728988
1557.20/1541.78	c cleaning 66001 clauses out of 132009 with flag 4683201/8795988
1572.79/1557.32	c cleaning 66997 clauses out of 134009 with flag 4823029/8863989
1586.83/1571.21	c cleaning 68003 clauses out of 136013 with flag 4965015/8932990
1603.17/1587.49	c cleaning 69001 clauses out of 138008 with flag 5108670/9002988
1618.65/1602.75	c cleaning 69999 clauses out of 140007 with flag 5254944/9073988
1634.94/1619.08	c cleaning 71004 clauses out of 142009 with flag 5403177/9145989
1654.22/1638.24	c cleaning 72000 clauses out of 144005 with flag 5553583/9218989
1674.22/1658.14	c cleaning 73001 clauses out of 146006 with flag 5705519/9292990
1695.04/1678.86	c cleaning 73998 clauses out of 148003 with flag 5859913/9367988
1716.05/1699.65	c cleaning 75000 clauses out of 150007 with flag 6016463/9443990
1737.92/1721.33	c cleaning 75998 clauses out of 152006 with flag 6175024/9520989
1759.71/1742.99	c cleaning 76996 clauses out of 154007 with flag 6335732/9598988
1779.46/1762.56	c cleaning 78002 clauses out of 156011 with flag 6498719/9677988
1797.93/1780.84	c cleaning 79002 clauses out of 158009 with flag 6663322/9757988
1800.03/1782.90	c starts		: 8
1800.03/1782.90	c conflicts		: 9776134
1800.03/1782.90	c decisions		: 10895816
1800.03/1782.90	c propagations		: 63794038
1800.03/1782.90	c inspects		: 19580205592
1800.03/1782.90	c shortcuts		: 0
1800.03/1782.90	c learnt literals	: 0
1800.03/1782.90	c learnt binary clauses	: 0
1800.03/1782.90	c learnt ternary clauses	: 0
1800.03/1782.90	c learnt constraints	: 9776134
1800.03/1782.90	c ignored constraints	: 0
1800.03/1782.90	c root simplifications	: 0
1800.03/1782.90	c removed literals (reason simplification)	: 0
1800.03/1782.90	c reason swapping (by a shorter reason)	: 0
1800.03/1782.90	c Calls to reduceDB	: 270
1800.03/1782.90	c Number of update (reduction) of LBD	: 57583
1800.03/1782.90	c Imported unit clauses	: 0
1800.03/1782.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1782.90	c number of learned constraints concerned by reduction	: 0
1800.03/1782.90	c number of learning phase by resolution	: 0
1800.03/1782.90	c number of learning phase by cutting planes	: 0
1800.03/1782.90	c speed (assignments/second)	: 35795.68851698294
1800.03/1782.90	c non guided choices	0
1800.03/1782.93	c learnt constraints type 
1800.03/1782.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97153
1800.03/1782.93	s SATISFIABLE
1800.03/1782.93	c Found 7 solution(s)
1800.03/1782.93	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 -x129 x130 x131 x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 x256 -x257 x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 x487 x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 x513 x514 x515 x516 -x517 -x518 -x519 -x520 -x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 x530 -x531 -x532 -x533 -x534 x535 x536 -x537 -x538 x539 -x540 x541 x542 -x543 -x544 -x545 x546 -x547 x548 x549 -x550 -x551 -x552 -x553 -x554 x555 x556 x557 x558 -x559 -x560 x561 x562 -x563 -x564 -x565 x566 x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 x576 -x577 x578 -x579 -x580 x581 -x582 x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 -x679 x680 x681 -x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 x747 -x748 -x749 x750 -x751 -x752 -x753 x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 x822 -x823 x824 -x825 -x826 x827 -x828 -x829 -x830 -x831 x832 -x833 -x834 -x835 -x836 -x837 -x838 x839 -x840 -x841 -x842 x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 x895 -x896 -x897 -x898 x899 -x900 -x901 x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 -x924 x925 -x926 -x927 -x928 -x929 -x930 x931 -x932 -x933 x934 x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 x978 -x979 -x980 -x981 x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 
1800.03/1782.93	c objective function=-113
1800.03/1782.93	c Total wall clock time (in seconds): 1782.823

Verifier Data

OK	-113

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-4085852-1465257221/watcher-4085852-1465257221 -o /tmp/evaluation-result-4085852-1465257221/solver-4085852-1465257221 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085852-1465257221.opb 

pid=6117
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.10 2.12 2.09 3/194 6120
/proc/meminfo: memFree=30760368/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107656789 98570240 977 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 24065 977 743 9 0 16771 0
[pid=6120/tid=6121] ppid=6117 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107656789 98570240 977 33554432000 1073741824 1073778376 140734178069056 140437555822120 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 6120
/proc/meminfo: memFree=30760368/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 4415 0 1 0 9 1 0 0 20 0 18 0 107656789 9787879424 6048 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2389619 6048 2125 9 0 2380296 0
[pid=6120/tid=6121] ppid=6117 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 107656789 9787879424 6048 33554432000 1073741824 1073778376 140734178069056 140437555825568 271790957837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 6120
/proc/meminfo: memFree=30760368/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 4712 0 1 0 23 1 0 0 20 0 18 0 107656789 9787879424 6779 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2389619 6779 2201 9 0 2380296 0
[pid=6120/tid=6121] ppid=6117 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 107656789 9787879424 6779 33554432000 1073741824 1073778376 140734178069056 140437555817400 140437394405860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 6120
/proc/meminfo: memFree=30760368/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 5509 0 1 0 43 1 0 0 20 0 18 0 107656789 9787879424 8863 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2389619 8863 2226 9 0 2380296 0
[pid=6120/tid=6121] ppid=6117 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 107656789 9787879424 8863 33554432000 1073741824 1073778376 140734178069056 140437555817400 140437559112533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 2.10 2.12 2.09 3/194 6120
/proc/meminfo: memFree=30760368/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9558476 CPUtime=1.63 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 24041 0 1 0 158 5 0 0 20 0 18 0 107656789 9787879424 31985 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2389619 31985 2262 9 0 2380296 0
[pid=6120/tid=6121] ppid=6117 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2470 0 1 0 65 2 0 0 20 0 18 0 107656789 9787879424 31985 33554432000 1073741824 1073778376 140734178069056 140437555817824 140437394416357 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.10 2.12 2.09 5/213 6139
/proc/meminfo: memFree=30601192/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 28020 0 1 0 359 6 0 0 20 0 19 0 107656789 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2406260 35833 2274 9 0 2396937 0
[pid=6120/tid=6121] ppid=6117 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2481 0 1 0 144 3 0 0 20 0 19 0 107656789 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437555826936 140437394376992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6123] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6123/stat : 6123 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437517319208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6124] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6124/stat : 6124 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437516266408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6125] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6125/stat : 6125 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437515213608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6126] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6126/stat : 6126 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437514160808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6127] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6127/stat : 6127 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437513108008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6128] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6128/stat : 6128 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437394287016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6129] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6129/stat : 6129 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437393234216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6130] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6130/stat : 6130 (java) S 6117 6120 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437392181416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6131] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6131/stat : 6131 (java) S 6117 6120 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107656791 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437379984360 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 8440 0 0 0 105 2 0 0 20 0 19 0 107656794 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/6120/task/6136/stat : 6136 (java) S 6117 6120 5680 0 -1 4202560 15822 0 0 0 106 3 0 0 20 0 19 0 107656794 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436770371896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6137] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6137/stat : 6137 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436769319288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6138] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6138/stat : 6138 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436768266696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6139] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6139/stat : 6139 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656862 9856040960 35833 33554432000 1073741824 1073778376 140734178069056 140436767213224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.10 2.12 2.09 3/213 6139
/proc/meminfo: memFree=30534788/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9625040 CPUtime=5.38 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 28644 0 1 0 531 7 0 0 20 0 19 0 107656789 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2406260 50175 2279 9 0 2396937 0
[pid=6120/tid=6121] ppid=6117 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2510 0 1 0 302 3 0 0 20 0 19 0 107656789 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437555818160 140437395647966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6123] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6123/stat : 6123 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437517319208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6124] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6124/stat : 6124 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437516266408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6125] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6125/stat : 6125 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437515213608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6126] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6126/stat : 6126 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437514160808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6127] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6127/stat : 6127 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437513108008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6128] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6128/stat : 6128 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437394287016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6129] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6129/stat : 6129 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437393234216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6130] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6130/stat : 6130 (java) S 6117 6120 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437392181416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6131] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6131/stat : 6131 (java) S 6117 6120 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107656791 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437379984360 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 9033 0 0 0 116 2 0 0 20 0 19 0 107656794 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/6120/task/6136/stat : 6136 (java) S 6117 6120 5680 0 -1 4202560 15823 0 0 0 108 3 0 0 20 0 19 0 107656794 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436770371896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6137] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6137/stat : 6137 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436769319288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6138] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6138/stat : 6138 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436768266696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6139] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6139/stat : 6139 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656862 9856040960 50175 33554432000 1073741824 1073778376 140734178069056 140436767213224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.10 2.12 2.09 4/213 6139
/proc/meminfo: memFree=30404560/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9625040 CPUtime=8.72 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 28867 0 1 0 859 13 0 0 20 0 19 0 107656789 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2406260 63134 2292 9 0 2396937 0
[pid=6120/tid=6121] ppid=6117 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 2519 0 1 0 616 4 0 0 20 0 19 0 107656789 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437555818144 140437395569469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6123] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6123/stat : 6123 (java) S 6117 6120 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437517319208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6124] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6124/stat : 6124 (java) S 6117 6120 5680 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437516266408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6125] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6125/stat : 6125 (java) S 6117 6120 5680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437515213608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6126] ppid=6117 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6120/task/6126/stat : 6126 (java) S 6117 6120 5680 0 -1 4202560 31 0 0 0 0 2 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437514160808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6127] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6127/stat : 6127 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437513108008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6128] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6128/stat : 6128 (java) S 6117 6120 5680 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437394287016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6129] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6129/stat : 6129 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437393234216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6130] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6130/stat : 6130 (java) S 6117 6120 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107656790 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437392181416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6131] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6131/stat : 6131 (java) S 6117 6120 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 107656791 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437379984360 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 9033 0 0 0 117 2 0 0 20 0 19 0 107656794 9856040960 63134 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.16 cores=0,2,4,6

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

[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 9036 0 0 0 122 2 0 0 20 0 19 0 107656794 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/6120/task/6136/stat : 6136 (java) S 6117 6120 5680 0 -1 4202560 15871 0 0 0 125 3 0 0 20 0 19 0 107656794 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436770371896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6137] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6137/stat : 6137 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436769319288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6138] ppid=6117 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/6120/task/6138/stat : 6138 (java) S 6117 6120 5680 0 -1 4202560 99 0 0 0 28 32 0 0 20 0 19 0 107656794 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436768266696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6139] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6139/stat : 6139 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656862 9856040960 490110 33554432000 1073741824 1073778376 140734178069056 140436767213224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1738.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.12 2.15 3/191 6243
/proc/meminfo: memFree=28946976/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9625040 CPUtime=1799.43 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 76763 0 1 0 179598 345 0 0 20 0 19 0 107656789 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2406260 474973 2301 9 0 2396937 0
[pid=6120/tid=6121] ppid=6117 vsize=9625040 CPUtime=1775.29 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 3403 0 1 0 177492 37 0 0 20 0 19 0 107656789 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437555818144 140437395514895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6123] ppid=6117 vsize=9625040 CPUtime=2.73 cores=0,2,4,6
/proc/6120/task/6123/stat : 6123 (java) S 6117 6120 5680 0 -1 4202560 5019 0 0 0 225 48 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437517319208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6124] ppid=6117 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/6120/task/6124/stat : 6124 (java) S 6117 6120 5680 0 -1 4202560 4193 0 0 0 200 42 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437516266408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6125] ppid=6117 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/6120/task/6125/stat : 6125 (java) S 6117 6120 5680 0 -1 4202560 7164 0 0 0 205 48 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437515213608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6126] ppid=6117 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/6120/task/6126/stat : 6126 (java) S 6117 6120 5680 0 -1 4202560 4692 0 0 0 208 33 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437514160808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6127] ppid=6117 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/6120/task/6127/stat : 6127 (java) S 6117 6120 5680 0 -1 4202560 4110 0 0 0 215 41 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437513108008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6128] ppid=6117 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/6120/task/6128/stat : 6128 (java) S 6117 6120 5680 0 -1 4202560 6347 0 0 0 191 29 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437394287016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6129] ppid=6117 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/6120/task/6129/stat : 6129 (java) S 6117 6120 5680 0 -1 4202560 7513 0 0 0 232 31 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437393234216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6130] ppid=6117 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/6120/task/6130/stat : 6130 (java) S 6117 6120 5680 0 -1 4202560 5709 0 0 0 185 33 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437392181416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6131] ppid=6117 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/6120/task/6131/stat : 6131 (java) S 6117 6120 5680 0 -1 4202560 2340 0 0 0 167 4 0 0 20 0 19 0 107656791 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437379984360 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 9036 0 0 0 122 2 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/6120/task/6136/stat : 6136 (java) S 6117 6120 5680 0 -1 4202560 15871 0 0 0 125 3 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436770371896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6137] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6137/stat : 6137 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436769319288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6138] ppid=6117 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6120/task/6138/stat : 6138 (java) S 6117 6120 5680 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436768266696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6139] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6139/stat : 6139 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656862 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436767213224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.9 s]
/proc/loadavg: 2.01 2.12 2.15 3/191 6243
/proc/meminfo: memFree=28946976/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 76763 0 1 0 179658 345 0 0 20 0 19 0 107656789 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2406260 474973 2301 9 0 2396937 0
[pid=6120/tid=6121] ppid=6117 vsize=9625040 CPUtime=1775.89 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 3403 0 1 0 177552 37 0 0 20 0 19 0 107656789 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437555818144 140437395492278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6123] ppid=6117 vsize=9625040 CPUtime=2.73 cores=0,2,4,6
/proc/6120/task/6123/stat : 6123 (java) S 6117 6120 5680 0 -1 4202560 5019 0 0 0 225 48 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437517319208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6124] ppid=6117 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/6120/task/6124/stat : 6124 (java) S 6117 6120 5680 0 -1 4202560 4193 0 0 0 200 42 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437516266408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6125] ppid=6117 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/6120/task/6125/stat : 6125 (java) S 6117 6120 5680 0 -1 4202560 7164 0 0 0 205 48 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437515213608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6126] ppid=6117 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/6120/task/6126/stat : 6126 (java) S 6117 6120 5680 0 -1 4202560 4692 0 0 0 208 33 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437514160808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6127] ppid=6117 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/6120/task/6127/stat : 6127 (java) S 6117 6120 5680 0 -1 4202560 4110 0 0 0 215 41 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437513108008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6128] ppid=6117 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/6120/task/6128/stat : 6128 (java) S 6117 6120 5680 0 -1 4202560 6347 0 0 0 191 29 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437394287016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6129] ppid=6117 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/6120/task/6129/stat : 6129 (java) S 6117 6120 5680 0 -1 4202560 7513 0 0 0 232 31 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437393234216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6130] ppid=6117 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/6120/task/6130/stat : 6130 (java) S 6117 6120 5680 0 -1 4202560 5709 0 0 0 185 33 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437392181416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6131] ppid=6117 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/6120/task/6131/stat : 6131 (java) S 6117 6120 5680 0 -1 4202560 2340 0 0 0 167 4 0 0 20 0 19 0 107656791 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437379984360 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 9036 0 0 0 122 2 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/6120/task/6136/stat : 6136 (java) S 6117 6120 5680 0 -1 4202560 15871 0 0 0 125 3 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436770371896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6137] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6137/stat : 6137 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436769319288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6138] ppid=6117 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6120/task/6138/stat : 6138 (java) S 6117 6120 5680 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436768266696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6139] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6139/stat : 6139 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656862 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436767213224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 6120 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1782.9 s]
/proc/loadavg: 2.01 2.12 2.15 3/191 6243
/proc/meminfo: memFree=28946976/32872528 swapFree=13072/1184284
[pid=6120] ppid=6117 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/6120/stat : 6120 (java) S 6117 6120 5680 0 -1 4202496 76763 0 1 0 179658 345 0 0 20 0 19 0 107656789 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140734178060192 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6120/statm: 2406260 474973 2301 9 0 2396937 0
[pid=6120/tid=6121] ppid=6117 vsize=9625040 CPUtime=1775.89 cores=0,2,4,6
/proc/6120/task/6121/stat : 6121 (java) R 6117 6120 5680 0 -1 4202560 3403 0 1 0 177552 37 0 0 20 0 19 0 107656789 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437555818144 140437395492278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6123] ppid=6117 vsize=9625040 CPUtime=2.73 cores=0,2,4,6
/proc/6120/task/6123/stat : 6123 (java) S 6117 6120 5680 0 -1 4202560 5019 0 0 0 225 48 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437517319208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6124] ppid=6117 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/6120/task/6124/stat : 6124 (java) S 6117 6120 5680 0 -1 4202560 4193 0 0 0 200 42 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437516266408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6125] ppid=6117 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/6120/task/6125/stat : 6125 (java) S 6117 6120 5680 0 -1 4202560 7164 0 0 0 205 48 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437515213608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6126] ppid=6117 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/6120/task/6126/stat : 6126 (java) S 6117 6120 5680 0 -1 4202560 4692 0 0 0 208 33 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437514160808 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6127] ppid=6117 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/6120/task/6127/stat : 6127 (java) S 6117 6120 5680 0 -1 4202560 4110 0 0 0 215 41 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437513108008 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6128] ppid=6117 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/6120/task/6128/stat : 6128 (java) S 6117 6120 5680 0 -1 4202560 6347 0 0 0 191 29 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437394287016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6120/tid=6129] ppid=6117 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/6120/task/6129/stat : 6129 (java) S 6117 6120 5680 0 -1 4202560 7513 0 0 0 232 31 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437393234216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6130] ppid=6117 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/6120/task/6130/stat : 6130 (java) S 6117 6120 5680 0 -1 4202560 5709 0 0 0 185 33 0 0 20 0 19 0 107656790 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437392181416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6131] ppid=6117 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/6120/task/6131/stat : 6131 (java) S 6117 6120 5680 0 -1 4202560 2340 0 0 0 167 4 0 0 20 0 19 0 107656791 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437379984360 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6132] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6132/stat : 6132 (java) S 6117 6120 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140437378930424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6133] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6133/stat : 6133 (java) S 6117 6120 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107656792 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436773529096 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6134] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6134/stat : 6134 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436772477584 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6135] ppid=6117 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/6120/task/6135/stat : 6135 (java) S 6117 6120 5680 0 -1 4202560 9036 0 0 0 122 2 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436771424696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6120/tid=6136] ppid=6117 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/6120/task/6136/stat : 6136 (java) S 6117 6120 5680 0 -1 4202560 15871 0 0 0 125 3 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436770371896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6137] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6137/stat : 6137 (java) S 6117 6120 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436769319288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6120/tid=6138] ppid=6117 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6120/task/6138/stat : 6138 (java) S 6117 6120 5680 0 -1 4202560 103 0 0 0 28 34 0 0 20 0 19 0 107656794 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436768266696 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6120/tid=6139] ppid=6117 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6120/task/6139/stat : 6139 (java) S 6117 6120 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 107656862 9856040960 474973 33554432000 1073741824 1073778376 140734178069056 140436767213224 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1782.95
CPU time (s): 1800.75
CPU user time (s): 1796.75
CPU system time (s): 3.99939
CPU usage (%): 100.998
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.75
system time used= 3.99939
maximum resident set size= 3329032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76798
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40909
involuntary context switches= 13469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5139 second user time and 10.1725 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 01:53:41
IDJOB=4085852
IDBENCH=48177
IDSOLVER=2546
FILE ID=node115/4085852-1465257221
RUNJOBID= node115-1465253623-5696
PBS_JOBID= 19843266
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085852-1465257221/watcher-4085852-1465257221 -o /tmp/evaluation-result-4085852-1465257221/solver-4085852-1465257221 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085852-1465257221.opb

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

MD5SUM BENCH= d847cf1d914db0ec942abd195c5092c7
RANDOM SEED=8038001

node115.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.174
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.34
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.174
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.56
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.174
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.174
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.57
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.174
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.174
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		: 2666.174
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.57
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.174
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:        30760896 kB
Buffers:           30480 kB
Cached:           100124 kB
SwapCached:         2032 kB
Active:           136444 kB
Inactive:          76924 kB
Active(anon):      82956 kB
Inactive(anon):     2032 kB
Active(file):      53488 kB
Inactive(file):    74892 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098756 kB
Dirty:              1780 kB
Writeback:             0 kB
AnonPages:       1292484 kB
Mapped:            16508 kB
Shmem:                 0 kB
Slab:             572020 kB
SReclaimable:      15564 kB
SUnreclaim:       556456 kB
KernelStack:        1648 kB
PageTables:         6712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1873424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1245184 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= 71740 MiB
End job on node115 at 2016-06-07 02:23:24