Trace number 4456171

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 NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPTIMUM 8.75311 6.47408

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-0-100-0.wbo
MD5SUMbcf92f404e969c6877896aa9568ceb80
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.778347
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1171
Number of bits of the biggest sum of numbers11
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4456171-1721718661.wbo
0.13/0.13	c reading problem ... 
0.13/0.16	c ... done. Wall clock time 0.026s.
0.13/0.16	c declared #vars     169
0.13/0.16	c internal #vars     270
0.13/0.16	c #constraints  102
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.13/0.16	c org.sat4j.specs.Constr$1 => 1
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.13/0.16	c 102 constraints processed.
0.13/0.17	c objective function length is 101 literals
0.52/0.34	c SATISFIABLE
0.52/0.34	c OPTIMIZING...
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.199
0.52/0.34	o 680
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.206
0.52/0.35	o 603
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.226
0.52/0.37	o 579
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.235
0.52/0.38	o 576
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.241
0.52/0.38	o 565
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.249
0.52/0.39	o 528
0.52/0.40	c Got one! Elapsed wall clock time (in seconds):0.257
0.52/0.40	o 525
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.267
0.70/0.41	o 485
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.281
0.70/0.41	o 484
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.323
0.70/0.46	o 457
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.328
0.70/0.47	o 389
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.339
0.70/0.48	o 387
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.345
0.70/0.48	o 386
0.70/0.49	c Got one! Elapsed wall clock time (in seconds):0.354
0.70/0.49	o 385
0.70/0.50	c Got one! Elapsed wall clock time (in seconds):0.365
0.70/0.50	o 384
0.90/0.52	c Got one! Elapsed wall clock time (in seconds):0.387
0.90/0.52	o 383
0.90/0.54	c Got one! Elapsed wall clock time (in seconds):0.401
0.90/0.54	o 368
1.09/0.61	c Got one! Elapsed wall clock time (in seconds):0.481
1.09/0.61	o 341
1.09/0.64	c Got one! Elapsed wall clock time (in seconds):0.507
1.09/0.64	o 336
1.09/0.70	c cleaning 4709 clauses out of 9420 with flag 3740/9420
1.28/0.75	c Got one! Elapsed wall clock time (in seconds):0.614
1.28/0.75	o 335
1.28/0.75	c Got one! Elapsed wall clock time (in seconds):0.617
1.28/0.75	o 326
1.28/0.76	c Got one! Elapsed wall clock time (in seconds):0.622
1.28/0.76	o 321
1.28/0.76	c Got one! Elapsed wall clock time (in seconds):0.628
1.28/0.76	o 313
1.28/0.79	c Got one! Elapsed wall clock time (in seconds):0.66
1.28/0.79	o 311
1.47/0.87	c Got one! Elapsed wall clock time (in seconds):0.74
1.47/0.87	o 307
1.47/0.89	c Got one! Elapsed wall clock time (in seconds):0.747
1.47/0.89	o 301
1.47/0.89	c Got one! Elapsed wall clock time (in seconds):0.75
1.47/0.89	o 295
1.66/0.90	c Got one! Elapsed wall clock time (in seconds):0.758
1.66/0.90	o 294
1.66/0.90	c Got one! Elapsed wall clock time (in seconds):0.761
1.66/0.90	o 277
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.77
1.66/0.91	o 266
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.775
1.66/0.91	o 262
1.66/0.94	c Got one! Elapsed wall clock time (in seconds):0.81
1.66/0.94	o 260
1.66/0.95	c Got one! Elapsed wall clock time (in seconds):0.821
1.66/0.95	o 256
1.66/0.96	c Got one! Elapsed wall clock time (in seconds):0.827
1.66/0.96	o 253
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.831
1.66/0.97	o 249
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.832
1.66/0.97	o 224
1.79/1.01	c cleaning 7002 clauses out of 14012 with flag 3733/18721
1.79/1.02	c Got one! Elapsed wall clock time (in seconds):0.889
1.79/1.02	o 222
1.79/1.03	c Got one! Elapsed wall clock time (in seconds):0.896
1.79/1.03	o 218
1.79/1.08	c Got one! Elapsed wall clock time (in seconds):0.947
1.79/1.08	o 214
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.975
1.97/1.11	o 213
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.981
1.97/1.11	o 203
1.97/1.12	c Got one! Elapsed wall clock time (in seconds):0.992
1.97/1.12	o 200
1.97/1.15	c Got one! Elapsed wall clock time (in seconds):1.015
1.97/1.15	o 199
1.97/1.15	c Got one! Elapsed wall clock time (in seconds):1.023
1.97/1.15	o 198
1.97/1.19	c Got one! Elapsed wall clock time (in seconds):1.054
1.97/1.19	o 196
2.08/1.21	c Got one! Elapsed wall clock time (in seconds):1.076
2.08/1.21	o 195
2.08/1.21	c Got one! Elapsed wall clock time (in seconds):1.08
2.08/1.21	o 192
2.08/1.25	c cleaning 7654 clauses out of 15323 with flag 4290/27034
2.08/1.25	c Got one! Elapsed wall clock time (in seconds):1.12
2.08/1.25	o 191
2.08/1.27	c Got one! Elapsed wall clock time (in seconds):1.135
2.08/1.27	o 190
2.08/1.28	c Got one! Elapsed wall clock time (in seconds):1.146
2.08/1.28	o 188
2.08/1.29	c Got one! Elapsed wall clock time (in seconds):1.158
2.08/1.29	o 185
2.08/1.30	c Got one! Elapsed wall clock time (in seconds):1.163
2.08/1.30	o 184
2.25/1.31	c Got one! Elapsed wall clock time (in seconds):1.175
2.25/1.31	o 182
2.25/1.33	c Got one! Elapsed wall clock time (in seconds):1.197
2.25/1.33	o 180
2.25/1.34	c Got one! Elapsed wall clock time (in seconds):1.205
2.25/1.34	o 179
2.59/1.50	c cleaning 7943 clauses out of 15892 with flag 23185/35257
2.71/1.67	c cleaning 6963 clauses out of 13949 with flag 54006/41257
2.92/1.80	c Got one! Elapsed wall clock time (in seconds):1.67
2.92/1.80	o 178
3.02/1.94	c Got one! Elapsed wall clock time (in seconds):1.804
3.02/1.94	o 174
3.02/1.94	c Got one! Elapsed wall clock time (in seconds):1.813
3.02/1.94	o 166
3.02/1.96	c Got one! Elapsed wall clock time (in seconds):1.826
3.02/1.96	o 163
3.02/1.97	c Got one! Elapsed wall clock time (in seconds):1.834
3.02/1.97	o 158
3.12/2.02	c cleaning 9407 clauses out of 18813 with flag 4987/53084
3.12/2.03	c Got one! Elapsed wall clock time (in seconds):1.896
3.12/2.03	o 156
3.12/2.06	c Got one! Elapsed wall clock time (in seconds):1.924
3.12/2.06	o 154
3.12/2.09	c Got one! Elapsed wall clock time (in seconds):1.957
3.12/2.09	o 151
3.12/2.10	c Got one! Elapsed wall clock time (in seconds):1.966
3.12/2.10	o 149
3.23/2.18	c Got one! Elapsed wall clock time (in seconds):2.044
3.23/2.18	o 142
3.31/2.22	c cleaning 8023 clauses out of 16047 with flag 4446/59725
3.31/2.26	c Got one! Elapsed wall clock time (in seconds):2.134
3.31/2.27	o 140
3.31/2.28	c Got one! Elapsed wall clock time (in seconds):2.148
3.31/2.28	o 135
3.41/2.37	c cleaning 6870 clauses out of 13739 with flag 15206/65440
3.51/2.45	c Got one! Elapsed wall clock time (in seconds):2.318
3.51/2.45	o 132
3.51/2.47	c Got one! Elapsed wall clock time (in seconds):2.343
3.51/2.47	o 124
3.51/2.49	c Got one! Elapsed wall clock time (in seconds):2.356
3.51/2.49	o 122
3.51/2.50	c Got one! Elapsed wall clock time (in seconds):2.364
3.51/2.50	o 96
3.62/2.52	c Got one! Elapsed wall clock time (in seconds):2.384
3.62/2.52	o 94
3.62/2.53	c Got one! Elapsed wall clock time (in seconds):2.4
3.62/2.53	o 93
3.62/2.56	c Got one! Elapsed wall clock time (in seconds):2.433
3.62/2.56	o 89
3.82/2.61	c Got one! Elapsed wall clock time (in seconds):2.481
3.82/2.61	o 88
3.82/2.64	c Got one! Elapsed wall clock time (in seconds):2.507
3.82/2.64	o 81
3.82/2.66	c Got one! Elapsed wall clock time (in seconds):2.526
3.82/2.66	o 79
3.98/2.75	c cleaning 8938 clauses out of 17895 with flag 7552/76466
3.98/2.77	c Got one! Elapsed wall clock time (in seconds):2.638
3.98/2.77	o 50
4.17/2.81	c Got one! Elapsed wall clock time (in seconds):2.677
4.17/2.81	o 49
4.17/2.87	c Got one! Elapsed wall clock time (in seconds):2.738
4.17/2.87	o 48
4.36/2.92	c cleaning 7777 clauses out of 15553 with flag 3331/83062
4.36/2.92	c Got one! Elapsed wall clock time (in seconds):2.785
4.36/2.92	o 47
4.36/2.96	c Got one! Elapsed wall clock time (in seconds):2.825
4.36/2.96	o 43
4.36/2.97	c Got one! Elapsed wall clock time (in seconds):2.839
4.36/2.97	o 36
4.50/3.03	c Got one! Elapsed wall clock time (in seconds):2.901
4.50/3.03	o 34
4.50/3.05	c Got one! Elapsed wall clock time (in seconds):2.919
4.50/3.05	o 31
4.50/3.09	c cleaning 7305 clauses out of 14613 with flag 3392/89899
4.62/3.19	c Got one! Elapsed wall clock time (in seconds):3.057
4.62/3.19	o 26
5.02/3.33	c cleaning 8676 clauses out of 17353 with flag 17552/99944
5.21/3.47	c cleaning 7337 clauses out of 14676 with flag 42234/105943
5.41/3.55	c Got one! Elapsed wall clock time (in seconds):3.417
5.41/3.55	o 22
5.55/3.61	c cleaning 6451 clauses out of 12909 with flag 7841/111513
5.55/3.63	c Got one! Elapsed wall clock time (in seconds):3.499
5.55/3.63	o 21
5.55/3.67	c Got one! Elapsed wall clock time (in seconds):3.538
5.55/3.67	o 6
5.66/3.75	c cleaning 6367 clauses out of 12754 with flag 11696/117809
5.66/3.79	c Got one! Elapsed wall clock time (in seconds):3.659
5.66/3.79	o 5
5.78/3.87	c cleaning 5809 clauses out of 11625 with flag 10469/123047
5.91/3.91	c Got one! Elapsed wall clock time (in seconds):3.781
5.91/3.91	o 3
6.10/4.01	c cleaning 5550 clauses out of 11113 with flag 12551/128345
6.20/4.14	c cleaning 5777 clauses out of 11560 with flag 34485/134344
6.39/4.31	c cleaning 6391 clauses out of 12784 with flag 61134/141345
6.60/4.52	c cleaning 7189 clauses out of 14390 with flag 92568/149344
6.92/4.78	c cleaning 8097 clauses out of 16201 with flag 129520/158344
7.18/4.90	c Got one! Elapsed wall clock time (in seconds):4.766
7.18/4.90	o 1
7.18/4.94	c cleaning 6894 clauses out of 13798 with flag 4891/164038
7.37/5.11	c cleaning 6446 clauses out of 12903 with flag 32205/170038
7.57/5.33	c cleaning 6726 clauses out of 13457 with flag 65895/177039
7.77/5.56	c cleaning 7357 clauses out of 14724 with flag 102671/185036
8.07/5.85	c cleaning 8180 clauses out of 16365 with flag 147362/194037
8.46/6.21	c cleaning 9087 clauses out of 18177 with flag 197362/204036
8.66/6.44	c starts		: 233
8.66/6.45	c conflicts		: 210884
8.66/6.45	c decisions		: 359148
8.66/6.45	c propagations		: 6142276
8.66/6.45	c inspects		: 56272098
8.66/6.45	c shortcuts		: 0
8.66/6.45	c learnt literals	: 42
8.66/6.45	c learnt binary clauses	: 12
8.66/6.45	c learnt ternary clauses	: 486
8.66/6.45	c learnt constraints	: 210841
8.66/6.45	c ignored constraints	: 0
8.66/6.45	c root simplifications	: 0
8.66/6.45	c removed literals (reason simplification)	: 0
8.66/6.45	c reason swapping (by a shorter reason)	: 0
8.66/6.45	c Calls to reduceDB	: 27
8.66/6.45	c Number of update (reduction) of LBD	: 64464
8.66/6.45	c Imported unit clauses	: 0
8.66/6.45	c No decision after first conflict	: false
8.66/6.45	c number of reductions to clauses (during analyze)	: 0
8.66/6.45	c number of learned constraints concerned by reduction	: 0
8.66/6.45	c number of learning phase by resolution	: 0
8.66/6.45	c number of learning phase by cutting planes	: 0
8.66/6.45	c number of rounding to 1 operations	: 0
8.66/6.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.66/6.45	c number of reductions of the coefficients by power 2 	: 0
8.66/6.45	c number of right shift for reduction by power 2 	: 0
8.66/6.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.66/6.45	c number of ending skipping 	: 0
8.66/6.45	c number of internal skipping 	: 0
8.66/6.45	c number of derivation steps 	: 0
8.66/6.45	c number of skipped derivation steps 	: 0
8.66/6.45	c number of remaining unassigned 	: 0
8.66/6.45	c number of remaining assigned 	: 0
8.66/6.45	c number of falsified literals weakened from reason	: 0
8.66/6.45	c number of falsified literals weakened from conflict	: 0
8.66/6.45	c time for arithmetic operations	: 0
8.66/6.45	c minimum degree of deleted constraints	: null
8.66/6.45	c maximum degree of deleted constraints	: null
8.66/6.45	c number of deleted constraints	: 0
8.66/6.45	c speed (assignments/second)	: 979160.848079069
8.66/6.45	c non guided choices	: 4391
8.66/6.45	s OPTIMUM FOUND
8.66/6.45	c Found 92 solution(s)
8.66/6.45	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 
8.66/6.45	c objective function=1
8.66/6.45	c Total wall clock time (in seconds): 6.316

Verifier Data

OK	1

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456171-1721718661/watcher-4456171-1721718661 -o /tmp/evaluation-result-4456171-1721718661/solver-4456171-1721718661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721718407-86039 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4456171-1721718661.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100594 s]*
/proc/loadavg: 4.11 3.20 2.53 8/335 86961
/proc/meminfo: memFree=101000176/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=18975048 memory=62492 CPUtime=0.13 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 7199 0 0 0 11 2 0 0 20 0 18 0 8388604 19430449152 15623 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4743762 15623 5543 1 0 549317 0
[pid=86943/tid=86945] ppid=86940 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 1077936192 5732 0 0 0 6 2 0 0 20 0 18 0 8388604 19430449152 15623 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8388607 19430449152 15623 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=18975048 memory=15542920530909205 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8388607 19430449152 15623 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62492 KiB

[startup+0.207024 s]*
/proc/loadavg: 4.11 3.20 2.53 7/336 86962
/proc/meminfo: memFree=100994928/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19041612 memory=69256 CPUtime=0.32 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 8554 0 0 0 29 3 0 0 20 0 19 0 8388604 19498610688 17248 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4760403 17314 5849 1 0 550294 0
[pid=86943/tid=86945] ppid=86940 vsize=19041612 memory=664970838410264707 CPUtime=0.17 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 5994 0 0 0 15 2 0 0 20 0 19 0 8388604 19498610688 17314 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19041612 memory=18993 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 17314 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19041612 memory=15261445554177769 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 17314 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8388622 19498610688 17314 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69256 KiB

[startup+0.31294 s]*
/proc/loadavg: 4.11 3.20 2.53 6/336 86962
/proc/meminfo: memFree=100988968/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19041612 memory=74148 CPUtime=0.52 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 9722 0 0 0 49 3 0 0 20 0 19 0 8388604 19498610688 18537 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4760403 18537 5849 1 0 550953 0
[pid=86943/tid=86945] ppid=86940 vsize=19041612 memory=-6000919507082765927 CPUtime=0.27 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 6013 0 0 0 25 2 0 0 20 0 19 0 8388604 19498610688 18537 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 18537 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 18537 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8388622 19498610688 18537 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74148 KiB

[startup+0.707033 s]
/proc/loadavg: 4.11 3.20 2.53 6/336 86962
/proc/meminfo: memFree=100976388/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19041612 memory=94916 CPUtime=1.28 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 13596 0 0 0 124 4 0 0 20 0 19 0 8388604 19498610688 23729 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4760403 23729 5881 1 0 553473 0
[pid=86943/tid=86945] ppid=86940 vsize=19041612 memory=34836 CPUtime=0.63 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 6071 0 0 0 61 2 0 0 20 0 19 0 8388604 19498610688 23729 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 23729 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19041612 memory=2268 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 23729 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19041612 memory=39748 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8388622 19498610688 23729 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94916 KiB

[startup+1.50102 s]
/proc/loadavg: 4.19 3.23 2.54 6/336 86964
/proc/meminfo: memFree=100964052/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19041612 memory=107684 CPUtime=2.59 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 17733 0 0 0 254 5 0 0 20 0 19 0 8388604 19498610688 26921 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4760403 26921 5881 1 0 553483 0
[pid=86943/tid=86945] ppid=86940 vsize=19041612 memory=13048 CPUtime=1.41 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 6684 0 0 0 139 2 0 0 20 0 19 0 8388604 19498610688 26921 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 26921 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19041612 memory=2268 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 26921 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19041612 memory=39748 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8388622 19498610688 26921 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 107684 KiB

[startup+3.10602 s]
/proc/loadavg: 4.19 3.23 2.54 5/336 86964
/proc/meminfo: memFree=100925424/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19041612 memory=137828 CPUtime=4.62 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 22241 0 0 0 456 6 0 0 20 0 19 0 8388604 19498610688 34457 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4760403 34457 5885 1 0 554830 0
[pid=86943/tid=86945] ppid=86940 vsize=19041612 memory=0 CPUtime=3 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 7596 0 0 0 297 3 0 0 20 0 19 0 8388604 19498610688 34457 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19041612 memory=-6000919507082765927 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 34457 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8388607 19498610688 34457 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19041612 memory=2268 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8388622 19498610688 34457 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 137828 KiB

[startup+6.30102 s]
/proc/loadavg: 4.17 3.24 2.55 5/337 86965
/proc/meminfo: memFree=100882880/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19108176 memory=180016 CPUtime=8.56 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 25048 0 0 0 848 8 0 0 20 0 20 0 8388604 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4777044 45004 5901 1 0 555515 0
[pid=86943/tid=86945] ppid=86940 vsize=19108176 memory=2268 CPUtime=6.16 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 7661 0 0 0 612 4 0 0 20 0 20 0 8388604 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8388607 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19108176 memory=13048 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 8388607 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19108176 memory=7754043902811500216 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8388622 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180016 KiB

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

# cumulated CPU time of all completed processes:  user=8.66169 s, system=0.091423 s

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

[startup+6.40102 s]
/proc/loadavg: 4.17 3.24 2.55 5/337 86965
/proc/meminfo: memFree=100882880/131524600 swapFree=131071996/131071996
[pid=86943] ppid=86940 vsize=19108176 memory=180016 CPUtime=8.66 cores=0,2
/proc/86943/stat : 86943 (java) S 86940 86943 86029 0 -1 1077936128 25048 0 0 0 858 8 0 0 20 0 20 0 8388604 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
/proc/86943/statm: 4777044 45004 5901 1 0 555515 0
[pid=86943/tid=86945] ppid=86940 vsize=19108176 memory=228489167166 CPUtime=6.25 cores=0,2
/proc/86943/task/86945/stat : 86945 (java) R 86940 86943 86029 0 -1 4194368 7661 0 0 0 621 4 0 0 20 0 20 0 8388604 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86954] ppid=86940 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/86943/task/86954/stat : 86954 (Finalizer) S 86940 86943 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8388607 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86961] ppid=86940 vsize=19108176 memory=34836 CPUtime=0 cores=0,2
/proc/86943/task/86961/stat : 86961 (Common-Cleaner) S 86940 86943 86029 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 8388607 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
[pid=86943/tid=86962] ppid=86940 vsize=19108176 memory=-6000919507082765927 CPUtime=0 cores=0,2
/proc/86943/task/86962/stat : 86962 (Timer-0) S 86940 86943 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8388622 19566772224 45004 134679101440 94446443716608 94446443720304 140735690855200 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94446443728120 94446443728912 94446477041664 140735690863622 140735690863712 140735690863712 140735690870728 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180016 KiB

Child status: 30

Real time (s): 6.47408
CPU time (s): 8.75311
CPU user time (s): 8.66169
CPU system time (s): 0.091423
CPU usage (%): 135.202
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 180016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.66169
system time used= 0.091423
maximum resident set size= 182000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 898
involuntary context switches= 271


# summary of solver processes directly reported to runsolver:
#   pid: 86943
#   total CPU time (s): 8.75311
#   total CPU user time (s): 8.66169
#   total CPU system time (s): 0.091423

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028746 second user time and 0.064621 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-23 09:11:01
IDJOB=4456171
IDBENCH=143264
IDSOLVER=3037
FILE ID=nodeC017/4456171-1721718661
RUNJOBID= nodeC017-1721718407-86039
SLURM_JOB_ID= 7770408
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110975965--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456171-1721718661/watcher-4456171-1721718661 -o /tmp/evaluation-result-4456171-1721718661/solver-4456171-1721718661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721718407-86039 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4456171-1721718661.wbo

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

MD5SUM BENCH= bcf92f404e969c6877896aa9568ceb80
RANDOM SEED=137254472

nodeC017.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		: 3615.137
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.61
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		: 3684.474
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	: 7006.74
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		: 3643.680
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.508
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	: 7006.74
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		: 3677.401
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.61
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		: 3684.559
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	: 7006.74
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		: 3643.395
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.61
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		: 3600.462
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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        101042320 kB
MemAvailable:   121909432 kB
Buffers:          141184 kB
Cached:         21462052 kB
SwapCached:            0 kB
Active:           896588 kB
Inactive:       28826108 kB
Active(anon):       1552 kB
Inactive(anon):  8155676 kB
Active(file):     895036 kB
Inactive(file): 20670432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               952 kB
Writeback:             0 kB
AnonPages:       8117312 kB
Mapped:           119876 kB
Shmem:             37720 kB
KReclaimable:     282936 kB
Slab:             390008 kB
SReclaimable:     282936 kB
SUnreclaim:       107072 kB
KernelStack:        5120 kB
PageTables:        25972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10392188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18272 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7761920 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:      277204 kB
DirectMap2M:    21516288 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-23 09:11:07