Trace number 4524866

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 2025-06-06OPTIMUM 13.5106 11.0174

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
MD5SUM10fcd5720e5cccbfac708c069f95798b
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.14616
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 1231
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4524866-1751617396.wbo
0.13/0.14	c reading problem ... 
0.13/0.17	c ... done. Wall clock time 0.03s.
0.13/0.17	c declared #vars     169
0.13/0.17	c internal #vars     270
0.13/0.17	c #constraints  102
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.13/0.17	c org.sat4j.specs.Constr$1 => 1
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.13/0.17	c 102 constraints processed.
0.13/0.18	c objective function length is 101 literals
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.096
0.31/0.24	o 839
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.107
0.31/0.25	o 831
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.25
0.50/0.39	o 827
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.253
0.50/0.39	o 690
0.50/0.40	c Got one! Elapsed wall clock time (in seconds):0.257
0.50/0.40	o 626
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.262
0.69/0.41	o 612
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.264
0.69/0.41	o 597
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.281
0.69/0.42	o 585
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.286
0.69/0.43	o 578
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.288
0.69/0.43	o 563
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.291
0.69/0.43	o 557
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.295
0.69/0.43	o 547
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.297
0.69/0.44	o 418
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.307
0.69/0.45	o 363
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.31
0.69/0.45	o 353
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.324
0.69/0.46	o 349
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.334
0.69/0.47	o 346
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.339
0.69/0.48	o 333
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.347
0.69/0.49	o 329
0.89/0.52	c Got one! Elapsed wall clock time (in seconds):0.377
0.89/0.52	o 327
0.89/0.53	c Got one! Elapsed wall clock time (in seconds):0.388
0.89/0.53	o 322
0.89/0.53	c Got one! Elapsed wall clock time (in seconds):0.392
0.89/0.53	o 321
0.89/0.56	c Got one! Elapsed wall clock time (in seconds):0.416
0.89/0.56	o 319
0.89/0.56	c Got one! Elapsed wall clock time (in seconds):0.422
0.89/0.56	o 318
0.89/0.57	c Got one! Elapsed wall clock time (in seconds):0.426
0.89/0.57	o 317
0.89/0.58	c Got one! Elapsed wall clock time (in seconds):0.443
0.89/0.58	o 316
1.08/0.60	c Got one! Elapsed wall clock time (in seconds):0.462
1.08/0.60	o 310
1.08/0.61	c Got one! Elapsed wall clock time (in seconds):0.473
1.08/0.61	o 309
1.08/0.66	c Got one! Elapsed wall clock time (in seconds):0.516
1.08/0.66	o 307
1.08/0.69	c Got one! Elapsed wall clock time (in seconds):0.555
1.08/0.69	o 306
1.26/0.70	c Got one! Elapsed wall clock time (in seconds):0.56
1.26/0.70	o 305
1.26/0.74	c Got one! Elapsed wall clock time (in seconds):0.596
1.26/0.74	o 290
1.46/0.80	c cleaning 5933 clauses out of 11866 with flag 3652/11866
1.46/0.89	c Got one! Elapsed wall clock time (in seconds):0.746
1.46/0.89	o 288
1.61/0.91	c Got one! Elapsed wall clock time (in seconds):0.773
1.61/0.91	o 287
1.61/0.92	c Got one! Elapsed wall clock time (in seconds):0.779
1.61/0.92	o 284
1.61/0.93	c Got one! Elapsed wall clock time (in seconds):0.79
1.61/0.93	o 269
1.61/0.95	c Got one! Elapsed wall clock time (in seconds):0.811
1.61/0.95	o 268
1.61/0.96	c Got one! Elapsed wall clock time (in seconds):0.82
1.61/0.96	o 267
1.61/0.96	c Got one! Elapsed wall clock time (in seconds):0.823
1.61/0.96	o 264
1.61/0.98	c Got one! Elapsed wall clock time (in seconds):0.835
1.61/0.98	o 257
1.74/1.01	c cleaning 6777 clauses out of 13562 with flag 3335/19495
1.74/1.03	c Got one! Elapsed wall clock time (in seconds):0.891
1.74/1.03	o 249
1.92/1.17	c cleaning 6257 clauses out of 12514 with flag 20901/25224
2.22/1.31	c Got one! Elapsed wall clock time (in seconds):1.166
2.22/1.31	o 245
2.22/1.34	c cleaning 5930 clauses out of 11859 with flag 3595/30826
2.37/1.42	c Got one! Elapsed wall clock time (in seconds):1.276
2.37/1.42	o 239
2.37/1.47	c cleaning 5561 clauses out of 11133 with flag 7299/36030
2.37/1.49	c Got one! Elapsed wall clock time (in seconds):1.352
2.37/1.49	o 234
2.62/1.62	c cleaning 5716 clauses out of 11432 with flag 19150/41890
2.72/1.78	c cleaning 5851 clauses out of 11707 with flag 46551/47881
2.82/1.80	c Got one! Elapsed wall clock time (in seconds):1.658
2.82/1.80	o 233
2.82/1.85	c Got one! Elapsed wall clock time (in seconds):1.712
2.82/1.85	o 231
2.82/1.86	c Got one! Elapsed wall clock time (in seconds):1.72
2.82/1.86	o 227
2.92/1.95	c cleaning 5989 clauses out of 11981 with flag 13641/54006
3.03/2.01	c Got one! Elapsed wall clock time (in seconds):1.873
3.03/2.01	o 215
3.03/2.10	c cleaning 5975 clauses out of 11950 with flag 13318/59964
3.03/2.10	c Got one! Elapsed wall clock time (in seconds):1.961
3.03/2.10	o 212
3.23/2.23	c cleaning 5537 clauses out of 11095 with flag 21564/65084
3.33/2.37	c Got one! Elapsed wall clock time (in seconds):2.232
3.33/2.37	o 211
3.43/2.42	c Got one! Elapsed wall clock time (in seconds):2.276
3.43/2.42	o 210
3.43/2.44	c Got one! Elapsed wall clock time (in seconds):2.299
3.43/2.44	o 208
3.43/2.45	c Got one! Elapsed wall clock time (in seconds):2.31
3.43/2.45	o 207
3.43/2.47	c Got one! Elapsed wall clock time (in seconds):2.333
3.43/2.47	o 206
3.55/2.54	c Got one! Elapsed wall clock time (in seconds):2.4
3.55/2.54	o 192
3.55/2.55	c Got one! Elapsed wall clock time (in seconds):2.406
3.55/2.55	o 190
3.65/2.62	c cleaning 9659 clauses out of 19320 with flag 9578/78846
3.65/2.62	c Got one! Elapsed wall clock time (in seconds):2.484
3.65/2.62	o 189
3.65/2.64	c Got one! Elapsed wall clock time (in seconds):2.498
3.65/2.64	o 185
3.76/2.72	c Got one! Elapsed wall clock time (in seconds):2.576
3.76/2.72	o 184
3.76/2.79	c Got one! Elapsed wall clock time (in seconds):2.648
3.76/2.79	o 180
3.86/2.82	c Got one! Elapsed wall clock time (in seconds):2.682
3.86/2.82	o 179
3.86/2.84	c Got one! Elapsed wall clock time (in seconds):2.698
3.86/2.84	o 177
3.86/2.85	c Got one! Elapsed wall clock time (in seconds):2.707
3.86/2.85	o 168
3.86/2.89	c cleaning 9180 clauses out of 18369 with flag 4536/87554
3.96/2.90	c Got one! Elapsed wall clock time (in seconds):2.763
3.96/2.90	o 165
3.96/2.96	c Got one! Elapsed wall clock time (in seconds):2.821
3.96/2.96	o 158
4.06/3.01	c Got one! Elapsed wall clock time (in seconds):2.866
4.06/3.01	o 152
4.06/3.01	c Got one! Elapsed wall clock time (in seconds):2.872
4.06/3.01	o 151
4.06/3.08	c cleaning 7826 clauses out of 15660 with flag 10051/94025
4.06/3.09	c Got one! Elapsed wall clock time (in seconds):2.947
4.06/3.09	o 150
4.06/3.10	c Got one! Elapsed wall clock time (in seconds):2.96
4.06/3.10	o 127
4.17/3.14	c Got one! Elapsed wall clock time (in seconds):3.005
4.17/3.14	o 124
4.17/3.15	c Got one! Elapsed wall clock time (in seconds):3.01
4.17/3.15	o 99
4.17/3.17	c Got one! Elapsed wall clock time (in seconds):3.028
4.17/3.17	o 92
4.50/3.34	c cleaning 7435 clauses out of 14891 with flag 15643/101082
4.70/3.42	c Got one! Elapsed wall clock time (in seconds):3.284
4.70/3.42	o 89
4.89/3.58	c cleaning 6693 clauses out of 13405 with flag 12849/107031
4.89/3.59	c Got one! Elapsed wall clock time (in seconds):3.447
4.89/3.59	o 81
5.30/3.71	c Got one! Elapsed wall clock time (in seconds):3.574
5.30/3.71	o 79
5.30/3.73	c Got one! Elapsed wall clock time (in seconds):3.591
5.30/3.73	o 73
5.49/3.87	c cleaning 6517 clauses out of 13039 with flag 8111/113358
6.09/4.12	c cleaning 6259 clauses out of 12522 with flag 35199/119358
6.21/4.25	c Got one! Elapsed wall clock time (in seconds):4.107
6.21/4.25	o 72
6.21/4.27	c Got one! Elapsed wall clock time (in seconds):4.129
6.21/4.27	o 71
6.42/4.42	c cleaning 8646 clauses out of 17291 with flag 20907/130386
6.42/4.44	c Got one! Elapsed wall clock time (in seconds):4.299
6.42/4.44	o 66
6.58/4.58	c cleaning 7190 clauses out of 14387 with flag 21928/136128
6.87/4.73	c cleaning 6598 clauses out of 13199 with flag 48343/142130
6.87/4.74	c Got one! Elapsed wall clock time (in seconds):4.601
6.87/4.74	o 63
6.87/4.76	c Got one! Elapsed wall clock time (in seconds):4.618
6.87/4.76	o 62
6.87/4.76	c Got one! Elapsed wall clock time (in seconds):4.623
6.87/4.76	o 55
6.97/4.80	c Got one! Elapsed wall clock time (in seconds):4.658
6.97/4.80	o 46
6.97/4.83	c Got one! Elapsed wall clock time (in seconds):4.686
6.97/4.83	o 43
6.97/4.87	c Got one! Elapsed wall clock time (in seconds):4.731
6.97/4.87	o 37
7.07/4.94	c cleaning 7042 clauses out of 14102 with flag 7921/149631
7.18/5.08	c cleaning 6522 clauses out of 13058 with flag 33638/155629
7.38/5.25	c cleaning 6768 clauses out of 13537 with flag 68787/162630
7.70/5.46	c cleaning 7381 clauses out of 14767 with flag 97717/170629
7.91/5.65	c cleaning 8186 clauses out of 16387 with flag 129100/179631
8.20/5.90	c cleaning 9094 clauses out of 18199 with flag 166423/189629
8.34/6.04	c Got one! Elapsed wall clock time (in seconds):5.896
8.34/6.04	o 36
8.61/6.20	c cleaning 9885 clauses out of 19779 with flag 19834/200303
8.61/6.23	c Got one! Elapsed wall clock time (in seconds):6.092
8.61/6.23	o 35
8.73/6.33	c cleaning 7655 clauses out of 15329 with flag 15944/205738
8.73/6.36	c Got one! Elapsed wall clock time (in seconds):6.218
8.73/6.36	o 34
8.73/6.39	c Got one! Elapsed wall clock time (in seconds):6.253
8.73/6.39	o 33
8.83/6.47	c cleaning 6905 clauses out of 13815 with flag 11081/211879
8.93/6.59	c cleaning 6456 clauses out of 12911 with flag 32422/217880
9.13/6.76	c cleaning 6727 clauses out of 13455 with flag 60387/224881
9.34/6.94	c cleaning 7356 clauses out of 14725 with flag 95166/232879
9.57/7.17	c cleaning 8183 clauses out of 16372 with flag 130760/241882
9.86/7.43	c cleaning 9085 clauses out of 18185 with flag 174294/251879
9.96/7.52	c Got one! Elapsed wall clock time (in seconds):7.379
9.96/7.52	o 32
9.96/7.55	c cleaning 7287 clauses out of 14581 with flag 4103/257360
10.06/7.68	c cleaning 6631 clauses out of 13290 with flag 28684/263357
10.26/7.83	c cleaning 6827 clauses out of 13658 with flag 54922/270357
10.36/7.99	c cleaning 7414 clauses out of 14831 with flag 84074/278358
10.47/8.08	c Got one! Elapsed wall clock time (in seconds):7.94
10.47/8.08	o 29
10.57/8.11	c cleaning 6261 clauses out of 12546 with flag 3702/283487
10.66/8.22	c Got one! Elapsed wall clock time (in seconds):8.083
10.66/8.22	o 28
10.76/8.35	c Got one! Elapsed wall clock time (in seconds):8.205
10.76/8.35	o 27
10.76/8.38	c cleaning 9062 clauses out of 18134 with flag 3466/295337
10.76/8.39	c Got one! Elapsed wall clock time (in seconds):8.246
10.76/8.39	o 26
10.87/8.48	c Got one! Elapsed wall clock time (in seconds):8.345
10.87/8.49	o 23
10.97/8.51	c cleaning 7498 clauses out of 15006 with flag 3364/301271
10.97/8.57	c Got one! Elapsed wall clock time (in seconds):8.433
10.97/8.57	o 20
11.07/8.62	c cleaning 6357 clauses out of 12734 with flag 6908/306497
11.07/8.64	c Got one! Elapsed wall clock time (in seconds):8.502
11.07/8.64	o 19
11.16/8.72	c cleaning 5853 clauses out of 11725 with flag 13741/311845
11.27/8.84	c cleaning 5931 clauses out of 11870 with flag 33445/317845
11.36/8.98	c cleaning 6470 clauses out of 12940 with flag 56028/324847
11.47/9.10	c Got one! Elapsed wall clock time (in seconds):8.958
11.47/9.10	o 17
11.66/9.24	c cleaning 8837 clauses out of 17699 with flag 18678/336078
11.76/9.37	c cleaning 7424 clauses out of 14860 with flag 41690/342076
11.96/9.50	c Got one! Elapsed wall clock time (in seconds):9.357
11.96/9.50	o 16
12.06/9.60	c Got one! Elapsed wall clock time (in seconds):9.463
12.06/9.60	o 15
12.06/9.67	c cleaning 9572 clauses out of 19144 with flag 8658/353787
12.26/9.82	c cleaning 7780 clauses out of 15570 with flag 34231/359787
12.26/9.89	c Got one! Elapsed wall clock time (in seconds):9.747
12.26/9.89	o 14
12.36/9.95	c cleaning 6499 clauses out of 13020 with flag 8609/365017
12.47/10.10	c cleaning 6258 clauses out of 12523 with flag 32567/371019
12.66/10.29	c cleaning 6630 clauses out of 13265 with flag 62094/378019
12.76/10.35	c Got one! Elapsed wall clock time (in seconds):10.213
12.76/10.35	o 13
12.87/10.44	c cleaning 6193 clauses out of 12395 with flag 12912/383780
13.06/10.61	c cleaning 6088 clauses out of 12203 with flag 39596/389781
13.16/10.75	c Got one! Elapsed wall clock time (in seconds):10.605
13.16/10.75	o 3
13.40/10.93	c cleaning 8226 clauses out of 16454 with flag 22121/400126
13.40/10.96	c starts		: 311
13.40/10.97	c conflicts		: 401050
13.40/10.97	c decisions		: 717684
13.40/10.97	c propagations		: 12032644
13.40/10.97	c inspects		: 80011112
13.40/10.97	c shortcuts		: 0
13.40/10.97	c learnt literals	: 35
13.40/10.97	c learnt binary clauses	: 29
13.40/10.97	c learnt ternary clauses	: 711
13.40/10.97	c learnt constraints	: 401014
13.40/10.97	c ignored constraints	: 0
13.40/10.97	c root simplifications	: 0
13.40/10.97	c removed literals (reason simplification)	: 248416
13.40/10.97	c reason swapping (by a shorter reason)	: 0
13.40/10.97	c Calls to reduceDB	: 55
13.40/10.97	c Number of update (reduction) of LBD	: 131967
13.40/10.97	c Imported unit clauses	: 0
13.40/10.97	c No decision after first conflict	: false
13.40/10.97	c number of reductions to clauses (during analyze)	: 0
13.40/10.97	c number of learned constraints concerned by reduction	: 0
13.40/10.97	c number of learning phase by resolution	: 0
13.40/10.97	c number of learning phase by cutting planes	: 0
13.40/10.97	c number of rounding to 1 operations	: 0
13.40/10.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.40/10.97	c number of reductions of the coefficients by power 2 	: 0
13.40/10.97	c number of right shift for reduction by power 2 	: 0
13.40/10.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.40/10.97	c number of ending skipping 	: 0
13.40/10.97	c number of internal skipping 	: 0
13.40/10.97	c number of derivation steps 	: 0
13.40/10.97	c number of skipped derivation steps 	: 0
13.40/10.97	c number of remaining unassigned 	: 0
13.40/10.97	c number of remaining assigned 	: 0
13.40/10.97	c number of falsified literals weakened from reason	: 0
13.40/10.97	c number of falsified literals weakened from conflict	: 0
13.40/10.97	c time for arithmetic operations	: 0
13.40/10.98	c minimum degree of deleted constraints	: null
13.40/10.98	c maximum degree of deleted constraints	: null
13.40/10.98	c number of deleted constraints	: 0
13.40/10.98	c speed (assignments/second)	: 1115476.4067859459
13.40/10.98	c non guided choices	: 4427
13.40/10.98	s OPTIMUM FOUND
13.40/10.98	c Found 103 solution(s)
13.40/10.98	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 
13.40/10.98	c objective function=3
13.40/10.98	c Total wall clock time (in seconds): 10.837

Verifier Data

OK	3

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524866-1751617396/watcher-4524866-1751617396 -o /tmp/evaluation-result-4524866-1751617396/solver-4524866-1751617396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86636 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524866-1751617396.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=87891, runsolver pid=87888

[startup+0.100061 s]*
/proc/loadavg: 4.53 3.95 3.85 6/340 87909
/proc/meminfo: memFree=103295796/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=18930384 memory=55636 CPUtime=0.13 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 6554 0 0 0 11 2 0 0 20 0 18 0 77418276 19384713216 13909 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4732596 13909 5338 1 0 547604 0
[pid=87891/tid=87893] ppid=87888 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 77418277 19384713216 13909 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77418279 19384713216 13909 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77418279 19384713216 13909 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55636 KiB

[startup+0.2062 s]*
/proc/loadavg: 4.53 3.95 3.85 7/341 87910
/proc/meminfo: memFree=103289684/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=18996948 memory=62500 CPUtime=0.31 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 7136 0 0 0 29 2 0 0 20 0 19 0 77418276 19452874752 15625 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4749237 15625 5466 1 0 548275 0
[pid=87891/tid=87893] ppid=87888 vsize=18996948 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 5360 0 0 0 15 2 0 0 20 0 19 0 77418277 19452874752 15625 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=18996948 memory=13937 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 15625 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=18996948 memory=60684515935208 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 15625 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77418295 19452874752 15625 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62500 KiB

[startup+0.306213 s]*
/proc/loadavg: 4.53 3.95 3.85 6/341 87910
/proc/meminfo: memFree=103285652/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=18996948 memory=66792 CPUtime=0.5 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 9126 0 0 0 47 3 0 0 20 0 19 0 77418276 19452874752 16698 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4749237 16698 5466 1 0 549323 0
[pid=87891/tid=87893] ppid=87888 vsize=18996948 memory=-6000919472655983975 CPUtime=0.25 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 5387 0 0 0 23 2 0 0 20 0 19 0 77418277 19452874752 16698 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 16698 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 16698 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77418295 19452874752 16698 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66792 KiB

[startup+0.700246 s]
/proc/loadavg: 4.53 3.95 3.85 6/341 87910
/proc/meminfo: memFree=103273744/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=18996948 memory=84332 CPUtime=1.26 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 12034 0 0 0 122 4 0 0 20 0 19 0 77418276 19452874752 21083 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4749237 21083 5498 1 0 551525 0
[pid=87891/tid=87893] ppid=87888 vsize=18996948 memory=18560 CPUtime=0.62 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 5394 0 0 0 60 2 0 0 20 0 19 0 77418277 19452874752 21083 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 21083 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 21083 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77418295 19452874752 21083 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84332 KiB

[startup+1.50025 s]
/proc/loadavg: 4.53 3.95 3.85 5/341 87910
/proc/meminfo: memFree=103265552/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=18996948 memory=99464 CPUtime=2.52 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 16134 0 0 0 247 5 0 0 20 0 19 0 77418276 19452874752 24866 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4749237 24866 5498 1 0 551576 0
[pid=87891/tid=87893] ppid=87888 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 5977 0 0 0 139 2 0 0 20 0 19 0 77418277 19452874752 24866 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 24866 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 24866 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77418295 19452874752 24866 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99464 KiB

[startup+3.10601 s]
/proc/loadavg: 4.49 3.95 3.85 5/341 87910
/proc/meminfo: memFree=103232716/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=18996948 memory=124300 CPUtime=4.17 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 17069 0 0 0 411 6 0 0 20 0 19 0 77418276 19452874752 31075 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4749237 31075 5498 1 0 551581 0
[pid=87891/tid=87893] ppid=87888 vsize=18996948 memory=11136 CPUtime=3.02 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 6381 0 0 0 299 3 0 0 20 0 19 0 77418277 19452874752 31075 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=18996948 memory=-6000919472655983975 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 31075 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77418279 19452874752 31075 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77418295 19452874752 31075 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124300 KiB

[startup+6.30025 s]
/proc/loadavg: 4.49 3.95 3.85 6/341 87910
/proc/meminfo: memFree=103174644/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=19063512 memory=175500 CPUtime=8.73 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 30784 0 0 0 864 9 0 0 20 0 20 0 77418276 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4765878 43875 5498 1 0 555707 0
[pid=87891/tid=87893] ppid=87888 vsize=19063512 memory=0 CPUtime=6.19 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 8530 0 0 0 615 4 0 0 20 0 20 0 77418277 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77418295 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 8.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175500 KiB

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

# cumulated CPU time of all completed processes:  user=13.4088 s, system=0.101819 s

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

[startup+6.40029 s]
/proc/loadavg: 4.49 3.95 3.85 6/341 87910
/proc/meminfo: memFree=103174644/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=19063512 memory=175500 CPUtime=8.83 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 30784 0 0 0 874 9 0 0 20 0 20 0 77418276 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4765878 43875 5498 1 0 555707 0
[pid=87891/tid=87893] ppid=87888 vsize=19063512 memory=101512 CPUtime=6.29 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 8530 0 0 0 625 4 0 0 20 0 20 0 77418277 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=19063512 memory=224194199869 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=19063512 memory=-6000919472655983975 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77418295 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175500 KiB

[startup+9.6002 s]
/proc/loadavg: 4.45 3.95 3.85 6/342 87911
/proc/meminfo: memFree=103168324/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=19063512 memory=175500 CPUtime=12.06 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 30833 0 0 0 1197 9 0 0 20 0 20 0 77418276 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4765878 43875 5498 1 0 555723 0
[pid=87891/tid=87893] ppid=87888 vsize=19063512 memory=-6000919472655983975 CPUtime=9.48 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 8539 0 0 0 944 4 0 0 20 0 20 0 77418277 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=19063512 memory=-6000919472655983975 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77418295 19521036288 43875 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 12.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175500 KiB

[startup+10.4002 s]
/proc/loadavg: 4.45 3.95 3.85 5/342 87911
/proc/meminfo: memFree=103168340/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=19063512 memory=175628 CPUtime=12.87 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 32219 0 0 0 1278 9 0 0 20 0 20 0 77418276 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4765878 43907 5498 1 0 555723 0
[pid=87891/tid=87893] ppid=87888 vsize=19063512 memory=12544 CPUtime=10.29 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 9047 0 0 0 1024 5 0 0 20 0 20 0 77418277 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=19063512 memory=2708 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=19063512 memory=-6000919472655983975 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77418295 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 12.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175628 KiB

[startup+10.8002 s]
/proc/loadavg: 4.45 3.95 3.85 5/342 87911
/proc/meminfo: memFree=103168340/131249996 swapFree=33010160/33010684
[pid=87891] ppid=87888 vsize=19063512 memory=175628 CPUtime=13.3 cores=1,3
/proc/87891/stat : 87891 (java) S 87888 87891 86624 0 -1 4194304 33275 0 0 0 1321 9 0 0 20 0 20 0 77418276 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
/proc/87891/statm: 4765878 43907 5498 1 0 555723 0
[pid=87891/tid=87893] ppid=87888 vsize=19063512 memory=215587488049 CPUtime=10.69 cores=1,3
/proc/87891/task/87893/stat : 87893 (java) R 87888 87891 86624 0 -1 4194368 9053 0 0 0 1064 5 0 0 20 0 20 0 77418277 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87902] ppid=87888 vsize=19063512 memory=2305897122379334386 CPUtime=0 cores=1,3
/proc/87891/task/87902/stat : 87902 (Finalizer) S 87888 87891 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87909] ppid=87888 vsize=19063512 memory=2314860354816486883 CPUtime=0 cores=1,3
/proc/87891/task/87909/stat : 87909 (Common-Cleaner) S 87888 87891 86624 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77418279 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
[pid=87891/tid=87910] ppid=87888 vsize=19063512 memory=-9123011406873178988 CPUtime=0 cores=1,3
/proc/87891/task/87910/stat : 87910 (Timer-0) S 87888 87891 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77418295 19521036288 43907 18446744073709551615 93993227399168 93993227402864 140731690453568 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93993227410680 93993227411472 93993234980864 140731690457471 140731690457572 140731690457572 140731690463176 0
Current children cumulated CPU time: 13.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175628 KiB

[startup+11.0013 s]*
/proc/loadavg: 4.45 3.95 3.85 6/321 87913
/proc/meminfo: memFree=103329652/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 11.0174
CPU time (s): 13.5106
CPU user time (s): 13.4088
CPU system time (s): 0.101819
CPU usage (%): 122.63
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 175628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4088
system time used= 0.101819
maximum resident set size= 176268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34924
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= 1861
involuntary context switches= 1036


# summary of solver processes directly reported to runsolver:
#   pid: 87891
#   total CPU time (s): 13.5106
#   total CPU user time (s): 13.4088
#   total CPU system time (s): 0.101819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046085 second user time and 0.097674 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 10:23:16
IDJOB=4524866
IDBENCH=143275
IDSOLVER=3380
FILE ID=nodeC032/4524866-1751617396
RUNJOBID= nodeC032-1751616933-86636
SLURM_JOB_ID= 9598926
Free space on /tmp= 429048 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524866-1751617396/watcher-4524866-1751617396 -o /tmp/evaluation-result-4524866-1751617396/solver-4524866-1751617396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86636 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524866-1751617396.wbo

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

MD5SUM BENCH= 10fcd5720e5cccbfac708c069f95798b
RANDOM SEED=1487989273

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        103326384 kB
MemAvailable:   121351664 kB
Buffers:            2728 kB
Cached:         18702988 kB
SwapCached:           20 kB
Active:          8749624 kB
Inactive:       18333484 kB
Active(anon):    8392324 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18330360 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:       8380516 kB
Mapped:           124124 kB
Shmem:             18048 kB
KReclaimable:     353716 kB
Slab:             448492 kB
SReclaimable:     353716 kB
SUnreclaim:        94776 kB
KernelStack:        5180 kB
PageTables:        20196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10606576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8114176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429048 MiB
End job on nodeC032 at 2025-07-04 10:23:28