Trace number 4440236

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 2024 2024-07-07OPT cert.344750 7.55169 3.99292

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUM848e47deac6a47526073146630130ada
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 benchmark344750
Best CPU time to get the best result obtained on this benchmark0.02447
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints6
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 constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
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.07/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.16	c See www.sat4j.org for details.
0.07/0.16	c version CUSTOM.v20240707
0.07/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.17	c java.vm.version	22.0.1+8-16
0.07/0.17	c java.vm.vendor	Oracle Corporation
0.07/0.17	c sun.arch.data.model	64
0.07/0.17	c java.version		22.0.1
0.07/0.17	c os.name		Linux
0.07/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.07/0.17	c os.arch		amd64
0.07/0.18	c Free memory 		2113181440
0.07/0.18	c Max memory 		16282288128
0.07/0.18	c Total memory 		2122317824
0.07/0.18	c Number of processors 	2
0.24/0.23	--- Begin Solver configuration ---
0.24/0.23	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.24/0.23	Learn all clauses as in MiniSAT
0.24/0.23	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.23	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.23	Expensive reason simplification
0.24/0.23	Glucose 2.1 dynamic restart strategy
0.24/0.23	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.24/0.23	timeout=2147483s
0.24/0.23	DB Simplification allowed=false
0.24/0.23	Listener: none
0.24/0.23	--- End Solver configuration ---
0.24/0.24	c Pseudo Boolean Optimization by upper bound
0.24/0.24	c --- Begin Solver configuration ---
0.24/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.24/0.24	c Learn all clauses as in MiniSAT
0.24/0.24	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.24	c Expensive reason simplification
0.24/0.24	c Glucose 2.1 dynamic restart strategy
0.24/0.24	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.24/0.24	c timeout=2147483s
0.24/0.24	c DB Simplification allowed=false
0.24/0.24	c Listener: none
0.24/0.24	c --- End Solver configuration ---
0.24/0.24	c solving HOME/instance-4440236-1721768745.opb
0.24/0.24	c reading problem ... 
0.24/0.24	c using VERIPB proof format
0.24/0.24	c  objective function found
0.24/0.25	c ... done. Wall clock time 0.017s.
0.24/0.25	c declared #vars     90
0.24/0.25	c #constraints  6
0.24/0.25	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
0.24/0.26	c 6 constraints processed.
0.24/0.27	c objective function length is 90 literals
0.24/0.30	c SATISFIABLE
0.24/0.30	c OPTIMIZING...
0.24/0.30	c Got one! Elapsed wall clock time (in seconds):0.055
0.24/0.30	o 399502
0.79/0.53	c Got one! Elapsed wall clock time (in seconds):0.293
0.79/0.53	o 399501
0.79/0.53	c Got one! Elapsed wall clock time (in seconds):0.295
0.79/0.53	o 399300
0.79/0.54	c Got one! Elapsed wall clock time (in seconds):0.306
0.79/0.54	o 399298
0.99/0.62	c Got one! Elapsed wall clock time (in seconds):0.383
0.99/0.62	o 399297
0.99/0.64	c Got one! Elapsed wall clock time (in seconds):0.402
0.99/0.64	o 399296
0.99/0.64	c Got one! Elapsed wall clock time (in seconds):0.405
0.99/0.64	o 399271
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.406
0.99/0.65	o 399268
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.407
0.99/0.65	o 399266
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.408
0.99/0.65	o 399255
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.409
0.99/0.65	o 399220
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.409
0.99/0.65	o 399202
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.41
0.99/0.65	o 399134
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.41
0.99/0.65	o 399116
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.411
0.99/0.65	o 399114
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.512
1.17/0.75	o 399051
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.514
1.17/0.75	o 397824
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.514
1.17/0.75	o 396288
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.515
1.17/0.75	o 382161
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.516
1.17/0.75	o 382157
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.517
1.17/0.75	o 382154
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.517
1.17/0.75	o 382153
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.519
1.17/0.75	o 382149
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.52
1.17/0.75	o 382110
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.52
1.17/0.76	o 382109
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.521
1.17/0.76	o 382108
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.523
1.17/0.76	o 382105
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.528
1.17/0.76	o 382097
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.529
1.17/0.76	o 382096
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.53
1.17/0.78	o 382093
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.53
1.17/0.78	o 382090
1.17/0.78	c Got one! Elapsed wall clock time (in seconds):0.531
1.17/0.78	o 382089
1.37/0.81	c Got one! Elapsed wall clock time (in seconds):0.564
1.37/0.81	o 382085
1.37/0.84	c Got one! Elapsed wall clock time (in seconds):0.601
1.37/0.84	o 382083
1.37/0.84	c Got one! Elapsed wall clock time (in seconds):0.602
1.37/0.84	o 382064
1.37/0.84	c Got one! Elapsed wall clock time (in seconds):0.602
1.37/0.84	o 382058
1.37/0.84	c Got one! Elapsed wall clock time (in seconds):0.603
1.37/0.84	o 382057
1.37/0.85	c Got one! Elapsed wall clock time (in seconds):0.607
1.37/0.85	o 382056
1.37/0.85	c Got one! Elapsed wall clock time (in seconds):0.608
1.37/0.85	o 382033
1.37/0.85	c Got one! Elapsed wall clock time (in seconds):0.609
1.37/0.85	o 382029
1.37/0.85	c Got one! Elapsed wall clock time (in seconds):0.609
1.37/0.85	o 382026
1.37/0.85	c Got one! Elapsed wall clock time (in seconds):0.61
1.37/0.85	o 382025
1.37/0.87	c Got one! Elapsed wall clock time (in seconds):0.631
1.37/0.87	o 382022
1.37/0.88	c Got one! Elapsed wall clock time (in seconds):0.642
1.37/0.88	o 382019
1.37/0.88	c Got one! Elapsed wall clock time (in seconds):0.642
1.37/0.88	o 382000
1.37/0.88	c Got one! Elapsed wall clock time (in seconds):0.643
1.37/0.88	o 381994
1.37/0.88	c Got one! Elapsed wall clock time (in seconds):0.643
1.37/0.88	o 381993
1.37/0.89	c Got one! Elapsed wall clock time (in seconds):0.655
1.37/0.89	o 381974
1.56/0.90	c Got one! Elapsed wall clock time (in seconds):0.661
1.56/0.90	o 381972
1.56/0.90	c Got one! Elapsed wall clock time (in seconds):0.663
1.56/0.90	o 381970
1.56/0.90	c Got one! Elapsed wall clock time (in seconds):0.663
1.56/0.90	o 381969
1.56/0.90	c Got one! Elapsed wall clock time (in seconds):0.664
1.56/0.90	o 381965
1.56/0.90	c Got one! Elapsed wall clock time (in seconds):0.665
1.56/0.90	o 381962
1.56/0.90	c Got one! Elapsed wall clock time (in seconds):0.665
1.56/0.90	o 381961
1.56/0.93	c Got one! Elapsed wall clock time (in seconds):0.697
1.56/0.93	o 381947
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.707
1.56/0.95	o 381342
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.708
1.56/0.95	o 381341
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.709
1.56/0.95	o 381340
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.71
1.56/0.95	o 381337
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.715
1.56/0.95	o 381329
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.716
1.56/0.95	o 381328
1.56/0.95	c Got one! Elapsed wall clock time (in seconds):0.717
1.56/0.95	o 381325
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.718
1.56/0.96	o 381322
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.718
1.56/0.96	o 381321
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.723
1.56/0.96	o 381253
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.723
1.56/0.96	o 381232
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.724
1.56/0.96	o 381226
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.724
1.56/0.96	o 381225
1.56/0.97	c Got one! Elapsed wall clock time (in seconds):0.738
1.56/0.97	o 381221
1.56/0.97	c Got one! Elapsed wall clock time (in seconds):0.74
1.56/0.97	o 381220
1.56/0.99	c Got one! Elapsed wall clock time (in seconds):0.74
1.56/0.99	o 381214
1.56/0.99	c Got one! Elapsed wall clock time (in seconds):0.74
1.56/0.99	o 381213
1.56/0.99	c Got one! Elapsed wall clock time (in seconds):0.741
1.56/0.99	o 381212
1.56/0.99	c Got one! Elapsed wall clock time (in seconds):0.742
1.56/0.99	o 381209
1.56/0.99	c Got one! Elapsed wall clock time (in seconds):0.747
1.56/0.99	o 381207
1.56/0.99	c Got one! Elapsed wall clock time (in seconds):0.75
1.56/0.99	o 381205
1.56/1.00	c Got one! Elapsed wall clock time (in seconds):0.751
1.56/1.00	o 381201
1.56/1.00	c Got one! Elapsed wall clock time (in seconds):0.752
1.56/1.00	o 381197
1.56/1.00	c Got one! Elapsed wall clock time (in seconds):0.752
1.56/1.00	o 381194
1.56/1.00	c Got one! Elapsed wall clock time (in seconds):0.753
1.56/1.00	o 381193
1.76/1.04	c Got one! Elapsed wall clock time (in seconds):0.803
1.76/1.04	o 381162
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.856
1.76/1.10	o 381160
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.857
1.76/1.10	o 381137
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.858
1.76/1.10	o 381133
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.858
1.76/1.10	o 381130
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.859
1.76/1.10	o 381129
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.861
1.76/1.10	o 381125
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.862
1.76/1.10	o 381086
1.76/1.10	c Got one! Elapsed wall clock time (in seconds):0.862
1.76/1.10	o 381085
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.865
1.97/1.11	o 381084
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.866
1.97/1.11	o 381081
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.871
1.97/1.11	o 381073
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.871
1.97/1.11	o 381072
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.872
1.97/1.11	o 381069
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.875
1.97/1.11	o 381066
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.875
1.97/1.11	o 381065
1.97/1.14	c Got one! Elapsed wall clock time (in seconds):0.901
1.97/1.14	o 381061
2.15/1.25	c cleaning 5970 clauses out of 11953 with flag 2059/11953
2.34/1.31	c Got one! Elapsed wall clock time (in seconds):1.077
2.34/1.31	o 380725
2.54/1.40	c Got one! Elapsed wall clock time (in seconds):1.162
2.54/1.40	o 380576
2.54/1.40	c Got one! Elapsed wall clock time (in seconds):1.165
2.54/1.40	o 379006
2.54/1.46	c Got one! Elapsed wall clock time (in seconds):1.224
2.54/1.46	o 378862
2.54/1.46	c Got one! Elapsed wall clock time (in seconds):1.225
2.54/1.46	o 378112
2.54/1.46	c Got one! Elapsed wall clock time (in seconds):1.226
2.54/1.46	o 377814
2.54/1.46	c Got one! Elapsed wall clock time (in seconds):1.228
2.54/1.46	o 376215
2.54/1.46	c Got one! Elapsed wall clock time (in seconds):1.229
2.54/1.46	o 375950
2.54/1.47	c Got one! Elapsed wall clock time (in seconds):1.23
2.54/1.47	o 375944
2.54/1.47	c Got one! Elapsed wall clock time (in seconds):1.231
2.54/1.47	o 375932
2.54/1.47	c Got one! Elapsed wall clock time (in seconds):1.232
2.54/1.47	o 375930
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.262
2.74/1.50	o 375893
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.263
2.74/1.50	o 375887
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.264
2.74/1.50	o 375748
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.264
2.74/1.50	o 375746
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.265
2.74/1.50	o 375738
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.266
2.74/1.50	o 375736
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.267
2.74/1.50	o 375734
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.267
2.74/1.50	o 375723
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.267
2.74/1.50	o 375716
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.268
2.74/1.50	o 375714
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.268
2.74/1.50	o 375703
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.269
2.74/1.50	o 375668
2.74/1.50	c Got one! Elapsed wall clock time (in seconds):1.269
2.74/1.50	o 375650
2.74/1.52	c Got one! Elapsed wall clock time (in seconds):1.272
2.74/1.52	o 375582
2.74/1.52	c Got one! Elapsed wall clock time (in seconds):1.273
2.74/1.52	o 375564
2.74/1.52	c Got one! Elapsed wall clock time (in seconds):1.273
2.74/1.52	o 375562
2.74/1.57	c cleaning 6913 clauses out of 13826 with flag 2054/19796
2.74/1.59	c Got one! Elapsed wall clock time (in seconds):1.356
2.74/1.59	o 366464
3.15/1.79	c Got one! Elapsed wall clock time (in seconds):1.55
3.15/1.79	o 366448
3.34/1.80	c Got one! Elapsed wall clock time (in seconds):1.555
3.34/1.80	o 364039
3.34/1.82	c Got one! Elapsed wall clock time (in seconds):1.586
3.34/1.82	o 364038
3.34/1.83	c Got one! Elapsed wall clock time (in seconds):1.592
3.34/1.83	o 363806
3.34/1.83	c Got one! Elapsed wall clock time (in seconds):1.593
3.34/1.83	o 360883
3.34/1.83	c Got one! Elapsed wall clock time (in seconds):1.595
3.34/1.83	o 360855
3.34/1.84	c Got one! Elapsed wall clock time (in seconds):1.598
3.34/1.84	o 360590
3.34/1.84	c Got one! Elapsed wall clock time (in seconds):1.6
3.34/1.84	o 360589
3.34/1.84	c Got one! Elapsed wall clock time (in seconds):1.6
3.34/1.84	o 360572
3.34/1.84	c Got one! Elapsed wall clock time (in seconds):1.6
3.34/1.84	o 360570
3.34/1.84	c Got one! Elapsed wall clock time (in seconds):1.605
3.34/1.84	o 360568
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.611
3.34/1.85	o 360567
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.611
3.34/1.85	o 360391
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.612
3.34/1.85	o 360388
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.612
3.34/1.85	o 360386
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.613
3.34/1.85	o 360385
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.615
3.34/1.85	o 360384
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.615
3.34/1.85	o 360374
3.34/1.85	c Got one! Elapsed wall clock time (in seconds):1.616
3.34/1.85	o 360363
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.616
3.34/1.86	o 360356
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.617
3.34/1.86	o 360354
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.617
3.34/1.86	o 360343
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.618
3.34/1.86	o 360308
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.618
3.34/1.86	o 360290
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.618
3.34/1.86	o 360222
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.619
3.34/1.86	o 360204
3.34/1.86	c Got one! Elapsed wall clock time (in seconds):1.619
3.34/1.86	o 360202
3.54/1.95	c cleaning 7020 clauses out of 14040 with flag 4087/26923
3.54/1.95	c Got one! Elapsed wall clock time (in seconds):1.716
3.54/1.95	o 360176
3.74/2.01	c Got one! Elapsed wall clock time (in seconds):1.773
3.74/2.01	o 353266
3.74/2.02	c Got one! Elapsed wall clock time (in seconds):1.789
3.74/2.02	o 352657
3.74/2.07	c Got one! Elapsed wall clock time (in seconds):1.836
3.74/2.07	o 352645
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.842
3.74/2.08	o 352642
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.844
3.74/2.08	o 352640
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.844
3.74/2.08	o 352622
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.845
3.74/2.08	o 352618
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.845
3.74/2.08	o 352592
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.846
3.74/2.08	o 352574
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.846
3.74/2.08	o 352542
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.846
3.74/2.08	o 352524
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.847
3.74/2.08	o 352522
3.96/2.13	c Got one! Elapsed wall clock time (in seconds):1.893
3.96/2.13	o 352488
3.96/2.14	c Got one! Elapsed wall clock time (in seconds):1.894
3.96/2.14	o 351024
3.96/2.14	c Got one! Elapsed wall clock time (in seconds):1.894
3.96/2.14	o 351018
3.96/2.14	c Got one! Elapsed wall clock time (in seconds):1.894
3.96/2.14	o 351017
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.91
3.96/2.15	o 351013
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.911
3.96/2.15	o 351012
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.911
3.96/2.15	o 351006
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.911
3.96/2.15	o 351005
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.912
3.96/2.15	o 351004
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.913
3.96/2.15	o 351002
3.96/2.15	c Got one! Elapsed wall clock time (in seconds):1.913
3.96/2.15	o 351001
3.96/2.17	c Got one! Elapsed wall clock time (in seconds):1.93
3.96/2.17	o 350999
3.96/2.17	c Got one! Elapsed wall clock time (in seconds):1.931
3.96/2.17	o 350993
3.96/2.17	c Got one! Elapsed wall clock time (in seconds):1.932
3.96/2.17	o 350989
3.96/2.18	c Got one! Elapsed wall clock time (in seconds):1.933
3.96/2.18	o 350986
3.96/2.18	c Got one! Elapsed wall clock time (in seconds):1.933
3.96/2.18	o 350985
3.96/2.19	c Got one! Elapsed wall clock time (in seconds):1.944
3.96/2.19	o 350984
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.955
4.13/2.20	o 350982
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.955
4.13/2.20	o 350832
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.955
4.13/2.20	o 350826
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.956
4.13/2.20	o 350825
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.958
4.13/2.20	o 350824
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.958
4.13/2.20	o 350801
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.959
4.13/2.20	o 350797
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.959
4.13/2.20	o 350794
4.13/2.20	c Got one! Elapsed wall clock time (in seconds):1.959
4.13/2.20	o 350793
4.13/2.24	c Got one! Elapsed wall clock time (in seconds):2.001
4.13/2.24	o 350750
4.13/2.25	c Got one! Elapsed wall clock time (in seconds):2.015
4.13/2.25	o 350749
4.13/2.26	c Got one! Elapsed wall clock time (in seconds):2.016
4.13/2.26	o 350745
4.13/2.26	c Got one! Elapsed wall clock time (in seconds):2.018
4.13/2.26	o 350744
4.13/2.26	c Got one! Elapsed wall clock time (in seconds):2.018
4.13/2.26	o 350737
4.13/2.26	c Got one! Elapsed wall clock time (in seconds):2.019
4.13/2.26	o 350733
4.13/2.26	c Got one! Elapsed wall clock time (in seconds):2.019
4.13/2.26	o 350730
4.13/2.26	c Got one! Elapsed wall clock time (in seconds):2.019
4.13/2.26	o 350729
4.13/2.29	c Got one! Elapsed wall clock time (in seconds):2.05
4.13/2.29	o 350728
4.33/2.30	c Got one! Elapsed wall clock time (in seconds):2.062
4.33/2.30	o 350680
4.33/2.32	c Got one! Elapsed wall clock time (in seconds):2.078
4.33/2.32	o 350673
4.33/2.34	c Got one! Elapsed wall clock time (in seconds):2.103
4.33/2.34	o 350672
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.104
4.33/2.35	o 350622
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.105
4.33/2.35	o 350621
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.105
4.33/2.35	o 350620
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.106
4.33/2.35	o 350617
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.108
4.33/2.35	o 350613
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.108
4.33/2.35	o 350612
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.109
4.33/2.35	o 350609
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.109
4.33/2.35	o 350605
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.109
4.33/2.35	o 350602
4.33/2.35	c Got one! Elapsed wall clock time (in seconds):2.11
4.33/2.35	o 350601
4.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.113
4.33/2.36	o 350595
4.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.113
4.33/2.36	o 350512
4.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.114
4.33/2.36	o 350506
4.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.114
4.33/2.36	o 350505
4.33/2.37	c Got one! Elapsed wall clock time (in seconds):2.131
4.33/2.37	o 350449
4.52/2.41	c Got one! Elapsed wall clock time (in seconds):2.169
4.52/2.41	o 350440
4.52/2.42	c Got one! Elapsed wall clock time (in seconds):2.178
4.52/2.42	o 350436
4.52/2.44	c Got one! Elapsed wall clock time (in seconds):2.203
4.52/2.44	o 350320
4.52/2.46	c Got one! Elapsed wall clock time (in seconds):2.224
4.52/2.46	o 350289
4.72/2.54	c cleaning 11407 clauses out of 22813 with flag 2542/42716
4.72/2.55	c Got one! Elapsed wall clock time (in seconds):2.306
4.72/2.55	o 350078
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.318
4.72/2.56	o 350074
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.319
4.72/2.56	o 349393
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.32
4.72/2.56	o 349389
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.32
4.72/2.56	o 349386
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.32
4.72/2.56	o 349385
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.321
4.72/2.56	o 349381
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.322
4.72/2.56	o 349342
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.322
4.72/2.56	o 349341
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.322
4.72/2.56	o 349340
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.323
4.72/2.56	o 349337
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.325
4.72/2.56	o 349329
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.326
4.72/2.56	o 349328
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.326
4.72/2.56	o 349325
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.326
4.72/2.56	o 349322
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.327
4.72/2.56	o 349321
4.92/2.60	c Got one! Elapsed wall clock time (in seconds):2.356
4.92/2.60	o 349320
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.363
4.92/2.61	o 349315
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.363
4.92/2.61	o 349296
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.363
4.92/2.61	o 349290
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.363
4.92/2.61	o 349289
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.365
4.92/2.61	o 349288
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.365
4.92/2.61	o 349265
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.366
4.92/2.61	o 349261
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.366
4.92/2.61	o 349258
4.92/2.61	c Got one! Elapsed wall clock time (in seconds):2.366
4.92/2.61	o 349257
4.92/2.62	c Got one! Elapsed wall clock time (in seconds):2.38
4.92/2.62	o 349254
4.92/2.63	c Got one! Elapsed wall clock time (in seconds):2.39
4.92/2.63	o 349251
4.92/2.63	c Got one! Elapsed wall clock time (in seconds):2.391
4.92/2.63	o 349232
4.92/2.63	c Got one! Elapsed wall clock time (in seconds):2.391
4.92/2.63	o 349228
4.92/2.63	c Got one! Elapsed wall clock time (in seconds):2.391
4.92/2.63	o 349225
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.396
4.92/2.64	o 349224
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.399
4.92/2.64	o 349217
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.399
4.92/2.64	o 349214
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.4
4.92/2.64	o 349213
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.4
4.92/2.64	o 349212
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.401
4.92/2.64	o 349209
4.92/2.65	c Got one! Elapsed wall clock time (in seconds):2.402
4.92/2.65	o 349205
4.92/2.65	c Got one! Elapsed wall clock time (in seconds):2.403
4.92/2.65	o 349204
4.92/2.65	c Got one! Elapsed wall clock time (in seconds):2.403
4.92/2.65	o 349201
4.92/2.65	c Got one! Elapsed wall clock time (in seconds):2.404
4.92/2.65	o 349197
4.92/2.65	c Got one! Elapsed wall clock time (in seconds):2.404
4.92/2.65	o 349194
4.92/2.65	c Got one! Elapsed wall clock time (in seconds):2.404
4.92/2.65	o 349193
4.92/2.66	c Got one! Elapsed wall clock time (in seconds):2.422
4.92/2.66	o 349192
4.92/2.66	c Got one! Elapsed wall clock time (in seconds):2.423
4.92/2.66	o 348574
4.92/2.66	c Got one! Elapsed wall clock time (in seconds):2.423
4.92/2.66	o 348573
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.424
4.92/2.67	o 348572
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.424
4.92/2.67	o 348569
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.427
4.92/2.67	o 348561
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.427
4.92/2.67	o 348560
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.427
4.92/2.67	o 348557
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.428
4.92/2.67	o 348554
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.428
4.92/2.67	o 348553
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.43
4.92/2.67	o 348485
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.431
4.92/2.67	o 348464
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.431
4.92/2.67	o 348458
4.92/2.67	c Got one! Elapsed wall clock time (in seconds):2.431
4.92/2.67	o 348457
4.92/2.68	c Got one! Elapsed wall clock time (in seconds):2.443
4.92/2.68	o 348456
4.92/2.68	c Got one! Elapsed wall clock time (in seconds):2.444
4.92/2.68	o 348455
4.92/2.68	c Got one! Elapsed wall clock time (in seconds):2.444
4.92/2.68	o 348446
4.92/2.68	c Got one! Elapsed wall clock time (in seconds):2.445
4.92/2.68	o 348445
4.92/2.68	c Got one! Elapsed wall clock time (in seconds):2.445
4.92/2.68	o 348444
4.92/2.68	c Got one! Elapsed wall clock time (in seconds):2.445
4.92/2.68	o 348441
4.92/2.69	c Got one! Elapsed wall clock time (in seconds):2.447
4.92/2.69	o 348434
4.92/2.69	c Got one! Elapsed wall clock time (in seconds):2.447
4.92/2.69	o 348433
4.92/2.69	c Got one! Elapsed wall clock time (in seconds):2.448
4.92/2.69	o 348429
4.92/2.69	c Got one! Elapsed wall clock time (in seconds):2.448
4.92/2.69	o 348426
4.92/2.69	c Got one! Elapsed wall clock time (in seconds):2.448
4.92/2.69	o 348425
4.92/2.70	c Got one! Elapsed wall clock time (in seconds):2.465
5.12/2.71	o 348424
5.12/2.71	c Got one! Elapsed wall clock time (in seconds):2.472
5.12/2.71	o 348388
5.12/2.71	c Got one! Elapsed wall clock time (in seconds):2.472
5.12/2.71	o 348369
5.12/2.71	c Got one! Elapsed wall clock time (in seconds):2.473
5.12/2.71	o 348365
5.12/2.71	c Got one! Elapsed wall clock time (in seconds):2.473
5.12/2.71	o 348362
5.12/2.71	c Got one! Elapsed wall clock time (in seconds):2.473
5.12/2.71	o 348361
5.12/2.73	c Got one! Elapsed wall clock time (in seconds):2.491
5.12/2.73	o 348360
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.492
5.12/2.74	o 348318
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.492
5.12/2.74	o 348317
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.493
5.12/2.74	o 348316
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.493
5.12/2.74	o 348313
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.496
5.12/2.74	o 348311
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.497
5.12/2.74	o 348310
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.497
5.12/2.74	o 348305
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.498
5.12/2.74	o 348301
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.498
5.12/2.74	o 348298
5.12/2.74	c Got one! Elapsed wall clock time (in seconds):2.498
5.12/2.74	o 348297
5.12/2.76	c Got one! Elapsed wall clock time (in seconds):2.529
5.12/2.76	o 348296
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.531
5.12/2.78	o 348281
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.532
5.12/2.78	o 348272
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.532
5.12/2.78	o 348266
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.532
5.12/2.78	o 348265
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.533
5.12/2.78	o 348242
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.533
5.12/2.78	o 348241
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.534
5.12/2.78	o 348237
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.534
5.12/2.78	o 348234
5.12/2.78	c Got one! Elapsed wall clock time (in seconds):2.534
5.12/2.78	o 348233
5.32/2.81	c Got one! Elapsed wall clock time (in seconds):2.567
5.32/2.81	o 348231
5.32/2.82	c Got one! Elapsed wall clock time (in seconds):2.579
5.32/2.82	o 348228
5.32/2.82	c Got one! Elapsed wall clock time (in seconds):2.579
5.32/2.82	o 348208
5.32/2.82	c Got one! Elapsed wall clock time (in seconds):2.58
5.32/2.82	o 348202
5.32/2.82	c Got one! Elapsed wall clock time (in seconds):2.58
5.32/2.82	o 348201
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.587
5.32/2.83	o 348197
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.587
5.32/2.83	o 348190
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.588
5.32/2.83	o 348189
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.588
5.32/2.83	o 348188
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.588
5.32/2.83	o 348185
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.59
5.32/2.83	o 348181
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.59
5.32/2.83	o 348177
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.59
5.32/2.83	o 348173
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.591
5.32/2.83	o 348170
5.32/2.83	c Got one! Elapsed wall clock time (in seconds):2.591
5.32/2.83	o 348169
5.32/2.88	c Got one! Elapsed wall clock time (in seconds):2.648
5.32/2.88	o 348168
5.32/2.89	c Got one! Elapsed wall clock time (in seconds):2.651
5.32/2.89	o 348167
5.32/2.89	c Got one! Elapsed wall clock time (in seconds):2.655
5.32/2.89	o 346231
5.32/2.89	c Got one! Elapsed wall clock time (in seconds):2.659
5.32/2.89	o 345578
5.54/2.92	c Got one! Elapsed wall clock time (in seconds):2.689
5.54/2.92	o 345493
5.72/3.01	c cleaning 12850 clauses out of 25708 with flag 2015/57018
5.72/3.02	c Got one! Elapsed wall clock time (in seconds):2.781
5.72/3.02	o 345488
5.72/3.06	c Got one! Elapsed wall clock time (in seconds):2.821
5.72/3.06	o 345482
5.72/3.07	c Got one! Elapsed wall clock time (in seconds):2.824
5.72/3.07	o 345009
5.72/3.08	c Got one! Elapsed wall clock time (in seconds):2.839
5.72/3.08	o 345007
6.02/3.29	c cleaning 9867 clauses out of 19734 with flag 8850/63894
6.24/3.34	c Got one! Elapsed wall clock time (in seconds):3.104
6.24/3.34	o 345006
6.62/3.57	c cleaning 7458 clauses out of 14921 with flag 6725/68948
6.83/3.64	c Got one! Elapsed wall clock time (in seconds):3.403
6.83/3.64	o 344853
6.83/3.66	c Got one! Elapsed wall clock time (in seconds):3.425
6.83/3.66	o 344851
6.83/3.69	c Got one! Elapsed wall clock time (in seconds):3.45
6.83/3.69	o 344848
6.83/3.70	c Got one! Elapsed wall clock time (in seconds):3.459
6.83/3.70	o 344823
7.01/3.71	c Got one! Elapsed wall clock time (in seconds):3.462
7.01/3.71	o 344820
7.01/3.71	c Got one! Elapsed wall clock time (in seconds):3.463
7.01/3.71	o 344818
7.01/3.71	c Got one! Elapsed wall clock time (in seconds):3.467
7.01/3.71	o 344810
7.01/3.72	c Got one! Elapsed wall clock time (in seconds):3.478
7.01/3.72	o 344809
7.01/3.73	c Got one! Elapsed wall clock time (in seconds):3.498
7.01/3.73	o 344808
7.01/3.76	c Got one! Elapsed wall clock time (in seconds):3.521
7.01/3.76	o 344805
7.01/3.76	c Got one! Elapsed wall clock time (in seconds):3.523
7.01/3.76	o 344803
7.01/3.76	c Got one! Elapsed wall clock time (in seconds):3.524
7.01/3.76	o 344802
7.01/3.76	c Got one! Elapsed wall clock time (in seconds):3.524
7.01/3.76	o 344801
7.01/3.77	c Got one! Elapsed wall clock time (in seconds):3.534
7.01/3.77	o 344800
7.01/3.77	c Got one! Elapsed wall clock time (in seconds):3.536
7.01/3.77	o 344798
7.01/3.77	c Got one! Elapsed wall clock time (in seconds):3.537
7.01/3.77	o 344772
7.01/3.78	c Got one! Elapsed wall clock time (in seconds):3.541
7.01/3.79	o 344766
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.543
7.01/3.79	o 344765
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.548
7.01/3.79	o 344764
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.548
7.01/3.79	o 344762
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.549
7.01/3.79	o 344758
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.549
7.01/3.79	o 344757
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.55
7.01/3.79	o 344755
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.55
7.01/3.79	o 344754
7.01/3.79	c Got one! Elapsed wall clock time (in seconds):3.551
7.01/3.79	o 344751
7.21/3.84	c Got one! Elapsed wall clock time (in seconds):3.601
7.21/3.84	o 344750
7.41/3.96	c starts		: 621
7.41/3.96	c conflicts		: 76665
7.41/3.96	c decisions		: 90611
7.41/3.96	c propagations		: 415063
7.41/3.96	c inspects		: 16602346
7.41/3.96	c shortcuts		: 0
7.41/3.96	c learnt literals	: 2
7.41/3.96	c learnt binary clauses	: 11
7.41/3.96	c learnt ternary clauses	: 15
7.41/3.96	c learnt constraints	: 76662
7.41/3.96	c ignored constraints	: 0
7.41/3.96	c root simplifications	: 0
7.41/3.96	c removed literals (reason simplification)	: 854958
7.41/3.96	c reason swapping (by a shorter reason)	: 0
7.41/3.96	c Calls to reduceDB	: 7
7.41/3.96	c Number of update (reduction) of LBD	: 2479
7.41/3.96	c Imported unit clauses	: 0
7.41/3.96	c No decision after first conflict	: false
7.41/3.96	c number of reductions to clauses (during analyze)	: 0
7.41/3.96	c number of learned constraints concerned by reduction	: 0
7.41/3.96	c number of learning phase by resolution	: 0
7.41/3.96	c number of learning phase by cutting planes	: 0
7.41/3.96	c number of rounding to 1 operations	: 0
7.41/3.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.41/3.96	c number of reductions of the coefficients by power 2 	: 0
7.41/3.96	c number of right shift for reduction by power 2 	: 0
7.41/3.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.41/3.96	c number of ending skipping 	: 0
7.41/3.96	c number of internal skipping 	: 0
7.41/3.96	c number of derivation steps 	: 0
7.41/3.96	c number of skipped derivation steps 	: 0
7.41/3.96	c number of remaining unassigned 	: 0
7.41/3.96	c number of remaining assigned 	: 0
7.41/3.96	c number of falsified literals weakened from reason	: 0
7.41/3.96	c number of falsified literals weakened from conflict	: 0
7.41/3.96	c time for arithmetic operations	: 0
7.41/3.96	c minimum degree of deleted constraints	: null
7.41/3.96	c maximum degree of deleted constraints	: null
7.41/3.96	c number of deleted constraints	: 0
7.41/3.96	c speed (assignments/second)	: 112758.21787557729
7.41/3.96	c non guided choices	: 14
7.41/3.96	s OPTIMUM FOUND
7.41/3.96	c Found 368 solution(s)
7.41/3.96	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 
7.41/3.97	c objective function=344750
7.41/3.97	c Total wall clock time (in seconds): 3.736

Verifier Data

OK	344750

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 344750 <= obj <= 344750
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 344750 <= obj <= 344750
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 344750 <= obj <= 344750
--summary--
ALL OK

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: 64096 MiB (34245 MiB free)
  memory of node 1: 64473 MiB (2461 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440236-1721768745/watcher-4440236-1721768745 -o /tmp/evaluation-result-4440236-1721768745/solver-4440236-1721768745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721765591-122974 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440236-1721768745 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440236-1721768745.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=125040, runsolver pid=125037

[startup+0.100197 s]*
/proc/loadavg: 4.83 4.95 4.89 8/350 125058
/proc/meminfo: memFree=37536252/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=18993812 memory=53508 CPUtime=0.07 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 6108 0 16 0 4 3 0 0 20 0 18 0 12864364 19449663488 13377 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4748453 13377 5343 1 0 550494 0
[pid=125040/tid=125042] ppid=125037 vsize=18993812 memory=4026561586 CPUtime=0.06 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) D 125037 125040 122963 0 -1 4194368 5286 0 10 0 3 3 0 0 20 0 18 0 12864365 19449663488 13377 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=18993812 memory=232851243367 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 12864374 19449663488 13377 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=18993812 memory=3761975942948682572 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 12864374 19449663488 13377 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18993812 KiB
Current children cumulated memory: 53508 KiB

[startup+0.207234 s]*
/proc/loadavg: 4.83 4.95 4.89 8/350 125058
/proc/meminfo: memFree=37521428/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=18993908 memory=66184 CPUtime=0.24 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 7280 0 19 0 20 4 0 0 20 0 18 0 12864364 19449761792 16546 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4748477 16546 5911 1 0 551456 0
[pid=125040/tid=125042] ppid=125037 vsize=18993908 memory=4782652875487838339 CPUtime=0.14 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 1077936192 5833 0 13 0 11 3 0 0 20 0 18 0 12864365 19449761792 16546 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=18993908 memory=1118598 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 12864374 19449761792 16546 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=18993908 memory=3544395815948961836 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 12864374 19449761792 16546 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66184 KiB

[startup+0.307314 s]*
/proc/loadavg: 4.83 4.95 4.89 8/351 125059
/proc/meminfo: memFree=37512424/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19060472 memory=70384 CPUtime=0.42 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 7729 0 19 0 38 4 0 0 20 0 19 0 12864364 19517923328 17596 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4765118 17596 6007 1 0 552071 0
[pid=125040/tid=125042] ppid=125037 vsize=19060472 memory=-8672361024887497404 CPUtime=0.22 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 6140 0 13 0 19 3 0 0 20 0 19 0 12864365 19517923328 17596 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 12864374 19517923328 17596 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 12864374 19517923328 17596 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19060472 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 12864392 19517923328 17596 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 70384 KiB

[startup+0.703317 s]
/proc/loadavg: 4.83 4.95 4.89 8/351 125060
/proc/meminfo: memFree=37487464/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19060472 memory=115060 CPUtime=1.17 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 9576 0 19 0 111 6 0 0 20 0 19 0 12864364 19517923328 28765 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4765118 28765 6122 1 0 553180 0
[pid=125040/tid=125042] ppid=125037 vsize=19060472 memory=12312 CPUtime=0.51 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 6199 0 13 0 47 4 0 0 20 0 19 0 12864365 19517923328 28765 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19060472 memory=12312 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 12864374 19517923328 28765 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19060472 memory=115332 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 12864374 19517923328 28765 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19060472 memory=1960 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 12864392 19517923328 28765 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 115060 KiB

[startup+1.50025 s]
/proc/loadavg: 4.83 4.95 4.89 8/352 125061
/proc/meminfo: memFree=37380516/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19127036 memory=180672 CPUtime=2.74 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 20106 0 19 0 264 10 0 0 20 0 20 0 12864364 19586084864 45168 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4781759 45168 6186 1 0 556733 0
[pid=125040/tid=125042] ppid=125037 vsize=19127036 memory=12312 CPUtime=1.27 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 7353 0 13 0 121 6 0 0 20 0 20 0 12864365 19586084864 45168 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 45168 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 45168 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19127036 memory=65 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12864392 19586084864 45168 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 180672 KiB

[startup+3.10627 s]
/proc/loadavg: 4.84 4.95 4.90 7/352 125061
/proc/meminfo: memFree=37196040/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19127036 memory=242712 CPUtime=5.92 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 22793 0 19 0 578 14 0 0 20 0 20 0 12864364 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4781759 60678 6186 1 0 557108 0
[pid=125040/tid=125042] ppid=125037 vsize=19127036 memory=0 CPUtime=2.81 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 7948 0 13 0 272 9 0 0 20 0 20 0 12864365 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19127036 memory=181840 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19127036 memory=12312 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12864392 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 242712 KiB

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

# cumulated CPU time of all completed processes:  user=7.3651 s, system=0.186587 s

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

[startup+3.20033 s]
/proc/loadavg: 4.84 4.95 4.90 7/352 125061
/proc/meminfo: memFree=37196040/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19127036 memory=242712 CPUtime=6.02 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 22808 0 19 0 588 14 0 0 20 0 20 0 12864364 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4781759 60678 6186 1 0 557108 0
[pid=125040/tid=125042] ppid=125037 vsize=19127036 memory=0 CPUtime=2.9 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 7949 0 13 0 281 9 0 0 20 0 20 0 12864365 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19127036 memory=17924 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19127036 memory=2304 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12864392 19586084864 60678 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 242712 KiB

[startup+3.60632 s]
/proc/loadavg: 4.84 4.95 4.90 7/352 125061
/proc/meminfo: memFree=37196040/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19127036 memory=288600 CPUtime=6.83 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 26341 0 19 0 668 15 0 0 20 0 20 0 12864364 19586084864 72150 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4781759 72150 6186 1 0 559353 0
[pid=125040/tid=125042] ppid=125037 vsize=19127036 memory=12312 CPUtime=3.3 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 8235 0 13 0 320 10 0 0 20 0 20 0 12864365 19586084864 72150 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19127036 memory=5672 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 72150 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19127036 memory=17924 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 72150 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19127036 memory=2304 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12864392 19586084864 72150 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 6.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 288600 KiB

[startup+3.80233 s]
/proc/loadavg: 4.84 4.95 4.90 7/352 125061
/proc/meminfo: memFree=37196040/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19127036 memory=323460 CPUtime=7.21 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 26427 0 19 0 704 17 0 0 20 0 20 0 12864364 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4781759 80865 6186 1 0 559355 0
[pid=125040/tid=125042] ppid=125037 vsize=19127036 memory=39520 CPUtime=3.49 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 8265 0 13 0 338 11 0 0 20 0 20 0 12864365 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19127036 memory=31960 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19127036 memory=19008 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19127036 memory=25572 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12864392 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 323460 KiB

[startup+3.90032 s]
/proc/loadavg: 4.84 4.95 4.90 7/352 125061
/proc/meminfo: memFree=37196040/131655788 swapFree=131069936/131071996
[pid=125040] ppid=125037 vsize=19127036 memory=323460 CPUtime=7.41 cores=4,6
/proc/125040/stat : 125040 (java) S 125037 125040 122963 0 -1 1077936128 26434 0 19 0 724 17 0 0 20 0 20 0 12864364 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
/proc/125040/statm: 4781759 80865 6186 1 0 559355 0
[pid=125040/tid=125042] ppid=125037 vsize=19127036 memory=0 CPUtime=3.59 cores=4,6
/proc/125040/task/125042/stat : 125042 (java) R 125037 125040 122963 0 -1 4194368 8265 0 13 0 348 11 0 0 20 0 20 0 12864365 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125051] ppid=125037 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/125040/task/125051/stat : 125051 (Finalizer) S 125037 125040 122963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125058] ppid=125037 vsize=19127036 memory=181840 CPUtime=0 cores=4,6
/proc/125040/task/125058/stat : 125058 (Common-Cleaner) S 125037 125040 122963 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 12864374 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
[pid=125040/tid=125059] ppid=125037 vsize=19127036 memory=12312 CPUtime=0 cores=4,6
/proc/125040/task/125059/stat : 125059 (Timer-0) S 125037 125040 122963 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 12864392 19586084864 80865 134679101440 94536058691584 94536058695280 140727048805728 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94536058703096 94536058703888 94536090558464 140727048811439 140727048811621 140727048811621 140727048818632 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 323460 KiB

Child status: 30

Real time (s): 3.99292
CPU time (s): 7.55169
CPU user time (s): 7.3651
CPU system time (s): 0.186587
CPU usage (%): 189.127
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 323460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.3651
system time used= 0.186587
maximum resident set size= 325564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27119
page faults= 19
swaps= 0
block input operations= 26016
block output operations= 30472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1842
involuntary context switches= 416


# summary of solver processes directly reported to runsolver:
#   pid: 125040
#   total CPU time (s): 7.55169
#   total CPU user time (s): 7.3651
#   total CPU system time (s): 0.186587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016163 second user time and 0.065057 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 23:05:45
IDJOB=4440236
IDBENCH=146898
IDSOLVER=3079
FILE ID=nodeC011/4440236-1721768745
RUNJOBID= nodeC011-1721765591-122974
SLURM_JOB_ID= 7770664
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440236-1721768745/watcher-4440236-1721768745 -o /tmp/evaluation-result-4440236-1721768745/solver-4440236-1721768745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721765591-122974 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440236-1721768745 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440236-1721768745.opb

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

MD5SUM BENCH= 848e47deac6a47526073146630130ada
RANDOM SEED=48191361

nodeC011.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	: 0xb00001f
cpu MHz		: 3630.831
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 3657.577
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.434
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 1197.463
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.328
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 3649.540
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 3006.718
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 1197.394
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        37589020 kB
MemAvailable:   80983128 kB
Buffers:          173164 kB
Cached:         43911016 kB
SwapCached:          200 kB
Active:           873140 kB
Inactive:       92267016 kB
Active(anon):       1848 kB
Inactive(anon): 49099656 kB
Active(file):     871292 kB
Inactive(file): 43167360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131069936 kB
Dirty:            464484 kB
Writeback:             4 kB
AnonPages:      49053820 kB
Mapped:           114580 kB
Shmem:             45132 kB
KReclaimable:     391308 kB
Slab:             507116 kB
SReclaimable:     391308 kB
SUnreclaim:       115808 kB
KernelStack:        5280 kB
PageTables:       106384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   49683716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19104 kB
HardwareCorrupted:     0 kB
AnonHugePages:  48191488 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:      262984 kB
DirectMap2M:    22710272 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC011 at 2024-07-23 23:05:49