Trace number 4085249

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)1557 1800.75 1795.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-c8.opb
MD5SUMc919b2e3620f35e89404416810e81e0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1194
Best CPU time to get the best result obtained on this benchmark11.7142
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1194
Optimality of the best value was proved YES
Number of variables239
Total number of constraints524
Number of constraints which are clauses520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4
Minimum length of a constraint1
Maximum length of a constraint36
Number of terms in the objective function 239
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 10012
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 10012
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085249-1465229744.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.085s.
0.25/0.21	c declared #vars     239
0.25/0.21	c #constraints  524
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 368
0.25/0.21	c org.sat4j.specs.Constr$1 => 4
0.25/0.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 151
0.25/0.21	c 524 constraints processed.
0.25/0.21	c objective function length is 239 literals
0.25/0.22	c SATISFIABLE
0.25/0.22	c OPTIMIZING...
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.093
0.25/0.22	o 1662
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.102
0.25/0.23	o 1641
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.108
0.25/0.23	o 1639
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.115
0.25/0.24	o 1618
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.121
0.25/0.24	o 1616
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.134
0.25/0.26	o 1593
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.153
0.25/0.28	o 1579
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.16
0.25/0.28	o 1570
0.82/0.56	c cleaning 2549 clauses out of 5099 with flag 11562/5099
1.26/0.88	c cleaning 4275 clauses out of 8551 with flag 26706/11100
1.68/1.22	c cleaning 5638 clauses out of 11275 with flag 44341/18099
2.08/1.64	c cleaning 6819 clauses out of 13637 with flag 64394/26099
2.62/2.12	c cleaning 7907 clauses out of 15818 with flag 87248/35099
3.13/2.64	c cleaning 8955 clauses out of 17913 with flag 112608/45101
3.72/3.29	c cleaning 9977 clauses out of 19956 with flag 140851/56099
4.42/3.99	c cleaning 10986 clauses out of 21980 with flag 171691/68100
5.22/4.75	c cleaning 11995 clauses out of 23993 with flag 204973/81099
5.52/5.04	c Got one! Elapsed wall clock time (in seconds):4.916
5.52/5.04	o 1569
5.97/5.42	c cleaning 11421 clauses out of 22842 with flag 12370/91943
6.55/5.77	c cleaning 8707 clauses out of 17420 with flag 26713/97942
7.30/6.15	c cleaning 7856 clauses out of 15714 with flag 43506/104943
7.71/6.56	c cleaning 7921 clauses out of 15858 with flag 62762/112943
8.21/7.01	c cleaning 8462 clauses out of 16937 with flag 84240/121943
8.71/7.53	c cleaning 9236 clauses out of 18474 with flag 108233/131942
9.31/8.15	c cleaning 10116 clauses out of 20238 with flag 135122/142943
10.02/8.84	c cleaning 11061 clauses out of 22122 with flag 164244/154943
10.81/9.62	c cleaning 12026 clauses out of 24061 with flag 196406/167943
11.61/10.41	c cleaning 13004 clauses out of 26033 with flag 230543/181942
12.51/11.31	c cleaning 14014 clauses out of 28029 with flag 268335/196942
13.41/12.23	c cleaning 15008 clauses out of 30015 with flag 308519/212942
14.41/13.22	c cleaning 16000 clauses out of 32008 with flag 349286/229943
15.31/14.18	c Got one! Elapsed wall clock time (in seconds):14.058
15.31/14.18	o 1562
15.81/14.62	c cleaning 19054 clauses out of 38121 with flag 12766/252056
16.11/14.95	c cleaning 12527 clauses out of 25067 with flag 27486/258056
16.51/15.31	c cleaning 9758 clauses out of 19540 with flag 45185/265056
16.91/15.70	c cleaning 8884 clauses out of 17782 with flag 65576/273056
17.41/16.20	c cleaning 8947 clauses out of 17898 with flag 88849/282056
17.91/16.72	c cleaning 9473 clauses out of 18951 with flag 115119/292056
18.41/17.27	c cleaning 10238 clauses out of 20479 with flag 142382/303057
19.01/17.88	c cleaning 11118 clauses out of 22240 with flag 173003/315056
19.71/18.58	c cleaning 12059 clauses out of 24122 with flag 208101/328056
20.61/19.42	c cleaning 13032 clauses out of 26063 with flag 245419/342056
21.51/20.31	c cleaning 14014 clauses out of 28031 with flag 285312/357056
22.41/21.26	c cleaning 15009 clauses out of 30017 with flag 327057/373056
23.51/22.30	c cleaning 15998 clauses out of 32008 with flag 373228/390056
24.61/23.40	c cleaning 17000 clauses out of 34010 with flag 421183/408056
25.42/24.30	c Got one! Elapsed wall clock time (in seconds):24.172
25.42/24.30	o 1561
25.92/24.70	c cleaning 19041 clauses out of 38107 with flag 11455/429153
26.22/25.07	c cleaning 12524 clauses out of 25066 with flag 25407/435153
26.63/25.42	c cleaning 9765 clauses out of 19543 with flag 42616/442154
26.92/25.79	c cleaning 8879 clauses out of 17777 with flag 62641/450153
27.43/26.20	c cleaning 8940 clauses out of 17898 with flag 85454/459153
27.83/26.67	c cleaning 9479 clauses out of 18958 with flag 111422/469153
28.43/27.20	c cleaning 10235 clauses out of 20479 with flag 139173/480153
28.93/27.79	c cleaning 11118 clauses out of 22244 with flag 169331/492153
29.63/28.41	c cleaning 12054 clauses out of 24126 with flag 202232/505153
30.33/29.15	c cleaning 13035 clauses out of 26073 with flag 238595/519154
31.13/29.95	c cleaning 14018 clauses out of 28037 with flag 276207/534153
31.93/30.80	c cleaning 15010 clauses out of 30019 with flag 317563/550153
32.93/31.79	c cleaning 16003 clauses out of 32011 with flag 361621/567155
34.03/32.86	c cleaning 17000 clauses out of 34006 with flag 408140/585153
35.23/34.02	c cleaning 18002 clauses out of 36009 with flag 458214/604156
36.53/35.31	c cleaning 19000 clauses out of 38007 with flag 509477/624156
37.85/36.68	c cleaning 20000 clauses out of 40006 with flag 564552/645155
39.35/38.18	c cleaning 20998 clauses out of 42005 with flag 621372/667154
40.85/39.69	c cleaning 21992 clauses out of 44006 with flag 682598/690153
42.45/41.26	c cleaning 23004 clauses out of 46014 with flag 746535/714153
44.26/43.01	c cleaning 24004 clauses out of 48010 with flag 813089/739153
46.16/44.90	c cleaning 25000 clauses out of 50007 with flag 881449/765154
48.16/46.91	c cleaning 26001 clauses out of 52008 with flag 952636/792155
50.26/49.01	c cleaning 27001 clauses out of 54006 with flag 1026783/820154
52.46/51.23	c cleaning 27999 clauses out of 56006 with flag 1103373/849155
54.86/53.61	c cleaning 28993 clauses out of 58006 with flag 1182991/879154
57.16/55.99	c cleaning 30007 clauses out of 60014 with flag 1265393/910155
59.66/58.47	c cleaning 31001 clauses out of 62007 with flag 1349077/942155
62.49/61.22	c cleaning 31994 clauses out of 64004 with flag 1434100/975153
65.39/64.12	c cleaning 33003 clauses out of 66012 with flag 1523233/1009155
68.29/67.08	c cleaning 34001 clauses out of 68007 with flag 1615665/1044153
71.39/70.17	c cleaning 34994 clauses out of 70006 with flag 1708446/1080153
74.69/73.48	c cleaning 35998 clauses out of 72012 with flag 1803794/1117153
78.09/76.86	c cleaning 37003 clauses out of 74014 with flag 1900648/1155153
81.70/80.45	c cleaning 38000 clauses out of 76011 with flag 2000143/1194153
85.59/84.33	c cleaning 39004 clauses out of 78011 with flag 2103926/1234153
89.00/87.78	c cleaning 40000 clauses out of 80007 with flag 2208875/1275153
92.61/91.38	c cleaning 40998 clauses out of 82007 with flag 2311897/1317153
96.20/94.93	c cleaning 41995 clauses out of 84009 with flag 2418906/1360153
99.80/98.57	c cleaning 43004 clauses out of 86015 with flag 2529780/1404154
103.86/102.59	c cleaning 44000 clauses out of 88011 with flag 2641276/1449154
108.06/106.71	c cleaning 45002 clauses out of 90010 with flag 2757334/1495153
111.86/110.57	c cleaning 46000 clauses out of 92008 with flag 2873451/1542153
116.26/114.92	c cleaning 47001 clauses out of 94008 with flag 2994567/1590153
120.86/119.53	c cleaning 47999 clauses out of 96007 with flag 3118490/1639153
125.86/124.52	c cleaning 48994 clauses out of 98008 with flag 3243142/1689153
130.66/129.38	c cleaning 50006 clauses out of 100015 with flag 3371865/1740154
135.95/134.63	c cleaning 51000 clauses out of 102008 with flag 3501650/1792153
141.16/139.83	c cleaning 52000 clauses out of 104008 with flag 3638799/1845153
147.15/145.80	c cleaning 52993 clauses out of 106008 with flag 3779573/1899153
153.30/151.97	c cleaning 54003 clauses out of 108016 with flag 3918582/1954154
160.00/158.66	c cleaning 55001 clauses out of 110013 with flag 4055335/2010154
166.90/165.52	c cleaning 56002 clauses out of 112012 with flag 4199240/2067154
173.90/172.53	c cleaning 57000 clauses out of 114009 with flag 4347107/2125153
180.90/179.59	c cleaning 57999 clauses out of 116009 with flag 4498791/2184153
188.20/186.81	c cleaning 58997 clauses out of 118010 with flag 4653885/2244153
195.81/194.43	c cleaning 60006 clauses out of 120015 with flag 4806237/2305155
203.31/201.95	c cleaning 60999 clauses out of 122008 with flag 4962191/2367154
211.69/210.25	c cleaning 62000 clauses out of 124009 with flag 5121925/2430154
219.99/218.52	c cleaning 62999 clauses out of 126008 with flag 5286160/2494153
228.69/227.22	c cleaning 64001 clauses out of 128010 with flag 5448451/2559154
237.90/236.42	c cleaning 65002 clauses out of 130010 with flag 5615577/2625155
247.00/245.56	c cleaning 66000 clauses out of 132008 with flag 5789225/2692155
255.30/253.86	c cleaning 67003 clauses out of 134008 with flag 5969635/2760155
264.41/262.96	c cleaning 67996 clauses out of 136003 with flag 6153990/2829153
273.70/272.17	c cleaning 68997 clauses out of 138007 with flag 6340551/2899153
282.39/280.88	c cleaning 70001 clauses out of 140011 with flag 6525585/2970154
291.59/290.09	c cleaning 70993 clauses out of 142009 with flag 6709243/3042153
301.50/299.91	c cleaning 72003 clauses out of 144016 with flag 6897334/3115153
311.09/309.51	c cleaning 73005 clauses out of 146013 with flag 7085753/3189153
320.79/319.20	c cleaning 74004 clauses out of 148009 with flag 7279156/3264154
331.89/330.30	c cleaning 74996 clauses out of 150006 with flag 7473836/3340155
342.55/340.92	c cleaning 76001 clauses out of 152008 with flag 7673878/3417153
354.14/352.53	c cleaning 76999 clauses out of 154007 with flag 7876819/3495153
365.54/363.95	c cleaning 77997 clauses out of 156009 with flag 8079432/3574154
377.74/376.19	c cleaning 79005 clauses out of 158013 with flag 8283298/3654155
390.45/388.85	c cleaning 79997 clauses out of 160006 with flag 8491430/3735153
401.66/399.91	c cleaning 81002 clauses out of 162010 with flag 8706667/3817154
413.66/411.92	c cleaning 81995 clauses out of 164009 with flag 8926416/3900155
426.66/424.95	c cleaning 83000 clauses out of 166014 with flag 9147242/3984155
439.37/437.67	c cleaning 83998 clauses out of 168012 with flag 9370469/4069153
452.97/451.27	c cleaning 84996 clauses out of 170016 with flag 9595208/4155155
467.19/465.31	c cleaning 86005 clauses out of 172018 with flag 9822806/4242153
480.58/478.76	c cleaning 87001 clauses out of 174013 with flag 10056161/4330153
494.88/493.02	c cleaning 88003 clauses out of 176012 with flag 10292841/4419153
508.78/506.91	c cleaning 89003 clauses out of 178010 with flag 10530161/4509154
523.48/521.60	c cleaning 90003 clauses out of 180007 with flag 10762152/4600154
537.85/535.90	c cleaning 90999 clauses out of 182005 with flag 11000478/4692155
553.06/551.16	c cleaning 92001 clauses out of 184004 with flag 11237448/4785153
568.85/566.94	c cleaning 92995 clauses out of 186003 with flag 11474970/4879153
585.16/583.29	c cleaning 93995 clauses out of 188008 with flag 11706558/4974153
601.76/599.76	c cleaning 95001 clauses out of 190014 with flag 11948211/5070154
618.36/616.34	c cleaning 96001 clauses out of 192012 with flag 12198093/5167153
636.16/634.18	c cleaning 97003 clauses out of 194012 with flag 12447364/5265154
653.27/651.21	c cleaning 98004 clauses out of 196008 with flag 12703486/5364153
671.02/668.83	c cleaning 98993 clauses out of 198004 with flag 12961785/5464153
689.31/687.12	c cleaning 100000 clauses out of 200012 with flag 13219589/5565154
707.03/704.89	c cleaning 101003 clauses out of 202011 with flag 13485262/5667153
727.23/725.04	c cleaning 102001 clauses out of 204008 with flag 13746963/5770153
745.14/742.86	c cleaning 102990 clauses out of 206006 with flag 14010793/5874153
763.56/761.27	c cleaning 104003 clauses out of 208016 with flag 14280419/5979153
783.46/781.16	c cleaning 104998 clauses out of 210014 with flag 14552380/6085154
804.88/802.47	c cleaning 106005 clauses out of 212016 with flag 14824295/6192154
823.20/820.71	c cleaning 107001 clauses out of 214010 with flag 15103077/6300153
841.10/838.64	c cleaning 108004 clauses out of 216011 with flag 15397138/6409155
860.21/857.74	c cleaning 108995 clauses out of 218005 with flag 15696059/6519153
879.35/876.86	c cleaning 110000 clauses out of 220011 with flag 15998902/6630154
896.14/893.63	c cleaning 111001 clauses out of 222012 with flag 16298018/6742155
914.75/912.29	c cleaning 112005 clauses out of 224009 with flag 16600168/6855153
935.19/932.69	c cleaning 112996 clauses out of 226005 with flag 16897426/6969154
958.20/955.64	c cleaning 114000 clauses out of 228008 with flag 17191631/7084153
978.31/975.78	c cleaning 114998 clauses out of 230008 with flag 17490576/7200153
998.89/996.23	c cleaning 115993 clauses out of 232010 with flag 17794588/7317153
1019.79/1017.13	c cleaning 116998 clauses out of 234017 with flag 18100322/7435153
1041.00/1038.34	c cleaning 118004 clauses out of 236020 with flag 18404295/7554154
1063.19/1060.44	c cleaning 118998 clauses out of 238015 with flag 18712681/7674153
1085.69/1082.96	c cleaning 120003 clauses out of 240017 with flag 19031294/7795153
1108.30/1105.60	c cleaning 121005 clauses out of 242015 with flag 19349917/7917154
1131.64/1128.80	c cleaning 121999 clauses out of 244011 with flag 19670371/8040155
1156.05/1153.24	c cleaning 122996 clauses out of 246010 with flag 19977419/8164153
1166.45/1163.63	c Got one! Elapsed wall clock time (in seconds):1163.511
1166.45/1163.63	o 1557
1168.77/1165.88	c cleaning 100728 clauses out of 201476 with flag 13374/8242615
1170.08/1167.16	c cleaning 53366 clauses out of 106747 with flag 29120/8248614
1170.77/1167.83	c cleaning 30185 clauses out of 60381 with flag 47999/8255614
1171.28/1168.33	c cleaning 19090 clauses out of 38199 with flag 69359/8263617
1171.83/1168.82	c cleaning 14035 clauses out of 28107 with flag 93523/8272615
1172.34/1169.32	c cleaning 12026 clauses out of 24072 with flag 119526/8282615
1172.83/1169.86	c cleaning 11516 clauses out of 23045 with flag 149461/8293614
1173.44/1170.48	c cleaning 11761 clauses out of 23529 with flag 181451/8305614
1174.13/1171.15	c cleaning 12384 clauses out of 24768 with flag 216767/8318614
1174.93/1171.91	c cleaning 13185 clauses out of 26384 with flag 253975/8332614
1175.74/1172.75	c cleaning 14096 clauses out of 28199 with flag 293896/8347614
1176.63/1173.65	c cleaning 15047 clauses out of 30105 with flag 336443/8363616
1177.63/1174.60	c cleaning 16028 clauses out of 32058 with flag 381364/8380616
1178.63/1175.66	c cleaning 17011 clauses out of 34028 with flag 429651/8398614
1179.73/1176.76	c cleaning 18005 clauses out of 36017 with flag 479349/8417614
1181.03/1178.02	c cleaning 19005 clauses out of 38013 with flag 532390/8437615
1182.24/1179.24	c cleaning 20001 clauses out of 40008 with flag 587886/8458615
1183.63/1180.64	c cleaning 21001 clauses out of 42007 with flag 647505/8480615
1185.03/1182.09	c cleaning 22001 clauses out of 44005 with flag 708795/8503614
1186.74/1183.74	c cleaning 23003 clauses out of 46009 with flag 771639/8527619
1188.43/1185.46	c cleaning 23991 clauses out of 48001 with flag 836810/8552614
1190.23/1187.21	c cleaning 25001 clauses out of 50010 with flag 904778/8578614
1192.18/1189.19	c cleaning 25998 clauses out of 52009 with flag 972623/8605614
1194.07/1191.06	c cleaning 27006 clauses out of 54011 with flag 1041933/8633614
1196.17/1193.20	c cleaning 28003 clauses out of 56005 with flag 1118929/8662614
1198.57/1195.50	c cleaning 28994 clauses out of 58002 with flag 1197363/8692614
1200.98/1197.91	c cleaning 30001 clauses out of 60008 with flag 1278870/8723614
1203.67/1200.62	c cleaning 30997 clauses out of 62007 with flag 1360991/8755614
1206.07/1203.10	c cleaning 32001 clauses out of 64011 with flag 1453446/8788615
1208.57/1205.58	c cleaning 32998 clauses out of 66009 with flag 1545998/8822614
1211.37/1208.31	c cleaning 34002 clauses out of 68012 with flag 1645187/8857615
1214.07/1211.10	c cleaning 34998 clauses out of 70009 with flag 1741979/8893614
1217.30/1214.20	c cleaning 36002 clauses out of 72011 with flag 1840636/8930614
1220.30/1217.25	c cleaning 37001 clauses out of 74011 with flag 1945286/8968616
1223.40/1220.30	c cleaning 38004 clauses out of 76009 with flag 2053587/9007615
1226.60/1223.59	c cleaning 39000 clauses out of 78004 with flag 2164258/9047614
1230.00/1226.98	c cleaning 39995 clauses out of 80004 with flag 2277040/9088614
1233.70/1230.66	c cleaning 40999 clauses out of 82009 with flag 2395309/9130614
1237.60/1234.57	c cleaning 42002 clauses out of 84010 with flag 2514380/9173614
1241.75/1238.66	c cleaning 43000 clauses out of 86008 with flag 2634840/9217614
1245.95/1242.82	c cleaning 43998 clauses out of 88010 with flag 2757314/9262616
1249.95/1246.83	c cleaning 45004 clauses out of 90010 with flag 2886187/9308614
1254.15/1251.03	c cleaning 46003 clauses out of 92006 with flag 3016909/9355614
1258.36/1255.24	c cleaning 46997 clauses out of 94003 with flag 3150344/9403614
1262.95/1259.87	c cleaning 47999 clauses out of 96007 with flag 3284545/9452615
1267.75/1264.64	c cleaning 49000 clauses out of 98008 with flag 3420238/9502615
1272.97/1269.86	c cleaning 49998 clauses out of 100008 with flag 3560219/9553615
1278.27/1275.12	c cleaning 51005 clauses out of 102009 with flag 3701188/9605614
1283.59/1280.46	c cleaning 51996 clauses out of 104004 with flag 3841706/9658614
1289.19/1286.02	c cleaning 52997 clauses out of 106009 with flag 3984001/9712615
1295.18/1292.05	c cleaning 54005 clauses out of 108012 with flag 4128414/9767615
1301.64/1298.49	c cleaning 54996 clauses out of 110009 with flag 4275316/9823617
1308.54/1305.31	c cleaning 56003 clauses out of 112010 with flag 4425377/9880614
1315.44/1312.27	c cleaning 56998 clauses out of 114007 with flag 4575924/9938614
1322.15/1318.96	c cleaning 57997 clauses out of 116009 with flag 4729003/9997614
1328.75/1325.53	c cleaning 59006 clauses out of 118013 with flag 4884773/10057615
1335.32/1332.04	c cleaning 59998 clauses out of 120006 with flag 5045843/10118614
1342.22/1338.90	c cleaning 60997 clauses out of 122008 with flag 5208466/10180614
1349.41/1346.17	c cleaning 61997 clauses out of 124011 with flag 5373324/10243614
1356.71/1353.42	c cleaning 62997 clauses out of 126014 with flag 5541166/10307614
1364.41/1361.16	c cleaning 64004 clauses out of 128017 with flag 5716921/10372614
1372.21/1368.85	c cleaning 65004 clauses out of 130013 with flag 5894373/10438614
1380.32/1376.95	c cleaning 65996 clauses out of 132009 with flag 6075372/10505614
1387.72/1384.33	c cleaning 66997 clauses out of 134013 with flag 6257396/10573614
1395.82/1392.44	c cleaning 67999 clauses out of 136016 with flag 6439731/10642614
1404.87/1401.45	c cleaning 69005 clauses out of 138017 with flag 6628447/10712614
1413.26/1409.82	c cleaning 70000 clauses out of 140013 with flag 6816132/10783615
1422.06/1418.62	c cleaning 71000 clauses out of 142012 with flag 7010196/10855614
1431.66/1428.21	c cleaning 72006 clauses out of 144012 with flag 7210942/10928614
1442.32/1438.89	c cleaning 73002 clauses out of 146006 with flag 7413353/11002614
1453.21/1449.76	c cleaning 74001 clauses out of 148005 with flag 7617853/11077615
1462.12/1458.70	c cleaning 74994 clauses out of 150004 with flag 7825847/11153615
1471.72/1468.23	c cleaning 76000 clauses out of 152009 with flag 8033932/11230614
1482.16/1478.64	c cleaning 76997 clauses out of 154009 with flag 8245396/11308614
1492.56/1489.00	c cleaning 77998 clauses out of 156012 with flag 8461044/11387614
1502.97/1499.49	c cleaning 79005 clauses out of 158014 with flag 8676515/11467614
1514.43/1510.87	c cleaning 80001 clauses out of 160009 with flag 8895739/11548614
1525.73/1522.13	c cleaning 81000 clauses out of 162009 with flag 9111590/11630615
1536.93/1533.37	c cleaning 82003 clauses out of 164009 with flag 9325558/11713615
1548.53/1544.86	c cleaning 82987 clauses out of 166005 with flag 9546534/11797614
1561.33/1557.63	c cleaning 84002 clauses out of 168018 with flag 9769376/11882614
1574.13/1570.42	c cleaning 85001 clauses out of 170017 with flag 9996102/11968615
1586.71/1582.92	c cleaning 86004 clauses out of 172015 with flag 10222920/12055614
1599.20/1595.43	c cleaning 87003 clauses out of 174011 with flag 10454420/12143614
1613.70/1609.92	c cleaning 87998 clauses out of 176008 with flag 10688481/12232614
1625.28/1621.43	c cleaning 89002 clauses out of 178010 with flag 10923354/12322614
1635.58/1631.79	c cleaning 89998 clauses out of 180011 with flag 11163215/12413617
1647.58/1643.72	c cleaning 90998 clauses out of 182011 with flag 11405142/12505615
1659.82/1655.95	c cleaning 92002 clauses out of 184012 with flag 11652401/12598614
1672.82/1668.90	c cleaning 92997 clauses out of 186010 with flag 11898664/12692614
1686.32/1682.36	c cleaning 94005 clauses out of 188013 with flag 12150319/12787614
1699.02/1695.02	c cleaning 94999 clauses out of 190010 with flag 12402740/12883616
1712.22/1708.29	c cleaning 96001 clauses out of 192010 with flag 12657604/12980615
1727.39/1723.38	c cleaning 96995 clauses out of 194008 with flag 12915107/13078614
1741.69/1737.66	c cleaning 97998 clauses out of 196013 with flag 13182338/13177614
1756.31/1752.11	c cleaning 99003 clauses out of 198015 with flag 13446146/13277614
1770.11/1765.96	c cleaning 100002 clauses out of 200012 with flag 13709785/13378614
1786.61/1782.44	c cleaning 101000 clauses out of 202010 with flag 13979795/13480614
1800.05/1795.80	c starts		: 20
1800.05/1795.80	c conflicts		: 13578753
1800.05/1795.80	c decisions		: 25527553
1800.05/1795.80	c propagations		: 534795621
1800.05/1795.80	c inspects		: 31583045100
1800.05/1795.80	c shortcuts		: 0
1800.05/1795.80	c learnt literals	: 3
1800.05/1795.80	c learnt binary clauses	: 1
1800.05/1795.80	c learnt ternary clauses	: 9
1800.05/1795.80	c learnt constraints	: 13578750
1800.05/1795.80	c ignored constraints	: 0
1800.05/1795.80	c root simplifications	: 0
1800.05/1795.80	c removed literals (reason simplification)	: 0
1800.05/1795.80	c reason swapping (by a shorter reason)	: 0
1800.05/1795.80	c Calls to reduceDB	: 254
1800.05/1795.80	c Number of update (reduction) of LBD	: 2440305
1800.05/1795.80	c Imported unit clauses	: 0
1800.05/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.80	c number of learned constraints concerned by reduction	: 0
1800.05/1795.80	c number of learning phase by resolution	: 0
1800.05/1795.80	c number of learning phase by cutting planes	: 0
1800.05/1795.80	c speed (assignments/second)	: 297838.2164980778
1800.05/1795.80	c non guided choices	4
1800.05/1795.83	c learnt constraints type 
1800.05/1795.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199149
1800.05/1795.83	s SATISFIABLE
1800.05/1795.83	c Found 12 solution(s)
1800.05/1795.83	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 
1800.05/1795.83	c objective function=1557
1800.05/1795.83	c Total wall clock time (in seconds): 1795.71

Verifier Data

OK	1557

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.30 2.24 3/194 8766
/proc/meminfo: memFree=30496928/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/8766/stat : 8766 (java) R 8763 8766 5873 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 104907026 3653632 49 33554432000 1073741824 1073778376 140735987908144 140735987905272 214528257319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 892 49 38 9 0 30 0

[startup+0.100061 s]
/proc/loadavg: 2.28 2.30 2.24 3/194 8766
/proc/meminfo: memFree=30496928/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 104907026 9787879424 5017 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2389619 5017 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.28 2.30 2.24 3/194 8766
/proc/meminfo: memFree=30496928/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 4758 0 1 0 23 2 0 0 20 0 18 0 104907026 9787879424 6316 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2389619 6316 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 2.28 2.30 2.24 3/194 8766
/proc/meminfo: memFree=30496928/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 7185 0 1 0 45 2 0 0 20 0 19 0 104907026 9856040960 8422 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 8422 2241 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700308 s]
/proc/loadavg: 2.28 2.30 2.24 3/194 8766
/proc/meminfo: memFree=30496928/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 9196 0 1 0 113 3 0 0 20 0 19 0 104907026 9856040960 8927 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 8927 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.28 2.30 2.24 3/213 8785
/proc/meminfo: memFree=30464964/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 9205 0 1 0 195 3 0 0 20 0 19 0 104907026 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 10468 2261 9 0 2396937 0
[pid=8766/tid=8768] ppid=8763 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8766/task/8768/stat : 8768 (java) R 8763 8766 5873 0 -1 4202560 2481 0 1 0 145 1 0 0 20 0 19 0 104907027 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063657607416 140063530186981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8769] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8769/stat : 8769 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063501318440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8770] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8770/stat : 8770 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063500265640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8771] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8771/stat : 8771 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063499213352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8772] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8772/stat : 8772 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063498160552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8773] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8773/stat : 8773 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063497108264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8774] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8774/stat : 8774 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063496055464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8775] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8775/stat : 8775 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063495003176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8776] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8776/stat : 8776 (java) S 8763 8766 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063493950376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8777] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8777/stat : 8777 (java) S 8763 8766 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104907029 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063481751784 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 3752 0 0 0 27 0 0 0 20 0 19 0 104907032 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 1701 0 0 0 21 0 0 0 20 0 19 0 104907032 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 10468 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.28 2.30 2.24 4/213 8785
/proc/meminfo: memFree=30458820/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 9290 0 1 0 359 3 0 0 20 0 19 0 104907026 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 12524 2261 9 0 2396937 0
[pid=8766/tid=8768] ppid=8763 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/8766/task/8768/stat : 8768 (java) R 8763 8766 5873 0 -1 4202560 2486 0 1 0 305 2 0 0 20 0 19 0 104907027 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063657598656 140063530231468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8769] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8769/stat : 8769 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063501318440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8770] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8770/stat : 8770 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063500265640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8771] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8771/stat : 8771 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063499213352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8772] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8772/stat : 8772 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063498160552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8773] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8773/stat : 8773 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063497108264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8774] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8774/stat : 8774 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063496055464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8775] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8775/stat : 8775 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063495003176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8776] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8776/stat : 8776 (java) S 8763 8766 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063493950376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8777] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8777/stat : 8777 (java) S 8763 8766 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104907029 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063481751784 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 3752 0 0 0 27 0 0 0 20 0 19 0 104907032 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 1781 0 0 0 25 0 0 0 20 0 19 0 104907032 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 12524 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.34 2.31 2.24 5/213 8785
/proc/meminfo: memFree=30430372/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=7.5 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 19836 0 1 0 745 5 0 0 20 0 19 0 104907026 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 20953 2263 9 0 2396937 0
[pid=8766/tid=8768] ppid=8763 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8766/task/8768/stat : 8768 (java) R 8763 8766 5873 0 -1 4202560 2497 0 1 0 624 2 0 0 20 0 19 0 104907027 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063657607656 140063530158328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8769] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8769/stat : 8769 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063501318440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8770] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8770/stat : 8770 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063500265640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8771] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8771/stat : 8771 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063499213352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8772] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8772/stat : 8772 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063498160552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8773] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8773/stat : 8773 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063497108264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8774] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8774/stat : 8774 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063496055464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8775] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8775/stat : 8775 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063495003176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8776] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8776/stat : 8776 (java) S 8763 8766 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104907028 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063493950376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8777] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8777/stat : 8777 (java) S 8763 8766 5873 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104907029 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063481751784 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 14280 0 0 0 87 3 0 0 20 0 19 0 104907032 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 1786 0 0 0 30 0 0 0 20 0 19 0 104907032 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 20953 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625040


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

[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 14281 0 0 0 89 3 0 0 20 0 19 0 104907032 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 4804 0 0 0 45 2 0 0 20 0 19 0 104907032 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 96 0 0 0 33 33 0 0 20 0 19 0 104907032 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 115104 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.15 2.16 3/213 8893
/proc/meminfo: memFree=30146316/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=1726.39 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 25831 0 1 0 172571 68 0 0 20 0 19 0 104907026 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 118214 2278 9 0 2396937 0
[pid=8766/tid=8768] ppid=8763 vsize=9625040 CPUtime=1721.29 cores=1,3,5,7
/proc/8766/task/8768/stat : 8768 (java) R 8763 8766 5873 0 -1 4202560 2584 0 1 0 172099 30 0 0 20 0 19 0 104907027 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063657606352 140063530158515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8769] ppid=8763 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8766/task/8769/stat : 8769 (java) S 8763 8766 5873 0 -1 4202560 237 0 0 0 33 5 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063501318440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8770] ppid=8763 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/8766/task/8770/stat : 8770 (java) S 8763 8766 5873 0 -1 4202560 92 0 0 0 33 2 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063500265640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8771] ppid=8763 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8766/task/8771/stat : 8771 (java) S 8763 8766 5873 0 -1 4202560 399 0 0 0 34 4 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063499213352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8772] ppid=8763 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8766/task/8772/stat : 8772 (java) S 8763 8766 5873 0 -1 4202560 338 0 0 0 39 4 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063498160552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8773] ppid=8763 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8766/task/8773/stat : 8773 (java) S 8763 8766 5873 0 -1 4202560 518 0 0 0 38 5 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063497108264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8774] ppid=8763 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8766/task/8774/stat : 8774 (java) S 8763 8766 5873 0 -1 4202560 432 0 0 0 41 4 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063496055464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8775] ppid=8763 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8766/task/8775/stat : 8775 (java) S 8763 8766 5873 0 -1 4202560 180 0 0 0 41 4 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063495003176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8776] ppid=8763 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8766/task/8776/stat : 8776 (java) S 8763 8766 5873 0 -1 4202560 501 0 0 0 38 6 0 0 20 0 19 0 104907028 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063493950376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8777] ppid=8763 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8766/task/8777/stat : 8777 (java) S 8763 8766 5873 0 -1 4202560 108 0 0 0 2 1 0 0 20 0 19 0 104907029 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063481751784 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 14281 0 0 0 89 3 0 0 20 0 19 0 104907032 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 4804 0 0 0 45 2 0 0 20 0 19 0 104907032 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 100 0 0 0 34 34 0 0 20 0 19 0 104907032 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 118214 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.17 2.17 3/213 8894
/proc/meminfo: memFree=30141940/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=1786.51 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 25843 0 1 0 178582 69 0 0 20 0 19 0 104907026 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 119734 2278 9 0 2396937 0
[pid=8766/tid=8768] ppid=8763 vsize=9625040 CPUtime=1781.25 cores=1,3,5,7
/proc/8766/task/8768/stat : 8768 (java) R 8763 8766 5873 0 -1 4202560 2585 0 1 0 178094 31 0 0 20 0 19 0 104907027 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063657598656 140063530375296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8769] ppid=8763 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8766/task/8769/stat : 8769 (java) S 8763 8766 5873 0 -1 4202560 238 0 0 0 35 5 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063501318440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8770] ppid=8763 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8766/task/8770/stat : 8770 (java) S 8763 8766 5873 0 -1 4202560 94 0 0 0 35 2 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063500265640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8771] ppid=8763 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8766/task/8771/stat : 8771 (java) S 8763 8766 5873 0 -1 4202560 399 0 0 0 36 4 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063499213352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8772] ppid=8763 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8766/task/8772/stat : 8772 (java) S 8763 8766 5873 0 -1 4202560 338 0 0 0 41 4 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063498160552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8773] ppid=8763 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/8766/task/8773/stat : 8773 (java) S 8763 8766 5873 0 -1 4202560 518 0 0 0 40 5 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063497108264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8774] ppid=8763 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8766/task/8774/stat : 8774 (java) S 8763 8766 5873 0 -1 4202560 432 0 0 0 42 4 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063496055464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8775] ppid=8763 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8766/task/8775/stat : 8775 (java) S 8763 8766 5873 0 -1 4202560 182 0 0 0 44 4 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063495003176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8776] ppid=8763 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8766/task/8776/stat : 8776 (java) S 8763 8766 5873 0 -1 4202560 501 0 0 0 40 6 0 0 20 0 19 0 104907028 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063493950376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8777] ppid=8763 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8766/task/8777/stat : 8777 (java) S 8763 8766 5873 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 19 0 104907029 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063481751784 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 14281 0 0 0 89 3 0 0 20 0 19 0 104907032 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 4804 0 0 0 45 2 0 0 20 0 19 0 104907032 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 104907032 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 119734 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.15 2.16 2.17 3/213 8895
/proc/meminfo: memFree=30139888/32872528 swapFree=16740/1306504
[pid=8766] ppid=8763 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/8766/stat : 8766 (java) S 8763 8766 5873 0 -1 4202496 25849 0 1 0 179936 69 0 0 20 0 19 0 104907026 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140735987899280 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8766/statm: 2406260 120246 2278 9 0 2396937 0
[pid=8766/tid=8768] ppid=8763 vsize=9625040 CPUtime=1794.73 cores=1,3,5,7
/proc/8766/task/8768/stat : 8768 (java) R 8763 8766 5873 0 -1 4202560 2586 0 1 0 179442 31 0 0 20 0 19 0 104907027 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063657606352 140063530207971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8766/tid=8769] ppid=8763 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8766/task/8769/stat : 8769 (java) S 8763 8766 5873 0 -1 4202560 238 0 0 0 36 5 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063501318440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8770] ppid=8763 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8766/task/8770/stat : 8770 (java) S 8763 8766 5873 0 -1 4202560 95 0 0 0 36 2 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063500265640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8771] ppid=8763 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8766/task/8771/stat : 8771 (java) S 8763 8766 5873 0 -1 4202560 399 0 0 0 36 4 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063499213352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8772] ppid=8763 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8766/task/8772/stat : 8772 (java) S 8763 8766 5873 0 -1 4202560 338 0 0 0 42 4 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063498160552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8773] ppid=8763 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8766/task/8773/stat : 8773 (java) S 8763 8766 5873 0 -1 4202560 518 0 0 0 41 5 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063497108264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8774] ppid=8763 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8766/task/8774/stat : 8774 (java) S 8763 8766 5873 0 -1 4202560 433 0 0 0 42 5 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063496055464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8775] ppid=8763 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8766/task/8775/stat : 8775 (java) S 8763 8766 5873 0 -1 4202560 182 0 0 0 44 4 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063495003176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8776] ppid=8763 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8766/task/8776/stat : 8776 (java) S 8763 8766 5873 0 -1 4202560 502 0 0 0 42 6 0 0 20 0 19 0 104907028 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063493950376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8777] ppid=8763 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8766/task/8777/stat : 8777 (java) S 8763 8766 5873 0 -1 4202560 112 0 0 0 2 1 0 0 20 0 19 0 104907029 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063481751784 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8778] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8778/stat : 8778 (java) S 8763 8766 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063480697848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8779] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8779/stat : 8779 (java) S 8763 8766 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104907030 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063479645448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8780] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8780/stat : 8780 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063478593936 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8781] ppid=8763 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/8766/task/8781/stat : 8781 (java) S 8763 8766 5873 0 -1 4202560 14281 0 0 0 89 3 0 0 20 0 19 0 104907032 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063477541560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8766/tid=8782] ppid=8763 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/8766/task/8782/stat : 8782 (java) S 8763 8766 5873 0 -1 4202560 4804 0 0 0 45 2 0 0 20 0 19 0 104907032 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063476488760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8783] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8783/stat : 8783 (java) S 8763 8766 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104907032 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063475436664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8766/tid=8784] ppid=8763 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8766/task/8784/stat : 8784 (java) S 8763 8766 5873 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 104907032 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063474384072 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8766/tid=8785] ppid=8763 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8766/task/8785/stat : 8785 (java) S 8763 8766 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104907047 9856040960 120246 33554432000 1073741824 1073778376 140735987908144 140063473329064 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 8766 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.84
CPU time (s): 1800.75
CPU user time (s): 1799.53
CPU system time (s): 1.22181
CPU usage (%): 100.273
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 1.22181
maximum resident set size= 481140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25892
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39211
involuntary context switches= 9662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1935 second user time and 14.0309 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 18:15:44
IDJOB=4085249
IDBENCH=2021
IDSOLVER=2546
FILE ID=node127/4085249-1465229744
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-c8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085249-1465229744/watcher-4085249-1465229744 -o /tmp/evaluation-result-4085249-1465229744/solver-4085249-1465229744 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085249-1465229744.opb

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

MD5SUM BENCH= c919b2e3620f35e89404416810e81e0b
RANDOM SEED=1441127106

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30497572 kB
Buffers:           17320 kB
Cached:            45748 kB
SwapCached:         1760 kB
Active:           329484 kB
Inactive:          38756 kB
Active(anon):     306760 kB
Inactive(anon):      900 kB
Active(file):      22724 kB
Inactive(file):    37856 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1611416 kB
Mapped:            15252 kB
Shmem:                 0 kB
Slab:             566104 kB
SReclaimable:      10200 kB
SUnreclaim:       555904 kB
KernelStack:        1632 kB
PageTables:         7640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2069376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1572864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-06 18:45:40