Trace number 4424846

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPTIMUM 13.1484 9.44124

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUMa8e26e0eab79e9f1a54c86bac5b7dd59
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.265867
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.17	--- Begin Solver configuration ---
0.13/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.17	Learn all clauses as in MiniSAT
0.13/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.17	No reason simplification
0.13/0.17	Glucose 2.1 dynamic restart strategy
0.13/0.17	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.17	timeout=2147483s
0.13/0.17	DB Simplification allowed=false
0.13/0.17	Listener: none
0.13/0.17	--- End Solver configuration ---
0.13/0.18	c Pseudo Boolean Optimization by upper bound
0.13/0.18	c --- Begin Solver configuration ---
0.13/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.18	c Learn all clauses as in MiniSAT
0.13/0.18	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.18	c No reason simplification
0.13/0.18	c Glucose 2.1 dynamic restart strategy
0.13/0.18	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.18	c timeout=2147483s
0.13/0.18	c DB Simplification allowed=false
0.13/0.18	c Listener: none
0.13/0.18	c --- End Solver configuration ---
0.13/0.18	c solving HOME/instance-4424846-1720881518.wbo
0.13/0.18	c reading problem ... 
0.33/0.25	c ... done. Wall clock time 0.064s.
0.33/0.25	c declared #vars     169
0.33/0.25	c internal #vars     233
0.33/0.25	c #constraints  102
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.33/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.33/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.33/0.25	c org.sat4j.specs.Constr$1 => 1
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.33/0.25	c 102 constraints processed.
0.33/0.26	c objective function length is 64 literals
0.70/0.45	c SATISFIABLE
0.70/0.45	c OPTIMIZING...
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.271
0.70/0.46	o 1383
0.70/0.51	c Got one! Elapsed wall clock time (in seconds):0.341
0.70/0.52	o 1138
0.89/0.54	c Got one! Elapsed wall clock time (in seconds):0.363
0.89/0.54	o 863
0.89/0.61	c Got one! Elapsed wall clock time (in seconds):0.43
0.89/0.61	o 861
1.06/0.65	c Got one! Elapsed wall clock time (in seconds):0.472
1.06/0.65	o 858
1.06/0.66	c Got one! Elapsed wall clock time (in seconds):0.482
1.06/0.66	o 713
1.06/0.67	c Got one! Elapsed wall clock time (in seconds):0.497
1.06/0.67	o 706
1.06/0.68	c Got one! Elapsed wall clock time (in seconds):0.503
1.06/0.68	o 699
1.06/0.69	c Got one! Elapsed wall clock time (in seconds):0.515
1.06/0.70	o 698
1.22/0.71	c Got one! Elapsed wall clock time (in seconds):0.526
1.22/0.71	o 694
1.22/0.72	c Got one! Elapsed wall clock time (in seconds):0.539
1.22/0.72	o 692
1.22/0.73	c Got one! Elapsed wall clock time (in seconds):0.551
1.22/0.73	o 690
1.22/0.74	c Got one! Elapsed wall clock time (in seconds):0.56
1.22/0.74	o 677
1.22/0.74	c Got one! Elapsed wall clock time (in seconds):0.564
1.22/0.74	o 668
1.22/0.75	c Got one! Elapsed wall clock time (in seconds):0.573
1.22/0.75	o 662
1.22/0.76	c Got one! Elapsed wall clock time (in seconds):0.58
1.22/0.76	o 644
1.22/0.76	c Got one! Elapsed wall clock time (in seconds):0.586
1.22/0.76	o 640
1.22/0.79	c Got one! Elapsed wall clock time (in seconds):0.613
1.22/0.79	o 639
1.42/0.80	c Got one! Elapsed wall clock time (in seconds):0.629
1.42/0.80	o 601
1.42/0.81	c Got one! Elapsed wall clock time (in seconds):0.639
1.42/0.81	o 599
1.42/0.83	c Got one! Elapsed wall clock time (in seconds):0.654
1.42/0.83	o 588
1.42/0.84	c Got one! Elapsed wall clock time (in seconds):0.66
1.42/0.84	o 586
1.42/0.84	c Got one! Elapsed wall clock time (in seconds):0.664
1.42/0.84	o 584
1.42/0.85	c Got one! Elapsed wall clock time (in seconds):0.668
1.42/0.85	o 567
1.42/0.85	c Got one! Elapsed wall clock time (in seconds):0.671
1.42/0.85	o 565
1.42/0.87	c Got one! Elapsed wall clock time (in seconds):0.699
1.42/0.87	o 564
1.42/0.89	c Got one! Elapsed wall clock time (in seconds):0.711
1.42/0.89	o 548
1.42/0.90	c Got one! Elapsed wall clock time (in seconds):0.719
1.42/0.90	o 544
1.62/0.90	c Got one! Elapsed wall clock time (in seconds):0.728
1.62/0.91	o 513
1.62/0.91	c Got one! Elapsed wall clock time (in seconds):0.734
1.62/0.91	o 510
1.62/0.92	c Got one! Elapsed wall clock time (in seconds):0.742
1.62/0.92	o 498
1.62/0.94	c Got one! Elapsed wall clock time (in seconds):0.763
1.62/0.94	o 497
1.62/0.99	c Got one! Elapsed wall clock time (in seconds):0.818
1.62/0.99	o 492
1.83/1.04	c Got one! Elapsed wall clock time (in seconds):0.864
1.83/1.04	o 491
1.83/1.05	c Got one! Elapsed wall clock time (in seconds):0.872
1.83/1.05	o 482
1.83/1.07	c Got one! Elapsed wall clock time (in seconds):0.888
1.83/1.07	o 481
1.83/1.08	c Got one! Elapsed wall clock time (in seconds):0.9
1.83/1.08	o 465
1.83/1.09	c Got one! Elapsed wall clock time (in seconds):0.911
1.83/1.09	o 457
1.83/1.10	c Got one! Elapsed wall clock time (in seconds):0.92
1.83/1.10	o 452
1.83/1.11	c Got one! Elapsed wall clock time (in seconds):0.93
1.83/1.11	o 450
2.03/1.14	c Got one! Elapsed wall clock time (in seconds):0.969
2.03/1.14	o 447
2.20/1.22	c Got one! Elapsed wall clock time (in seconds):1.038
2.20/1.22	o 445
2.20/1.25	c Got one! Elapsed wall clock time (in seconds):1.064
2.20/1.25	o 444
2.20/1.27	c Got one! Elapsed wall clock time (in seconds):1.08
2.20/1.27	o 442
2.20/1.27	c Got one! Elapsed wall clock time (in seconds):1.094
2.20/1.27	o 441
2.20/1.28	c Got one! Elapsed wall clock time (in seconds):1.099
2.20/1.28	o 438
2.20/1.29	c Got one! Elapsed wall clock time (in seconds):1.108
2.20/1.29	o 437
2.20/1.29	c Got one! Elapsed wall clock time (in seconds):1.114
2.20/1.29	o 436
2.20/1.30	c Got one! Elapsed wall clock time (in seconds):1.121
2.20/1.30	o 433
2.40/1.32	c Got one! Elapsed wall clock time (in seconds):1.149
2.40/1.33	o 428
2.40/1.34	c Got one! Elapsed wall clock time (in seconds):1.164
2.40/1.34	o 425
2.40/1.35	c Got one! Elapsed wall clock time (in seconds):1.175
2.40/1.35	o 421
2.40/1.37	c Got one! Elapsed wall clock time (in seconds):1.194
2.40/1.37	o 420
2.40/1.38	c Got one! Elapsed wall clock time (in seconds):1.207
2.40/1.38	o 413
2.40/1.39	c Got one! Elapsed wall clock time (in seconds):1.214
2.40/1.39	o 412
2.40/1.39	c Got one! Elapsed wall clock time (in seconds):1.218
2.40/1.39	o 406
2.40/1.40	c Got one! Elapsed wall clock time (in seconds):1.222
2.40/1.40	o 384
2.55/1.42	c Got one! Elapsed wall clock time (in seconds):1.243
2.55/1.42	o 378
2.55/1.43	c Got one! Elapsed wall clock time (in seconds):1.252
2.55/1.43	o 377
2.55/1.44	c Got one! Elapsed wall clock time (in seconds):1.264
2.55/1.44	o 372
2.55/1.45	c Got one! Elapsed wall clock time (in seconds):1.272
2.55/1.45	o 371
2.55/1.45	c Got one! Elapsed wall clock time (in seconds):1.281
2.55/1.46	o 370
2.55/1.46	c Got one! Elapsed wall clock time (in seconds):1.291
2.55/1.47	o 366
2.55/1.47	c Got one! Elapsed wall clock time (in seconds):1.297
2.55/1.47	o 363
2.55/1.49	c Got one! Elapsed wall clock time (in seconds):1.317
2.55/1.49	o 359
2.66/1.54	c Got one! Elapsed wall clock time (in seconds):1.361
2.66/1.54	o 358
2.66/1.55	c Got one! Elapsed wall clock time (in seconds):1.374
2.66/1.55	o 352
2.66/1.56	c Got one! Elapsed wall clock time (in seconds):1.385
2.66/1.56	o 350
2.66/1.57	c Got one! Elapsed wall clock time (in seconds):1.395
2.66/1.57	o 346
2.66/1.59	c Got one! Elapsed wall clock time (in seconds):1.419
2.66/1.59	o 345
2.78/1.60	c Got one! Elapsed wall clock time (in seconds):1.428
2.78/1.60	o 344
2.78/1.61	c Got one! Elapsed wall clock time (in seconds):1.432
2.78/1.61	o 341
2.78/1.63	c Got one! Elapsed wall clock time (in seconds):1.454
2.78/1.63	o 340
2.78/1.65	c Got one! Elapsed wall clock time (in seconds):1.474
2.78/1.65	o 325
2.78/1.66	c Got one! Elapsed wall clock time (in seconds):1.482
2.78/1.66	o 323
2.78/1.66	c Got one! Elapsed wall clock time (in seconds):1.49
2.78/1.66	o 318
2.78/1.67	c Got one! Elapsed wall clock time (in seconds):1.493
2.78/1.67	o 300
2.78/1.67	c Got one! Elapsed wall clock time (in seconds):1.495
2.78/1.67	o 267
2.78/1.69	c Got one! Elapsed wall clock time (in seconds):1.515
2.78/1.69	o 263
2.89/1.73	c Got one! Elapsed wall clock time (in seconds):1.554
2.89/1.73	o 254
2.89/1.75	c Got one! Elapsed wall clock time (in seconds):1.579
2.89/1.75	o 251
3.24/1.92	c cleaning 13938 clauses out of 27877 with flag 5932/27877
3.24/1.92	c Got one! Elapsed wall clock time (in seconds):1.748
3.24/1.92	o 238
3.40/2.01	c Got one! Elapsed wall clock time (in seconds):1.834
3.40/2.01	o 236
3.40/2.08	c cleaning 9829 clauses out of 19666 with flag 6589/33604
3.40/2.08	c Got one! Elapsed wall clock time (in seconds):1.907
3.40/2.08	o 234
3.55/2.13	c Got one! Elapsed wall clock time (in seconds):1.954
3.55/2.13	o 233
3.55/2.16	c Got one! Elapsed wall clock time (in seconds):1.989
3.55/2.16	o 180
3.65/2.22	c cleaning 7915 clauses out of 15841 with flag 6654/39608
3.65/2.27	c Got one! Elapsed wall clock time (in seconds):2.097
3.65/2.27	o 179
3.65/2.27	c Got one! Elapsed wall clock time (in seconds):2.1
3.65/2.27	o 176
3.65/2.28	c Got one! Elapsed wall clock time (in seconds):2.105
3.65/2.28	o 174
3.75/2.30	c Got one! Elapsed wall clock time (in seconds):2.126
3.75/2.30	o 172
3.75/2.30	c Got one! Elapsed wall clock time (in seconds):2.129
3.75/2.30	o 169
3.75/2.34	c Got one! Elapsed wall clock time (in seconds):2.166
3.75/2.34	o 160
3.75/2.39	c Got one! Elapsed wall clock time (in seconds):2.216
3.75/2.39	o 158
3.87/2.43	c cleaning 8166 clauses out of 16340 with flag 3743/48022
3.87/2.44	c Got one! Elapsed wall clock time (in seconds):2.263
3.87/2.44	o 157
3.87/2.44	c Got one! Elapsed wall clock time (in seconds):2.269
3.87/2.44	o 141
3.87/2.45	c Got one! Elapsed wall clock time (in seconds):2.276
3.87/2.45	o 140
3.87/2.47	c Got one! Elapsed wall clock time (in seconds):2.292
3.87/2.47	o 129
3.97/2.53	c Got one! Elapsed wall clock time (in seconds):2.358
3.97/2.53	o 123
3.97/2.55	c Got one! Elapsed wall clock time (in seconds):2.372
3.97/2.55	o 112
4.06/2.60	c Got one! Elapsed wall clock time (in seconds):2.427
4.06/2.60	o 111
4.06/2.62	c Got one! Elapsed wall clock time (in seconds):2.451
4.06/2.62	o 106
4.06/2.63	c Got one! Elapsed wall clock time (in seconds):2.453
4.06/2.63	o 105
4.06/2.65	c Got one! Elapsed wall clock time (in seconds):2.472
4.06/2.65	o 103
4.17/2.70	c Got one! Elapsed wall clock time (in seconds):2.525
4.17/2.70	o 98
4.17/2.75	c cleaning 9804 clauses out of 19613 with flag 3824/59461
4.27/2.87	c Got one! Elapsed wall clock time (in seconds):2.695
4.27/2.87	o 97
4.37/2.95	c Got one! Elapsed wall clock time (in seconds):2.774
4.37/2.95	o 96
4.52/3.09	c cleaning 10565 clauses out of 21132 with flag 14072/70784
4.91/3.28	c cleaning 8275 clauses out of 16564 with flag 42335/76781
5.11/3.38	c Got one! Elapsed wall clock time (in seconds):3.204
5.11/3.38	o 87
5.31/3.50	c Got one! Elapsed wall clock time (in seconds):3.331
5.31/3.50	o 86
5.31/3.55	c cleaning 9622 clauses out of 19246 with flag 4538/87738
5.31/3.56	c Got one! Elapsed wall clock time (in seconds):3.386
5.31/3.56	o 82
5.61/3.73	c cleaning 7598 clauses out of 15203 with flag 19832/93317
5.82/3.85	c Got one! Elapsed wall clock time (in seconds):3.672
5.82/3.85	o 74
6.01/3.93	c Got one! Elapsed wall clock time (in seconds):3.755
6.01/3.93	o 73
6.22/4.05	c cleaning 9077 clauses out of 18157 with flag 7199/103869
6.60/4.22	c cleaning 7534 clauses out of 15080 with flag 29171/109869
6.60/4.25	c Got one! Elapsed wall clock time (in seconds):4.067
6.60/4.25	o 72
6.80/4.37	c cleaning 6391 clauses out of 12784 with flag 15546/115107
7.00/4.49	c cleaning 6196 clauses out of 12393 with flag 41125/121107
7.33/4.64	c cleaning 6593 clauses out of 13196 with flag 68277/128106
7.73/4.81	c cleaning 7298 clauses out of 14606 with flag 99030/136109
7.86/5.00	c cleaning 8155 clauses out of 16309 with flag 138564/145110
8.09/5.16	c Got one! Elapsed wall clock time (in seconds):4.991
8.09/5.16	o 69
8.09/5.18	c Got one! Elapsed wall clock time (in seconds):5.011
8.09/5.19	o 65
8.19/5.22	c Got one! Elapsed wall clock time (in seconds):5.047
8.19/5.22	o 64
8.30/5.34	c cleaning 10981 clauses out of 21977 with flag 16024/158934
8.40/5.40	c Got one! Elapsed wall clock time (in seconds):5.226
8.40/5.40	o 63
8.40/5.46	c cleaning 8034 clauses out of 16077 with flag 8843/164015
8.75/5.61	c cleaning 7021 clauses out of 14042 with flag 35344/170014
8.89/5.74	c cleaning 7004 clauses out of 14021 with flag 64223/177014
9.09/5.91	c cleaning 7506 clauses out of 15016 with flag 99731/185014
9.40/6.10	c cleaning 8254 clauses out of 16510 with flag 132564/194015
9.49/6.24	c Got one! Elapsed wall clock time (in seconds):6.063
9.49/6.24	o 56
9.59/6.38	c cleaning 10043 clauses out of 20087 with flag 20109/205846
9.79/6.51	c cleaning 8020 clauses out of 16045 with flag 43466/211847
9.89/6.65	c cleaning 7506 clauses out of 15024 with flag 71999/218846
9.89/6.68	c Got one! Elapsed wall clock time (in seconds):6.502
9.89/6.68	o 54
9.89/6.68	c Got one! Elapsed wall clock time (in seconds):6.508
9.89/6.68	o 44
9.89/6.69	c Got one! Elapsed wall clock time (in seconds):6.521
9.89/6.69	o 43
9.99/6.70	c Got one! Elapsed wall clock time (in seconds):6.522
9.99/6.70	o 42
10.09/6.80	c cleaning 6877 clauses out of 13756 with flag 14576/225084
10.19/6.92	c cleaning 6432 clauses out of 12881 with flag 35988/231086
10.19/6.95	c Got one! Elapsed wall clock time (in seconds):6.779
10.19/6.95	o 38
10.29/7.02	c cleaning 5821 clauses out of 11655 with flag 11184/236292
10.29/7.07	c Got one! Elapsed wall clock time (in seconds):6.894
10.29/7.07	o 32
10.39/7.11	c cleaning 5444 clauses out of 10897 with flag 7057/241355
10.39/7.14	c Got one! Elapsed wall clock time (in seconds):6.961
10.39/7.14	o 31
10.39/7.14	c Got one! Elapsed wall clock time (in seconds):6.969
10.39/7.14	o 29
10.48/7.24	c cleaning 5639 clauses out of 11287 with flag 14520/247190
10.87/7.43	c cleaning 5814 clauses out of 11647 with flag 34195/253189
11.27/7.62	c cleaning 6411 clauses out of 12832 with flag 56985/260189
11.39/7.77	c cleaning 7208 clauses out of 14420 with flag 84325/268189
11.59/7.94	c cleaning 8098 clauses out of 16209 with flag 114318/277189
11.99/8.34	c cleaning 9046 clauses out of 18110 with flag 148562/287189
12.18/8.52	c Got one! Elapsed wall clock time (in seconds):8.345
12.18/8.52	o 28
12.28/8.65	c cleaning 7318 clauses out of 14647 with flag 7229/292775
12.39/8.71	c Got one! Elapsed wall clock time (in seconds):8.535
12.39/8.71	o 19
12.49/8.86	c cleaning 6435 clauses out of 12873 with flag 13560/298322
12.70/9.07	c cleaning 6210 clauses out of 12436 with flag 32170/304322
12.80/9.17	c Got one! Elapsed wall clock time (in seconds):8.997
12.80/9.17	o 18
12.89/9.24	c cleaning 5655 clauses out of 11315 with flag 6891/309411
12.99/9.33	c Got one! Elapsed wall clock time (in seconds):9.157
12.99/9.33	o 17
12.99/9.34	c Got one! Elapsed wall clock time (in seconds):9.17
12.99/9.34	o 16
12.99/9.35	c Got one! Elapsed wall clock time (in seconds):9.174
12.99/9.35	o 15
12.99/9.38	c starts		: 336
12.99/9.38	c conflicts		: 313523
12.99/9.38	c decisions		: 574121
12.99/9.38	c propagations		: 8639368
12.99/9.38	c inspects		: 55280135
12.99/9.38	c shortcuts		: 0
12.99/9.38	c learnt literals	: 26
12.99/9.38	c learnt binary clauses	: 9
12.99/9.38	c learnt ternary clauses	: 809
12.99/9.38	c learnt constraints	: 313496
12.99/9.38	c ignored constraints	: 0
12.99/9.38	c root simplifications	: 0
12.99/9.38	c removed literals (reason simplification)	: 0
12.99/9.38	c reason swapping (by a shorter reason)	: 0
12.99/9.38	c Calls to reduceDB	: 39
12.99/9.38	c Number of update (reduction) of LBD	: 89536
12.99/9.38	c Imported unit clauses	: 0
12.99/9.38	c No decision after first conflict	: false
12.99/9.38	c number of reductions to clauses (during analyze)	: 0
12.99/9.38	c number of learned constraints concerned by reduction	: 0
12.99/9.38	c number of learning phase by resolution	: 0
12.99/9.38	c number of learning phase by cutting planes	: 0
12.99/9.38	c number of rounding to 1 operations	: 0
12.99/9.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
12.99/9.38	c number of reductions of the coefficients by power 2 	: 0
12.99/9.38	c number of right shift for reduction by power 2 	: 0
12.99/9.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
12.99/9.38	c number of ending skipping 	: 0
12.99/9.38	c number of internal skipping 	: 0
12.99/9.38	c number of derivation steps 	: 0
12.99/9.38	c number of skipped derivation steps 	: 0
12.99/9.38	c number of remaining unassigned 	: 0
12.99/9.38	c number of remaining assigned 	: 0
12.99/9.38	c number of falsified literals weakened from reason	: 0
12.99/9.38	c number of falsified literals weakened from conflict	: 0
12.99/9.38	c time for arithmetic operations	: 0
12.99/9.38	c minimum degree of deleted constraints	: null
12.99/9.38	c maximum degree of deleted constraints	: null
12.99/9.38	c number of deleted constraints	: 0
12.99/9.38	c speed (assignments/second)	: 947818.7602852441
12.99/9.38	c non guided choices	: 5158
12.99/9.38	s OPTIMUM FOUND
12.99/9.38	c Found 131 solution(s)
12.99/9.38	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.12/9.40	c objective function=15
13.12/9.40	c Total wall clock time (in seconds): 9.225

Verifier Data

OK	15

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (59417 MiB free)
  memory of node 1: 64473 MiB (60771 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424846-1720881518/watcher-4424846-1720881518 -o /tmp/evaluation-result-4424846-1720881518/solver-4424846-1720881518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424846-1720881518.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=703144, runsolver pid=703141

[startup+0.103757 s]*
/proc/loadavg: 4.52 2.71 1.79 6/318 703162
/proc/meminfo: memFree=123038084/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=18975048 memory=56936 CPUtime=0.13 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 6628 0 0 0 10 3 0 0 20 0 18 0 140307694 19430449152 14234 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4743762 14234 5745 1 0 550924 0
[pid=703144/tid=703146] ppid=703141 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) S 703141 703144 698245 0 -1 1077936192 5556 0 0 0 6 2 0 0 20 0 18 0 140307694 19430449152 14234 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140307700 19430449152 14234 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140307700 19430449152 14234 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56936 KiB

[startup+0.21484 s]*
/proc/loadavg: 4.52 2.71 1.79 7/318 703164
/proc/meminfo: memFree=123027816/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=18975048 memory=69524 CPUtime=0.33 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 7130 0 0 0 30 3 0 0 20 0 18 0 140307694 19430449152 17381 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4743762 17381 5804 1 0 551344 0
[pid=703144/tid=703146] ppid=703141 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) S 703141 703144 698245 0 -1 1077936192 5934 0 0 0 16 2 0 0 20 0 18 0 140307694 19430449152 17381 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140307700 19430449152 17381 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140307700 19430449152 17381 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69524 KiB

[startup+0.312616 s]*
/proc/loadavg: 4.52 2.71 1.79 8/319 703165
/proc/meminfo: memFree=123023556/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19041612 memory=71772 CPUtime=0.49 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 7671 0 0 0 46 3 0 0 20 0 19 0 140307694 19498610688 17943 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4760403 17943 5889 1 0 552090 0
[pid=703144/tid=703146] ppid=703141 vsize=19041612 memory=-9104424023249822396 CPUtime=0.25 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) S 703141 703144 698245 0 -1 1077936192 6039 0 0 0 23 2 0 0 20 0 19 0 140307694 19498610688 17943 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 17943 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 17943 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140307721 19498610688 17943 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71772 KiB

[startup+0.703833 s]
/proc/loadavg: 4.52 2.71 1.79 8/319 703165
/proc/meminfo: memFree=123020616/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19041612 memory=82772 CPUtime=1.22 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 11050 0 0 0 118 4 0 0 20 0 19 0 140307694 19498610688 20693 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4760403 20693 5904 1 0 553872 0
[pid=703144/tid=703146] ppid=703141 vsize=19041612 memory=12320 CPUtime=0.54 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 6074 0 0 0 52 2 0 0 20 0 19 0 140307694 19498610688 20693 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 20693 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 20693 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19041612 memory=5496 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140307721 19498610688 20693 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82772 KiB

[startup+1.50084 s]
/proc/loadavg: 4.52 2.71 1.79 7/319 703165
/proc/meminfo: memFree=123005816/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19041612 memory=96748 CPUtime=2.66 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 16453 0 0 0 261 5 0 0 20 0 19 0 140307694 19498610688 24187 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4760403 24187 5904 1 0 555062 0
[pid=703144/tid=703146] ppid=703141 vsize=19041612 memory=12320 CPUtime=1.31 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 6575 0 0 0 128 3 0 0 20 0 19 0 140307694 19498610688 24187 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 24187 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 24187 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19041612 memory=65 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140307721 19498610688 24187 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96748 KiB

[startup+3.10983 s]
/proc/loadavg: 4.52 2.71 1.79 6/319 703165
/proc/meminfo: memFree=122977416/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19041612 memory=117608 CPUtime=4.73 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 18457 0 0 0 467 6 0 0 20 0 19 0 140307694 19498610688 29402 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4760403 29402 5904 1 0 555146 0
[pid=703144/tid=703146] ppid=703141 vsize=19041612 memory=0 CPUtime=2.89 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 7507 0 0 0 286 3 0 0 20 0 19 0 140307694 19498610688 29402 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 29402 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19041612 memory=100880 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 29402 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140307721 19498610688 29402 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117608 KiB

[startup+6.30084 s]
/proc/loadavg: 4.56 2.75 1.81 6/319 703165
/proc/meminfo: memFree=122931460/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19041612 memory=163376 CPUtime=9.59 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 23108 0 0 0 950 9 0 0 20 0 19 0 140307694 19498610688 40844 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4760403 40844 5904 1 0 557259 0
[pid=703144/tid=703146] ppid=703141 vsize=19041612 memory=12320 CPUtime=6.06 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 8055 0 0 0 601 5 0 0 20 0 19 0 140307694 19498610688 40844 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 40844 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19041612 memory=6082504257958860369 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 40844 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19041612 memory=5476 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140307721 19498610688 40844 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163376 KiB

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

# cumulated CPU time of all completed processes:  user=13.0335 s, system=0.114888 s

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

[startup+6.42283 s]
/proc/loadavg: 4.56 2.75 1.81 6/319 703165
/proc/meminfo: memFree=122931460/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19041612 memory=165424 CPUtime=9.71 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 23114 0 0 0 962 9 0 0 20 0 19 0 140307694 19498610688 41356 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4760403 41356 5904 1 0 557259 0
[pid=703144/tid=703146] ppid=703141 vsize=19041612 memory=12712 CPUtime=6.18 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 8060 0 0 0 613 5 0 0 20 0 19 0 140307694 19498610688 41356 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19041612 memory=96764 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 41356 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140307700 19498610688 41356 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19041612 memory=37200 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140307721 19498610688 41356 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165424 KiB

[startup+8.00083 s]*
/proc/loadavg: 4.56 2.75 1.81 5/320 703166
/proc/meminfo: memFree=122898584/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19108176 memory=179628 CPUtime=11.69 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 26855 0 0 0 1159 10 0 0 20 0 20 0 140307694 19566772224 44907 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4777044 44907 5920 1 0 557548 0
[pid=703144/tid=703146] ppid=703141 vsize=19108176 memory=-9104424023249822396 CPUtime=7.73 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 8066 0 0 0 768 5 0 0 20 0 20 0 140307694 19566772224 44907 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19108176 memory=7988 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140307700 19566772224 44907 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19108176 memory=3300 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140307700 19566772224 44907 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140307721 19566772224 44907 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 11.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179628 KiB

[startup+8.80039 s]
/proc/loadavg: 4.56 2.75 1.81 5/320 703166
/proc/meminfo: memFree=122898584/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19108176 memory=179692 CPUtime=12.49 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 26960 0 0 0 1239 10 0 0 20 0 20 0 140307694 19566772224 44923 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4777044 44923 5936 1 0 557548 0
[pid=703144/tid=703146] ppid=703141 vsize=19108176 memory=19428 CPUtime=8.52 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 8162 0 0 0 847 5 0 0 20 0 20 0 140307694 19566772224 44923 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19108176 memory=179628 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140307700 19566772224 44923 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19108176 memory=37200 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140307700 19566772224 44923 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140307721 19566772224 44923 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179692 KiB

[startup+9.20039 s]
/proc/loadavg: 4.52 2.77 1.82 6/320 703167
/proc/meminfo: memFree=122890324/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19108176 memory=179708 CPUtime=12.89 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 27780 0 0 0 1279 10 0 0 20 0 20 0 140307694 19566772224 44927 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4777044 44927 5936 1 0 557548 0
[pid=703144/tid=703146] ppid=703141 vsize=19108176 memory=306 CPUtime=8.91 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) R 703141 703144 698245 0 -1 4194368 8812 0 0 0 886 5 0 0 20 0 20 0 140307694 19566772224 44927 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19108176 memory=20112 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140307700 19566772224 44927 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140307700 19566772224 44927 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703165] ppid=703141 vsize=19108176 memory=322 CPUtime=0 cores=5,7
/proc/703144/task/703165/stat : 703165 (Timer-0) S 703141 703144 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140307721 19566772224 44927 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 12.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179708 KiB

[startup+9.40185 s]
/proc/loadavg: 4.52 2.77 1.82 6/320 703167
/proc/meminfo: memFree=122890324/131655788 swapFree=131071996/131071996
[pid=703144] ppid=703141 vsize=19241304 memory=180468 CPUtime=13.12 cores=5,7
/proc/703144/stat : 703144 (java) S 703141 703144 698245 0 -1 1077936128 29669 0 0 0 1302 10 0 0 20 0 21 0 140307694 19703095296 45117 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
/proc/703144/statm: 4810326 45117 5935 1 0 558170 0
[pid=703144/tid=703146] ppid=703141 vsize=19241304 memory=3572 CPUtime=9.08 cores=5,7
/proc/703144/task/703146/stat : 703146 (java) S 703141 703144 698245 0 -1 1077936192 9995 0 0 0 903 5 0 0 20 0 21 0 140307694 19703095296 45117 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703155] ppid=703141 vsize=19241304 memory=20409 CPUtime=0 cores=5,7
/proc/703144/task/703155/stat : 703155 (Finalizer) S 703141 703144 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140307700 19703095296 45117 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
[pid=703144/tid=703162] ppid=703141 vsize=19241304 memory=3977859553537818704 CPUtime=0 cores=5,7
/proc/703144/task/703162/stat : 703162 (Common-Cleaner) S 703141 703144 698245 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 21 0 140307700 19703095296 45117 134679101440 93989833592832 93989833596528 140728187148048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93989833604344 93989833605136 93989838393344 140728187151341 140728187151431 140728187151431 140728187158472 0
Current children cumulated CPU time: 13.12 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 180468 KiB

Child status: 30

Real time (s): 9.44124
CPU time (s): 13.1484
CPU user time (s): 13.0335
CPU system time (s): 0.114888
CPU usage (%): 139.265
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 180468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0335
system time used= 0.114888
maximum resident set size= 181456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29787
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= 880
involuntary context switches= 401


# summary of solver processes directly reported to runsolver:
#   pid: 703144
#   total CPU time (s): 13.1484
#   total CPU user time (s): 13.0335
#   total CPU system time (s): 0.114888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051633 second user time and 0.129304 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:38:51
IDJOB=4424846
IDBENCH=143758
IDSOLVER=3037
FILE ID=nodeC004/4424846-1720881518
RUNJOBID= nodeC004-1720881342-702392
SLURM_JOB_ID= 7483752
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424846-1720881518/watcher-4424846-1720881518 -o /tmp/evaluation-result-4424846-1720881518/solver-4424846-1720881518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424846-1720881518.wbo

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

MD5SUM BENCH= a8e26e0eab79e9f1a54c86bac5b7dd59
RANDOM SEED=885498982

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123074004 kB
MemAvailable:   122973836 kB
Buffers:          323172 kB
Cached:           426200 kB
SwapCached:            0 kB
Active:           480260 kB
Inactive:        7589732 kB
Active(anon):       3352 kB
Inactive(anon):  7354960 kB
Active(file):     476908 kB
Inactive(file):   234772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1380 kB
Writeback:             0 kB
AnonPages:       7320276 kB
Mapped:           121956 kB
Shmem:             37700 kB
KReclaimable:      56700 kB
Slab:             146108 kB
SReclaimable:      56700 kB
SUnreclaim:        89408 kB
KernelStack:        4864 kB
PageTables:        24428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11007880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6969344 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-13 16:39:00