Trace number 4432176

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-07OPT344750 3.79437 2.27668

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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432176-1721070454.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
0.13/0.14	c ... done. Wall clock time 0.012s.
0.13/0.14	c declared #vars     90
0.13/0.14	c #constraints  6
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
0.13/0.14	c 6 constraints processed.
0.13/0.15	c objective function length is 90 literals
0.13/0.15	c SATISFIABLE
0.13/0.15	c OPTIMIZING...
0.13/0.15	c Got one! Elapsed wall clock time (in seconds):0.031
0.13/0.16	o 399502
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.072
0.13/0.20	o 399501
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.073
0.13/0.20	o 399300
0.33/0.23	c Got one! Elapsed wall clock time (in seconds):0.1
0.33/0.23	o 399298
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.13
0.33/0.26	o 399146
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.133
0.33/0.26	o 399141
0.33/0.28	c Got one! Elapsed wall clock time (in seconds):0.153
0.33/0.28	o 399139
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.173
0.33/0.30	o 399137
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.175
0.33/0.30	o 399136
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.177
0.33/0.30	o 399135
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.178
0.33/0.30	o 399134
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.33/0.30	o 399116
0.33/0.31	c Got one! Elapsed wall clock time (in seconds):0.18
0.33/0.31	o 399114
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.193
0.53/0.32	o 399113
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.194
0.53/0.32	o 397824
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.194
0.53/0.32	o 396288
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.195
0.53/0.32	o 382161
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.196
0.53/0.32	o 382157
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.53/0.32	o 382154
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.53/0.32	o 382153
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.199
0.53/0.32	o 382105
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.201
0.53/0.32	o 382103
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.202
0.53/0.34	o 382100
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.203
0.53/0.34	o 382097
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.204
0.53/0.34	o 382093
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.204
0.53/0.34	o 382090
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.205
0.53/0.34	o 382089
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.229
0.53/0.35	o 382070
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.235
0.53/0.36	o 382069
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.236
0.53/0.36	o 382064
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.236
0.53/0.36	o 382058
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.53/0.36	o 382057
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.239
0.53/0.36	o 382056
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.239
0.53/0.36	o 382033
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.24
0.53/0.36	o 382029
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.241
0.53/0.36	o 382026
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.241
0.53/0.36	o 382025
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.255
0.53/0.38	o 382024
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.264
0.53/0.39	o 382022
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.265
0.53/0.39	o 382000
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.266
0.53/0.39	o 381996
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.266
0.53/0.39	o 381993
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.271
0.53/0.40	o 381991
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.273
0.53/0.40	o 381990
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.274
0.53/0.40	o 381982
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.274
0.53/0.40	o 381981
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.275
0.53/0.40	o 381980
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.276
0.53/0.40	o 381978
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.276
0.53/0.40	o 381977
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.278
0.73/0.41	o 381975
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.282
0.73/0.41	o 381973
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.282
0.73/0.41	o 381969
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.283
0.73/0.41	o 381967
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.284
0.73/0.41	o 381964
0.73/0.41	c Got one! Elapsed wall clock time (in seconds):0.284
0.73/0.41	o 381961
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.306
0.73/0.44	o 381960
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.307
0.73/0.44	o 381342
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.307
0.73/0.44	o 381341
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.308
0.73/0.44	o 381340
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.309
0.73/0.44	o 381337
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.311
0.73/0.44	o 381333
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.312
0.73/0.44	o 381332
0.73/0.44	c Got one! Elapsed wall clock time (in seconds):0.312
0.73/0.44	o 381329
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.313
0.73/0.45	o 381325
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.314
0.73/0.45	o 381322
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.314
0.73/0.45	o 381321
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.318
0.73/0.45	o 381319
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.32
0.73/0.45	o 381232
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.321
0.73/0.45	o 381226
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.321
0.73/0.45	o 381225
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.325
0.73/0.45	o 381218
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.327
0.73/0.45	o 381217
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.327
0.73/0.45	o 381214
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.327
0.73/0.45	o 381213
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.328
0.73/0.45	o 381212
0.73/0.45	c Got one! Elapsed wall clock time (in seconds):0.329
0.73/0.45	o 381209
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.33
0.73/0.46	o 381205
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.332
0.73/0.46	o 381204
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.332
0.73/0.46	o 381201
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.333
0.73/0.46	o 381197
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.333
0.73/0.46	o 381194
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.334
0.73/0.46	o 381193
0.73/0.49	c Got one! Elapsed wall clock time (in seconds):0.368
0.73/0.49	o 381188
0.90/0.51	c Got one! Elapsed wall clock time (in seconds):0.385
0.90/0.51	o 381168
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.386
0.90/0.52	o 381137
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.387
0.90/0.52	o 381133
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.388
0.90/0.52	o 381130
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.388
0.90/0.52	o 381129
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.39
0.90/0.52	o 381081
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.392
0.90/0.52	o 381079
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.395
0.90/0.52	o 381076
0.90/0.53	c Got one! Elapsed wall clock time (in seconds):0.396
0.90/0.53	o 381073
0.90/0.53	c Got one! Elapsed wall clock time (in seconds):0.397
0.90/0.53	o 381069
0.90/0.53	c Got one! Elapsed wall clock time (in seconds):0.398
0.90/0.53	o 381066
0.90/0.53	c Got one! Elapsed wall clock time (in seconds):0.398
0.90/0.53	o 381065
0.90/0.56	c Got one! Elapsed wall clock time (in seconds):0.435
0.90/0.56	o 381041
0.90/0.58	c Got one! Elapsed wall clock time (in seconds):0.454
0.90/0.58	o 381038
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.455
0.90/0.59	o 381036
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.456
0.90/0.59	o 381033
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.46
0.90/0.59	o 381031
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.46
0.90/0.59	o 381009
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.462
0.90/0.59	o 381006
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.462
0.90/0.59	o 381004
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.463
0.90/0.59	o 381001
0.90/0.60	c Got one! Elapsed wall clock time (in seconds):0.477
0.90/0.60	o 380960
0.90/0.61	c Got one! Elapsed wall clock time (in seconds):0.483
1.10/0.61	o 380957
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.487
1.10/0.62	o 380955
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.488
1.10/0.62	o 380953
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.49
1.10/0.62	o 380951
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.491
1.10/0.62	o 380945
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.492
1.10/0.62	o 380941
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.492
1.10/0.62	o 380938
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.493
1.10/0.62	o 380937
1.28/0.72	c Got one! Elapsed wall clock time (in seconds):0.593
1.28/0.72	o 380580
1.48/0.82	c cleaning 7375 clauses out of 14750 with flag 2009/14750
1.48/0.85	c Got one! Elapsed wall clock time (in seconds):0.722
1.48/0.85	o 380520
1.48/0.85	c Got one! Elapsed wall clock time (in seconds):0.724
1.48/0.85	o 379184
1.48/0.87	c Got one! Elapsed wall clock time (in seconds):0.748
1.48/0.87	o 379168
1.48/0.89	c Got one! Elapsed wall clock time (in seconds):0.76
1.48/0.89	o 379152
1.48/0.89	c Got one! Elapsed wall clock time (in seconds):0.761
1.48/0.89	o 377590
1.48/0.89	c Got one! Elapsed wall clock time (in seconds):0.763
1.48/0.89	o 375727
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.78
1.66/0.91	o 375725
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.781
1.66/0.91	o 375712
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.782
1.66/0.91	o 375698
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.782
1.66/0.91	o 375694
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.783
1.66/0.91	o 375668
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.783
1.66/0.91	o 375650
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.783
1.66/0.91	o 375582
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.784
1.66/0.91	o 375564
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.784
1.66/0.91	o 375562
1.66/0.96	c cleaning 7320 clauses out of 14646 with flag 4053/22021
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.842
1.66/0.97	o 375552
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.843
1.66/0.97	o 370769
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.846
1.66/0.97	o 364138
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.847
1.66/0.97	o 362577
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.853
1.66/0.98	o 362165
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.854
1.66/0.98	o 360934
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.855
1.66/0.98	o 360916
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.856
1.66/0.98	o 360388
1.66/0.99	c Got one! Elapsed wall clock time (in seconds):0.861
1.66/0.99	o 360331
1.66/0.99	c Got one! Elapsed wall clock time (in seconds):0.866
1.66/0.99	o 360326
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.869
1.66/1.00	o 360305
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.869
1.66/1.00	o 360302
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.87
1.66/1.00	o 360298
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.87
1.66/1.00	o 360272
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.87
1.66/1.00	o 360254
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.871
1.66/1.00	o 360222
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.871
1.66/1.00	o 360204
1.66/1.00	c Got one! Elapsed wall clock time (in seconds):0.871
1.66/1.00	o 360202
1.89/1.05	c Got one! Elapsed wall clock time (in seconds):0.925
1.89/1.05	o 357765
1.89/1.06	c Got one! Elapsed wall clock time (in seconds):0.933
1.89/1.06	o 357610
1.89/1.09	c cleaning 7794 clauses out of 15592 with flag 2026/30287
1.89/1.10	c Got one! Elapsed wall clock time (in seconds):0.966
1.89/1.10	o 357090
1.89/1.10	c Got one! Elapsed wall clock time (in seconds):0.969
1.89/1.10	o 357072
1.89/1.11	c Got one! Elapsed wall clock time (in seconds):0.982
1.89/1.11	o 356976
2.03/1.12	c Got one! Elapsed wall clock time (in seconds):0.993
2.03/1.12	o 356975
2.03/1.14	c Got one! Elapsed wall clock time (in seconds):1.022
2.03/1.14	o 356974
2.03/1.15	c Got one! Elapsed wall clock time (in seconds):1.023
2.03/1.15	o 356970
2.03/1.16	c Got one! Elapsed wall clock time (in seconds):1.033
2.03/1.16	o 356969
2.03/1.16	c Got one! Elapsed wall clock time (in seconds):1.036
2.03/1.16	o 356968
2.03/1.16	c Got one! Elapsed wall clock time (in seconds):1.036
2.03/1.16	o 356945
2.03/1.16	c Got one! Elapsed wall clock time (in seconds):1.036
2.03/1.16	o 356943
2.03/1.16	c Got one! Elapsed wall clock time (in seconds):1.037
2.03/1.16	o 356940
2.03/1.16	c Got one! Elapsed wall clock time (in seconds):1.037
2.03/1.16	o 356937
2.03/1.17	c Got one! Elapsed wall clock time (in seconds):1.042
2.03/1.17	o 356932
2.03/1.17	c Got one! Elapsed wall clock time (in seconds):1.042
2.03/1.17	o 356912
2.03/1.17	c Got one! Elapsed wall clock time (in seconds):1.042
2.03/1.17	o 356906
2.03/1.17	c Got one! Elapsed wall clock time (in seconds):1.043
2.03/1.17	o 356905
2.03/1.17	c Got one! Elapsed wall clock time (in seconds):1.044
2.03/1.17	o 356898
2.03/1.17	c Got one! Elapsed wall clock time (in seconds):1.048
2.03/1.17	o 356888
2.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.049
2.03/1.18	o 356885
2.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.049
2.03/1.18	o 356884
2.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.05
2.03/1.18	o 356881
2.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.05
2.03/1.18	o 356877
2.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.05
2.03/1.18	o 356874
2.03/1.18	c Got one! Elapsed wall clock time (in seconds):1.05
2.03/1.18	o 356873
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.077
2.21/1.20	o 356870
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.078
2.21/1.20	o 356848
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.079
2.21/1.20	o 356817
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.079
2.21/1.20	o 356813
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.079
2.21/1.20	o 356810
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.079
2.21/1.20	o 356809
2.21/1.21	c Got one! Elapsed wall clock time (in seconds):1.087
2.21/1.21	o 356774
2.21/1.21	c Got one! Elapsed wall clock time (in seconds):1.09
2.21/1.21	o 356773
2.21/1.21	c Got one! Elapsed wall clock time (in seconds):1.092
2.21/1.21	o 356772
2.21/1.24	c Got one! Elapsed wall clock time (in seconds):1.111
2.21/1.24	o 356770
2.21/1.24	c Got one! Elapsed wall clock time (in seconds):1.115
2.21/1.24	o 356769
2.21/1.26	c Got one! Elapsed wall clock time (in seconds):1.131
2.21/1.26	o 356766
2.21/1.27	c Got one! Elapsed wall clock time (in seconds):1.136
2.21/1.27	o 352672
2.38/1.32	c cleaning 10384 clauses out of 20768 with flag 2024/43257
2.38/1.33	c Got one! Elapsed wall clock time (in seconds):1.201
2.38/1.33	o 352645
2.38/1.34	c Got one! Elapsed wall clock time (in seconds):1.208
2.38/1.34	o 352564
2.38/1.34	c Got one! Elapsed wall clock time (in seconds):1.214
2.38/1.34	o 352533
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.22
2.38/1.35	o 352532
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.221
2.38/1.35	o 352524
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.221
2.38/1.35	o 352522
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.231
2.38/1.35	o 352521
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.231
2.38/1.35	o 351024
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.232
2.38/1.35	o 351018
2.38/1.35	c Got one! Elapsed wall clock time (in seconds):1.232
2.38/1.35	o 351017
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.233
2.38/1.36	o 351010
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.234
2.38/1.36	o 351009
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.234
2.38/1.36	o 351006
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.235
2.38/1.36	o 351005
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.235
2.38/1.36	o 351004
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.235
2.38/1.36	o 351001
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.236
2.38/1.36	o 350997
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.236
2.38/1.36	o 350996
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.236
2.38/1.36	o 350993
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
2.38/1.36	o 350989
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
2.38/1.36	o 350986
2.38/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
2.38/1.36	o 350985
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.254
2.38/1.38	o 350981
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.254
2.38/1.38	o 350832
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.255
2.38/1.38	o 350826
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.255
2.38/1.38	o 350825
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.256
2.38/1.38	o 350824
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.256
2.38/1.38	o 350801
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.256
2.38/1.38	o 350797
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.256
2.38/1.38	o 350794
2.38/1.38	c Got one! Elapsed wall clock time (in seconds):1.257
2.38/1.38	o 350793
2.38/1.39	c Got one! Elapsed wall clock time (in seconds):1.266
2.38/1.39	o 350424
2.56/1.41	c Got one! Elapsed wall clock time (in seconds):1.28
2.56/1.41	o 350421
2.56/1.42	c Got one! Elapsed wall clock time (in seconds):1.294
2.56/1.42	o 350418
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.304
2.56/1.43	o 350415
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.305
2.56/1.43	o 350413
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.305
2.56/1.43	o 350410
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.305
2.56/1.43	o 350409
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.306
2.56/1.43	o 350357
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.307
2.56/1.43	o 350356
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.308
2.56/1.43	o 350352
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.309
2.56/1.43	o 350349
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.309
2.56/1.43	o 350346
2.56/1.43	c Got one! Elapsed wall clock time (in seconds):1.309
2.56/1.43	o 350345
2.56/1.45	c Got one! Elapsed wall clock time (in seconds):1.328
2.56/1.45	o 350027
2.56/1.46	c Got one! Elapsed wall clock time (in seconds):1.338
2.56/1.46	o 350022
2.56/1.46	c Got one! Elapsed wall clock time (in seconds):1.339
2.56/1.46	o 349393
2.56/1.46	c Got one! Elapsed wall clock time (in seconds):1.34
2.56/1.46	o 349389
2.56/1.46	c Got one! Elapsed wall clock time (in seconds):1.34
2.56/1.46	o 349386
2.56/1.46	c Got one! Elapsed wall clock time (in seconds):1.34
2.56/1.46	o 349385
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.341
2.56/1.47	o 349337
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.342
2.56/1.47	o 349335
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.342
2.56/1.47	o 349332
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.343
2.56/1.47	o 349329
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.343
2.56/1.47	o 349325
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.343
2.56/1.47	o 349322
2.56/1.47	c Got one! Elapsed wall clock time (in seconds):1.343
2.56/1.47	o 349321
2.56/1.48	c Got one! Elapsed wall clock time (in seconds):1.356
2.56/1.48	o 349297
2.56/1.48	c Got one! Elapsed wall clock time (in seconds):1.359
2.56/1.48	o 349295
2.56/1.48	c Got one! Elapsed wall clock time (in seconds):1.359
2.56/1.48	o 349292
2.56/1.48	c Got one! Elapsed wall clock time (in seconds):1.359
2.56/1.48	o 349289
2.56/1.48	c Got one! Elapsed wall clock time (in seconds):1.361
2.56/1.48	o 349288
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.361
2.56/1.49	o 349265
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.362
2.56/1.49	o 349263
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.362
2.56/1.49	o 349260
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.362
2.56/1.49	o 349257
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.367
2.56/1.49	o 349246
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.369
2.56/1.49	o 349244
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.37
2.56/1.49	o 349232
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.37
2.56/1.49	o 349228
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.37
2.56/1.49	o 349225
2.56/1.49	c Got one! Elapsed wall clock time (in seconds):1.372
2.56/1.49	o 349218
2.56/1.50	c Got one! Elapsed wall clock time (in seconds):1.372
2.56/1.50	o 349217
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.373
2.70/1.50	o 349214
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.373
2.70/1.50	o 349213
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.373
2.70/1.50	o 349212
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.373
2.70/1.50	o 349210
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.373
2.70/1.50	o 349209
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.375
2.70/1.50	o 349208
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.375
2.70/1.50	o 349201
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.375
2.70/1.50	o 349197
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.375
2.70/1.50	o 349194
2.70/1.50	c Got one! Elapsed wall clock time (in seconds):1.375
2.70/1.50	o 349193
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.389
2.70/1.51	o 349040
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.389
2.70/1.51	o 348574
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.389
2.70/1.51	o 348573
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.39
2.70/1.51	o 348572
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.39
2.70/1.51	o 348569
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.391
2.70/1.51	o 348565
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.391
2.70/1.51	o 348564
2.70/1.51	c Got one! Elapsed wall clock time (in seconds):1.392
2.70/1.51	o 348561
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.392
2.70/1.52	o 348557
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.392
2.70/1.52	o 348554
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.393
2.70/1.52	o 348553
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.395
2.70/1.52	o 348551
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.395
2.70/1.52	o 348464
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.395
2.70/1.52	o 348458
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.395
2.70/1.52	o 348457
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.397
2.70/1.52	o 348450
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.398
2.70/1.52	o 348449
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.398
2.70/1.52	o 348446
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.398
2.70/1.52	o 348445
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.399
2.70/1.52	o 348444
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.399
2.70/1.52	o 348441
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.399
2.70/1.52	o 348437
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.4
2.70/1.52	o 348436
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.4
2.70/1.52	o 348433
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.4
2.70/1.52	o 348429
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.401
2.70/1.52	o 348426
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.401
2.70/1.52	o 348425
2.70/1.54	c Got one! Elapsed wall clock time (in seconds):1.419
2.70/1.54	o 348424
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.423
2.70/1.55	o 348422
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.423
2.70/1.55	o 348369
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.424
2.70/1.55	o 348365
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.424
2.70/1.55	o 348362
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.424
2.70/1.55	o 348361
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.425
2.70/1.55	o 348313
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.426
2.70/1.55	o 348311
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.426
2.70/1.55	o 348308
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.426
2.70/1.55	o 348305
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.427
2.70/1.55	o 348301
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.427
2.70/1.55	o 348298
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.427
2.70/1.55	o 348297
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.446
2.70/1.57	o 348296
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.449
2.70/1.57	o 348290
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.449
2.70/1.57	o 348272
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.449
2.70/1.57	o 348266
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.449
2.70/1.57	o 348265
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.45
2.70/1.57	o 348264
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.45
2.70/1.57	o 348241
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.451
2.70/1.57	o 348237
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.451
2.70/1.57	o 348234
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.451
2.70/1.57	o 348233
2.70/1.58	c Got one! Elapsed wall clock time (in seconds):1.459
2.70/1.58	o 348229
2.70/1.58	c Got one! Elapsed wall clock time (in seconds):1.46
2.70/1.58	o 348226
2.70/1.58	c Got one! Elapsed wall clock time (in seconds):1.46
2.70/1.58	o 348208
2.70/1.58	c Got one! Elapsed wall clock time (in seconds):1.461
2.70/1.58	o 348202
2.70/1.58	c Got one! Elapsed wall clock time (in seconds):1.461
2.70/1.58	o 348201
2.70/1.60	c Got one! Elapsed wall clock time (in seconds):1.472
2.70/1.60	o 348199
2.81/1.60	c Got one! Elapsed wall clock time (in seconds):1.474
2.81/1.60	o 348198
2.81/1.60	c Got one! Elapsed wall clock time (in seconds):1.474
2.81/1.60	o 348190
2.81/1.60	c Got one! Elapsed wall clock time (in seconds):1.474
2.81/1.60	o 348189
2.81/1.60	c Got one! Elapsed wall clock time (in seconds):1.474
2.81/1.60	o 348188
2.81/1.60	c Got one! Elapsed wall clock time (in seconds):1.474
2.81/1.60	o 348185
2.81/1.68	c cleaning 14370 clauses out of 28743 with flag 2081/61616
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.557
2.81/1.69	o 348184
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.558
2.81/1.69	o 348183
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.559
2.81/1.69	o 348180
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.559
2.81/1.69	o 348177
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.559
2.81/1.69	o 348173
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.56
2.81/1.69	o 348170
2.81/1.69	c Got one! Elapsed wall clock time (in seconds):1.56
2.81/1.69	o 348169
2.99/1.71	c Got one! Elapsed wall clock time (in seconds):1.583
2.99/1.71	o 348049
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.604
2.99/1.73	o 348043
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.61
2.99/1.73	o 347872
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.61
2.99/1.73	o 347463
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.611
2.99/1.73	o 346321
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.611
2.99/1.73	o 346317
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.611
2.99/1.73	o 346314
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.611
2.99/1.73	o 346313
2.99/1.73	c Got one! Elapsed wall clock time (in seconds):1.612
2.99/1.73	o 346265
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.612
2.99/1.74	o 346263
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.613
2.99/1.74	o 346260
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.613
2.99/1.74	o 346257
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.613
2.99/1.74	o 346253
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.614
2.99/1.74	o 346250
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.614
2.99/1.74	o 346249
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.621
2.99/1.74	o 346246
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.623
2.99/1.75	o 346244
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.623
2.99/1.75	o 346224
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.623
2.99/1.75	o 346218
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.623
2.99/1.75	o 346217
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.625
2.99/1.75	o 346214
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.625
2.99/1.75	o 346193
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.625
2.99/1.75	o 346189
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.626
2.99/1.75	o 346186
2.99/1.75	c Got one! Elapsed wall clock time (in seconds):1.626
2.99/1.75	o 346185
2.99/1.76	c Got one! Elapsed wall clock time (in seconds):1.636
2.99/1.76	o 346183
2.99/1.76	c Got one! Elapsed wall clock time (in seconds):1.638
2.99/1.76	o 346146
2.99/1.76	c Got one! Elapsed wall clock time (in seconds):1.64
2.99/1.76	o 346140
2.99/1.77	c Got one! Elapsed wall clock time (in seconds):1.642
2.99/1.77	o 346121
3.09/1.83	c cleaning 11928 clauses out of 23856 with flag 6140/71099
3.09/1.83	c Got one! Elapsed wall clock time (in seconds):1.706
3.09/1.83	o 346112
3.09/1.83	c Got one! Elapsed wall clock time (in seconds):1.707
3.09/1.83	o 345815
3.09/1.83	c Got one! Elapsed wall clock time (in seconds):1.711
3.09/1.83	o 345810
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.713
3.09/1.84	o 345808
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.715
3.09/1.84	o 345803
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.716
3.09/1.84	o 345799
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.717
3.09/1.84	o 345796
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.717
3.09/1.84	o 345758
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.717
3.09/1.84	o 345740
3.09/1.84	c Got one! Elapsed wall clock time (in seconds):1.717
3.09/1.84	o 345738
3.09/1.86	c Got one! Elapsed wall clock time (in seconds):1.733
3.09/1.86	o 345718
3.09/1.87	c Got one! Elapsed wall clock time (in seconds):1.744
3.09/1.87	o 345717
3.09/1.87	c Got one! Elapsed wall clock time (in seconds):1.75
3.09/1.87	o 345716
3.19/1.93	c Got one! Elapsed wall clock time (in seconds):1.805
3.19/1.93	o 345139
3.19/1.94	c Got one! Elapsed wall clock time (in seconds):1.821
3.19/1.94	o 344906
3.19/1.95	c Got one! Elapsed wall clock time (in seconds):1.831
3.19/1.95	o 344899
3.19/1.96	c Got one! Elapsed wall clock time (in seconds):1.836
3.19/1.96	o 344850
3.19/1.97	c Got one! Elapsed wall clock time (in seconds):1.85
3.19/1.97	o 344820
3.19/1.98	c Got one! Elapsed wall clock time (in seconds):1.854
3.19/1.98	o 344783
3.30/2.01	c cleaning 11345 clauses out of 22699 with flag 2061/81870
3.30/2.09	c Got one! Elapsed wall clock time (in seconds):1.965
3.30/2.09	o 344778
3.30/2.09	c Got one! Elapsed wall clock time (in seconds):1.969
3.30/2.09	o 344777
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.975
3.30/2.10	o 344776
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.976
3.30/2.10	o 344772
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.977
3.30/2.10	o 344769
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.979
3.30/2.10	o 344768
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.979
3.30/2.10	o 344767
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.98
3.30/2.10	o 344766
3.30/2.10	c Got one! Elapsed wall clock time (in seconds):1.98
3.30/2.10	o 344765
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.982
3.49/2.11	o 344763
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.982
3.49/2.11	o 344762
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.983
3.49/2.11	o 344760
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.983
3.49/2.11	o 344759
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.983
3.49/2.11	o 344757
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.983
3.49/2.11	o 344754
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.984
3.49/2.11	o 344752
3.49/2.11	c Got one! Elapsed wall clock time (in seconds):1.984
3.49/2.11	o 344751
3.49/2.14	c Got one! Elapsed wall clock time (in seconds):2.013
3.49/2.14	o 344750
3.67/2.25	c starts		: 730
3.67/2.25	c conflicts		: 88768
3.67/2.25	c decisions		: 104740
3.67/2.25	c propagations		: 484073
3.67/2.25	c inspects		: 15130193
3.67/2.25	c shortcuts		: 0
3.67/2.25	c learnt literals	: 5
3.67/2.25	c learnt binary clauses	: 3
3.67/2.25	c learnt ternary clauses	: 8
3.67/2.25	c learnt constraints	: 88762
3.67/2.25	c ignored constraints	: 0
3.67/2.25	c root simplifications	: 0
3.67/2.25	c removed literals (reason simplification)	: 0
3.67/2.25	c reason swapping (by a shorter reason)	: 0
3.67/2.25	c Calls to reduceDB	: 7
3.67/2.25	c Number of update (reduction) of LBD	: 2264
3.67/2.25	c Imported unit clauses	: 0
3.67/2.25	c No decision after first conflict	: false
3.67/2.25	c number of reductions to clauses (during analyze)	: 0
3.67/2.25	c number of learned constraints concerned by reduction	: 0
3.67/2.25	c number of learning phase by resolution	: 0
3.67/2.25	c number of learning phase by cutting planes	: 0
3.67/2.25	c number of rounding to 1 operations	: 0
3.67/2.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3.67/2.25	c number of reductions of the coefficients by power 2 	: 0
3.67/2.25	c number of right shift for reduction by power 2 	: 0
3.67/2.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3.67/2.25	c number of ending skipping 	: 0
3.67/2.25	c number of internal skipping 	: 0
3.67/2.25	c number of derivation steps 	: 0
3.67/2.25	c number of skipped derivation steps 	: 0
3.67/2.25	c number of remaining unassigned 	: 0
3.67/2.25	c number of remaining assigned 	: 0
3.67/2.25	c number of falsified literals weakened from reason	: 0
3.67/2.25	c number of falsified literals weakened from conflict	: 0
3.67/2.25	c time for arithmetic operations	: 0
3.67/2.25	c minimum degree of deleted constraints	: null
3.67/2.25	c maximum degree of deleted constraints	: null
3.67/2.25	c number of deleted constraints	: 0
3.67/2.25	c speed (assignments/second)	: 230291.62702188393
3.67/2.25	c non guided choices	: 14
3.67/2.25	s OPTIMUM FOUND
3.67/2.25	c Found 403 solution(s)
3.67/2.25	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 
3.67/2.25	c objective function=344750
3.67/2.25	c Total wall clock time (in seconds): 2.13

Verifier Data

OK	344750

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432176-1721070454/watcher-4432176-1721070454 -o /tmp/evaluation-result-4432176-1721070454/solver-4432176-1721070454 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721070467-815594 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432176-1721070454.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=815632, runsolver pid=815629

[startup+0.100068 s]*
/proc/loadavg: 3.79 4.05 4.07 13/323 815723
/proc/meminfo: memFree=128079516/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=18975048 memory=65152 CPUtime=0.13 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 7209 0 0 0 11 2 0 0 20 0 18 0 159208953 19430449152 16288 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4743762 16288 5643 1 0 549334 0
[pid=815632/tid=815635] ppid=815629 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 1078198336 5736 0 0 0 7 1 0 0 20 0 18 0 159208953 19430449152 16288 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=18975048 memory=1623 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159208956 19430449152 16288 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159208956 19430449152 16288 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65152 KiB

[startup+0.209073 s]*
/proc/loadavg: 3.79 4.05 4.07 12/324 815724
/proc/meminfo: memFree=128016768/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=71872 CPUtime=0.33 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 8948 0 0 0 31 2 0 0 20 0 19 0 159208953 19498610688 17968 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 17968 5877 1 0 550482 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 6018 0 0 0 17 1 0 0 20 0 19 0 159208953 19498610688 17968 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=1623 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 17968 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=14695192770905705 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 17968 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 17968 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71872 KiB

[startup+0.315849 s]*
/proc/loadavg: 3.79 4.05 4.07 13/324 815724
/proc/meminfo: memFree=127904676/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=74092 CPUtime=0.53 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 9813 0 0 0 51 2 0 0 20 0 19 0 159208953 19498610688 18523 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 18523 5877 1 0 550916 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=-8527676289804772028 CPUtime=0.3 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 6027 0 0 0 28 2 0 0 20 0 19 0 159208953 19498610688 18523 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 18523 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 18523 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 18523 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74092 KiB

[startup+0.701141 s]
/proc/loadavg: 3.79 4.05 4.07 14/327 815727
/proc/meminfo: memFree=127705104/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=100500 CPUtime=1.28 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 15527 0 0 0 124 4 0 0 20 0 19 0 159208953 19498610688 25125 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 25125 5877 1 0 554894 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=12292 CPUtime=0.66 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 6048 0 0 0 64 2 0 0 20 0 19 0 159208953 19498610688 25125 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=12292 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 25125 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=115332 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 25125 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=16224 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 25125 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100500 KiB

[startup+1.50177 s]
/proc/loadavg: 3.79 4.05 4.07 11/327 815793
/proc/meminfo: memFree=127771084/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=127528 CPUtime=2.7 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 20016 0 0 0 265 5 0 0 20 0 19 0 159208953 19498610688 31882 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 31882 5877 1 0 555327 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=12292 CPUtime=1.44 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 6645 0 0 0 142 2 0 0 20 0 19 0 159208953 19498610688 31882 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=16224 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 31882 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 31882 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=26360 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 31882 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127528 KiB

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

# cumulated CPU time of all completed processes:  user=3.72581 s, system=0.068563 s

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

[startup+1.60022 s]
/proc/loadavg: 3.79 4.05 4.07 11/327 815793
/proc/meminfo: memFree=127771084/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=131728 CPUtime=2.81 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 20041 0 0 0 276 5 0 0 20 0 19 0 159208953 19498610688 32932 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 32932 5877 1 0 555330 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=0 CPUtime=1.53 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 6648 0 0 0 151 2 0 0 20 0 19 0 159208953 19498610688 32932 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=228489168090 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 32932 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=-8528520714734903996 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 32932 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=12292 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 32932 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 131728 KiB

[startup+2.00017 s]*
/proc/loadavg: 3.79 4.05 4.07 6/327 815925
/proc/meminfo: memFree=127713080/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=142088 CPUtime=3.3 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 20520 0 0 0 325 5 0 0 20 0 19 0 159208953 19498610688 35522 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 35522 5877 1 0 555349 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=-8889368336343081660 CPUtime=1.94 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 6660 0 0 0 191 3 0 0 20 0 19 0 159208953 19498610688 35522 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=4204 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 35522 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=4216 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 35522 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=216776 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 35522 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 142088 KiB

[startup+2.20114 s]
/proc/loadavg: 3.79 4.05 4.07 6/327 815925
/proc/meminfo: memFree=127713080/131524600 swapFree=131071996/131071996
[pid=815632] ppid=815629 vsize=19041612 memory=146524 CPUtime=3.67 cores=1,3
/proc/815632/stat : 815632 (java) S 815629 815632 815582 0 -1 1077936128 21966 0 0 0 361 6 0 0 20 0 19 0 159208953 19498610688 36631 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
/proc/815632/statm: 4760403 36631 5890 1 0 555375 0
[pid=815632/tid=815635] ppid=815629 vsize=19041612 memory=1480 CPUtime=2.14 cores=1,3
/proc/815632/task/815635/stat : 815635 (java) R 815629 815632 815582 0 -1 4194368 7605 0 0 0 211 3 0 0 20 0 19 0 159208953 19498610688 36631 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815678] ppid=815629 vsize=19041612 memory=17970 CPUtime=0 cores=1,3
/proc/815632/task/815678/stat : 815678 (Finalizer) S 815629 815632 815582 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 36631 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815688] ppid=815629 vsize=19041612 memory=4122259519437828876 CPUtime=0 cores=1,3
/proc/815632/task/815688/stat : 815688 (Common-Cleaner) S 815629 815632 815582 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159208956 19498610688 36631 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
[pid=815632/tid=815724] ppid=815629 vsize=19041612 memory=16224 CPUtime=0 cores=1,3
/proc/815632/task/815724/stat : 815724 (Timer-0) S 815629 815632 815582 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159208968 19498610688 36631 134679101440 93953681870848 93953681874544 140726054876928 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93953681882360 93953681883152 93953682501632 140726054880263 140726054880353 140726054880353 140726054887368 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 146524 KiB

Child status: 30

Real time (s): 2.27668
CPU time (s): 3.79437
CPU user time (s): 3.72581
CPU system time (s): 0.068563
CPU usage (%): 166.662
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 146524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.72581
system time used= 0.068563
maximum resident set size= 150076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 713
involuntary context switches= 195


# summary of solver processes directly reported to runsolver:
#   pid: 815632
#   total CPU time (s): 3.79437
#   total CPU user time (s): 3.72581
#   total CPU system time (s): 0.068563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017424 second user time and 0.04236 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-15 21:07:48
IDJOB=4432176
IDBENCH=146898
IDSOLVER=3058
FILE ID=nodeC020/4432176-1721070454
RUNJOBID= nodeC020-1721070467-815594
SLURM_JOB_ID= 7505528
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 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 -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432176-1721070454/watcher-4432176-1721070454 -o /tmp/evaluation-result-4432176-1721070454/solver-4432176-1721070454 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721070467-815594 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432176-1721070454.opb

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

MD5SUM BENCH= 848e47deac6a47526073146630130ada
RANDOM SEED=771251594

nodeC020.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		: 3307.311
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	: 7000.05
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		: 3316.930
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.84
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		: 3612.815
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	: 7000.05
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		: 3587.507
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.84
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		: 3538.444
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	: 7000.05
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		: 3636.560
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.84
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		: 3502.208
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	: 7000.05
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		: 3314.138
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128243200 kB
MemAvailable:   129727116 kB
Buffers:          373480 kB
Cached:          1935832 kB
SwapCached:            0 kB
Active:           599176 kB
Inactive:        2067656 kB
Active(anon):       1500 kB
Inactive(anon):   393732 kB
Active(file):     597676 kB
Inactive(file):  1673924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6760 kB
Writeback:             0 kB
AnonPages:        356816 kB
Mapped:           102580 kB
Shmem:             37720 kB
KReclaimable:     104276 kB
Slab:             210368 kB
SReclaimable:     104276 kB
SUnreclaim:       106092 kB
KernelStack:        3840 kB
PageTables:         9616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     653856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC020 at 2024-07-15 21:07:50