Trace number 4512190

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 Resolution 2025-06-06SAT (TO)1202 3600.34 3102.31

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross20-080.opb
MD5SUM09771aef0beb4a695febed49a69e8ae9
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark517
Best CPU time to get the best result obtained on this benchmark3587.82
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables381
Total number of constraints4561
Number of constraints which are clauses4560
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 3099
Biggest coefficient in the objective function 1457
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 8717
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1457
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 8717
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)2761
Sum of products size (including duplicates)5522
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4512190-1751521618.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.32/0.27	c ... done. Wall clock time 0.136s.
0.32/0.27	c declared #vars     381
0.32/0.27	c internal #vars     3142
0.32/0.27	c #constraints  10084
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2761
0.32/0.27	c org.sat4j.specs.Constr$1 => 1
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7321
0.32/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.32/0.27	c 10084 constraints processed.
0.32/0.28	c objective function length is 3099 literals
0.51/0.32	c SATISFIABLE
0.51/0.32	c OPTIMIZING...
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.189
0.51/0.32	o 1479
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.246
0.51/0.38	o 1477
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.258
0.51/0.39	o 1469
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.301
0.70/0.43	o 1463
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.317
0.70/0.45	o 1462
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.336
0.70/0.47	o 1460
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.349
0.70/0.48	o 1451
0.70/0.50	c Got one! Elapsed wall clock time (in seconds):0.369
0.70/0.50	o 1447
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.389
0.90/0.52	o 1446
0.90/0.54	c Got one! Elapsed wall clock time (in seconds):0.406
0.90/0.54	o 1437
0.90/0.55	c Got one! Elapsed wall clock time (in seconds):0.419
0.90/0.55	o 1436
0.90/0.57	c Got one! Elapsed wall clock time (in seconds):0.439
0.90/0.57	o 1435
0.90/0.58	c Got one! Elapsed wall clock time (in seconds):0.45
0.90/0.58	o 1429
1.09/0.62	c Got one! Elapsed wall clock time (in seconds):0.49
1.09/0.62	o 1427
1.09/0.64	c Got one! Elapsed wall clock time (in seconds):0.509
1.09/0.64	o 1426
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.519
1.09/0.65	o 1420
1.09/0.67	c Got one! Elapsed wall clock time (in seconds):0.539
1.09/0.67	o 1419
1.09/0.68	c Got one! Elapsed wall clock time (in seconds):0.553
1.09/0.68	o 1418
1.09/0.69	c Got one! Elapsed wall clock time (in seconds):0.562
1.09/0.69	o 1412
1.27/0.71	c Got one! Elapsed wall clock time (in seconds):0.583
1.27/0.71	o 1411
1.27/0.72	c Got one! Elapsed wall clock time (in seconds):0.591
1.27/0.72	o 1405
1.27/0.75	c Got one! Elapsed wall clock time (in seconds):0.618
1.27/0.75	o 1403
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.753
1.48/0.88	o 1401
1.67/0.90	c Got one! Elapsed wall clock time (in seconds):0.77
1.67/0.90	o 1398
1.67/0.91	c Got one! Elapsed wall clock time (in seconds):0.782
1.67/0.91	o 1392
1.67/0.94	c Got one! Elapsed wall clock time (in seconds):0.808
1.67/0.94	o 1390
1.67/0.98	c Got one! Elapsed wall clock time (in seconds):0.849
1.67/0.98	o 1386
1.88/1.05	c Got one! Elapsed wall clock time (in seconds):0.92
1.88/1.05	o 1381
1.88/1.06	c Got one! Elapsed wall clock time (in seconds):0.934
1.88/1.06	o 1379
1.88/1.08	c Got one! Elapsed wall clock time (in seconds):0.949
1.88/1.08	o 1376
2.07/1.18	c Got one! Elapsed wall clock time (in seconds):1.046
2.07/1.18	o 1374
2.07/1.18	c Got one! Elapsed wall clock time (in seconds):1.051
2.07/1.18	o 1373
2.07/1.19	c Got one! Elapsed wall clock time (in seconds):1.06
2.07/1.19	o 1372
2.26/1.20	c Got one! Elapsed wall clock time (in seconds):1.066
2.26/1.20	o 1371
2.26/1.27	c Got one! Elapsed wall clock time (in seconds):1.139
2.26/1.27	o 1370
2.26/1.29	c Got one! Elapsed wall clock time (in seconds):1.164
2.26/1.30	o 1369
2.40/1.30	c Got one! Elapsed wall clock time (in seconds):1.174
2.40/1.31	o 1368
2.40/1.31	c Got one! Elapsed wall clock time (in seconds):1.18
2.40/1.31	o 1367
3.17/1.98	c Got one! Elapsed wall clock time (in seconds):1.845
3.17/1.98	o 1366
3.35/2.07	c Got one! Elapsed wall clock time (in seconds):1.939
3.35/2.07	o 1361
3.35/2.08	c Got one! Elapsed wall clock time (in seconds):1.95
3.35/2.08	o 1360
3.35/2.09	c Got one! Elapsed wall clock time (in seconds):1.956
3.35/2.09	o 1359
3.35/2.09	c Got one! Elapsed wall clock time (in seconds):1.96
3.35/2.09	o 1354
3.35/2.09	c Got one! Elapsed wall clock time (in seconds):1.963
3.35/2.09	o 1353
3.54/2.10	c Got one! Elapsed wall clock time (in seconds):1.972
3.54/2.10	o 1352
3.54/2.11	c Got one! Elapsed wall clock time (in seconds):1.975
3.54/2.11	o 1349
3.54/2.11	c Got one! Elapsed wall clock time (in seconds):1.981
3.54/2.11	o 1347
3.54/2.11	c Got one! Elapsed wall clock time (in seconds):1.984
3.54/2.11	o 1344
3.54/2.12	c Got one! Elapsed wall clock time (in seconds):1.988
3.54/2.12	o 1340
3.54/2.12	c Got one! Elapsed wall clock time (in seconds):1.991
3.54/2.12	o 1337
3.54/2.14	c Got one! Elapsed wall clock time (in seconds):2.005
3.54/2.14	o 1335
3.54/2.19	c Got one! Elapsed wall clock time (in seconds):2.061
3.54/2.19	o 1333
3.73/2.20	c Got one! Elapsed wall clock time (in seconds):2.067
3.73/2.20	o 1331
3.73/2.20	c Got one! Elapsed wall clock time (in seconds):2.071
3.73/2.20	o 1324
3.73/2.21	c Got one! Elapsed wall clock time (in seconds):2.082
3.73/2.21	o 1322
3.73/2.24	c Got one! Elapsed wall clock time (in seconds):2.107
3.73/2.24	o 1319
3.91/2.32	c Got one! Elapsed wall clock time (in seconds):2.187
3.91/2.32	o 1316
3.91/2.34	c Got one! Elapsed wall clock time (in seconds):2.209
3.91/2.34	o 1314
4.17/2.56	c Got one! Elapsed wall clock time (in seconds):2.427
4.17/2.56	o 1312
4.50/2.84	c Got one! Elapsed wall clock time (in seconds):2.706
4.50/2.84	o 1310
4.62/2.96	c Got one! Elapsed wall clock time (in seconds):2.831
4.62/2.96	o 1308
4.88/3.19	c cleaning 4652 clauses out of 9315 with flag 2133/9315
6.07/4.10	c Got one! Elapsed wall clock time (in seconds):3.971
6.07/4.10	o 1307
6.07/4.16	c Got one! Elapsed wall clock time (in seconds):4.025
6.07/4.16	o 1306
6.17/4.20	c Got one! Elapsed wall clock time (in seconds):4.068
6.17/4.20	o 1304
6.47/4.53	c Got one! Elapsed wall clock time (in seconds):4.401
6.47/4.53	o 1303
6.47/4.56	c Got one! Elapsed wall clock time (in seconds):4.428
6.47/4.56	o 1302
6.47/4.57	c Got one! Elapsed wall clock time (in seconds):4.438
6.47/4.57	o 1301
6.47/4.57	c Got one! Elapsed wall clock time (in seconds):4.442
6.47/4.57	o 1298
6.47/4.59	c Got one! Elapsed wall clock time (in seconds):4.455
6.47/4.59	o 1296
6.77/4.80	c cleaning 5927 clauses out of 11872 with flag 2156/16524
8.47/6.25	c cleaning 5967 clauses out of 11945 with flag 14177/22524
9.60/7.23	c Got one! Elapsed wall clock time (in seconds):7.098
9.60/7.23	o 1294
9.80/7.43	c cleaning 5794 clauses out of 11604 with flag 2030/28150
10.10/7.75	c Got one! Elapsed wall clock time (in seconds):7.616
10.10/7.75	o 1292
11.28/8.77	c cleaning 5734 clauses out of 11476 with flag 8369/33816
12.50/9.91	c cleaning 5859 clauses out of 11742 with flag 20434/39816
14.29/11.44	c cleaning 6432 clauses out of 12883 with flag 34464/46816
16.31/13.21	c cleaning 7213 clauses out of 14451 with flag 50543/54816
18.36/15.16	c cleaning 8111 clauses out of 16238 with flag 68696/63816
21.33/17.68	c cleaning 9057 clauses out of 18127 with flag 89224/73816
24.20/20.15	c cleaning 10025 clauses out of 20070 with flag 111453/84816
26.93/22.66	c cleaning 11017 clauses out of 22046 with flag 135814/96817
29.35/24.82	c Got one! Elapsed wall clock time (in seconds):24.693
29.35/24.82	o 1290
29.95/25.43	c Got one! Elapsed wall clock time (in seconds):25.299
29.95/25.43	o 1288
31.30/26.45	c cleaning 13653 clauses out of 27318 with flag 6283/113106
31.40/26.56	c Got one! Elapsed wall clock time (in seconds):26.429
31.40/26.56	o 1286
31.40/26.59	c Got one! Elapsed wall clock time (in seconds):26.457
31.40/26.59	o 1285
31.50/26.65	c Got one! Elapsed wall clock time (in seconds):26.515
31.50/26.65	o 1283
31.79/26.98	c Got one! Elapsed wall clock time (in seconds):26.851
31.79/26.98	o 1282
31.79/27.00	c Got one! Elapsed wall clock time (in seconds):26.865
31.79/27.00	o 1280
31.90/27.02	c Got one! Elapsed wall clock time (in seconds):26.888
31.90/27.02	o 1278
31.90/27.04	c Got one! Elapsed wall clock time (in seconds):26.909
31.90/27.04	o 1276
32.69/27.85	c cleaning 10345 clauses out of 20701 with flag 8501/120142
33.92/28.82	c Got one! Elapsed wall clock time (in seconds):28.692
33.92/28.82	o 1274
34.12/29.03	c cleaning 7871 clauses out of 15763 with flag 2072/125549
35.22/30.15	c cleaning 6936 clauses out of 13893 with flag 14524/131550
35.36/30.23	c Got one! Elapsed wall clock time (in seconds):30.098
35.36/30.23	o 1272
36.46/31.29	c cleaning 6207 clauses out of 12428 with flag 10608/137021
37.65/32.42	c cleaning 6104 clauses out of 12219 with flag 22746/143019
39.18/33.86	c cleaning 6547 clauses out of 13115 with flag 36862/150019
41.07/35.51	c cleaning 7273 clauses out of 14568 with flag 53146/158019
43.23/37.44	c cleaning 8138 clauses out of 16294 with flag 71330/167018
45.12/39.31	c cleaning 9074 clauses out of 18158 with flag 91767/177020
48.19/41.54	c cleaning 10036 clauses out of 20085 with flag 114661/188021
51.54/44.37	c cleaning 11008 clauses out of 22046 with flag 139854/200018
54.66/47.12	c cleaning 12010 clauses out of 24039 with flag 167151/213019
54.66/47.13	c Got one! Elapsed wall clock time (in seconds):46.997
54.66/47.13	o 1268
55.55/48.09	c cleaning 8522 clauses out of 17058 with flag 10354/218048
56.79/49.14	c Got one! Elapsed wall clock time (in seconds):49.007
56.79/49.14	o 1267
57.00/49.33	c cleaning 7187 clauses out of 14393 with flag 2059/223905
58.00/50.36	c Got one! Elapsed wall clock time (in seconds):50.227
58.00/50.36	o 1265
59.58/51.62	c cleaning 8969 clauses out of 17957 with flag 10389/234656
60.69/52.71	c cleaning 7485 clauses out of 14987 with flag 22719/240655
62.39/54.21	c cleaning 7236 clauses out of 14501 with flag 37117/247654
63.78/55.69	c cleaning 7625 clauses out of 15265 with flag 53742/255654
65.82/57.57	c cleaning 8310 clauses out of 16641 with flag 72402/264655
68.22/59.70	c cleaning 9156 clauses out of 18331 with flag 93255/274655
70.76/62.10	c cleaning 10076 clauses out of 20174 with flag 116720/285654
73.72/64.77	c cleaning 11038 clauses out of 22098 with flag 142416/297654
76.91/67.65	c cleaning 12024 clauses out of 24061 with flag 170535/310655
80.22/70.62	c cleaning 13005 clauses out of 26036 with flag 199308/324654
83.65/73.84	c cleaning 14010 clauses out of 28032 with flag 230384/339655
87.32/77.25	c cleaning 15001 clauses out of 30021 with flag 264107/355654
92.91/81.47	c cleaning 15998 clauses out of 32020 with flag 298968/372654
98.03/85.31	c cleaning 17002 clauses out of 34022 with flag 336362/390654
103.25/89.86	c cleaning 17997 clauses out of 36021 with flag 375854/409655
107.93/94.16	c cleaning 19006 clauses out of 38026 with flag 417739/429657
111.73/97.69	c Got one! Elapsed wall clock time (in seconds):97.559
111.73/97.69	o 1262
113.77/99.22	c cleaning 20688 clauses out of 41400 with flag 10894/452037
114.07/99.57	c Got one! Elapsed wall clock time (in seconds):99.438
114.07/99.57	o 1261
114.27/99.77	c Got one! Elapsed wall clock time (in seconds):99.643
114.27/99.77	o 1260
114.27/99.79	c Got one! Elapsed wall clock time (in seconds):99.663
114.27/99.79	o 1257
114.37/99.81	c Got one! Elapsed wall clock time (in seconds):99.677
114.37/99.81	o 1255
114.37/99.81	c Got one! Elapsed wall clock time (in seconds):99.684
114.37/99.81	o 1253
114.97/100.43	c cleaning 13386 clauses out of 26798 with flag 6411/458123
116.47/101.76	c cleaning 9694 clauses out of 19414 with flag 19207/464125
117.77/103.02	c cleaning 8347 clauses out of 16718 with flag 33988/471123
119.37/104.43	c Got one! Elapsed wall clock time (in seconds):104.298
119.37/104.43	o 1249
120.37/105.43	c cleaning 9890 clauses out of 19806 with flag 10763/482558
121.47/106.56	c cleaning 7943 clauses out of 15916 with flag 23443/488558
123.00/107.97	c cleaning 7475 clauses out of 14974 with flag 38509/495559
124.50/109.41	c cleaning 7740 clauses out of 15499 with flag 55264/503559
126.40/111.20	c cleaning 8371 clauses out of 16757 with flag 74013/512557
128.73/113.39	c cleaning 9183 clauses out of 18386 with flag 95575/522557
131.52/115.84	c cleaning 10090 clauses out of 20208 with flag 119770/533562
133.82/118.13	c cleaning 11048 clauses out of 22114 with flag 146188/545558
136.54/120.73	c cleaning 12028 clauses out of 24066 with flag 173897/558558
139.12/123.08	c Got one! Elapsed wall clock time (in seconds):122.95
139.12/123.08	o 1248
141.65/124.85	c cleaning 14113 clauses out of 28235 with flag 10782/574755
143.98/126.09	c cleaning 10055 clauses out of 20120 with flag 23674/580753
145.37/127.40	c cleaning 8528 clauses out of 17065 with flag 38355/587753
146.91/128.93	c cleaning 8259 clauses out of 16538 with flag 55566/595754
149.03/130.82	c cleaning 8633 clauses out of 17281 with flag 75424/604756
150.93/132.71	c cleaning 9312 clauses out of 18645 with flag 96580/614753
153.28/134.98	c cleaning 10156 clauses out of 20333 with flag 119773/625753
156.17/137.50	c cleaning 11079 clauses out of 22180 with flag 144671/637756
159.18/140.21	c cleaning 12042 clauses out of 24099 with flag 171420/650754
162.39/143.19	c cleaning 13016 clauses out of 26056 with flag 199963/664753
166.06/146.41	c cleaning 14014 clauses out of 28041 with flag 230227/679754
169.75/149.83	c cleaning 14995 clauses out of 30026 with flag 263347/695753
173.55/153.33	c cleaning 16011 clauses out of 32032 with flag 298109/712754
177.34/156.98	c cleaning 16998 clauses out of 34020 with flag 335375/730753
182.31/161.29	c cleaning 18003 clauses out of 36023 with flag 374383/749754
186.99/165.52	c cleaning 18998 clauses out of 38020 with flag 415341/769754
191.74/170.02	c cleaning 20001 clauses out of 40021 with flag 458573/790753
197.48/175.14	c cleaning 20996 clauses out of 42020 with flag 504756/812753
198.67/176.33	c Got one! Elapsed wall clock time (in seconds):176.197
198.67/176.33	o 1247
200.47/177.72	c cleaning 16275 clauses out of 32570 with flag 10430/824299
201.57/178.86	c cleaning 11135 clauses out of 22295 with flag 22920/830299
202.87/180.13	c cleaning 9065 clauses out of 18160 with flag 37524/837299
204.53/181.75	c cleaning 8534 clauses out of 17094 with flag 54304/845298
206.81/183.72	c cleaning 8769 clauses out of 17560 with flag 73181/854298
208.71/185.60	c cleaning 9383 clauses out of 18792 with flag 94573/864299
211.08/187.82	c cleaning 10188 clauses out of 20409 with flag 117417/875299
213.74/190.28	c cleaning 11094 clauses out of 22222 with flag 142283/887300
216.89/193.06	c cleaning 12052 clauses out of 24127 with flag 169239/900299
220.23/196.08	c cleaning 13021 clauses out of 26074 with flag 197885/914298
223.95/199.33	c cleaning 14011 clauses out of 28053 with flag 228918/929298
227.98/202.91	c cleaning 15006 clauses out of 30042 with flag 261901/945298
232.27/206.80	c cleaning 16004 clauses out of 32036 with flag 297163/962298
233.47/208.09	c Got one! Elapsed wall clock time (in seconds):207.96
233.47/208.09	o 1246
234.57/209.15	c cleaning 13876 clauses out of 27782 with flag 10570/974048
235.88/210.38	c cleaning 9939 clauses out of 19905 with flag 23136/980047
237.17/211.69	c cleaning 8476 clauses out of 16970 with flag 37545/987051
239.00/213.34	c cleaning 8230 clauses out of 16490 with flag 54495/995047
240.70/215.01	c cleaning 8622 clauses out of 17266 with flag 73043/1004053
242.69/217.00	c cleaning 9308 clauses out of 18639 with flag 93557/1014048
245.32/219.30	c cleaning 10150 clauses out of 20330 with flag 115993/1025047
247.61/221.68	c cleaning 11077 clauses out of 22180 with flag 140571/1037047
250.40/224.36	c cleaning 12039 clauses out of 24104 with flag 167895/1050048
253.47/227.29	c cleaning 13017 clauses out of 26065 with flag 197245/1064048
256.94/230.55	c cleaning 14016 clauses out of 28047 with flag 228958/1079047
260.73/234.04	c cleaning 15007 clauses out of 30035 with flag 262279/1095051
265.70/237.62	c cleaning 16002 clauses out of 32026 with flag 297864/1112049
269.78/241.47	c cleaning 16995 clauses out of 34022 with flag 335163/1130047
275.07/245.93	c cleaning 17998 clauses out of 36028 with flag 373619/1149048
279.73/250.25	c cleaning 19008 clauses out of 38035 with flag 415150/1169053
284.55/254.88	c cleaning 20000 clauses out of 40024 with flag 458968/1190050
290.33/259.93	c cleaning 20993 clauses out of 42024 with flag 504726/1212050
295.69/264.95	c cleaning 22002 clauses out of 44030 with flag 552534/1235049
302.07/270.61	c cleaning 22996 clauses out of 46026 with flag 602730/1259047
307.83/276.04	c cleaning 24001 clauses out of 48032 with flag 654571/1284049
314.32/281.97	c cleaning 25002 clauses out of 50030 with flag 708595/1310048
321.95/288.65	c cleaning 26000 clauses out of 52027 with flag 765225/1337047
328.57/294.85	c cleaning 27003 clauses out of 54028 with flag 823138/1365048
329.07/295.33	c Got one! Elapsed wall clock time (in seconds):295.197
329.07/295.33	o 1244
330.12/296.19	c cleaning 16347 clauses out of 32731 with flag 6329/1370754
331.20/297.20	c Got one! Elapsed wall clock time (in seconds):297.067
331.20/297.20	o 1242
331.31/297.30	c Got one! Elapsed wall clock time (in seconds):297.17
331.31/297.30	o 1240
331.31/297.31	c Got one! Elapsed wall clock time (in seconds):297.177
331.31/297.31	o 1238
332.21/298.27	c cleaning 13654 clauses out of 27328 with flag 10776/1381698
333.70/299.57	c cleaning 9825 clauses out of 19675 with flag 23089/1387699
335.00/300.81	c cleaning 8409 clauses out of 16850 with flag 37995/1394699
336.79/302.46	c cleaning 8206 clauses out of 16440 with flag 54885/1402698
338.49/304.11	c cleaning 8603 clauses out of 17234 with flag 73673/1411698
340.54/306.09	c cleaning 9296 clauses out of 18631 with flag 94578/1421698
342.03/307.56	c Got one! Elapsed wall clock time (in seconds):307.424
342.03/307.56	o 1237
342.23/307.76	c Got one! Elapsed wall clock time (in seconds):307.632
342.23/307.76	o 1235
342.33/307.81	c Got one! Elapsed wall clock time (in seconds):307.683
342.33/307.81	o 1234
342.33/307.82	c Got one! Elapsed wall clock time (in seconds):307.69
342.33/307.82	o 1230
343.75/308.98	c cleaning 11272 clauses out of 22572 with flag 8659/1434935
344.86/310.06	c cleaning 8633 clauses out of 17297 with flag 21552/1440932
346.15/311.30	c cleaning 7821 clauses out of 15664 with flag 36498/1447932
347.69/312.80	c cleaning 7909 clauses out of 15844 with flag 53155/1455933
349.28/314.45	c cleaning 8455 clauses out of 16934 with flag 72035/1464932
351.25/316.33	c cleaning 9224 clauses out of 18478 with flag 93047/1474931
353.78/318.61	c cleaning 10113 clauses out of 20255 with flag 116088/1485932
355.98/320.81	c cleaning 11063 clauses out of 22145 with flag 141321/1497935
358.53/323.39	c cleaning 12028 clauses out of 24079 with flag 169495/1510932
361.86/326.41	c cleaning 13014 clauses out of 26051 with flag 199776/1524932
365.23/329.59	c cleaning 14006 clauses out of 28036 with flag 231676/1539931
369.00/333.01	c cleaning 15001 clauses out of 30030 with flag 265216/1555931
372.75/336.54	c cleaning 16007 clauses out of 32029 with flag 300381/1572931
376.71/340.24	c cleaning 17006 clauses out of 34022 with flag 337403/1590931
381.03/344.30	c cleaning 18002 clauses out of 36017 with flag 376889/1609932
385.72/348.77	c cleaning 19000 clauses out of 38014 with flag 419937/1629931
391.35/353.71	c cleaning 20002 clauses out of 40015 with flag 463979/1650932
398.54/358.61	c cleaning 20995 clauses out of 42013 with flag 510126/1672932
403.90/363.71	c cleaning 22001 clauses out of 44017 with flag 559265/1695931
410.40/369.46	c cleaning 23000 clauses out of 46017 with flag 612519/1719932
416.21/374.97	c cleaning 24000 clauses out of 48016 with flag 667240/1744931
422.87/380.93	c cleaning 24993 clauses out of 50016 with flag 724526/1770931
430.09/387.34	c cleaning 26003 clauses out of 52023 with flag 782799/1797931
437.05/393.85	c cleaning 27001 clauses out of 54021 with flag 844311/1825932
444.59/400.69	c cleaning 27994 clauses out of 56019 with flag 907214/1854931
452.43/407.75	c cleaning 29001 clauses out of 58025 with flag 970772/1884931
461.01/415.46	c cleaning 30007 clauses out of 60025 with flag 1038363/1915932
469.72/423.29	c cleaning 30996 clauses out of 62017 with flag 1105878/1947931
478.00/431.10	c cleaning 31995 clauses out of 64022 with flag 1176461/1980932
486.95/439.32	c cleaning 32998 clauses out of 66027 with flag 1249024/2014932
499.66/449.43	c cleaning 34004 clauses out of 68028 with flag 1321734/2049931
509.96/456.61	c Got one! Elapsed wall clock time (in seconds):456.484
509.96/456.62	o 1227
512.30/458.45	c cleaning 34980 clauses out of 69994 with flag 10649/2085901
513.50/459.65	c cleaning 20489 clauses out of 41014 with flag 22923/2091901
514.70/460.82	c Got one! Elapsed wall clock time (in seconds):460.687
514.70/460.82	o 1225
515.70/461.85	c cleaning 15788 clauses out of 31612 with flag 11079/2102988
516.96/463.07	c cleaning 10886 clauses out of 21824 with flag 23913/2108988
517.56/463.63	c Got one! Elapsed wall clock time (in seconds):463.499
517.56/463.63	o 1224
518.16/464.23	c cleaning 8432 clauses out of 16885 with flag 6543/2114935
519.26/465.38	c cleaning 7210 clauses out of 14451 with flag 19360/2120933
520.74/466.79	c cleaning 7102 clauses out of 14241 with flag 33858/2127933
522.33/468.31	c cleaning 7548 clauses out of 15139 with flag 50112/2135933
524.40/470.26	c cleaning 8282 clauses out of 16591 with flag 68616/2144933
526.30/472.19	c cleaning 9139 clauses out of 18310 with flag 90351/2154934
528.86/474.58	c cleaning 10071 clauses out of 20170 with flag 114501/2165933
531.92/477.24	c cleaning 11041 clauses out of 22099 with flag 139821/2177933
534.42/479.71	c cleaning 12019 clauses out of 24058 with flag 166165/2190933
537.45/482.57	c cleaning 13012 clauses out of 26040 with flag 194741/2204934
540.98/485.74	c cleaning 13996 clauses out of 28028 with flag 225666/2219934
541.08/485.88	c Got one! Elapsed wall clock time (in seconds):485.748
541.08/485.88	o 1223
542.08/486.82	c cleaning 9907 clauses out of 19830 with flag 10831/2225732
543.18/487.94	c cleaning 7956 clauses out of 15923 with flag 24022/2231732
544.48/489.26	c cleaning 7476 clauses out of 14967 with flag 39559/2238732
545.98/490.74	c cleaning 7742 clauses out of 15493 with flag 57894/2246734
548.03/492.63	c cleaning 8364 clauses out of 16749 with flag 78651/2255732
549.92/494.52	c cleaning 9186 clauses out of 18388 with flag 101119/2265735
552.29/496.72	c cleaning 10091 clauses out of 20201 with flag 124182/2276734
555.24/499.32	c cleaning 11047 clauses out of 22110 with flag 149294/2288734
557.54/501.67	c cleaning 12019 clauses out of 24061 with flag 176218/2301732
559.28/503.19	c Got one! Elapsed wall clock time (in seconds):503.062
559.28/503.19	o 1221
560.28/504.19	c cleaning 12106 clauses out of 24238 with flag 10670/2313928
561.48/505.32	c cleaning 9056 clauses out of 18132 with flag 23571/2319928
563.02/506.77	c cleaning 8028 clauses out of 16077 with flag 38970/2326929
564.51/508.24	c cleaning 8018 clauses out of 16052 with flag 56193/2334932
566.65/510.18	c cleaning 8504 clauses out of 17030 with flag 75891/2343928
568.55/512.04	c cleaning 9250 clauses out of 18527 with flag 97398/2353929
571.12/514.38	c cleaning 10130 clauses out of 20276 with flag 120991/2364928
573.52/516.70	c cleaning 11061 clauses out of 22148 with flag 146136/2376930
576.16/519.29	c cleaning 12036 clauses out of 24085 with flag 173887/2389928
579.40/522.27	c cleaning 13015 clauses out of 26052 with flag 204180/2403931
582.95/525.49	c cleaning 14005 clauses out of 28034 with flag 236216/2418928
586.85/528.92	c cleaning 15005 clauses out of 30031 with flag 269620/2434930
590.96/532.67	c cleaning 16000 clauses out of 32026 with flag 305595/2451930
594.79/536.42	c cleaning 17000 clauses out of 34025 with flag 345179/2469929
598.73/540.36	c cleaning 18003 clauses out of 36024 with flag 386873/2488928
604.42/545.33	c cleaning 19003 clauses out of 38022 with flag 430060/2508929
609.80/550.22	c cleaning 19993 clauses out of 40018 with flag 474835/2529928
614.88/554.94	c cleaning 21003 clauses out of 42025 with flag 521701/2551928
620.27/559.92	c cleaning 22001 clauses out of 44022 with flag 570650/2574928
626.64/565.50	c cleaning 23002 clauses out of 46025 with flag 620599/2598932
634.21/571.04	c cleaning 24000 clauses out of 48021 with flag 673389/2623930
640.52/576.48	c cleaning 24994 clauses out of 50020 with flag 726778/2649929
647.17/582.49	c cleaning 26000 clauses out of 52025 with flag 781542/2676928
653.54/588.45	c cleaning 27003 clauses out of 54028 with flag 838180/2704931
661.18/595.03	c cleaning 27992 clauses out of 56022 with flag 897189/2733928
668.98/601.97	c cleaning 29004 clauses out of 58030 with flag 957788/2763928
676.71/609.18	c cleaning 30002 clauses out of 60027 with flag 1023627/2794929
684.99/616.72	c cleaning 30999 clauses out of 62024 with flag 1092294/2826928
693.38/624.36	c cleaning 31999 clauses out of 64025 with flag 1161436/2859928
702.65/632.69	c cleaning 32999 clauses out of 66026 with flag 1233039/2893928
711.74/640.85	c cleaning 33990 clauses out of 68027 with flag 1305418/2928928
721.37/649.51	c cleaning 35012 clauses out of 70037 with flag 1384524/2964928
733.13/658.62	c cleaning 36003 clauses out of 72025 with flag 1461808/3001928
744.90/667.34	c cleaning 36999 clauses out of 74022 with flag 1541661/3039928
754.70/676.28	c cleaning 37998 clauses out of 76023 with flag 1624524/3078928
764.13/684.70	c Got one! Elapsed wall clock time (in seconds):684.572
764.13/684.70	o 1219
765.43/686.10	c cleaning 40335 clauses out of 80684 with flag 10774/3121587
767.31/687.64	c cleaning 23163 clauses out of 46349 with flag 24351/3127587
768.62/688.99	c cleaning 15087 clauses out of 30187 with flag 39868/3134588
770.11/690.46	c cleaning 11536 clauses out of 23100 with flag 58083/3142588
771.87/692.18	c cleaning 10275 clauses out of 20563 with flag 78159/3151587
773.76/694.02	c cleaning 10132 clauses out of 20288 with flag 100253/3161587
776.04/696.23	c cleaning 10564 clauses out of 21157 with flag 123848/3172588
778.80/698.78	c cleaning 11280 clauses out of 22592 with flag 149281/3184587
781.30/701.20	c cleaning 12144 clauses out of 24313 with flag 176597/3197588
784.23/704.08	c cleaning 13075 clauses out of 26168 with flag 206528/3211587
787.63/707.25	c cleaning 14036 clauses out of 28094 with flag 240229/3226588
791.40/710.70	c cleaning 15021 clauses out of 30059 with flag 275113/3242589
795.41/714.45	c cleaning 16004 clauses out of 32036 with flag 310475/3259587
799.57/718.22	c cleaning 17002 clauses out of 34032 with flag 347963/3277587
803.81/722.14	c cleaning 18005 clauses out of 36030 with flag 387405/3296587
808.24/726.29	c cleaning 19003 clauses out of 38025 with flag 428789/3316587
812.91/730.64	c cleaning 19995 clauses out of 40022 with flag 471912/3337587
817.67/735.12	c cleaning 21000 clauses out of 42028 with flag 518185/3359588
823.48/740.22	c cleaning 21997 clauses out of 44028 with flag 564785/3382588
829.02/745.32	c cleaning 23002 clauses out of 46031 with flag 613472/3406588
834.61/750.62	c cleaning 24002 clauses out of 48028 with flag 666194/3431587
841.08/756.44	c cleaning 24999 clauses out of 50026 with flag 720478/3457587
849.50/762.23	c cleaning 26000 clauses out of 52028 with flag 777318/3484588
855.94/767.92	c Got one! Elapsed wall clock time (in seconds):767.787
855.94/767.92	o 1218
857.38/769.11	c cleaning 28192 clauses out of 56418 with flag 10561/3514978
858.57/770.31	c cleaning 17105 clauses out of 34228 with flag 23619/3520980
860.26/771.82	c cleaning 12044 clauses out of 24121 with flag 38677/3527978
861.76/773.32	c cleaning 10027 clauses out of 20078 with flag 56218/3535979
863.86/775.27	c cleaning 9515 clauses out of 19052 with flag 76243/3544980
865.78/777.11	c cleaning 9762 clauses out of 19535 with flag 97893/3554978
868.20/779.33	c cleaning 10373 clauses out of 20774 with flag 120959/3565979
870.40/781.56	c cleaning 11194 clauses out of 22405 with flag 146424/3577983
873.30/784.22	c cleaning 12091 clauses out of 24207 with flag 174126/3590979
876.48/787.15	c cleaning 13046 clauses out of 26116 with flag 205181/3604979
880.03/790.36	c cleaning 14021 clauses out of 28069 with flag 237014/3619978
883.97/793.83	c cleaning 15018 clauses out of 30050 with flag 270126/3635980
887.17/797.09	c cleaning 15998 clauses out of 32030 with flag 305229/3652978
890.81/800.68	c cleaning 17004 clauses out of 34032 with flag 343529/3670978
894.73/804.44	c cleaning 18000 clauses out of 36029 with flag 384001/3689979
899.75/808.89	c cleaning 19000 clauses out of 38029 with flag 426048/3709979
904.88/813.52	c cleaning 20000 clauses out of 40029 with flag 471312/3730979
909.94/818.29	c cleaning 21003 clauses out of 42028 with flag 516925/3752978
915.19/823.14	c cleaning 22006 clauses out of 44025 with flag 563741/3775978
921.28/828.54	c cleaning 22998 clauses out of 46019 with flag 612231/3799978
927.03/833.89	c cleaning 23995 clauses out of 48022 with flag 662924/3824979
932.89/839.33	c cleaning 25002 clauses out of 50028 with flag 716204/3850980
939.53/845.37	c cleaning 26002 clauses out of 52024 with flag 772092/3877978
945.67/851.16	c cleaning 26994 clauses out of 54022 with flag 829635/3905978
952.79/857.62	c cleaning 27999 clauses out of 56028 with flag 890955/3934978
960.92/864.80	c cleaning 29004 clauses out of 58029 with flag 953403/3964978
971.00/871.95	c cleaning 30001 clauses out of 60026 with flag 1017248/3995979
978.66/878.95	c cleaning 30997 clauses out of 62024 with flag 1083903/4027978
987.05/886.59	c cleaning 31995 clauses out of 64027 with flag 1153158/4060978
996.11/894.62	c cleaning 32998 clauses out of 66033 with flag 1222454/4094979
1005.76/903.25	c cleaning 34011 clauses out of 68037 with flag 1297131/4129981
1015.87/912.39	c cleaning 34999 clauses out of 70023 with flag 1372705/4165978
1025.48/921.06	c cleaning 35995 clauses out of 72024 with flag 1449627/4202978
1035.37/930.03	c cleaning 36999 clauses out of 74029 with flag 1530158/4240978
1045.63/939.46	c cleaning 38004 clauses out of 76031 with flag 1610663/4279979
1056.15/949.10	c cleaning 38997 clauses out of 78026 with flag 1694857/4319978
1069.96/959.15	c cleaning 40001 clauses out of 80029 with flag 1780681/4360978
1081.31/969.15	c cleaning 40998 clauses out of 82029 with flag 1868541/4402979
1092.16/979.09	c cleaning 42000 clauses out of 84030 with flag 1957462/4445978
1104.53/989.83	c cleaning 42998 clauses out of 86030 with flag 2048790/4489978
1116.03/1000.37	c cleaning 44003 clauses out of 88035 with flag 2140660/4534981
1128.78/1011.78	c cleaning 45004 clauses out of 90030 with flag 2235873/4580979
1140.95/1022.94	c cleaning 45998 clauses out of 92025 with flag 2337491/4627978
1158.69/1035.18	c cleaning 47003 clauses out of 94029 with flag 2441796/4675980
1170.81/1046.31	c cleaning 47999 clauses out of 96025 with flag 2543832/4724979
1183.78/1058.15	c cleaning 48993 clauses out of 98025 with flag 2647587/4774978
1198.26/1070.90	c cleaning 50002 clauses out of 100034 with flag 2755612/4825980
1212.42/1083.53	c cleaning 51003 clauses out of 102031 with flag 2862892/4877979
1226.57/1096.31	c cleaning 51998 clauses out of 104028 with flag 2970643/4930979
1245.55/1109.70	c cleaning 52997 clauses out of 106030 with flag 3081135/4984979
1260.18/1122.82	c cleaning 53993 clauses out of 108033 with flag 3193654/5039979
1275.42/1136.42	c cleaning 55006 clauses out of 110040 with flag 3308063/5095979
1291.54/1150.75	c cleaning 56000 clauses out of 112033 with flag 3425434/5152978
1307.97/1165.84	c cleaning 57008 clauses out of 114035 with flag 3548647/5210980
1327.50/1179.79	c cleaning 57995 clauses out of 116026 with flag 3670853/5269979
1341.49/1192.33	c Got one! Elapsed wall clock time (in seconds):1192.195
1341.49/1192.33	o 1217
1343.96/1194.20	c cleaning 58888 clauses out of 117803 with flag 10465/5329751
1344.26/1194.54	c Got one! Elapsed wall clock time (in seconds):1194.414
1344.26/1194.55	o 1216
1344.36/1194.66	c Got one! Elapsed wall clock time (in seconds):1194.528
1344.36/1194.66	o 1214
1344.36/1194.67	c Got one! Elapsed wall clock time (in seconds):1194.539
1344.36/1194.67	o 1212
1345.35/1195.60	c cleaning 32680 clauses out of 65385 with flag 8330/5336221
1346.45/1196.75	c cleaning 19342 clauses out of 38706 with flag 20814/5342222
1347.93/1198.15	c cleaning 13166 clauses out of 26363 with flag 35885/5349221
1348.22/1198.40	c Got one! Elapsed wall clock time (in seconds):1198.266
1348.22/1198.40	o 1211
1348.62/1198.89	c Got one! Elapsed wall clock time (in seconds):1198.759
1348.62/1198.89	o 1210
1348.72/1198.96	c Got one! Elapsed wall clock time (in seconds):1198.828
1348.72/1198.96	o 1209
1348.72/1198.97	c Got one! Elapsed wall clock time (in seconds):1198.837
1348.72/1198.97	o 1206
1348.72/1198.97	c Got one! Elapsed wall clock time (in seconds):1198.842
1348.72/1198.97	o 1204
1349.12/1199.38	c cleaning 9804 clauses out of 19638 with flag 4261/5355662
1350.21/1200.49	c cleaning 7901 clauses out of 15834 with flag 16927/5361662
1351.65/1201.84	c cleaning 7457 clauses out of 14938 with flag 31829/5368667
1353.15/1203.33	c cleaning 7723 clauses out of 15476 with flag 48873/5376662
1355.10/1205.18	c cleaning 8365 clauses out of 16758 with flag 68167/5385667
1356.99/1207.03	c cleaning 9176 clauses out of 18388 with flag 89805/5395662
1359.47/1209.33	c cleaning 10096 clauses out of 20213 with flag 113452/5406663
1361.76/1211.62	c cleaning 11044 clauses out of 22117 with flag 139338/5418663
1364.41/1214.23	c cleaning 12018 clauses out of 24072 with flag 166765/5431662
1367.55/1217.14	c cleaning 13009 clauses out of 26054 with flag 196652/5445662
1371.07/1220.32	c cleaning 14006 clauses out of 28045 with flag 227888/5460662
1374.96/1223.88	c cleaning 15008 clauses out of 30039 with flag 261534/5476662
1379.30/1227.71	c cleaning 15995 clauses out of 32031 with flag 296901/5493662
1383.75/1231.72	c cleaning 17000 clauses out of 34037 with flag 334638/5511663
1388.41/1235.96	c cleaning 18003 clauses out of 36037 with flag 375196/5530663
1393.48/1240.56	c cleaning 18996 clauses out of 38035 with flag 417863/5550664
1398.61/1245.24	c cleaning 19999 clauses out of 40040 with flag 463056/5571665
1403.88/1250.17	c cleaning 21002 clauses out of 42038 with flag 510278/5593662
1409.28/1255.21	c cleaning 22001 clauses out of 44037 with flag 560250/5616663
1416.72/1261.27	c cleaning 23002 clauses out of 46035 with flag 611471/5640662
1424.54/1266.95	c cleaning 23993 clauses out of 48033 with flag 663748/5665662
1430.21/1272.36	c cleaning 25007 clauses out of 50042 with flag 720037/5691664
1437.11/1278.58	c cleaning 25995 clauses out of 52034 with flag 776635/5718663
1443.65/1284.78	c cleaning 27005 clauses out of 54039 with flag 836026/5746663
1451.39/1291.70	c cleaning 28004 clauses out of 56035 with flag 897175/5775664
1459.27/1298.77	c cleaning 29000 clauses out of 58030 with flag 959470/5805663
1466.68/1305.76	c cleaning 30000 clauses out of 60029 with flag 1024035/5836662
1474.78/1313.18	c cleaning 31001 clauses out of 62030 with flag 1090083/5868663
1483.02/1320.63	c cleaning 31993 clauses out of 64028 with flag 1157234/5901662
1491.87/1328.66	c cleaning 33001 clauses out of 66035 with flag 1226486/5935662
1501.15/1337.02	c cleaning 33996 clauses out of 68034 with flag 1297647/5970662
1510.47/1345.40	c cleaning 35009 clauses out of 70039 with flag 1371736/6006663
1523.79/1354.84	c cleaning 36003 clauses out of 72029 with flag 1451143/6043662
1534.02/1364.17	c cleaning 37000 clauses out of 74028 with flag 1533335/6081664
1544.71/1373.91	c cleaning 37998 clauses out of 76028 with flag 1616571/6120664
1555.79/1384.08	c cleaning 39002 clauses out of 78029 with flag 1703965/6160663
1566.51/1393.76	c cleaning 39999 clauses out of 80027 with flag 1791541/6201663
1578.22/1404.27	c cleaning 41003 clauses out of 82027 with flag 1881501/6243662
1590.46/1415.57	c cleaning 42003 clauses out of 84025 with flag 1977565/6286663
1601.87/1426.11	c cleaning 43006 clauses out of 86023 with flag 2073092/6330664
1616.64/1437.39	c cleaning 43999 clauses out of 88015 with flag 2169139/6375662
1630.80/1448.19	c cleaning 44998 clauses out of 90016 with flag 2267772/6421662
1642.94/1459.15	c cleaning 45992 clauses out of 92019 with flag 2368455/6468663
1656.13/1470.85	c cleaning 46991 clauses out of 94026 with flag 2468592/6516662
1669.31/1482.81	c cleaning 48011 clauses out of 96036 with flag 2572243/6565663
1682.99/1495.18	c cleaning 49000 clauses out of 98025 with flag 2678234/6615663
1701.83/1509.63	c cleaning 49998 clauses out of 100024 with flag 2785234/6666662
1718.98/1522.58	c cleaning 50997 clauses out of 102026 with flag 2893089/6718662
1733.23/1535.31	c cleaning 51999 clauses out of 104031 with flag 3003128/6771664
1748.34/1548.92	c cleaning 53001 clauses out of 106030 with flag 3117040/6825662
1763.51/1562.40	c cleaning 53999 clauses out of 108029 with flag 3233174/6880662
1783.92/1576.93	c cleaning 55005 clauses out of 110032 with flag 3355224/6936664
1799.43/1590.92	c cleaning 55999 clauses out of 112025 with flag 3473799/6993662
1815.75/1605.66	c cleaning 57002 clauses out of 114026 with flag 3592558/7051662
1832.35/1620.79	c cleaning 58001 clauses out of 116024 with flag 3724570/7110662
1850.21/1637.38	c cleaning 59000 clauses out of 118023 with flag 3853082/7170662
1872.83/1653.49	c cleaning 60003 clauses out of 120023 with flag 3985975/7231662
1890.09/1669.26	c cleaning 61001 clauses out of 122020 with flag 4119180/7293662
1908.88/1685.84	c cleaning 61996 clauses out of 124023 with flag 4253169/7356666
1928.64/1704.18	c cleaning 63001 clauses out of 126023 with flag 4395271/7420662
1952.62/1720.93	c cleaning 64000 clauses out of 128022 with flag 4538662/7485662
1971.79/1738.61	c cleaning 65003 clauses out of 130023 with flag 4679182/7551663
1992.58/1757.31	c cleaning 65999 clauses out of 132020 with flag 4829773/7618663
2011.93/1774.68	c cleaning 67001 clauses out of 134021 with flag 4975023/7686663
2036.26/1792.35	c cleaning 67987 clauses out of 136019 with flag 5120380/7755662
2056.25/1810.62	c cleaning 68994 clauses out of 138032 with flag 5268275/7825662
2076.70/1828.83	c cleaning 70007 clauses out of 140040 with flag 5419941/7896664
2096.06/1846.47	c cleaning 70999 clauses out of 142031 with flag 5566900/7968662
2113.97/1857.31	c Got one! Elapsed wall clock time (in seconds):1857.175
2113.97/1857.31	o 1202
2115.96/1859.30	c cleaning 60065 clauses out of 120160 with flag 11927/8017790
2117.26/1860.62	c cleaning 33034 clauses out of 66091 with flag 25066/8023786
2118.67/1862.01	c cleaning 20014 clauses out of 40057 with flag 39646/8030786
2120.18/1863.51	c cleaning 14003 clauses out of 28043 with flag 56537/8038786
2121.79/1865.18	c cleaning 11507 clauses out of 23041 with flag 75705/8047787
2123.88/1867.18	c cleaning 10758 clauses out of 21536 with flag 97399/8057789
2125.97/1869.21	c cleaning 10872 clauses out of 21775 with flag 120607/8068786
2128.19/1871.42	c cleaning 11440 clauses out of 22907 with flag 145890/8080790
2131.04/1874.08	c cleaning 12221 clauses out of 24463 with flag 172880/8093786
2134.51/1877.15	c cleaning 13108 clauses out of 26244 with flag 202702/8107788
2137.20/1879.89	c cleaning 14051 clauses out of 28134 with flag 233746/8122786
2140.61/1883.10	c cleaning 15032 clauses out of 30083 with flag 266373/8138786
2144.21/1886.55	c cleaning 16014 clauses out of 32053 with flag 301825/8155788
2148.14/1890.26	c cleaning 17000 clauses out of 34037 with flag 339490/8173786
2152.26/1894.16	c cleaning 18004 clauses out of 36038 with flag 378608/8192787
2156.54/1898.24	c cleaning 19002 clauses out of 38033 with flag 419271/8212786
2160.77/1902.37	c cleaning 20007 clauses out of 40031 with flag 462275/8233786
2166.31/1907.22	c cleaning 21004 clauses out of 42024 with flag 508149/8255786
2171.66/1912.19	c cleaning 21999 clauses out of 44022 with flag 556320/8278788
2177.00/1917.10	c cleaning 23002 clauses out of 46021 with flag 606124/8302786
2183.29/1922.74	c cleaning 23999 clauses out of 48019 with flag 658338/8327786
2189.24/1928.21	c cleaning 24996 clauses out of 50020 with flag 712132/8353786
2194.92/1933.61	c cleaning 26000 clauses out of 52024 with flag 769050/8380786
2201.70/1939.86	c cleaning 27002 clauses out of 54025 with flag 830198/8408787
2209.02/1946.34	c cleaning 27997 clauses out of 56023 with flag 890566/8437787
2215.55/1952.48	c cleaning 28999 clauses out of 58027 with flag 952565/8467788
2225.57/1959.52	c cleaning 29999 clauses out of 60027 with flag 1016904/8498787
2233.73/1966.80	c cleaning 31002 clauses out of 62029 with flag 1084026/8530788
2241.14/1973.84	c cleaning 31996 clauses out of 64026 with flag 1155276/8563787
2249.02/1981.09	c cleaning 32998 clauses out of 66029 with flag 1225326/8597786
2257.67/1988.88	c cleaning 33997 clauses out of 68031 with flag 1298509/8632786
2266.35/1996.70	c cleaning 34993 clauses out of 70034 with flag 1372551/8668786
2274.91/2004.69	c cleaning 36003 clauses out of 72041 with flag 1447313/8705786
2284.37/2013.49	c cleaning 37010 clauses out of 74039 with flag 1529163/8743787
2294.54/2022.91	c cleaning 38000 clauses out of 76029 with flag 1615533/8782787
2305.32/2032.58	c cleaning 39004 clauses out of 78032 with flag 1704392/8822790
2315.75/2042.09	c cleaning 40001 clauses out of 80025 with flag 1795138/8863787
2330.01/2052.30	c cleaning 40998 clauses out of 82025 with flag 1889413/8905788
2341.50/2062.53	c cleaning 41999 clauses out of 84025 with flag 1980942/8948786
2353.13/2073.14	c cleaning 42996 clauses out of 86026 with flag 2076300/8992786
2364.97/2084.02	c cleaning 43995 clauses out of 88031 with flag 2172459/9037787
2377.19/2095.05	c cleaning 45004 clauses out of 90039 with flag 2270613/9083790
2388.82/2105.85	c cleaning 46002 clauses out of 92031 with flag 2370939/9130786
2401.02/2116.90	c cleaning 46999 clauses out of 94029 with flag 2471251/9178786
2418.95/2130.50	c cleaning 47998 clauses out of 96032 with flag 2571928/9227788
2434.44/2142.61	c cleaning 49005 clauses out of 98032 with flag 2682072/9277786
2448.24/2155.22	c cleaning 50004 clauses out of 100027 with flag 2790295/9328786
2462.22/2167.88	c cleaning 51001 clauses out of 102025 with flag 2899228/9380788
2476.23/2180.40	c cleaning 51999 clauses out of 104022 with flag 3010994/9433786
2490.91/2193.85	c cleaning 53006 clauses out of 106024 with flag 3128383/9487787
2510.91/2208.50	c cleaning 53995 clauses out of 108017 with flag 3246890/9542786
2526.81/2222.80	c cleaning 55002 clauses out of 110023 with flag 3369424/9598787
2543.11/2237.57	c cleaning 56000 clauses out of 112021 with flag 3494898/9655787
2558.65/2251.63	c cleaning 56997 clauses out of 114021 with flag 3622008/9713787
2575.90/2267.14	c cleaning 58002 clauses out of 116024 with flag 3749511/9772787
2597.39/2282.49	c cleaning 59002 clauses out of 118021 with flag 3884339/9832786
2613.44/2297.05	c cleaning 60000 clauses out of 120020 with flag 4017600/9893787
2631.34/2312.80	c cleaning 61001 clauses out of 122020 with flag 4151897/9955787
2649.57/2329.34	c cleaning 61998 clauses out of 124019 with flag 4292402/10018787
2674.08/2346.52	c cleaning 63002 clauses out of 126020 with flag 4428378/10082786
2691.93/2362.86	c cleaning 63998 clauses out of 128018 with flag 4567246/10147786
2711.46/2380.36	c cleaning 64999 clauses out of 130020 with flag 4708234/10213786
2731.53/2398.74	c cleaning 65997 clauses out of 132021 with flag 4854579/10280786
2756.34/2417.03	c cleaning 66999 clauses out of 134026 with flag 5001362/10348788
2777.08/2435.90	c cleaning 68001 clauses out of 136025 with flag 5151700/10417786
2798.92/2455.56	c cleaning 68999 clauses out of 138024 with flag 5303750/10487786
2826.16/2474.83	c cleaning 70001 clauses out of 140025 with flag 5461313/10558786
2847.57/2492.88	c cleaning 70995 clauses out of 142024 with flag 5618882/10630786
2868.45/2511.90	c cleaning 72002 clauses out of 144029 with flag 5782122/10703786
2896.71/2532.35	c cleaning 72997 clauses out of 146027 with flag 5946888/10777786
2920.05/2551.40	c cleaning 74001 clauses out of 148030 with flag 6111200/10852786
2942.13/2571.42	c cleaning 75006 clauses out of 150029 with flag 6278649/10928786
2971.92/2592.45	c cleaning 76004 clauses out of 152025 with flag 6452190/11005788
2994.28/2612.99	c cleaning 77000 clauses out of 154019 with flag 6622732/11083786
3017.68/2633.83	c cleaning 77995 clauses out of 156020 with flag 6794403/11162787
3046.50/2654.75	c cleaning 78995 clauses out of 158024 with flag 6965811/11242786
3069.51/2675.84	c cleaning 80002 clauses out of 160029 with flag 7142026/11323786
3094.52/2698.33	c cleaning 81004 clauses out of 162029 with flag 7320914/11405788
3126.27/2722.15	c cleaning 81997 clauses out of 164024 with flag 7508100/11488787
3150.60/2744.21	c cleaning 83001 clauses out of 166027 with flag 7693409/11572787
3181.11/2769.50	c cleaning 84002 clauses out of 168026 with flag 7875324/11657787
3213.99/2792.31	c cleaning 84998 clauses out of 170023 with flag 8060405/11743786
3240.02/2816.14	c cleaning 85997 clauses out of 172027 with flag 8255870/11830788
3277.03/2842.55	c cleaning 87003 clauses out of 174031 with flag 8454946/11918789
3306.07/2869.16	c cleaning 88004 clauses out of 176025 with flag 8661760/12007786
3344.21/2896.63	c cleaning 89003 clauses out of 178022 with flag 8859728/12097787
3374.66/2922.62	c cleaning 90000 clauses out of 180020 with flag 9059626/12188788
3418.43/2955.24	c cleaning 90995 clauses out of 182018 with flag 9264959/12280786
3450.23/2981.71	c cleaning 91999 clauses out of 184023 with flag 9471925/12373786
3488.82/3011.34	c cleaning 92999 clauses out of 186026 with flag 9680908/12467788
3521.59/3036.83	c cleaning 93999 clauses out of 188026 with flag 9901128/12562787
3549.84/3062.49	c cleaning 94997 clauses out of 190026 with flag 10114995/12658786
3588.54/3091.62	c cleaning 96000 clauses out of 192031 with flag 10341415/12755788
3600.00/3102.12	c starts		: 121
3600.00/3102.13	c conflicts		: 12798170
3600.00/3102.13	c decisions		: 12888431
3600.00/3102.13	c propagations		: 354367875
3600.00/3102.13	c inspects		: 6125769760
3600.00/3102.13	c shortcuts		: 0
3600.00/3102.13	c learnt literals	: 0
3600.00/3102.13	c learnt binary clauses	: 0
3600.00/3102.13	c learnt ternary clauses	: 170
3600.00/3102.13	c learnt constraints	: 12798170
3600.00/3102.13	c ignored constraints	: 0
3600.00/3102.13	c root simplifications	: 0
3600.00/3102.13	c removed literals (reason simplification)	: 289290091
3600.00/3102.13	c reason swapping (by a shorter reason)	: 0
3600.00/3102.13	c Calls to reduceDB	: 451
3600.00/3102.13	c Number of update (reduction) of LBD	: 7693
3600.00/3102.13	c Imported unit clauses	: 0
3600.00/3102.14	c No decision after first conflict	: false
3600.00/3102.14	c number of reductions to clauses (during analyze)	: 0
3600.00/3102.14	c number of learned constraints concerned by reduction	: 0
3600.00/3102.14	c number of learning phase by resolution	: 0
3600.00/3102.14	c number of learning phase by cutting planes	: 0
3600.00/3102.14	c number of rounding to 1 operations	: 0
3600.00/3102.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3102.14	c number of reductions of the coefficients by power 2 	: 0
3600.00/3102.14	c number of right shift for reduction by power 2 	: 0
3600.00/3102.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3102.15	c number of ending skipping 	: 0
3600.00/3102.15	c number of internal skipping 	: 0
3600.00/3102.15	c number of derivation steps 	: 0
3600.00/3102.15	c number of skipped derivation steps 	: 0
3600.00/3102.15	c number of remaining unassigned 	: 0
3600.00/3102.15	c number of remaining assigned 	: 0
3600.00/3102.15	c number of falsified literals weakened from reason	: 0
3600.00/3102.15	c number of falsified literals weakened from conflict	: 0
3600.00/3102.15	c time for arithmetic operations	: 0
3600.00/3102.16	c minimum degree of deleted constraints	: null
3600.00/3102.16	c maximum degree of deleted constraints	: null
3600.00/3102.16	c number of deleted constraints	: 0
3600.00/3102.16	c speed (assignments/second)	: 114243.59787766187
3600.00/3102.16	c non guided choices	: 33
3600.19/3102.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138413
3600.19/3102.22	s SATISFIABLE
3600.19/3102.24	c Found 120 solution(s)
3600.19/3102.24	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 
3600.19/3102.25	c objective function=1202
3600.19/3102.25	c Total wall clock time (in seconds): 3102.114

Verifier Data

OK	1202

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (53132 MiB free)
  memory of node 1: 64465 MiB (50306 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512190-1751521618/watcher-4512190-1751521618 -o /tmp/evaluation-result-4512190-1751521618/solver-4512190-1751521618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72930 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512190-1751521618.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=73200, runsolver pid=73197
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.23 4.13 4.06 6/337 73218
/proc/meminfo: memFree=105885220/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=18930384 memory=57812 CPUtime=0.13 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 6574 0 0 0 11 2 0 0 20 0 18 0 67840426 19384713216 14453 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4732596 14453 5347 1 0 547624 0
[pid=73200/tid=73202] ppid=73197 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) S 73197 73200 72920 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 67840427 19384713216 14453 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67840429 19384713216 14453 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=18930384 memory=61784027576291 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67840430 19384713216 14453 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57812 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.23 4.13 4.06 7/337 73218
/proc/meminfo: memFree=105878868/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=18930384 memory=63968 CPUtime=0.32 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 7021 0 0 0 30 2 0 0 20 0 18 0 67840426 19384713216 15992 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4732596 15992 5411 1 0 547883 0
[pid=73200/tid=73202] ppid=73197 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 5277 0 0 0 16 1 0 0 20 0 18 0 67840427 19384713216 15992 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67840429 19384713216 15992 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67840430 19384713216 15992 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63968 KiB

[startup+0.30558 s]*
/proc/loadavg: 4.23 4.13 4.06 8/338 73219
/proc/meminfo: memFree=105856624/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=18996948 memory=85316 CPUtime=0.51 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 8910 0 0 0 48 3 0 0 20 0 19 0 67840426 19452874752 21329 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4749237 21329 5475 1 0 549330 0
[pid=73200/tid=73202] ppid=73197 vsize=18996948 memory=-6000919476934633832 CPUtime=0.26 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 5392 0 0 0 24 2 0 0 20 0 19 0 67840427 19452874752 21329 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67840429 19452874752 21329 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67840430 19452874752 21329 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (java) R 73197 73200 72920 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 67840456 19452874752 21329 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85316 KiB

[startup+0.700252 s]
/proc/loadavg: 4.23 4.13 4.06 6/338 73219
/proc/meminfo: memFree=105838288/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=18996948 memory=119772 CPUtime=1.27 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 11090 0 0 0 123 4 0 0 20 0 19 0 67840426 19452874752 29943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4749237 29943 5475 1 0 550544 0
[pid=73200/tid=73202] ppid=73197 vsize=18996948 memory=18432 CPUtime=0.61 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 5431 0 0 0 58 3 0 0 20 0 19 0 67840427 19452874752 29943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67840429 19452874752 29943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67840430 19452874752 29943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67840456 19452874752 29943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119772 KiB

[startup+1.50025 s]
/proc/loadavg: 4.23 4.13 4.06 6/338 73219
/proc/meminfo: memFree=105777480/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19063512 memory=208460 CPUtime=2.7 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 14483 0 0 0 263 7 0 0 20 0 20 0 67840426 19521036288 52115 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4765878 52115 5507 1 0 552837 0
[pid=73200/tid=73202] ppid=73197 vsize=19063512 memory=0 CPUtime=1.33 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 5484 0 0 0 130 3 0 0 20 0 20 0 67840427 19521036288 52115 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19521036288 52115 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67840430 19521036288 52115 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19521036288 52115 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 208460 KiB

[startup+3.10549 s]
/proc/loadavg: 4.29 4.15 4.07 5/339 73220
/proc/meminfo: memFree=105366156/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19063512 memory=548212 CPUtime=4.88 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 17454 0 0 0 474 14 0 0 20 0 20 0 67840426 19521036288 137053 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4765878 137053 5507 1 0 1079218 0
[pid=73200/tid=73202] ppid=73197 vsize=19063512 memory=11136 CPUtime=2.65 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 6099 0 0 0 261 4 0 0 20 0 20 0 67840427 19521036288 137053 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19063512 memory=-6000919476934633832 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19521036288 137053 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67840430 19521036288 137053 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19521036288 137053 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548212 KiB

[startup+6.30022 s]
/proc/loadavg: 4.29 4.15 4.07 6/339 73220
/proc/meminfo: memFree=104757680/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19063512 memory=1234076 CPUtime=8.57 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 21259 0 0 0 828 29 0 0 20 0 20 0 67840426 19521036288 308519 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4765878 308519 5507 1 0 1079261 0
[pid=73200/tid=73202] ppid=73197 vsize=19063512 memory=0 CPUtime=5.39 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 7205 0 0 0 531 8 0 0 20 0 20 0 67840427 19521036288 308519 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19521036288 308519 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67840430 19521036288 308519 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19063512 memory=282488 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19521036288 308519 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1234076 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.16 4.07 5/339 73220
/proc/meminfo: memFree=103446728/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19063512 memory=2427772 CPUtime=15.81 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 24337 0 0 0 1530 51 0 0 20 0 20 0 67840426 19521036288 606943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4765878 606943 5507 1 0 1680865 0
[pid=73200/tid=73202] ppid=73197 vsize=19063512 memory=282488 CPUtime=11 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 7903 0 0 0 1087 13 0 0 20 0 20 0 67840427 19521036288 606943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19063512 memory=2169664 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19521036288 606943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67840430 19521036288 606943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19521036288 606943 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 15.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2427772 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.15 4.07 5/339 73220
/proc/meminfo: memFree=101030240/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19063512 memory=4841016 CPUtime=30.05 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 27947 0 0 0 2907 98 0 0 20 0 20 0 67840426 19521036288 1210254 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4765878 1210254 5539 1 0 2372291 0
[pid=73200/tid=73202] ppid=73197 vsize=19063512 memory=4841016 CPUtime=22.3 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 8942 0 0 0 2202 28 0 0 20 0 20 0 67840427 19521036288 1210254 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19521036288 1210254 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19063512 memory=2209 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67840430 19521036288 1210254 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19521036288 1210254 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 30.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4841016 KiB

[startup+51.1055 s]
/proc/loadavg: 4.34 4.17 4.08 5/339 73221
/proc/meminfo: memFree=98563308/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19063512 memory=7304332 CPUtime=58.8 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 55687 0 0 0 5730 150 0 0 20 0 20 0 67840426 19521036288 1826083 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4765878 1826083 5539 1 0 2723724 0
[pid=73200/tid=73202] ppid=73197 vsize=19063512 memory=7304332 CPUtime=45.42 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 11151 0 0 0 4497 45 0 0 20 0 20 0 67840427 19521036288 1826083 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0

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


[startup+2742.3 s]
/proc/loadavg: 4.86 4.50 4.46 5/341 73503
/proc/meminfo: memFree=67762616/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16287172 CPUtime=3148.7 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 925669 0 0 0 314307 563 0 0 20 0 20 0 67840426 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4071793 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=16287172 CPUtime=2463.2 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 259679 0 0 0 246142 178 0 0 20 0 20 0 67840427 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=16287172 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=16287172 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 1803 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=3200 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3148.7 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16287172 KiB

[startup+2802.3 s]
/proc/loadavg: 4.92 4.56 4.48 6/341 73507
/proc/meminfo: memFree=66646064/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16287172 CPUtime=3225.15 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 939247 0 0 0 321944 571 0 0 20 0 20 0 67840426 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4071793 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=11136 CPUtime=2516.98 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 267460 0 0 0 251519 179 0 0 20 0 20 0 67840427 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=16287172 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=16287172 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 1834 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=16287172 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4071793 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3225.15 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16287172 KiB

[startup+2862.3 s]
/proc/loadavg: 4.76 4.60 4.50 6/341 73510
/proc/meminfo: memFree=66281692/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16289300 CPUtime=3298.73 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 950413 0 0 0 329295 578 0 0 20 0 20 0 67840426 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4072325 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=4138693297529581211 CPUtime=2571.23 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 270424 0 0 0 256944 179 0 0 20 0 20 0 67840427 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=16580 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 1865 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3298.73 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16289300 KiB

[startup+2922.3 s]
/proc/loadavg: 4.61 4.59 4.51 5/341 73512
/proc/meminfo: memFree=66133884/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16289300 CPUtime=3374.36 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 963070 0 0 0 336851 585 0 0 20 0 20 0 67840426 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4072325 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=16580 CPUtime=2625.21 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 277818 0 0 0 262341 180 0 0 20 0 20 0 67840427 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=2708 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 1898 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=2764 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3374.36 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16289300 KiB

[startup+2982.3 s]
/proc/loadavg: 4.63 4.59 4.51 5/340 73514
/proc/meminfo: memFree=66129708/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16289300 CPUtime=3450.83 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 977726 0 0 0 344491 592 0 0 20 0 20 0 67840426 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4072325 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=16289300 CPUtime=2679.59 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 285678 0 0 0 267778 181 0 0 20 0 20 0 67840427 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 1957 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=164 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3450.83 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16289300 KiB

[startup+3042.3 s]
/proc/loadavg: 4.52 4.57 4.51 5/339 73516
/proc/meminfo: memFree=66129432/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16289300 CPUtime=3527.3 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 990937 0 0 0 352130 600 0 0 20 0 20 0 67840426 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4072325 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=18432 CPUtime=2733.98 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 293317 0 0 0 273216 182 0 0 20 0 20 0 67840427 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=16580 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=-6000919476934633832 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 2017 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3527.3 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16289300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3102.11 s]
/proc/loadavg: 4.80 4.67 4.55 5/339 73584
/proc/meminfo: memFree=75884232/131249996 swapFree=33010160/33010684
[pid=73200] ppid=73197 vsize=19129048 memory=16289300 CPUtime=3600 cores=0,2
/proc/73200/stat : 73200 (java) S 73197 73200 72920 0 -1 4194304 1003246 0 0 0 359393 607 0 0 20 0 20 0 67840426 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
/proc/73200/statm: 4782262 4072325 5539 1 0 4102008 0
[pid=73200/tid=73202] ppid=73197 vsize=19129048 memory=16289300 CPUtime=2787.31 cores=0,2
/proc/73200/task/73202/stat : 73202 (java) R 73197 73200 72920 0 -1 4194368 298035 0 0 0 278549 182 0 0 20 0 20 0 67840427 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73211] ppid=73197 vsize=19129048 memory=16289300 CPUtime=0 cores=0,2
/proc/73200/task/73211/stat : 73211 (Finalizer) S 73197 73200 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67840429 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73218] ppid=73197 vsize=19129048 memory=4496 CPUtime=0 cores=0,2
/proc/73200/task/73218/stat : 73218 (Common-Cleaner) S 73197 73200 72920 0 -1 4194368 2019 0 0 0 0 0 0 0 20 0 20 0 67840430 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
[pid=73200/tid=73219] ppid=73197 vsize=19129048 memory=16580 CPUtime=0 cores=0,2
/proc/73200/task/73219/stat : 73219 (Timer-0) S 73197 73200 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67840456 19588145152 4072325 18446744073709551615 94704336719872 94704336723568 140728911808768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94704336731384 94704336732176 94704359661568 140728911812993 140728911813094 140728911813094 140728911818696 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16289300 KiB

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

[startup+3102.3 s]*
/proc/loadavg: 4.81 4.68 4.55 5/321 73587
/proc/meminfo: memFree=92162688/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:

[startup+3102.31 s]
# the end of solver process 73200 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3594.22 s, system=6.12419 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3102.3 s]*
/proc/loadavg: 4.81 4.68 4.55 5/321 73587
/proc/meminfo: memFree=92162688/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3102.31
CPU time (s): 3600.34
CPU user time (s): 3594.22
CPU system time (s): 6.12419
CPU usage (%): 116.054
Max. virtual memory (cumulated for all children) (KiB): 19328740
Max. memory (cumulated for all children) (KiB): 16294148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.22
system time used= 6.12419
maximum resident set size= 16294572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1004542
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125457
involuntary context switches= 33437


# summary of solver processes directly reported to runsolver:
#   pid: 73200
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.22
#   total CPU system time (s): 6.12419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59419 second user time and 15.8769 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-03 07:46:58
IDJOB=4512190
IDBENCH=160498
IDSOLVER=3363
FILE ID=nodeC032/4512190-1751521618
RUNJOBID= nodeC032-1751521141-72930
SLURM_JOB_ID= 9598644
Free space on /tmp= 430568 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross20-080.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512190-1751521618/watcher-4512190-1751521618 -o /tmp/evaluation-result-4512190-1751521618/solver-4512190-1751521618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72930 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512190-1751521618.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 09771aef0beb4a695febed49a69e8ae9
RANDOM SEED=198963300

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.868
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.845
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.434
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.124
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.843
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.840
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3636.061
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.139
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        105921512 kB
MemAvailable:   122260196 kB
Buffers:            2728 kB
Cached:         17017952 kB
SwapCached:           20 kB
Active:          7838620 kB
Inactive:       16648472 kB
Active(anon):    7481336 kB
Inactive(anon):     3124 kB
Active(file):     357284 kB
Inactive(file): 16645348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       7468508 kB
Mapped:           123840 kB
Shmem:             18048 kB
KReclaimable:     350580 kB
Slab:             444256 kB
SReclaimable:     350580 kB
SUnreclaim:        93676 kB
KernelStack:        5168 kB
PageTables:        18252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8128128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7190528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430564 MiB
End job on nodeC032 at 2025-07-03 08:38:40