Trace number 4524884

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 12.9048 10.3059

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-0-100-0.wbo
MD5SUM480e7033c0e6131d93c6a0171695ac31
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 benchmark1.05933
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 1222
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4524884-1751617420.wbo
0.11/0.14	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.029s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     270
0.11/0.17	c #constraints  102
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.17	c org.sat4j.specs.Constr$1 => 1
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.11/0.17	c 102 constraints processed.
0.11/0.18	c objective function length is 101 literals
0.31/0.27	c SATISFIABLE
0.31/0.27	c OPTIMIZING...
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.129
0.31/0.27	o 416
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.135
0.31/0.27	o 400
0.31/0.28	c Got one! Elapsed wall clock time (in seconds):0.143
0.31/0.28	o 399
0.87/0.53	c cleaning 2650 clauses out of 5311 with flag 17827/5311
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.399
0.87/0.54	o 398
0.87/0.54	c Got one! Elapsed wall clock time (in seconds):0.405
0.87/0.54	o 386
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.409
0.87/0.55	o 377
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.421
0.87/0.56	o 364
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.425
0.87/0.56	o 352
0.87/0.57	c Got one! Elapsed wall clock time (in seconds):0.431
0.87/0.57	o 337
1.05/0.65	c Got one! Elapsed wall clock time (in seconds):0.507
1.05/0.65	o 335
1.05/0.65	c Got one! Elapsed wall clock time (in seconds):0.512
1.05/0.65	o 322
1.24/0.70	c Got one! Elapsed wall clock time (in seconds):0.566
1.24/0.70	o 321
1.24/0.74	c Got one! Elapsed wall clock time (in seconds):0.602
1.24/0.74	o 319
1.24/0.75	c Got one! Elapsed wall clock time (in seconds):0.611
1.24/0.75	o 304
1.24/0.76	c Got one! Elapsed wall clock time (in seconds):0.624
1.24/0.76	o 300
1.24/0.77	c Got one! Elapsed wall clock time (in seconds):0.63
1.24/0.77	o 296
1.43/0.82	c Got one! Elapsed wall clock time (in seconds):0.68
1.43/0.82	o 295
1.43/0.85	c Got one! Elapsed wall clock time (in seconds):0.708
1.43/0.85	o 286
1.63/0.92	c cleaning 5532 clauses out of 11063 with flag 9408/13713
1.63/0.93	c Got one! Elapsed wall clock time (in seconds):0.793
1.63/0.93	o 283
1.83/1.04	c Got one! Elapsed wall clock time (in seconds):0.906
1.83/1.04	o 282
1.83/1.08	c Got one! Elapsed wall clock time (in seconds):0.942
1.83/1.08	o 270
1.83/1.10	c Got one! Elapsed wall clock time (in seconds):0.96
1.83/1.10	o 267
1.97/1.14	c cleaning 6389 clauses out of 12789 with flag 4449/20971
1.97/1.17	c Got one! Elapsed wall clock time (in seconds):1.027
1.97/1.17	o 259
2.25/1.32	c cleaning 6180 clauses out of 12370 with flag 22200/26941
2.25/1.33	c Got one! Elapsed wall clock time (in seconds):1.192
2.25/1.33	o 255
2.42/1.47	c Got one! Elapsed wall clock time (in seconds):1.335
2.42/1.47	o 249
2.54/1.51	c cleaning 6095 clauses out of 12189 with flag 5037/32940
2.54/1.52	c Got one! Elapsed wall clock time (in seconds):1.38
2.54/1.52	o 248
2.54/1.53	c Got one! Elapsed wall clock time (in seconds):1.388
2.54/1.53	o 222
2.54/1.58	c Got one! Elapsed wall clock time (in seconds):1.445
2.54/1.58	o 221
2.74/1.68	c cleaning 5949 clauses out of 11898 with flag 14505/38744
2.74/1.68	c Got one! Elapsed wall clock time (in seconds):1.546
2.74/1.68	o 220
2.92/1.71	c Got one! Elapsed wall clock time (in seconds):1.567
2.92/1.71	o 219
2.92/1.71	c Got one! Elapsed wall clock time (in seconds):1.576
2.92/1.72	o 218
2.92/1.72	c Got one! Elapsed wall clock time (in seconds):1.583
2.92/1.72	o 217
2.92/1.76	c Got one! Elapsed wall clock time (in seconds):1.624
2.92/1.76	o 216
2.92/1.77	c Got one! Elapsed wall clock time (in seconds):1.631
2.92/1.77	o 213
3.03/1.81	c Got one! Elapsed wall clock time (in seconds):1.671
3.03/1.81	o 201
3.03/1.85	c Got one! Elapsed wall clock time (in seconds):1.71
3.03/1.85	o 200
3.14/1.91	c cleaning 7009 clauses out of 14033 with flag 7233/46828
3.24/2.08	c cleaning 6505 clauses out of 13024 with flag 35449/52828
3.44/2.28	c cleaning 6757 clauses out of 13519 with flag 67518/59828
3.54/2.39	c Got one! Elapsed wall clock time (in seconds):2.247
3.54/2.39	o 197
3.64/2.41	c Got one! Elapsed wall clock time (in seconds):2.268
3.64/2.41	o 193
3.64/2.45	c cleaning 6269 clauses out of 12551 with flag 4191/65617
3.64/2.46	c Got one! Elapsed wall clock time (in seconds):2.324
3.64/2.46	o 192
3.64/2.47	c Got one! Elapsed wall clock time (in seconds):2.334
3.64/2.47	o 185
3.74/2.52	c Got one! Elapsed wall clock time (in seconds):2.382
3.74/2.52	o 177
3.74/2.55	c Got one! Elapsed wall clock time (in seconds):2.407
3.74/2.55	o 175
3.74/2.58	c Got one! Elapsed wall clock time (in seconds):2.446
3.74/2.58	o 173
3.84/2.61	c Got one! Elapsed wall clock time (in seconds):2.472
3.84/2.61	o 171
3.84/2.62	c Got one! Elapsed wall clock time (in seconds):2.483
3.84/2.62	o 167
3.84/2.64	c Got one! Elapsed wall clock time (in seconds):2.503
3.84/2.64	o 166
3.94/2.73	c cleaning 8027 clauses out of 16053 with flag 14630/75388
4.05/2.81	c Got one! Elapsed wall clock time (in seconds):2.672
4.05/2.81	o 157
4.05/2.85	c Got one! Elapsed wall clock time (in seconds):2.714
4.05/2.85	o 153
4.05/2.87	c Got one! Elapsed wall clock time (in seconds):2.731
4.05/2.87	o 106
4.17/2.91	c Got one! Elapsed wall clock time (in seconds):2.767
4.17/2.91	o 105
4.17/2.92	c Got one! Elapsed wall clock time (in seconds):2.782
4.17/2.92	o 102
4.17/2.93	c Got one! Elapsed wall clock time (in seconds):2.796
4.17/2.93	o 94
4.37/3.05	c cleaning 8088 clauses out of 16178 with flag 7209/83540
4.76/3.29	c cleaning 7037 clauses out of 14090 with flag 30878/89540
4.96/3.32	c Got one! Elapsed wall clock time (in seconds):3.181
4.96/3.32	o 87
5.16/3.45	c cleaning 6163 clauses out of 12333 with flag 15973/94820
5.56/3.63	c cleaning 6082 clauses out of 12171 with flag 42217/100821
5.90/3.84	c cleaning 6543 clauses out of 13088 with flag 77604/107820
5.90/3.88	c Got one! Elapsed wall clock time (in seconds):3.746
5.90/3.88	o 86
6.05/3.93	c Got one! Elapsed wall clock time (in seconds):3.791
6.05/3.93	o 84
6.05/3.95	c Got one! Elapsed wall clock time (in seconds):3.811
6.05/3.95	o 83
6.05/3.97	c Got one! Elapsed wall clock time (in seconds):3.834
6.05/3.97	o 82
6.05/3.99	c Got one! Elapsed wall clock time (in seconds):3.85
6.05/3.99	o 79
6.21/4.05	c Got one! Elapsed wall clock time (in seconds):3.907
6.21/4.05	o 77
6.31/4.12	c cleaning 8181 clauses out of 16369 with flag 9421/117644
6.31/4.19	c Got one! Elapsed wall clock time (in seconds):4.049
6.31/4.19	o 76
6.31/4.19	c Got one! Elapsed wall clock time (in seconds):4.055
6.31/4.19	o 74
6.43/4.22	c Got one! Elapsed wall clock time (in seconds):4.078
6.43/4.22	o 73
6.43/4.23	c Got one! Elapsed wall clock time (in seconds):4.094
6.43/4.23	o 69
6.43/4.24	c Got one! Elapsed wall clock time (in seconds):4.1
6.43/4.24	o 63
6.43/4.26	c Got one! Elapsed wall clock time (in seconds):4.119
6.43/4.26	o 54
6.53/4.35	c cleaning 8087 clauses out of 16175 with flag 13032/125631
6.53/4.36	c Got one! Elapsed wall clock time (in seconds):4.222
6.53/4.36	o 52
6.66/4.44	c Got one! Elapsed wall clock time (in seconds):4.3
6.66/4.44	o 48
6.66/4.48	c cleaning 6816 clauses out of 13642 with flag 6055/131185
6.76/4.54	c Got one! Elapsed wall clock time (in seconds):4.402
6.76/4.54	o 43
6.76/4.59	c cleaning 6000 clauses out of 12014 with flag 6571/136373
6.96/4.71	c cleaning 6003 clauses out of 12013 with flag 27266/142372
7.06/4.83	c Got one! Elapsed wall clock time (in seconds):4.687
7.06/4.83	o 42
7.06/4.86	c Got one! Elapsed wall clock time (in seconds):4.717
7.06/4.86	o 40
7.17/4.97	c cleaning 8355 clauses out of 16717 with flag 15245/153079
7.38/5.12	c cleaning 7172 clauses out of 14361 with flag 38843/159078
7.38/5.16	c Got one! Elapsed wall clock time (in seconds):5.021
7.38/5.16	o 39
7.47/5.20	c Got one! Elapsed wall clock time (in seconds):5.064
7.47/5.20	o 38
7.47/5.23	c Got one! Elapsed wall clock time (in seconds):5.095
7.47/5.23	o 33
7.47/5.27	c cleaning 6508 clauses out of 13028 with flag 3648/164917
7.58/5.34	c Got one! Elapsed wall clock time (in seconds):5.205
7.58/5.34	o 32
7.58/5.35	c Got one! Elapsed wall clock time (in seconds):5.216
7.58/5.35	o 31
7.68/5.40	c Got one! Elapsed wall clock time (in seconds):5.26
7.68/5.40	o 28
7.68/5.42	c Got one! Elapsed wall clock time (in seconds):5.286
7.68/5.43	o 27
7.68/5.46	c cleaning 7433 clauses out of 14874 with flag 3701/173271
7.88/5.61	c cleaning 6715 clauses out of 13441 with flag 26869/179271
7.88/5.62	c Got one! Elapsed wall clock time (in seconds):5.477
7.88/5.62	o 24
7.98/5.72	c cleaning 6028 clauses out of 12070 with flag 18106/184615
7.98/5.77	c Got one! Elapsed wall clock time (in seconds):5.634
7.98/5.77	o 15
8.10/5.86	c cleaning 5828 clauses out of 11666 with flag 11662/190240
8.47/6.00	c Got one! Elapsed wall clock time (in seconds):5.866
8.47/6.01	o 10
8.57/6.16	c cleaning 8234 clauses out of 16480 with flag 20719/200882
8.77/6.32	c cleaning 7122 clauses out of 14244 with flag 44523/206881
9.06/6.50	c cleaning 7058 clauses out of 14121 with flag 72707/213881
9.26/6.70	c cleaning 7531 clauses out of 15063 with flag 104185/221882
9.50/6.94	c cleaning 8263 clauses out of 16530 with flag 138981/230881
9.70/7.19	c cleaning 9133 clauses out of 18267 with flag 178207/240882
10.00/7.49	c cleaning 10064 clauses out of 20134 with flag 223339/251882
10.40/7.83	c cleaning 11033 clauses out of 22069 with flag 274644/263882
10.80/8.23	c cleaning 12017 clauses out of 24035 with flag 332429/276881
11.00/8.44	c Got one! Elapsed wall clock time (in seconds):8.302
11.00/8.44	o 9
11.20/8.62	c cleaning 12512 clauses out of 25027 with flag 23675/289892
11.20/8.69	c Got one! Elapsed wall clock time (in seconds):8.552
11.20/8.69	o 7
11.30/8.77	c cleaning 8976 clauses out of 17977 with flag 13229/295354
11.39/8.83	c Got one! Elapsed wall clock time (in seconds):8.695
11.39/8.83	o 6
11.50/8.91	c cleaning 7365 clauses out of 14751 with flag 13398/301104
11.60/9.05	c cleaning 6688 clauses out of 13386 with flag 39216/307104
11.79/9.23	c cleaning 6840 clauses out of 13697 with flag 71132/314105
11.79/9.23	c Got one! Elapsed wall clock time (in seconds):9.091
11.79/9.23	o 3
11.79/9.24	c Got one! Elapsed wall clock time (in seconds):9.105
11.79/9.24	o 1
11.90/9.39	c cleaning 6238 clauses out of 12484 with flag 23601/319733
12.10/9.55	c cleaning 6119 clauses out of 12245 with flag 49891/325734
12.29/9.77	c cleaning 6558 clauses out of 13122 with flag 81736/332733
12.60/10.01	c cleaning 7274 clauses out of 14556 with flag 119065/340734
12.79/10.26	c starts		: 262
12.79/10.27	c conflicts		: 348250
12.79/10.27	c decisions		: 591211
12.79/10.27	c propagations		: 9773216
12.79/10.27	c inspects		: 80699908
12.79/10.27	c shortcuts		: 0
12.79/10.27	c learnt literals	: 41
12.79/10.27	c learnt binary clauses	: 27
12.79/10.27	c learnt ternary clauses	: 693
12.79/10.27	c learnt constraints	: 348208
12.79/10.27	c ignored constraints	: 0
12.79/10.27	c root simplifications	: 0
12.79/10.27	c removed literals (reason simplification)	: 221044
12.79/10.27	c reason swapping (by a shorter reason)	: 0
12.79/10.27	c Calls to reduceDB	: 46
12.79/10.27	c Number of update (reduction) of LBD	: 106129
12.79/10.27	c Imported unit clauses	: 0
12.79/10.27	c No decision after first conflict	: false
12.79/10.27	c number of reductions to clauses (during analyze)	: 0
12.79/10.28	c number of learned constraints concerned by reduction	: 0
12.79/10.28	c number of learning phase by resolution	: 0
12.79/10.28	c number of learning phase by cutting planes	: 0
12.79/10.28	c number of rounding to 1 operations	: 0
12.79/10.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
12.79/10.28	c number of reductions of the coefficients by power 2 	: 0
12.79/10.28	c number of right shift for reduction by power 2 	: 0
12.79/10.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
12.79/10.28	c number of ending skipping 	: 0
12.79/10.28	c number of internal skipping 	: 0
12.79/10.28	c number of derivation steps 	: 0
12.79/10.28	c number of skipped derivation steps 	: 0
12.79/10.28	c number of remaining unassigned 	: 0
12.79/10.28	c number of remaining assigned 	: 0
12.79/10.28	c number of falsified literals weakened from reason	: 0
12.79/10.28	c number of falsified literals weakened from conflict	: 0
12.79/10.28	c time for arithmetic operations	: 0
12.79/10.28	c minimum degree of deleted constraints	: null
12.79/10.28	c maximum degree of deleted constraints	: null
12.79/10.28	c number of deleted constraints	: 0
12.79/10.28	c speed (assignments/second)	: 968316.2587932231
12.79/10.28	c non guided choices	: 4514
12.79/10.28	s OPTIMUM FOUND
12.79/10.28	c Found 85 solution(s)
12.79/10.28	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 
12.79/10.28	c objective function=1
12.79/10.28	c Total wall clock time (in seconds): 10.142

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: 63708 MiB (50433 MiB free)
  memory of node 1: 64465 MiB (50464 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524884-1751617420/watcher-4524884-1751617420 -o /tmp/evaluation-result-4524884-1751617420/solver-4524884-1751617420 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86636 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524884-1751617420.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
solver pid=88023, runsolver pid=88020
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.70 4.04 3.88 6/340 88041
/proc/meminfo: memFree=103304200/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=18930384 memory=57200 CPUtime=0.11 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 6424 0 0 0 9 2 0 0 20 0 18 0 77420610 19384713216 14300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4732596 14300 5366 1 0 547574 0
[pid=88023/tid=88025] ppid=88020 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 5004 0 0 0 5 2 0 0 20 0 18 0 77420612 19384713216 14300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77420614 19384713216 14300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77420614 19384713216 14300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57200 KiB

[startup+0.206027 s]*
/proc/loadavg: 4.70 4.04 3.88 8/341 88042
/proc/meminfo: memFree=103300672/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=18996948 memory=64140 CPUtime=0.31 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 7048 0 0 0 28 3 0 0 20 0 19 0 77420610 19452874752 16035 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4749237 16035 5462 1 0 548385 0
[pid=88023/tid=88025] ppid=88020 vsize=18996948 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 5368 0 0 0 15 2 0 0 20 0 19 0 77420612 19452874752 16035 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=18996948 memory=13937 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 16035 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=18996948 memory=60684515935208 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 16035 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77420629 19452874752 16035 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64140 KiB

[startup+0.306048 s]*
/proc/loadavg: 4.70 4.04 3.88 7/341 88042
/proc/meminfo: memFree=103297144/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=18996948 memory=69332 CPUtime=0.5 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 8656 0 0 0 47 3 0 0 20 0 19 0 77420610 19452874752 17333 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4749237 17333 5494 1 0 549093 0
[pid=88023/tid=88025] ppid=88020 vsize=18996948 memory=-6000919507116909671 CPUtime=0.27 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 5396 0 0 0 25 2 0 0 20 0 19 0 77420612 19452874752 17333 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 17333 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 17333 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77420629 19452874752 17333 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69332 KiB

[startup+0.700252 s]
/proc/loadavg: 4.70 4.04 3.88 6/341 88042
/proc/meminfo: memFree=103293364/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=18996948 memory=85556 CPUtime=1.24 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 12215 0 0 0 120 4 0 0 20 0 19 0 77420610 19452874752 21389 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4749237 21389 5494 1 0 551568 0
[pid=88023/tid=88025] ppid=88020 vsize=18996948 memory=18560 CPUtime=0.63 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 5447 0 0 0 61 2 0 0 20 0 19 0 77420612 19452874752 21389 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 21389 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 21389 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77420629 19452874752 21389 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85556 KiB

[startup+1.50024 s]
/proc/loadavg: 4.70 4.04 3.88 6/341 88042
/proc/meminfo: memFree=103279456/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=18996948 memory=96188 CPUtime=2.54 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 15922 0 0 0 249 5 0 0 20 0 19 0 77420610 19452874752 24047 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4749237 24047 5494 1 0 551574 0
[pid=88023/tid=88025] ppid=88020 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 6055 0 0 0 139 2 0 0 20 0 19 0 77420612 19452874752 24047 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 24047 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 24047 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77420629 19452874752 24047 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96188 KiB

[startup+3.10581 s]
/proc/loadavg: 4.70 4.04 3.88 6/341 88042
/proc/meminfo: memFree=103247132/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=18996948 memory=118208 CPUtime=4.57 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 19307 0 0 0 451 6 0 0 20 0 19 0 77420610 19452874752 29552 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4749237 29552 5494 1 0 551950 0
[pid=88023/tid=88025] ppid=88020 vsize=18996948 memory=11136 CPUtime=3 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 6897 0 0 0 297 3 0 0 20 0 19 0 77420612 19452874752 29552 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=18996948 memory=-6000919507116909671 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 29552 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77420614 19452874752 29552 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77420629 19452874752 29552 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118208 KiB

[startup+6.30021 s]
/proc/loadavg: 4.65 4.04 3.88 5/342 88043
/proc/meminfo: memFree=103186604/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=19063512 memory=173200 CPUtime=8.77 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 34059 0 0 0 868 9 0 0 20 0 20 0 77420610 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4765878 43300 5526 1 0 555308 0
[pid=88023/tid=88025] ppid=88020 vsize=19063512 memory=0 CPUtime=6.18 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 8240 0 0 0 614 4 0 0 20 0 20 0 77420612 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77420629 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 8.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173200 KiB

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

# cumulated CPU time of all completed processes:  user=12.7953 s, system=0.109535 s

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

[startup+6.40026 s]
/proc/loadavg: 4.65 4.04 3.88 5/342 88043
/proc/meminfo: memFree=103186604/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=19063512 memory=173200 CPUtime=8.93 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 34071 0 0 0 884 9 0 0 20 0 20 0 77420610 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4765878 43300 5526 1 0 555308 0
[pid=88023/tid=88025] ppid=88020 vsize=19063512 memory=98236 CPUtime=6.28 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 8240 0 0 0 624 4 0 0 20 0 20 0 77420612 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=19063512 memory=224194199869 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=19063512 memory=-6000919507116909671 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77420629 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173200 KiB

[startup+8.0002 s]*
/proc/loadavg: 4.65 4.04 3.88 5/342 88043
/proc/meminfo: memFree=103186372/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=19063512 memory=173200 CPUtime=10.6 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 34089 0 0 0 1050 10 0 0 20 0 20 0 77420610 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4765878 43300 5526 1 0 555308 0
[pid=88023/tid=88025] ppid=88020 vsize=19063512 memory=-6000919507116909671 CPUtime=7.88 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 8242 0 0 0 784 4 0 0 20 0 20 0 77420612 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=19063512 memory=287459 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=19063512 memory=7092 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=19063512 memory=-6000919507116909671 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77420629 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173200 KiB

[startup+9.60019 s]
/proc/loadavg: 4.60 4.04 3.89 5/341 88043
/proc/meminfo: memFree=103186372/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=19063512 memory=173200 CPUtime=12.2 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 34830 0 0 0 1210 10 0 0 20 0 20 0 77420610 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4765878 43300 5526 1 0 555308 0
[pid=88023/tid=88025] ppid=88020 vsize=19063512 memory=-6000919507116909671 CPUtime=9.47 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 8784 0 0 0 943 4 0 0 20 0 20 0 77420612 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=19063512 memory=-6000919507116909671 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77420629 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 12.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173200 KiB

[startup+10.0002 s]*
/proc/loadavg: 4.60 4.04 3.89 5/341 88043
/proc/meminfo: memFree=103186372/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=19063512 memory=173200 CPUtime=12.6 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 35054 0 0 0 1250 10 0 0 20 0 20 0 77420610 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4765878 43300 5526 1 0 555308 0
[pid=88023/tid=88025] ppid=88020 vsize=19063512 memory=-6000919507116909671 CPUtime=9.88 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 8962 0 0 0 984 4 0 0 20 0 20 0 77420612 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=19063512 memory=3003352 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=19063512 memory=3811856 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=19063512 memory=6512 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77420629 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173200 KiB

[startup+10.2002 s]
/proc/loadavg: 4.60 4.04 3.89 5/341 88043
/proc/meminfo: memFree=103186372/131249996 swapFree=33010160/33010684
[pid=88023] ppid=88020 vsize=19063512 memory=173200 CPUtime=12.79 cores=1,3
/proc/88023/stat : 88023 (java) S 88020 88023 86624 0 -1 4194304 35463 0 0 0 1269 10 0 0 20 0 20 0 77420610 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
/proc/88023/statm: 4765878 43300 5526 1 0 555308 0
[pid=88023/tid=88025] ppid=88020 vsize=19063512 memory=215587488049 CPUtime=10.07 cores=1,3
/proc/88023/task/88025/stat : 88025 (java) R 88020 88023 86624 0 -1 4194368 9043 0 0 0 1003 4 0 0 20 0 20 0 77420612 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88034] ppid=88020 vsize=19063512 memory=2305897122379334386 CPUtime=0 cores=1,3
/proc/88023/task/88034/stat : 88034 (Finalizer) S 88020 88023 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88041] ppid=88020 vsize=19063512 memory=2314860354816486930 CPUtime=0 cores=1,3
/proc/88023/task/88041/stat : 88041 (Common-Cleaner) S 88020 88023 86624 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77420614 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
[pid=88023/tid=88042] ppid=88020 vsize=19063512 memory=-9123011406873178988 CPUtime=0 cores=1,3
/proc/88023/task/88042/stat : 88042 (Timer-0) S 88020 88023 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77420629 19521036288 43300 18446744073709551615 94465058234368 94465058238064 140733077759776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94465058245880 94465058246672 94465075408896 140733077764479 140733077764580 140733077764580 140733077770184 0
Current children cumulated CPU time: 12.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173200 KiB

[startup+10.3002 s]*
/proc/loadavg: 4.60 4.04 3.89 5/323 88045
/proc/meminfo: memFree=103289740/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): 10.3059
CPU time (s): 12.9048
CPU user time (s): 12.7953
CPU system time (s): 0.109535
CPU usage (%): 125.217
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 173200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7953
system time used= 0.109535
maximum resident set size= 173968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37922
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= 1708
involuntary context switches= 950


# summary of solver processes directly reported to runsolver:
#   pid: 88023
#   total CPU time (s): 12.9048
#   total CPU user time (s): 12.7953
#   total CPU system time (s): 0.109535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035436 second user time and 0.09084 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 10:23:40
IDJOB=4524884
IDBENCH=143278
IDSOLVER=3380
FILE ID=nodeC032/4524884-1751617420
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.1111217555--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524884-1751617420/watcher-4524884-1751617420 -o /tmp/evaluation-result-4524884-1751617420/solver-4524884-1751617420 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86636 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524884-1751617420.wbo

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

MD5SUM BENCH= 480e7033c0e6131d93c6a0171695ac31
RANDOM SEED=804290161

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.839
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		: 3599.765
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		: 3635.451
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.794
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.841
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.840
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		: 3600.079
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		: 3599.832
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:        103318804 kB
MemAvailable:   121344144 kB
Buffers:            2728 kB
Cached:         18703036 kB
SwapCached:           20 kB
Active:          8749588 kB
Inactive:       18333540 kB
Active(anon):    8392288 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18330416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       8380564 kB
Mapped:           124076 kB
Shmem:             18048 kB
KReclaimable:     353728 kB
Slab:             448492 kB
SReclaimable:     353728 kB
SUnreclaim:        94764 kB
KernelStack:        5164 kB
PageTables:        20140 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10606604 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:50