Trace number 4457713

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 Default 2024-07-07OPT-12104 363.723 361.723

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
uncorrelated/normalized-knapPI_1_50_1000_4_-4888.opb
MD5SUM92573cc8e272343f134c178d29564a08
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12104
Best CPU time to get the best result obtained on this benchmark0.005925
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint200
Maximum length of a constraint200
Number of terms in the objective function 200
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 106164
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 106164
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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 CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
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@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4457713-1721868338.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.14	c ... done. Wall clock time 0.011s.
0.13/0.14	c declared #vars     200
0.13/0.14	c #constraints  1
0.13/0.14	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.13/0.15	c 1 constraints processed.
0.13/0.15	c objective function length is 200 literals
0.13/0.16	c SATISFIABLE
0.13/0.16	c OPTIMIZING...
0.13/0.16	c Got one! Elapsed wall clock time (in seconds):0.028
0.13/0.16	o -4527
0.13/0.18	c Got one! Elapsed wall clock time (in seconds):0.033
0.13/0.18	o -4586
0.13/0.18	c Got one! Elapsed wall clock time (in seconds):0.034
0.13/0.18	o -4977
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.055
0.13/0.19	o -5019
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.057
0.13/0.19	o -5170
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.059
0.13/0.19	o -5350
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.06
0.13/0.20	o -5614
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.061
0.13/0.20	o -5979
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.067
0.13/0.20	o -6098
0.13/0.21	c Got one! Elapsed wall clock time (in seconds):0.071
0.13/0.21	o -6155
0.34/0.24	c Got one! Elapsed wall clock time (in seconds):0.1
0.34/0.24	o -6323
0.34/0.24	c Got one! Elapsed wall clock time (in seconds):0.102
0.34/0.24	o -6333
0.34/0.24	c Got one! Elapsed wall clock time (in seconds):0.105
0.34/0.24	o -6506
0.34/0.24	c Got one! Elapsed wall clock time (in seconds):0.107
0.34/0.24	o -6666
0.34/0.24	c Got one! Elapsed wall clock time (in seconds):0.108
0.34/0.24	o -7061
0.34/0.25	c Got one! Elapsed wall clock time (in seconds):0.111
0.34/0.25	o -7265
0.34/0.30	c Got one! Elapsed wall clock time (in seconds):0.163
0.34/0.30	o -7718
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.19
0.52/0.32	o -7752
0.89/0.61	c Got one! Elapsed wall clock time (in seconds):0.475
1.09/0.61	o -7879
1.09/0.63	c Got one! Elapsed wall clock time (in seconds):0.493
1.09/0.63	o -7900
1.09/0.63	c Got one! Elapsed wall clock time (in seconds):0.495
1.09/0.63	o -8300
1.09/0.64	c Got one! Elapsed wall clock time (in seconds):0.514
1.09/0.64	o -8473
1.09/0.66	c Got one! Elapsed wall clock time (in seconds):0.515
1.09/0.66	o -8591
1.09/0.68	c Got one! Elapsed wall clock time (in seconds):0.545
1.09/0.68	o -8763
1.27/0.79	c Got one! Elapsed wall clock time (in seconds):0.656
1.27/0.79	o -8804
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.675
1.48/0.81	o -8808
1.48/0.81	c Got one! Elapsed wall clock time (in seconds):0.68
1.48/0.81	o -9211
1.48/0.83	c Got one! Elapsed wall clock time (in seconds):0.7
1.48/0.83	o -9292
1.48/0.87	c Got one! Elapsed wall clock time (in seconds):0.743
1.48/0.87	o -9308
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.749
1.48/0.88	o -9536
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.75
1.48/0.88	o -9618
1.67/0.96	c cleaning 4292 clauses out of 8583 with flag 2100/8585
2.43/1.30	c cleaning 5148 clauses out of 10295 with flag 14834/14589
2.63/1.59	c cleaning 6071 clauses out of 12142 with flag 29485/21584
2.73/1.65	c Got one! Elapsed wall clock time (in seconds):1.51
2.73/1.65	o -9684
2.73/1.65	c Got one! Elapsed wall clock time (in seconds):1.514
2.73/1.65	o -9713
2.93/1.80	c cleaning 5750 clauses out of 11499 with flag 8135/27012
2.93/1.81	c Got one! Elapsed wall clock time (in seconds):1.682
2.93/1.81	o -9858
2.93/1.82	c Got one! Elapsed wall clock time (in seconds):1.686
2.93/1.82	o -9913
2.93/1.83	c Got one! Elapsed wall clock time (in seconds):1.695
2.93/1.83	o -10112
2.93/1.84	c Got one! Elapsed wall clock time (in seconds):1.707
2.93/1.84	o -10154
3.06/1.91	c Got one! Elapsed wall clock time (in seconds):1.775
3.06/1.91	o -10231
3.06/1.92	c Got one! Elapsed wall clock time (in seconds):1.794
3.06/1.92	o -10266
3.06/1.93	c Got one! Elapsed wall clock time (in seconds):1.797
3.06/1.93	o -10348
3.06/1.96	c Got one! Elapsed wall clock time (in seconds):1.825
3.06/1.96	o -10402
3.27/2.13	c cleaning 6938 clauses out of 13876 with flag 8399/35139
3.47/2.37	c cleaning 6468 clauses out of 12938 with flag 20725/41139
3.85/2.67	c cleaning 6739 clauses out of 13477 with flag 35297/48146
3.98/2.74	c Got one! Elapsed wall clock time (in seconds):2.607
3.98/2.74	o -10413
4.08/2.83	c Got one! Elapsed wall clock time (in seconds):2.698
4.08/2.83	o -10512
4.08/2.87	c Got one! Elapsed wall clock time (in seconds):2.736
4.08/2.87	o -10516
4.19/2.92	c cleaning 6585 clauses out of 13176 with flag 2051/54584
4.29/3.00	c Got one! Elapsed wall clock time (in seconds):2.874
4.29/3.00	o -10551
4.29/3.06	c Got one! Elapsed wall clock time (in seconds):2.934
4.29/3.06	o -10626
4.29/3.09	c Got one! Elapsed wall clock time (in seconds):2.955
4.29/3.09	o -10741
4.29/3.10	c Got one! Elapsed wall clock time (in seconds):2.966
4.29/3.10	o -10773
4.39/3.13	c Got one! Elapsed wall clock time (in seconds):2.998
4.39/3.13	o -10836
4.39/3.14	c Got one! Elapsed wall clock time (in seconds):3.012
4.39/3.14	o -10890
4.49/3.24	c cleaning 7372 clauses out of 14746 with flag 4632/62739
4.69/3.46	c cleaning 6680 clauses out of 13370 with flag 17493/68735
5.01/3.74	c cleaning 6840 clauses out of 13687 with flag 32271/75732
5.32/4.07	c cleaning 7424 clauses out of 14848 with flag 49205/83733
5.71/4.47	c cleaning 8217 clauses out of 16433 with flag 68526/92742
6.21/4.94	c cleaning 9104 clauses out of 18207 with flag 90069/102733
6.81/5.53	c cleaning 10053 clauses out of 20105 with flag 113738/113735
7.35/6.09	c cleaning 11025 clauses out of 22049 with flag 138719/125732
8.06/6.71	c cleaning 12014 clauses out of 24030 with flag 166471/138738
8.81/7.45	c cleaning 13003 clauses out of 26009 with flag 196198/152731
9.52/8.19	c cleaning 14004 clauses out of 28011 with flag 227091/167736
10.01/8.65	c Got one! Elapsed wall clock time (in seconds):8.522
10.01/8.65	o -10984
10.49/9.05	c cleaning 14440 clauses out of 28882 with flag 10459/182611
10.78/9.32	c cleaning 10219 clauses out of 20437 with flag 22714/188606
11.08/9.62	c cleaning 8609 clauses out of 17219 with flag 37155/195607
11.38/9.97	c cleaning 8303 clauses out of 16609 with flag 53808/203606
11.78/10.39	c cleaning 8653 clauses out of 17307 with flag 72585/212607
12.38/10.90	c cleaning 9323 clauses out of 18656 with flag 93184/222609
12.88/11.45	c cleaning 10163 clauses out of 20332 with flag 116148/233608
13.48/12.05	c cleaning 11083 clauses out of 22166 with flag 141055/245605
14.20/12.79	c cleaning 12043 clauses out of 24087 with flag 169595/258609
15.11/13.62	c cleaning 13018 clauses out of 26045 with flag 201656/272610
15.90/14.40	c cleaning 14010 clauses out of 28025 with flag 232557/287608
16.84/15.33	c cleaning 15007 clauses out of 30013 with flag 266015/303606
17.73/16.28	c cleaning 16003 clauses out of 32005 with flag 302100/320605
18.72/17.24	c cleaning 17000 clauses out of 34002 with flag 339686/338605
19.76/18.29	c cleaning 18000 clauses out of 36004 with flag 379720/357607
20.85/19.37	c cleaning 19000 clauses out of 38006 with flag 422201/377609
22.16/20.64	c cleaning 19999 clauses out of 40002 with flag 468112/398605
23.45/21.99	c cleaning 21001 clauses out of 42006 with flag 513693/420608
24.04/22.54	c Got one! Elapsed wall clock time (in seconds):22.406
24.04/22.54	o -10994
24.04/22.54	c Got one! Elapsed wall clock time (in seconds):22.411
24.04/22.54	o -11232
24.44/22.96	c cleaning 18083 clauses out of 36176 with flag 10491/435779
24.73/23.27	c cleaning 12043 clauses out of 24092 with flag 22819/441778
25.15/23.62	c cleaning 9521 clauses out of 19048 with flag 37764/448777
25.45/23.95	c cleaning 8762 clauses out of 17529 with flag 54867/456779
25.84/24.34	c cleaning 8883 clauses out of 17774 with flag 74294/465786
26.24/24.78	c cleaning 9439 clauses out of 18886 with flag 96467/475781
26.73/25.27	c cleaning 10221 clauses out of 20443 with flag 119648/486777
27.35/25.82	c cleaning 11117 clauses out of 22235 with flag 145452/498790
27.74/26.22	c Got one! Elapsed wall clock time (in seconds):26.093
27.74/26.22	o -11280
28.04/26.59	c cleaning 13144 clauses out of 26288 with flag 10394/513960
28.14/26.68	c Got one! Elapsed wall clock time (in seconds):26.551
28.14/26.68	o -11336
28.34/26.83	c cleaning 9261 clauses out of 18538 with flag 6180/519354
28.54/27.09	c cleaning 7631 clauses out of 15278 with flag 18639/525355
28.83/27.38	c cleaning 7316 clauses out of 14646 with flag 33525/532354
29.23/27.71	c cleaning 7666 clauses out of 15331 with flag 50201/540355
29.63/28.14	c cleaning 8331 clauses out of 16665 with flag 69557/549355
30.02/28.57	c cleaning 9164 clauses out of 18336 with flag 90948/559357
30.52/29.07	c cleaning 10085 clauses out of 20176 with flag 114861/570361
30.91/29.46	c Got one! Elapsed wall clock time (in seconds):29.327
30.91/29.46	o -11349
31.21/29.74	c cleaning 12421 clauses out of 24842 with flag 10694/585112
31.51/30.03	c cleaning 9210 clauses out of 18422 with flag 23936/591113
31.80/30.34	c cleaning 8102 clauses out of 16211 with flag 39730/598112
32.10/30.68	c cleaning 8057 clauses out of 16115 with flag 58215/606118
32.51/31.06	c cleaning 8526 clauses out of 17052 with flag 77435/615112
33.00/31.54	c cleaning 9264 clauses out of 18530 with flag 99102/625116
33.49/32.03	c cleaning 10132 clauses out of 20266 with flag 121866/636116
33.99/32.60	c cleaning 11063 clauses out of 22129 with flag 147504/648111
34.68/33.25	c cleaning 12032 clauses out of 24067 with flag 175629/661112
35.07/33.62	c Got one! Elapsed wall clock time (in seconds):33.489
35.07/33.62	o -11386
35.37/33.97	c cleaning 12871 clauses out of 25745 with flag 10846/674822
35.66/34.28	c cleaning 9432 clauses out of 18872 with flag 24112/680820
36.07/34.61	c cleaning 8217 clauses out of 16438 with flag 40266/687818
36.37/34.98	c cleaning 8111 clauses out of 16225 with flag 58117/695822
36.85/35.43	c cleaning 8555 clauses out of 17114 with flag 76925/704822
37.26/35.88	c cleaning 9278 clauses out of 18556 with flag 98167/714819
37.85/36.45	c cleaning 10139 clauses out of 20282 with flag 121763/725823
38.45/37.00	c cleaning 11069 clauses out of 22138 with flag 147099/737818
39.04/37.62	c cleaning 12041 clauses out of 24082 with flag 174637/750831
39.74/38.30	c cleaning 13012 clauses out of 26030 with flag 205333/764820
40.52/39.14	c cleaning 14007 clauses out of 28016 with flag 237830/779818
40.71/39.31	c Got one! Elapsed wall clock time (in seconds):39.181
40.71/39.31	o -11387
40.71/39.39	c cleaning 9586 clauses out of 19172 with flag 2028/784981
41.01/39.65	c cleaning 7794 clauses out of 15587 with flag 15383/790982
41.31/39.93	c cleaning 7395 clauses out of 14789 with flag 31065/797978
41.60/40.29	c cleaning 7690 clauses out of 15395 with flag 48488/805979
42.10/40.72	c cleaning 8349 clauses out of 16702 with flag 67513/814976
42.60/41.22	c cleaning 9173 clauses out of 18353 with flag 89089/824976
43.10/41.74	c cleaning 10088 clauses out of 20179 with flag 113453/835975
43.70/42.37	c cleaning 11044 clauses out of 22092 with flag 141043/847976
44.40/43.01	c cleaning 12021 clauses out of 24048 with flag 170196/860976
45.24/43.82	c cleaning 13008 clauses out of 26026 with flag 201395/874975
46.04/44.64	c cleaning 14004 clauses out of 28023 with flag 233827/889980
46.83/45.48	c cleaning 15007 clauses out of 30014 with flag 267640/905975
47.84/46.43	c cleaning 16003 clauses out of 32007 with flag 305436/922975
48.83/47.48	c cleaning 16996 clauses out of 34004 with flag 346118/940975
49.93/48.57	c cleaning 18009 clauses out of 36020 with flag 386402/959987
51.30/49.86	c cleaning 19010 clauses out of 38019 with flag 432422/979995
52.70/51.29	c cleaning 19991 clauses out of 39989 with flag 476864/1000975
54.19/52.76	c cleaning 20997 clauses out of 42000 with flag 524659/1022977
55.69/54.21	c cleaning 21996 clauses out of 44001 with flag 573516/1045975
57.19/55.77	c cleaning 22999 clauses out of 46005 with flag 625932/1069975
59.05/57.59	c cleaning 24003 clauses out of 48010 with flag 679681/1094979
59.15/57.60	c Got one! Elapsed wall clock time (in seconds):57.465
59.15/57.60	o -11396
59.45/57.99	c cleaning 14555 clauses out of 29121 with flag 10355/1100093
59.85/58.37	c cleaning 10277 clauses out of 20566 with flag 23070/1106093
60.25/58.72	c cleaning 8646 clauses out of 17292 with flag 38395/1113096
60.66/59.14	c cleaning 8320 clauses out of 16646 with flag 56067/1121096
61.05/59.56	c cleaning 8659 clauses out of 17324 with flag 74815/1130094
61.56/60.06	c cleaning 9334 clauses out of 18668 with flag 95836/1140097
62.15/60.64	c cleaning 10168 clauses out of 20335 with flag 119414/1151098
62.75/61.26	c cleaning 11083 clauses out of 22167 with flag 144482/1163098
63.45/61.95	c cleaning 12037 clauses out of 24080 with flag 173392/1176094
64.39/62.81	c cleaning 13034 clauses out of 26067 with flag 205650/1190118
65.18/63.68	c cleaning 14001 clauses out of 28008 with flag 239437/1205093
66.07/64.54	c cleaning 14996 clauses out of 30007 with flag 274522/1221093
67.06/65.52	c cleaning 16005 clauses out of 32011 with flag 313866/1238093
68.05/66.52	c cleaning 17001 clauses out of 34009 with flag 355674/1256096
69.14/67.60	c cleaning 17999 clauses out of 36005 with flag 399289/1275093
69.75/68.26	c Got one! Elapsed wall clock time (in seconds):68.126
69.75/68.26	o -11399
70.14/68.63	c Got one! Elapsed wall clock time (in seconds):68.502
70.14/68.63	o -11465
70.34/68.88	c cleaning 17884 clauses out of 35768 with flag 4252/1292855
70.74/69.21	c cleaning 11941 clauses out of 23884 with flag 17339/1298855
71.03/69.54	c cleaning 9469 clauses out of 18943 with flag 33201/1305855
71.43/69.91	c cleaning 8731 clauses out of 17474 with flag 51367/1313855
71.83/70.33	c cleaning 8874 clauses out of 17747 with flag 72295/1322859
72.32/70.82	c cleaning 9433 clauses out of 18872 with flag 94800/1332858
72.97/71.41	c cleaning 10217 clauses out of 20436 with flag 119096/1343855
73.57/72.01	c cleaning 11110 clauses out of 22221 with flag 146056/1355857
74.26/72.71	c cleaning 12053 clauses out of 24110 with flag 177236/1368856
75.05/73.52	c cleaning 13026 clauses out of 26057 with flag 206700/1382856
75.84/74.35	c cleaning 14018 clauses out of 28036 with flag 239918/1397861
76.73/75.21	c cleaning 15005 clauses out of 30015 with flag 276724/1413858
77.64/76.18	c cleaning 16001 clauses out of 32008 with flag 316511/1430856
78.53/77.06	c cleaning 17002 clauses out of 34006 with flag 357254/1448855
79.42/77.98	c cleaning 18009 clauses out of 36019 with flag 401267/1467870
80.51/79.07	c cleaning 19002 clauses out of 38004 with flag 447871/1487864
81.34/79.87	c Got one! Elapsed wall clock time (in seconds):79.735
81.34/79.87	o -11483
81.73/80.26	c cleaning 19668 clauses out of 39340 with flag 10336/1508202
82.03/80.54	c cleaning 12835 clauses out of 25671 with flag 22751/1514201
82.33/80.84	c cleaning 9917 clauses out of 19838 with flag 37573/1521203
82.63/81.19	c cleaning 8960 clauses out of 17920 with flag 54729/1529202
83.12/81.60	c cleaning 8974 clauses out of 17957 with flag 74446/1538199
83.52/82.07	c cleaning 9493 clauses out of 18987 with flag 96732/1548203
84.01/82.55	c cleaning 10245 clauses out of 20492 with flag 122509/1559201
84.51/83.09	c cleaning 11124 clauses out of 22260 with flag 151480/1571214
85.20/83.71	c cleaning 12061 clauses out of 24121 with flag 183848/1584199
85.89/84.47	c cleaning 13028 clauses out of 26061 with flag 218400/1598200
86.68/85.26	c cleaning 14016 clauses out of 28033 with flag 256130/1613200
87.58/86.17	c cleaning 15016 clauses out of 30031 with flag 298916/1629214
88.37/86.98	c Got one! Elapsed wall clock time (in seconds):86.849
88.37/86.98	o -11504
88.77/87.35	c cleaning 17530 clauses out of 35061 with flag 10403/1649260
89.06/87.66	c cleaning 11760 clauses out of 23528 with flag 23333/1655257
89.36/87.96	c cleaning 9383 clauses out of 18769 with flag 38171/1662258
89.76/88.31	c cleaning 8687 clauses out of 17387 with flag 55659/1670259
90.15/88.72	c cleaning 8843 clauses out of 17699 with flag 76100/1679258
90.55/89.17	c cleaning 9427 clauses out of 18855 with flag 98068/1689257
91.04/89.64	c cleaning 10214 clauses out of 20429 with flag 122533/1700258
91.54/90.17	c cleaning 11113 clauses out of 22227 with flag 150029/1712270
92.13/90.74	c cleaning 12051 clauses out of 24103 with flag 178774/1725259
92.83/91.43	c cleaning 13028 clauses out of 26057 with flag 208637/1739264
93.53/92.19	c cleaning 14012 clauses out of 28027 with flag 241737/1754262
94.32/92.96	c cleaning 15004 clauses out of 30012 with flag 278144/1770259
95.25/93.89	c cleaning 16003 clauses out of 32006 with flag 320091/1787257
96.24/94.84	c cleaning 17003 clauses out of 34006 with flag 364309/1805260
97.24/95.86	c cleaning 18000 clauses out of 36001 with flag 407108/1824258
98.45/97.04	c cleaning 18995 clauses out of 38000 with flag 453980/1844257
99.64/98.25	c cleaning 20008 clauses out of 40021 with flag 503189/1865273
100.44/99.03	c Got one! Elapsed wall clock time (in seconds):98.899
100.44/99.03	o -11544
100.94/99.53	c cleaning 20706 clauses out of 41412 with flag 10345/1886672
101.23/99.89	c cleaning 13349 clauses out of 26707 with flag 23053/1892673
101.33/99.91	c Got one! Elapsed wall clock time (in seconds):99.782
101.33/99.91	o -11640
101.33/99.93	c Got one! Elapsed wall clock time (in seconds):99.801
101.33/99.93	o -11646
101.63/100.20	c cleaning 9671 clauses out of 19372 with flag 10693/1898687
101.93/100.50	c cleaning 7841 clauses out of 15697 with flag 23978/1904683
102.13/100.79	c cleaning 7423 clauses out of 14860 with flag 38918/1911687
102.54/101.13	c cleaning 7717 clauses out of 15433 with flag 56155/1919683
102.93/101.53	c cleaning 8358 clauses out of 16718 with flag 74913/1928685
103.33/101.95	c cleaning 9179 clauses out of 18359 with flag 96790/1938684
103.83/102.42	c cleaning 10094 clauses out of 20188 with flag 121302/1949692
104.33/102.99	c cleaning 11046 clauses out of 22092 with flag 148425/1961690
105.03/103.68	c cleaning 12022 clauses out of 24043 with flag 178213/1974687
105.73/104.31	c cleaning 13010 clauses out of 26025 with flag 207800/1988691
106.43/105.07	c cleaning 14002 clauses out of 28007 with flag 239664/2003683
107.32/105.93	c cleaning 14998 clauses out of 30005 with flag 274506/2019683
108.12/106.74	c cleaning 16002 clauses out of 32011 with flag 311535/2036687
109.20/107.78	c cleaning 17003 clauses out of 34006 with flag 351682/2054684
110.29/108.82	c cleaning 18000 clauses out of 36002 with flag 393355/2073683
111.39/109.95	c cleaning 19002 clauses out of 38004 with flag 439040/2093685
112.61/111.16	c cleaning 20004 clauses out of 40008 with flag 486883/2114691
113.70/112.28	c cleaning 20998 clauses out of 41997 with flag 536919/2136684
114.00/112.56	c Got one! Elapsed wall clock time (in seconds):112.433
114.00/112.56	o -11655
114.40/112.91	c cleaning 16356 clauses out of 32712 with flag 12100/2148397
114.70/113.21	c cleaning 11172 clauses out of 22347 with flag 25726/2154388
115.00/113.55	c cleaning 9091 clauses out of 18185 with flag 42026/2161398
115.30/113.89	c cleaning 8538 clauses out of 17083 with flag 60029/2169388
115.51/114.03	c Got one! Elapsed wall clock time (in seconds):113.902
115.51/114.03	o -11661
115.61/114.14	c cleaning 7237 clauses out of 14483 with flag 4369/2175326
115.80/114.39	c cleaning 6613 clauses out of 13245 with flag 17559/2181325
116.10/114.69	c cleaning 6811 clauses out of 13632 with flag 33583/2188325
116.26/114.79	c Got one! Elapsed wall clock time (in seconds):114.657
116.26/114.79	o -11666
116.46/114.93	c cleaning 6337 clauses out of 12696 with flag 6153/2194200
116.67/115.19	c cleaning 6177 clauses out of 12359 with flag 18561/2200200
116.96/115.50	c cleaning 6584 clauses out of 13183 with flag 33413/2207201
117.36/115.84	c cleaning 7298 clauses out of 14598 with flag 50694/2215200
117.76/116.22	c cleaning 8152 clauses out of 16307 with flag 70689/2224207
118.16/116.68	c cleaning 9074 clauses out of 18153 with flag 93773/2234205
118.66/117.17	c cleaning 10038 clauses out of 20080 with flag 119505/2245206
119.25/117.79	c cleaning 11019 clauses out of 22040 with flag 147139/2257204
120.15/118.62	c cleaning 12012 clauses out of 24024 with flag 177121/2270207
120.85/119.39	c cleaning 13003 clauses out of 26010 with flag 207243/2284205
121.66/120.17	c cleaning 13998 clauses out of 28003 with flag 240821/2299201
122.55/121.08	c cleaning 15001 clauses out of 30006 with flag 277577/2315202
123.45/121.95	c cleaning 16000 clauses out of 32003 with flag 317643/2332200
124.62/123.02	c cleaning 17008 clauses out of 34019 with flag 362411/2350216
125.61/124.07	c cleaning 18003 clauses out of 36008 with flag 407249/2369213
126.79/125.27	c cleaning 18995 clauses out of 37993 with flag 456423/2389201
128.08/126.54	c cleaning 20000 clauses out of 39999 with flag 507024/2410202
129.37/127.87	c cleaning 20996 clauses out of 41998 with flag 559654/2432201
130.95/129.47	c cleaning 21998 clauses out of 44003 with flag 615126/2455202
132.34/130.83	c cleaning 23001 clauses out of 46006 with flag 668658/2479203
133.82/132.31	c cleaning 24001 clauses out of 48003 with flag 722048/2504201
135.32/133.89	c cleaning 25000 clauses out of 50001 with flag 779767/2530200
137.13/135.60	c cleaning 26004 clauses out of 52009 with flag 839916/2557208
138.72/137.21	c cleaning 26999 clauses out of 54000 with flag 904480/2585203
140.42/138.95	c cleaning 27994 clauses out of 55998 with flag 971259/2614200
142.32/140.88	c cleaning 29006 clauses out of 58014 with flag 1041969/2644210
144.71/143.26	c cleaning 30001 clauses out of 60007 with flag 1113479/2675209
147.26/145.67	c cleaning 30989 clauses out of 61998 with flag 1189523/2707201
147.66/146.10	c Got one! Elapsed wall clock time (in seconds):145.966
147.66/146.10	o -11691
148.16/146.58	c cleaning 22224 clauses out of 44448 with flag 10648/2720640
148.56/146.95	c cleaning 14115 clauses out of 28231 with flag 23335/2726647
148.85/147.29	c cleaning 10555 clauses out of 21111 with flag 38388/2733642
149.35/147.70	c cleaning 9272 clauses out of 18561 with flag 56561/2741648
149.75/148.11	c cleaning 9141 clauses out of 18281 with flag 77219/2750640
150.14/148.57	c cleaning 9567 clauses out of 19140 with flag 100756/2760640
150.74/149.16	c cleaning 10286 clauses out of 20574 with flag 127140/2771641
151.43/149.81	c cleaning 11143 clauses out of 22288 with flag 156449/2783641
152.02/150.47	c cleaning 12070 clauses out of 24148 with flag 188685/2796644
152.72/151.17	c cleaning 13037 clauses out of 26076 with flag 220382/2810642
153.61/152.02	c cleaning 14017 clauses out of 28037 with flag 255375/2825640
154.40/152.84	c cleaning 15013 clauses out of 30026 with flag 293090/2841646
155.29/153.76	c cleaning 16006 clauses out of 32011 with flag 331973/2858644
155.59/154.04	c Got one! Elapsed wall clock time (in seconds):153.914
155.59/154.05	o -11698
155.98/154.47	c cleaning 13494 clauses out of 26990 with flag 10675/2869629
156.28/154.78	c cleaning 9749 clauses out of 19497 with flag 23248/2875630
156.68/155.12	c cleaning 8371 clauses out of 16752 with flag 38169/2882635
156.97/155.46	c cleaning 8181 clauses out of 16376 with flag 55555/2890630
157.37/155.84	c cleaning 8594 clauses out of 17194 with flag 77134/2899629
157.37/155.86	c Got one! Elapsed wall clock time (in seconds):155.725
157.37/155.86	o -11814
157.67/156.13	c cleaning 6979 clauses out of 13963 with flag 11222/2904993
157.86/156.38	c cleaning 6484 clauses out of 12984 with flag 24934/2910993
158.16/156.67	c cleaning 6751 clauses out of 13502 with flag 41993/2917995
158.46/156.99	c cleaning 7373 clauses out of 14747 with flag 60923/2925991
158.95/157.40	c cleaning 8186 clauses out of 16373 with flag 83379/2934990
159.35/157.85	c cleaning 9094 clauses out of 18188 with flag 107171/2944991
160.21/158.51	c cleaning 10042 clauses out of 20093 with flag 132746/2955990
160.76/159.05	c cleaning 11042 clauses out of 22084 with flag 161444/2968023
161.35/159.68	c cleaning 12004 clauses out of 24011 with flag 192144/2980992
162.15/160.41	c cleaning 13002 clauses out of 26005 with flag 223239/2994990
162.85/161.17	c cleaning 14006 clauses out of 28011 with flag 260688/3009998
163.75/162.01	c cleaning 15002 clauses out of 30004 with flag 299382/3025997
164.54/162.86	c cleaning 15998 clauses out of 31995 with flag 342335/3042990
165.44/163.79	c cleaning 17001 clauses out of 34001 with flag 387483/3060994
166.54/164.80	c cleaning 17998 clauses out of 35997 with flag 432898/3079991
167.63/165.96	c cleaning 18997 clauses out of 37998 with flag 483032/3099990
168.94/167.29	c cleaning 20002 clauses out of 40005 with flag 535220/3120994
170.24/168.55	c cleaning 20999 clauses out of 42000 with flag 585585/3142991
171.64/169.94	c cleaning 21995 clauses out of 44001 with flag 637057/3165991
173.03/171.32	c cleaning 23001 clauses out of 46005 with flag 692988/3189990
174.93/173.23	c cleaning 24002 clauses out of 48005 with flag 750771/3214991
176.63/174.90	c cleaning 25006 clauses out of 50013 with flag 812683/3241001
178.32/176.61	c cleaning 26004 clauses out of 52009 with flag 877322/3268003
180.07/178.32	c cleaning 26996 clauses out of 53993 with flag 946572/3295991
181.77/180.05	c cleaning 27998 clauses out of 55998 with flag 1013546/3324992
183.46/181.73	c cleaning 29002 clauses out of 58005 with flag 1085482/3354997
185.35/183.65	c cleaning 29995 clauses out of 59997 with flag 1158495/3385991
187.35/185.65	c cleaning 31001 clauses out of 62004 with flag 1237373/3417993
189.35/187.68	c cleaning 32001 clauses out of 64001 with flag 1320317/3450991
191.54/189.87	c cleaning 32994 clauses out of 65999 with flag 1406170/3484990
193.75/192.07	c cleaning 34005 clauses out of 68013 with flag 1492825/3519998
196.03/194.35	c cleaning 35000 clauses out of 70002 with flag 1582051/3555992
198.23/196.53	c Got one! Elapsed wall clock time (in seconds):196.395
198.23/196.53	o -11828
199.53/197.83	c cleaning 37047 clauses out of 74098 with flag 10630/3595089
200.03/198.37	c cleaning 21529 clauses out of 43058 with flag 24078/3601096
200.42/198.72	c cleaning 14260 clauses out of 28520 with flag 40247/3608087
200.73/199.09	c cleaning 11127 clauses out of 22260 with flag 59596/3616087
201.48/199.65	c cleaning 10065 clauses out of 20151 with flag 81611/3625105
201.89/200.08	c cleaning 10033 clauses out of 20069 with flag 105863/3635088
202.38/200.58	c cleaning 10516 clauses out of 21035 with flag 131855/3646087
202.98/201.13	c cleaning 11259 clauses out of 22521 with flag 160209/3658089
203.58/201.77	c cleaning 12134 clauses out of 24269 with flag 191858/3671096
204.28/202.42	c cleaning 13064 clauses out of 26131 with flag 224862/3685092
205.10/203.20	c cleaning 14032 clauses out of 28065 with flag 262574/3700090
205.90/204.04	c cleaning 15011 clauses out of 30031 with flag 302182/3716088
206.79/204.93	c cleaning 16009 clauses out of 32019 with flag 343495/3733087
207.69/205.88	c cleaning 17011 clauses out of 34021 with flag 390083/3751098
208.00/206.10	c Got one! Elapsed wall clock time (in seconds):205.973
208.00/206.10	o -11829
208.09/206.20	c cleaning 11493 clauses out of 22987 with flag 2073/3757075
208.39/206.51	c cleaning 8746 clauses out of 17495 with flag 15873/3763076
208.69/206.81	c cleaning 7871 clauses out of 15747 with flag 32460/3770074
208.99/207.17	c cleaning 7935 clauses out of 15877 with flag 50784/3778075
209.49/207.61	c cleaning 8472 clauses out of 16944 with flag 72449/3787077
209.89/208.06	c cleaning 9242 clauses out of 18486 with flag 95967/3797091
210.49/208.63	c cleaning 10113 clauses out of 20228 with flag 124847/3808075
211.08/209.23	c cleaning 11060 clauses out of 22119 with flag 152497/3820079
211.68/209.84	c cleaning 12025 clauses out of 24054 with flag 184989/3833074
212.45/210.56	c cleaning 13012 clauses out of 26031 with flag 220932/3847076
213.14/211.28	c cleaning 14009 clauses out of 28019 with flag 256059/3862076
214.05/212.14	c cleaning 15003 clauses out of 30009 with flag 292110/3878075
214.84/212.95	c cleaning 16008 clauses out of 32015 with flag 330832/3895084
215.83/213.93	c cleaning 16999 clauses out of 33999 with flag 373162/3913076
216.73/214.85	c cleaning 17997 clauses out of 36003 with flag 415604/3932079
217.83/215.97	c cleaning 18999 clauses out of 38002 with flag 462320/3952075
218.93/217.06	c cleaning 20002 clauses out of 40006 with flag 513339/3973078
219.83/217.92	c Got one! Elapsed wall clock time (in seconds):217.789
219.83/217.92	o -11881
220.42/218.51	c cleaning 21366 clauses out of 42739 with flag 12123/3995813
220.72/218.84	c cleaning 13684 clauses out of 27373 with flag 26251/4001813
221.03/219.14	c cleaning 10334 clauses out of 20690 with flag 42578/4008814
221.32/219.47	c cleaning 9170 clauses out of 18355 with flag 60517/4016813
221.72/219.90	c cleaning 9077 clauses out of 18192 with flag 82222/4025820
222.22/220.36	c cleaning 9555 clauses out of 19110 with flag 107353/4035815
222.72/220.83	c cleaning 10277 clauses out of 20554 with flag 134419/4046814
223.22/221.36	c cleaning 11142 clauses out of 22283 with flag 163740/4058820
223.82/221.94	c cleaning 12066 clauses out of 24134 with flag 194476/4071813
224.41/222.58	c cleaning 13037 clauses out of 26074 with flag 228637/4085819
225.21/223.37	c cleaning 14021 clauses out of 28042 with flag 267183/4100824
226.02/224.15	c cleaning 15003 clauses out of 30010 with flag 307355/4116813
227.01/225.10	c cleaning 16004 clauses out of 32011 with flag 347511/4133817
227.91/226.08	c cleaning 17001 clauses out of 34008 with flag 393624/4151818
228.80/226.93	c cleaning 18009 clauses out of 36017 with flag 438921/4170828
229.01/227.15	c Got one! Elapsed wall clock time (in seconds):227.022
229.01/227.15	o -11883
229.30/227.47	c cleaning 14443 clauses out of 28892 with flag 11870/4181712
229.60/227.71	c cleaning 10220 clauses out of 20451 with flag 25223/4187714
229.91/228.01	c cleaning 8607 clauses out of 17227 with flag 41247/4194710
230.20/228.37	c cleaning 8311 clauses out of 16621 with flag 60145/4202711
230.70/228.80	c cleaning 8656 clauses out of 17314 with flag 81105/4211715
231.10/229.24	c cleaning 9325 clauses out of 18653 with flag 105846/4221710
231.60/229.79	c cleaning 10162 clauses out of 20330 with flag 134125/4232712
232.20/230.36	c cleaning 11084 clauses out of 22170 with flag 163015/4244714
232.80/230.96	c cleaning 12038 clauses out of 24084 with flag 194176/4257712
233.50/231.61	c cleaning 13035 clauses out of 26069 with flag 233134/4271735
234.20/232.37	c cleaning 14001 clauses out of 28009 with flag 271176/4286710
235.19/233.30	c cleaning 15005 clauses out of 30011 with flag 312436/4302713
236.19/234.30	c cleaning 16008 clauses out of 32016 with flag 353131/4319723
237.09/235.28	c cleaning 16999 clauses out of 33997 with flag 395953/4337712
238.21/236.36	c cleaning 17999 clauses out of 35999 with flag 446202/4356713
239.21/237.38	c cleaning 18997 clauses out of 37999 with flag 495034/4376712
240.41/238.56	c cleaning 19999 clauses out of 40008 with flag 545328/4397718
241.71/239.82	c cleaning 21001 clauses out of 42002 with flag 598539/4419711
243.01/241.11	c cleaning 22002 clauses out of 44006 with flag 655075/4442716
244.30/242.46	c cleaning 23006 clauses out of 46014 with flag 712928/4466726
245.80/244.00	c cleaning 23998 clauses out of 47996 with flag 773765/4491714
247.50/245.67	c cleaning 24998 clauses out of 49996 with flag 839246/4517712
249.50/247.61	c cleaning 25999 clauses out of 52002 with flag 907021/4544716
251.39/249.53	c cleaning 26996 clauses out of 53997 with flag 972872/4572710
253.09/251.28	c cleaning 27996 clauses out of 56004 with flag 1042359/4601713
254.89/253.03	c cleaning 29003 clauses out of 58007 with flag 1115337/4631712
256.68/254.89	c cleaning 30000 clauses out of 60004 with flag 1193490/4662712
258.98/257.11	c cleaning 31001 clauses out of 62008 with flag 1274124/4694716
259.37/257.51	c Got one! Elapsed wall clock time (in seconds):257.378
259.37/257.51	o -11888
259.77/257.96	c cleaning 21961 clauses out of 43929 with flag 11983/4707638
260.17/258.31	c cleaning 13976 clauses out of 27969 with flag 27342/4713639
260.47/258.64	c cleaning 10492 clauses out of 20992 with flag 45334/4720638
260.77/258.98	c cleaning 9253 clauses out of 18506 with flag 66221/4728644
261.17/259.37	c cleaning 9116 clauses out of 18246 with flag 90607/4737637
261.67/259.83	c cleaning 9565 clauses out of 19132 with flag 116607/4747639
262.17/260.37	c cleaning 10280 clauses out of 20565 with flag 146218/4758637
262.77/260.93	c cleaning 11144 clauses out of 22292 with flag 178142/4770644
263.36/261.58	c cleaning 12073 clauses out of 24147 with flag 210781/4783643
264.16/262.31	c cleaning 13034 clauses out of 26069 with flag 249187/4797638
264.87/263.10	c cleaning 14019 clauses out of 28040 with flag 290086/4812643
265.76/263.99	c cleaning 15009 clauses out of 30017 with flag 332420/4828639
266.76/264.99	c cleaning 16003 clauses out of 32006 with flag 378809/4845637
267.96/266.11	c cleaning 17002 clauses out of 34003 with flag 427298/4863637
269.05/267.27	c cleaning 17999 clauses out of 36000 with flag 474063/4882638
270.14/268.34	c cleaning 18997 clauses out of 38002 with flag 523719/4902639
270.35/268.50	c Got one! Elapsed wall clock time (in seconds):268.373
270.35/268.50	o -11953
270.45/268.61	c cleaning 12140 clauses out of 24288 with flag 2252/4907922
270.74/268.90	c cleaning 9067 clauses out of 18149 with flag 16541/4913923
271.04/269.20	c cleaning 8040 clauses out of 16096 with flag 33937/4920937
271.34/269.54	c cleaning 8018 clauses out of 16041 with flag 53881/4928922
271.74/269.94	c cleaning 8514 clauses out of 17033 with flag 76012/4937932
272.14/270.38	c cleaning 9253 clauses out of 18516 with flag 101501/4947929
272.64/270.85	c cleaning 10127 clauses out of 20261 with flag 129046/4958927
273.14/271.37	c cleaning 11063 clauses out of 22132 with flag 160384/4970925
273.74/271.99	c cleaning 12034 clauses out of 24071 with flag 194461/4983927
274.53/272.72	c cleaning 13016 clauses out of 26032 with flag 228463/4997922
275.23/273.43	c cleaning 14012 clauses out of 28023 with flag 265457/5012929
276.23/274.40	c cleaning 15004 clauses out of 30008 with flag 305023/5028926
277.13/275.35	c cleaning 16000 clauses out of 32002 with flag 349088/5045924
278.13/276.34	c cleaning 17000 clauses out of 34002 with flag 394996/5063924
278.43/276.62	c Got one! Elapsed wall clock time (in seconds):276.492
278.43/276.62	o -11970
278.73/276.94	c cleaning 14212 clauses out of 28427 with flag 12088/5075349
278.93/277.20	c cleaning 10104 clauses out of 20218 with flag 26736/5081352
279.32/277.52	c cleaning 8551 clauses out of 17115 with flag 44132/5088353
279.62/277.89	c cleaning 8276 clauses out of 16564 with flag 63847/5096353
279.83/278.04	c Got one! Elapsed wall clock time (in seconds):277.904
279.83/278.04	o -11982
279.93/278.13	c cleaning 6986 clauses out of 13981 with flag 5017/5102046
280.12/278.38	c cleaning 6493 clauses out of 12997 with flag 18899/5108048
280.42/278.67	c cleaning 6747 clauses out of 13507 with flag 35557/5115051
280.83/279.00	c cleaning 7376 clauses out of 14755 with flag 54497/5123046
281.22/279.40	c cleaning 8190 clauses out of 16381 with flag 76231/5132048
281.62/279.84	c cleaning 9096 clauses out of 18197 with flag 100934/5142054
282.12/280.32	c cleaning 10045 clauses out of 20093 with flag 126457/5153046
282.62/280.87	c cleaning 11024 clauses out of 22049 with flag 155197/5165047
283.22/281.48	c cleaning 12012 clauses out of 24025 with flag 185767/5178047
283.92/282.19	c cleaning 13006 clauses out of 26013 with flag 220551/5192047
284.71/282.94	c cleaning 14003 clauses out of 28006 with flag 256979/5207046
285.52/283.78	c cleaning 14996 clauses out of 30003 with flag 295200/5223046
286.42/284.64	c cleaning 15999 clauses out of 32007 with flag 336079/5240046
287.32/285.53	c cleaning 17006 clauses out of 34011 with flag 381288/5258049
288.32/286.54	c cleaning 18002 clauses out of 36005 with flag 428729/5277049
288.32/286.59	c Got one! Elapsed wall clock time (in seconds):286.462
288.32/286.59	o -12104
288.62/286.82	c cleaning 11713 clauses out of 23433 with flag 9400/5282479
288.92/287.11	c cleaning 8859 clauses out of 17729 with flag 24644/5288488
289.22/287.41	c cleaning 7926 clauses out of 15865 with flag 42195/5295483
289.52/287.78	c cleaning 7962 clauses out of 15942 with flag 63970/5303486
289.92/288.19	c cleaning 8485 clauses out of 16970 with flag 87178/5312476
290.41/288.64	c cleaning 9257 clauses out of 18515 with flag 112532/5322506
290.92/289.15	c cleaning 10117 clauses out of 20236 with flag 141476/5333484
291.51/289.74	c cleaning 11059 clauses out of 22117 with flag 173843/5345482
292.11/290.38	c cleaning 12021 clauses out of 24052 with flag 209034/5358476
292.81/291.06	c cleaning 13018 clauses out of 26037 with flag 244952/5372482
293.61/291.80	c cleaning 14004 clauses out of 28013 with flag 282899/5387476
294.41/292.65	c cleaning 15005 clauses out of 30009 with flag 323558/5403476
295.31/293.57	c cleaning 16008 clauses out of 32018 with flag 365467/5420490
296.20/294.45	c cleaning 16997 clauses out of 33998 with flag 409515/5438478
297.30/295.52	c cleaning 18000 clauses out of 36002 with flag 460359/5457479
298.40/296.64	c cleaning 19000 clauses out of 38001 with flag 513110/5477478
299.50/297.79	c cleaning 20003 clauses out of 40007 with flag 567461/5498484
300.60/298.86	c cleaning 21013 clauses out of 42026 with flag 625022/5520506
301.90/300.12	c cleaning 21990 clauses out of 43983 with flag 685188/5543476
303.29/301.54	c cleaning 22997 clauses out of 45998 with flag 748207/5567481
304.79/303.04	c cleaning 24002 clauses out of 48003 with flag 813783/5592483
306.38/304.63	c cleaning 24994 clauses out of 49994 with flag 885094/5618476
308.08/306.33	c cleaning 26001 clauses out of 52001 with flag 956212/5645477
309.68/308.00	c cleaning 26999 clauses out of 54001 with flag 1032306/5673478
311.47/309.71	c cleaning 28001 clauses out of 56004 with flag 1112450/5702480
313.46/311.64	c cleaning 29003 clauses out of 58007 with flag 1190580/5732484
315.76/313.96	c cleaning 30002 clauses out of 60004 with flag 1272966/5763484
317.86/316.10	c cleaning 30996 clauses out of 61996 with flag 1357045/5795478
319.96/318.12	c cleaning 32001 clauses out of 64003 with flag 1442649/5828481
322.15/320.32	c cleaning 32999 clauses out of 66004 with flag 1529751/5862483
324.64/322.86	c cleaning 34001 clauses out of 68001 with flag 1618661/5897479
327.13/325.37	c cleaning 34995 clauses out of 70000 with flag 1707948/5933479
329.83/328.09	c cleaning 36019 clauses out of 72037 with flag 1813504/5970511
332.52/330.74	c cleaning 36990 clauses out of 73986 with flag 1910383/6008480
335.82/334.02	c cleaning 37990 clauses out of 75991 with flag 2009279/6047476
338.82/337.05	c cleaning 39012 clauses out of 78026 with flag 2113230/6087501
342.11/340.30	c cleaning 39993 clauses out of 79990 with flag 2216856/6128477
345.10/343.31	c cleaning 40996 clauses out of 81995 with flag 2324282/6170476
348.29/346.50	c cleaning 42010 clauses out of 84021 with flag 2434940/6213499
351.68/349.96	c cleaning 42993 clauses out of 85989 with flag 2548685/6257478
355.17/353.48	c cleaning 43997 clauses out of 87994 with flag 2666192/6302478
358.66/356.98	c cleaning 44996 clauses out of 89992 with flag 2782300/6348478
362.36/360.67	c cleaning 45990 clauses out of 91979 with flag 2896394/6395476
363.58/361.68	c starts		: 36629
363.70/361.70	c conflicts		: 6409768
363.70/361.70	c decisions		: 7517208
363.70/361.70	c propagations		: 104095972
363.70/361.70	c inspects		: 2129181326
363.70/361.70	c shortcuts		: 0
363.70/361.70	c learnt literals	: 62
363.70/361.70	c learnt binary clauses	: 10
363.70/361.70	c learnt ternary clauses	: 3
363.70/361.70	c learnt constraints	: 6409705
363.70/361.70	c ignored constraints	: 0
363.70/361.70	c root simplifications	: 0
363.70/361.70	c removed literals (reason simplification)	: 0
363.70/361.70	c reason swapping (by a shorter reason)	: 0
363.70/361.70	c Calls to reduceDB	: 425
363.70/361.70	c Number of update (reduction) of LBD	: 410889
363.70/361.70	c Imported unit clauses	: 0
363.70/361.70	c No decision after first conflict	: false
363.70/361.70	c number of reductions to clauses (during analyze)	: 0
363.70/361.70	c number of learned constraints concerned by reduction	: 0
363.70/361.70	c number of learning phase by resolution	: 0
363.70/361.70	c number of learning phase by cutting planes	: 0
363.70/361.70	c number of rounding to 1 operations	: 0
363.70/361.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
363.70/361.70	c number of reductions of the coefficients by power 2 	: 0
363.70/361.70	c number of right shift for reduction by power 2 	: 0
363.70/361.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
363.70/361.70	c number of ending skipping 	: 0
363.70/361.70	c number of internal skipping 	: 0
363.70/361.70	c number of derivation steps 	: 0
363.70/361.70	c number of skipped derivation steps 	: 0
363.70/361.70	c number of remaining unassigned 	: 0
363.70/361.70	c number of remaining assigned 	: 0
363.70/361.70	c number of falsified literals weakened from reason	: 0
363.70/361.70	c number of falsified literals weakened from conflict	: 0
363.70/361.70	c time for arithmetic operations	: 0
363.70/361.70	c minimum degree of deleted constraints	: null
363.70/361.70	c maximum degree of deleted constraints	: null
363.70/361.70	c number of deleted constraints	: 0
363.70/361.70	c speed (assignments/second)	: 287920.6182373377
363.70/361.70	c non guided choices	: 0
363.70/361.70	s OPTIMUM FOUND
363.70/361.70	c Found 81 solution(s)
363.70/361.70	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 
363.70/361.71	c objective function=-12104
363.70/361.71	c Total wall clock time (in seconds): 361.575

Verifier Data

OK	-12104

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: 63968 MiB (32277 MiB free)
  memory of node 1: 64473 MiB (44954 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457713-1721868338/watcher-4457713-1721868338 -o /tmp/evaluation-result-4457713-1721868338/solver-4457713-1721868338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721865114-266853 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4457713-1721868338.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=268961, runsolver pid=268958

[startup+0.102124 s]*
/proc/loadavg: 4.85 4.72 4.68 6/329 268979
/proc/meminfo: memFree=79040948/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=18975048 memory=65400 CPUtime=0.13 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 7182 0 0 0 11 2 0 0 20 0 18 0 23357777 19430449152 16350 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4743762 16350 5755 1 0 549300 0
[pid=268961/tid=268963] ppid=268958 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 1077936192 5726 0 0 0 7 1 0 0 20 0 18 0 23357777 19430449152 16350 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23357780 19430449152 16350 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=18975048 memory=13565998625714195 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 23357780 19430449152 16350 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65400 KiB

[startup+0.215485 s]*
/proc/loadavg: 4.85 4.72 4.68 7/330 268980
/proc/meminfo: memFree=79035988/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19041612 memory=70792 CPUtime=0.34 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 8015 0 0 0 32 2 0 0 20 0 19 0 23357777 19498610688 17698 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4760403 17698 5934 1 0 550094 0
[pid=268961/tid=268963] ppid=268958 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 6002 0 0 0 17 1 0 0 20 0 19 0 23357777 19498610688 17698 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19041612 memory=1574935 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 17698 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19041612 memory=14127849065940646 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 17698 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23357793 19498610688 17698 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70792 KiB

[startup+0.313191 s]*
/proc/loadavg: 4.85 4.72 4.68 6/330 268980
/proc/meminfo: memFree=79027572/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19041612 memory=78664 CPUtime=0.52 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 10436 0 0 0 49 3 0 0 20 0 19 0 23357777 19498610688 19666 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4760403 19666 5934 1 0 551580 0
[pid=268961/tid=268963] ppid=268958 vsize=19041612 memory=-8599730572339421884 CPUtime=0.28 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 6036 0 0 0 26 2 0 0 20 0 19 0 23357777 19498610688 19666 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 19666 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 19666 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23357793 19498610688 19666 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78664 KiB

[startup+0.700457 s]
/proc/loadavg: 4.85 4.72 4.68 7/330 268980
/proc/meminfo: memFree=79011156/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19041612 memory=101920 CPUtime=1.27 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 15689 0 0 0 124 3 0 0 20 0 19 0 23357777 19498610688 25480 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4760403 25480 5966 1 0 554251 0
[pid=268961/tid=268963] ppid=268958 vsize=19041612 memory=73996 CPUtime=0.65 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 6150 0 0 0 63 2 0 0 20 0 19 0 23357777 19498610688 25480 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19041612 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 25480 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19041612 memory=2336 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 25480 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19041612 memory=32404 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23357793 19498610688 25480 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101920 KiB

[startup+1.50029 s]
/proc/loadavg: 4.85 4.72 4.68 6/330 268980
/proc/meminfo: memFree=78989608/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19041612 memory=141624 CPUtime=2.63 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 20495 0 0 0 259 4 0 0 20 0 19 0 23357777 19498610688 35406 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4760403 35406 5966 1 0 554858 0
[pid=268961/tid=268963] ppid=268958 vsize=19041612 memory=12992 CPUtime=1.44 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 6558 0 0 0 142 2 0 0 20 0 19 0 23357777 19498610688 35406 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 35406 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19041612 memory=2336 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 23357780 19498610688 35406 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19041612 memory=32404 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23357793 19498610688 35406 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 141624 KiB

[startup+3.10598 s]
/proc/loadavg: 4.85 4.72 4.68 5/331 268981
/proc/meminfo: memFree=78911072/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=195372 CPUtime=4.39 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 22748 0 0 0 434 5 0 0 20 0 20 0 23357777 19566772224 48843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 48843 5982 1 0 555149 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=0 CPUtime=3.03 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 7078 0 0 0 300 3 0 0 20 0 20 0 23357777 19566772224 48843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=-8599730572339421884 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 48843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 48843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=2336 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 48843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195372 KiB

[startup+6.30028 s]
/proc/loadavg: 4.79 4.71 4.67 6/331 268981
/proc/meminfo: memFree=78863540/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=242768 CPUtime=7.66 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 23213 0 0 0 760 6 0 0 20 0 20 0 23357777 19566772224 60692 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 60692 5998 1 0 555167 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=2336 CPUtime=6.15 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 7097 0 0 0 612 3 0 0 20 0 20 0 23357777 19566772224 60692 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 60692 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 60692 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 60692 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 242768 KiB

[startup+12.7003 s]
/proc/loadavg: 4.72 4.70 4.67 5/331 268983
/proc/meminfo: memFree=78717196/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=430584 CPUtime=14.2 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 27230 0 0 0 1410 10 0 0 20 0 20 0 23357777 19566772224 107646 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 107646 6001 1 0 661676 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=12992 CPUtime=12.36 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 8236 0 0 0 1233 3 0 0 20 0 20 0 23357777 19566772224 107646 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=364196 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 107646 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=73996 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 107646 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 107646 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 14.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 430584 KiB

[startup+25.5005 s]
/proc/loadavg: 4.64 4.68 4.66 6/331 268984
/proc/meminfo: memFree=78333692/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=783664 CPUtime=27.05 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 30894 0 0 0 2687 18 0 0 20 0 20 0 23357777 19566772224 195916 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 195916 6001 1 0 661687 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=6943526294502006880 CPUtime=24.81 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 9502 0 0 0 2477 4 0 0 20 0 20 0 23357777 19566772224 195916 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=11624 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 195916 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=3551 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 195916 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 195916 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 783664 KiB

[startup+51.106 s]
/proc/loadavg: 4.49 4.64 4.65 5/331 268989
/proc/meminfo: memFree=77567304/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=1259076 CPUtime=52.6 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 34708 0 0 0 5232 28 0 0 20 0 20 0 23357777 19566772224 314769 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 314769 6001 1 0 661688 0

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

/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=2583372 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 344.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+361.723 s]
# the end of solver process 268961 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=363.039 s, system=0.683932 s

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

[startup+345.6 s]
/proc/loadavg: 4.90 4.66 4.65 7/332 269114
/proc/meminfo: memFree=79043408/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583372 CPUtime=347.4 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 65668 0 0 0 34674 66 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645843 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=5508 CPUtime=341.99 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 21498 0 0 0 34181 18 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=16104 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=2336 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=2583372 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 347.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+352 s]*
/proc/loadavg: 4.99 4.68 4.65 5/332 269250
/proc/meminfo: memFree=93649700/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583372 CPUtime=353.78 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 65986 0 0 0 35312 66 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645843 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=-8816755471669764796 CPUtime=348.38 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 21745 0 0 0 34820 18 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=7428 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=29972 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=3368 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 353.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+358.4 s]
/proc/loadavg: 5.23 4.73 4.67 5/332 269250
/proc/meminfo: memFree=93469268/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583372 CPUtime=360.16 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 66402 0 0 0 35950 66 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645843 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=11624 CPUtime=354.77 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 22014 0 0 0 35458 19 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=2583372 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=6008736833041621074 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 360.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+360 s]*
/proc/loadavg: 5.13 4.72 4.67 5/332 269251
/proc/meminfo: memFree=93363336/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583372 CPUtime=361.76 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 66421 0 0 0 36110 66 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645843 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=-8816755471669764796 CPUtime=356.37 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 22033 0 0 0 35618 19 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=32984 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=6976 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=33736 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 361.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+360.8 s]
/proc/loadavg: 5.13 4.72 4.67 5/332 269251
/proc/meminfo: memFree=93363336/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583372 CPUtime=362.55 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 66441 0 0 0 36189 66 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645843 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=11624 CPUtime=357.16 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 22046 0 0 0 35697 19 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=73996 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=12992 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=-8599730572339421884 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 362.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+361.2 s]
/proc/loadavg: 5.13 4.72 4.67 5/332 269251
/proc/meminfo: memFree=93324368/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583372 CPUtime=362.95 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 66448 0 0 0 36229 66 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645843 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=-8599730572339421884 CPUtime=357.56 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 22053 0 0 0 35737 19 0 0 20 0 20 0 23357777 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=31600 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=7428 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=29972 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645843 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 362.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583372 KiB

[startup+361.605 s]
/proc/loadavg: 5.13 4.72 4.67 5/332 269251
/proc/meminfo: memFree=93324368/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19108176 memory=2583968 CPUtime=363.58 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 71222 0 0 0 36291 67 0 0 20 0 20 0 23357777 19566772224 645992 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4777044 645992 6016 1 0 661756 0
[pid=268961/tid=268963] ppid=268958 vsize=19108176 memory=2583372 CPUtime=357.96 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) R 268958 268961 266840 0 -1 4194368 22994 0 0 0 35777 19 0 0 20 0 20 0 23357777 19566772224 645992 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19108176 memory=4928 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645992 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19108176 memory=2583372 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19566772224 645992 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268980] ppid=268958 vsize=19108176 memory=2581284 CPUtime=0 cores=5,7
/proc/268961/task/268980/stat : 268980 (Timer-0) S 268958 268961 266840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23357793 19566772224 645992 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 363.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2583968 KiB

[startup+361.705 s]
/proc/loadavg: 5.13 4.72 4.67 5/332 269251
/proc/meminfo: memFree=93324368/131524600 swapFree=131056796/131071996
[pid=268961] ppid=268958 vsize=19241304 memory=2584476 CPUtime=363.7 cores=5,7
/proc/268961/stat : 268961 (java) S 268958 268961 266840 0 -1 1077936128 72756 0 0 0 36303 67 0 0 20 0 20 0 23357777 19703095296 646119 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
/proc/268961/statm: 4810326 646119 6015 1 0 662374 0
[pid=268961/tid=268963] ppid=268958 vsize=19241304 memory=2515724 CPUtime=358.04 cores=5,7
/proc/268961/task/268963/stat : 268963 (java) S 268958 268961 266840 0 -1 1077936192 23954 0 0 0 35785 19 0 0 20 0 20 0 23357777 19703095296 646119 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268972] ppid=268958 vsize=19241304 memory=2515644 CPUtime=0 cores=5,7
/proc/268961/task/268972/stat : 268972 (Finalizer) S 268958 268961 266840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23357780 19703095296 646119 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
[pid=268961/tid=268979] ppid=268958 vsize=19241304 memory=2583372 CPUtime=0 cores=5,7
/proc/268961/task/268979/stat : 268979 (Common-Cleaner) S 268958 268961 266840 0 -1 1077936192 265 0 0 0 0 0 0 0 20 0 20 0 23357780 19703095296 646119 134679101440 94579029356544 94579029360240 140731844616592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94579029368056 94579029368848 94579059167232 140731844621319 140731844621409 140731844621409 140731844628424 0
Current children cumulated CPU time: 363.7 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2584476 KiB

Child status: 30

Real time (s): 361.723
CPU time (s): 363.723
CPU user time (s): 363.039
CPU system time (s): 0.683932
CPU usage (%): 100.553
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2584476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 363.039
system time used= 0.683932
maximum resident set size= 2585792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73074
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12758
involuntary context switches= 1481


# summary of solver processes directly reported to runsolver:
#   pid: 268961
#   total CPU time (s): 363.723
#   total CPU user time (s): 363.039
#   total CPU system time (s): 0.683932

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.785037 second user time and 1.98065 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-25 02:45:38
IDJOB=4457713
IDBENCH=176742
IDSOLVER=3058
FILE ID=nodeC030/4457713-1721868338
RUNJOBID= nodeC030-1721865114-266853
SLURM_JOB_ID= 8089185
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/uncorrelated/normalized-knapPI_1_50_1000_4_-4888.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457713-1721868338/watcher-4457713-1721868338 -o /tmp/evaluation-result-4457713-1721868338/solver-4457713-1721868338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721865114-266853 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4457713-1721868338.opb

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

MD5SUM BENCH= 92573cc8e272343f134c178d29564a08
RANDOM SEED=1189201240

nodeC030.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3600.080
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3661.291
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
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		: 3667.573
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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		: 3661.287
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
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.822
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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.770
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
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		: 3665.619
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.45
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.768
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        79085160 kB
MemAvailable:   85674932 kB
Buffers:          272512 kB
Cached:          7104528 kB
SwapCached:          300 kB
Active:          2565568 kB
Inactive:       49096768 kB
Active(anon):       2208 kB
Inactive(anon): 44336136 kB
Active(file):    2563360 kB
Inactive(file):  4760632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056796 kB
Dirty:               692 kB
Writeback:            20 kB
AnonPages:      44282544 kB
Mapped:           129984 kB
Shmem:             53048 kB
KReclaimable:     211208 kB
Slab:             333988 kB
SReclaimable:     211208 kB
SUnreclaim:       122780 kB
KernelStack:        5020 kB
PageTables:        96676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   48945840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18176 kB
HardwareCorrupted:     0 kB
AnonHugePages:  43819008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      344788 kB
DirectMap2M:    39274496 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC030 at 2024-07-25 02:51:40