Trace number 4502971

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 63f22ad? (TO) 3602.03 3613.03

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_14_shg.opb
MD5SUMc0e25a71d8726d42148f3e780c01ff44
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark3584.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14300
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint93
Number of terms in the objective function 14300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14300
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14300
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4502971-1751467802.opb'
0.48/0.54	c 	read 46.98MB  (525.15ms)
0.48/0.54	c	 [cnf: #variables 14300 #clauses 65281 #duplicates 0 #arr 5126108]
0.48/0.54	c output proof to 'PROOFDIR/proof-4502971-1751467802'
0.48/0.54	c 
0.48/0.54	c make graph and approximate orbits
0.67/0.79	c	 [group: #orbits ~= 312] (253.68ms)
0.67/0.79	c 
0.67/0.79	c detect special group actions
0.67/0.79	c 	probe for Johnson action (limit=64)
0.97/1.07	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.18/1.28	c 	probe for row symmetry (limit=64, splits=16.78M)
4.27/4.38	c 	 (3588.83ms)
4.27/4.38	c 
4.27/4.38	c detect symmetries on remainder
4.27/4.38	c 	[graph: #vertices 108181 #edges 10309416]
4.27/4.39	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
5.46/5.57	c 	 [group: #symmetries 2.56*10^2 #generators 8] (1187.93ms)
5.46/5.57	c 
5.46/5.57	c optimize generators (opt_passes=64, conjugate_limit=256)
5.46/5.57	c 	(0.05ms)
5.46/5.57	c 
5.46/5.57	c finalize break order and special generators
5.46/5.57	c 
5.46/5.57	c add generic predicates (break_depth=20)
5.46/5.57	c 	added predicates for 8 generators (0.70ms)
5.46/5.57	c 
5.46/5.57	c generation finished
5.46/5.57	c 	[sbp: #constraints 0 #add_vars 0]
5.46/5.57	c 
5.46/5.57	c write result to 'HOME/instance-4502971-1751467802.opb.pre'
5.56/5.67	c 	wrote 47.04MB (98.20ms)
5.56/5.67	c ------------------------------------------------------------------
5.56/5.67	c                3588.83ms 63.40% detect_special
5.56/5.67	c                1187.93ms 20.99% detect_generic
5.56/5.67	c                 525.15ms  9.28% parse
5.56/5.67	c                 253.68ms  4.48% approx_orbits
5.56/5.67	c                  98.20ms  1.73% output
5.56/5.67	c                   4.68ms  0.08% other
5.56/5.67	c                   1.33ms  0.02% finalize_order
5.56/5.67	c                   0.70ms  0.01% break_generic
5.56/5.67	c                   0.05ms  0.00% optimize_gens
5.56/5.67	c         ───────────────────────────────────────────────
5.56/5.67	c                5660.55ms   100% total
5.56/5.67	c ------------------------------------------------------------------
5.65/5.70	c RoundingSat 2
5.65/5.70	c branch pb25
5.65/5.70	c commit 63f22ad
8.24/8.30	c #variables 14300 #constraints 65280
8.24/8.30	c objective is ce32 
24.28/24.41	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
24.28/24.41	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
24.28/24.41	c bounds 252 >= 0 @ 18.3979
41.64/41.80	c bounds 251 >= 0 @ 35.4967
41.64/41.83	c bounds 251 >= 1 @ 35.5103
41.64/41.84	c bounds 251 >= 2 @ 35.5155
41.64/41.85	c bounds 251 >= 3 @ 35.5207
41.64/41.86	c bounds 251 >= 4 @ 35.5259
41.64/41.88	c bounds 251 >= 5 @ 35.5369
41.64/41.89	c bounds 251 >= 6 @ 35.5415
41.73/41.90	c bounds 251 >= 7 @ 35.5474
41.73/41.91	c bounds 251 >= 8 @ 35.5557
41.73/41.93	c bounds 251 >= 9 @ 35.5607
41.73/41.94	c bounds 251 >= 10 @ 35.5679
41.73/41.95	c bounds 251 >= 11 @ 35.5747
41.73/41.96	c bounds 251 >= 12 @ 35.5804
41.73/41.97	c bounds 251 >= 13 @ 35.587
41.73/41.99	c bounds 251 >= 14 @ 35.5968
41.84/42.00	c bounds 251 >= 15 @ 35.6058
41.84/42.01	c bounds 251 >= 16 @ 35.6128
41.84/42.03	c bounds 251 >= 17 @ 35.6174
41.84/42.05	c bounds 251 >= 18 @ 35.6375
41.84/42.09	c bounds 250 >= 18 @ 35.6657
41.94/42.11	c bounds 250 >= 19 @ 35.6768
41.94/42.15	c bounds 249 >= 19 @ 35.7017
41.94/42.17	c bounds 249 >= 20 @ 35.7177
41.94/42.18	c bounds 249 >= 21 @ 35.7236
42.03/42.20	c bounds 249 >= 22 @ 35.7305
42.03/42.21	c bounds 249 >= 23 @ 35.7412
42.03/42.23	c bounds 249 >= 24 @ 35.7492
42.03/42.25	c bounds 249 >= 25 @ 35.7548
42.03/42.26	c bounds 249 >= 26 @ 35.7652
42.03/42.29	c bounds 248 >= 26 @ 35.7888
42.13/42.33	c bounds 248 >= 27 @ 35.8176
42.23/42.46	c bounds 248 >= 28 @ 35.9365
42.33/42.56	c bounds 247 >= 28 @ 36.0268
42.43/42.60	c bounds 246 >= 28 @ 36.0582
43.03/43.22	c bounds 245 >= 28 @ 36.6494
43.73/43.94	c bounds 245 >= 29 @ 37.319
43.73/43.99	c bounds 244 >= 29 @ 37.3602
43.83/44.03	c bounds 243 >= 29 @ 37.3923
43.83/44.06	c bounds 242 >= 29 @ 37.4199
43.83/44.10	c bounds 241 >= 29 @ 37.4468
43.94/44.13	c bounds 240 >= 29 @ 37.4701
43.94/44.16	c bounds 239 >= 29 @ 37.4897
43.94/44.19	c bounds 238 >= 29 @ 37.5118
44.02/44.22	c bounds 237 >= 29 @ 37.5332
44.02/44.25	c bounds 236 >= 29 @ 37.5546
44.02/44.27	c bounds 235 >= 29 @ 37.5729
44.02/44.29	c bounds 234 >= 29 @ 37.5862
44.13/44.32	c bounds 233 >= 29 @ 37.6081
44.13/44.35	c bounds 232 >= 29 @ 37.636
44.13/44.37	c bounds 231 >= 29 @ 37.6516
44.22/44.40	c bounds 230 >= 29 @ 37.6733
44.22/44.43	c bounds 229 >= 29 @ 37.6927

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502971-1751467802/watcher-4502971-1751467802 -o /tmp/evaluation-result-4502971-1751467802/solver-4502971-1751467802 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751458369-65165 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4502971-1751467802.opb PROOFDIR/proof-4502971-1751467802 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=66562, runsolver pid=66559

[startup+0.100067 s]*
/proc/loadavg: 4.14 4.14 4.15 4/269 66564
/proc/meminfo: memFree=82667760/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66564] ppid=66562 vsize=44044 memory=34424 CPUtime=0.08 cores=0,2
/proc/66564/stat : 66564 (pbsuma) R 66562 66562 65155 0 -1 4194304 6970 0 0 0 7 1 0 0 20 0 1 0 62458131 45101056 8606 18446744073709551615 4210688 4653049 140721349126784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 8200192 140721349130467 140721349130802 140721349130802 140721349136367 0
/proc/66564/statm: 11011 8606 928 108 0 8419 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 48236 KiB
Current children cumulated memory: 37368 KiB

[startup+0.205673 s]*
/proc/loadavg: 4.14 4.14 4.15 4/269 66564
/proc/meminfo: memFree=82631532/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66564] ppid=66562 vsize=76588 memory=58908 CPUtime=0.18 cores=0,2
/proc/66564/stat : 66564 (pbsuma) R 66562 66562 65155 0 -1 4194304 12191 0 0 0 16 2 0 0 20 0 1 0 62458131 78426112 14727 18446744073709551615 4210688 4653049 140721349126784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 8200192 140721349130467 140721349130802 140721349130802 140721349136367 0
/proc/66564/statm: 19147 14727 928 108 0 16555 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 80780 KiB
Current children cumulated memory: 61852 KiB

[startup+0.305801 s]*
/proc/loadavg: 4.14 4.14 4.15 4/269 66564
/proc/meminfo: memFree=82615404/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66564] ppid=66562 vsize=92504 memory=82056 CPUtime=0.28 cores=0,2
/proc/66564/stat : 66564 (pbsuma) R 66562 66562 65155 0 -1 4194304 16423 0 0 0 25 3 0 0 20 0 1 0 62458131 94724096 20514 18446744073709551615 4210688 4653049 140721349126784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 8200192 140721349130467 140721349130802 140721349130802 140721349136367 0
/proc/66564/statm: 23126 20514 928 108 0 20534 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 96696 KiB
Current children cumulated memory: 85000 KiB

[startup+0.700215 s]
/proc/loadavg: 4.14 4.14 4.15 5/272 66570
/proc/meminfo: memFree=82574892/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66564] ppid=66562 vsize=254160 memory=228596 CPUtime=0.67 cores=0,2
/proc/66564/stat : 66564 (pbsuma) R 66562 66562 65155 0 -1 4194304 30749 0 0 0 59 8 0 0 20 0 1 0 62458131 260259840 57149 18446744073709551615 4210688 4653049 140721349126784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 8200192 140721349130467 140721349130802 140721349130802 140721349136367 0
/proc/66564/statm: 63540 57149 992 108 0 60948 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 258352 KiB
Current children cumulated memory: 231540 KiB

[startup+1.5002 s]
/proc/loadavg: 4.14 4.14 4.15 4/268 66582
/proc/meminfo: memFree=82451484/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66564] ppid=66562 vsize=221012 memory=194888 CPUtime=1.47 cores=0,2
/proc/66564/stat : 66564 (pbsuma) R 66562 66562 65155 0 -1 4194304 32362 0 0 0 138 9 0 0 20 0 1 0 62458131 226316288 48722 18446744073709551615 4210688 4653049 140721349126784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 8200192 140721349130467 140721349130802 140721349130802 140721349136367 0
/proc/66564/statm: 55253 48722 1024 108 0 52661 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 225204 KiB
Current children cumulated memory: 197832 KiB

[startup+3.10581 s]
/proc/loadavg: 4.14 4.14 4.15 5/268 66582
/proc/meminfo: memFree=86454396/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66564] ppid=66562 vsize=221012 memory=194888 CPUtime=3.08 cores=0,2
/proc/66564/stat : 66564 (pbsuma) R 66562 66562 65155 0 -1 4194304 32381 0 0 0 299 9 0 0 20 0 1 0 62458131 226316288 48722 18446744073709551615 4210688 4653049 140721349126784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 8200192 140721349130467 140721349130802 140721349130802 140721349136367 0
/proc/66564/statm: 55253 48722 1024 108 0 52661 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 225204 KiB
Current children cumulated memory: 197832 KiB

[startup+6.30018 s]
/proc/loadavg: 4.04 4.12 4.14 5/274 66603
/proc/meminfo: memFree=96638488/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=96604 memory=52248 CPUtime=0.59 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 10699 0 0 0 55 4 0 0 20 0 1 0 62458699 98922496 13062 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 24151 13062 2048 1147 0 11578 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 100796 KiB
Current children cumulated memory: 55192 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.14 4.15 5/274 66604
/proc/meminfo: memFree=96102392/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=381200 memory=331928 CPUtime=6.97 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 72475 0 0 0 674 23 0 0 20 0 1 0 62458699 390348800 82982 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 95300 82982 2336 1147 0 82727 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 385392 KiB
Current children cumulated memory: 334872 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.13 4.14 5/274 66604
/proc/meminfo: memFree=95584476/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=653172 memory=603852 CPUtime=19.72 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 87787 0 0 0 1925 47 0 0 20 0 1 0 62458699 668848128 150963 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 163293 150963 2336 1147 0 150720 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 657364 KiB
Current children cumulated memory: 606796 KiB

[startup+51.1061 s]
/proc/loadavg: 4.06 4.12 4.14 5/274 66606
/proc/meminfo: memFree=94630164/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=728444 memory=661748 CPUtime=45.2 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 95304 0 0 0 4420 100 0 0 20 0 1 0 62458699 745926656 165437 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 182111 165437 2432 1147 0 169538 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 732636 KiB
Current children cumulated memory: 664692 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.14 5/275 66613
/proc/meminfo: memFree=92025504/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=893604 memory=805352 CPUtime=96.26 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 99149 0 0 0 9520 106 0 0 20 0 1 0 62458699 915050496 201338 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 223401 201338 2432 1147 0 210828 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 897796 KiB
Current children cumulated memory: 808296 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/274 66614
/proc/meminfo: memFree=89563944/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=1073996 memory=921748 CPUtime=156.1 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 100955 0 0 0 15498 112 0 0 20 0 1 0 62458699 1099771904 230437 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 268499 230437 2432 1147 0 255926 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 1078188 KiB
Current children cumulated memory: 924692 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/274 66616
/proc/meminfo: memFree=86888608/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=1142036 memory=1002720 CPUtime=215.93 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 102428 0 0 0 21478 115 0 0 20 0 1 0 62458699 1169444864 250680 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0

################
# More data... #
################

/proc/meminfo: memFree=126512616/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2245492 memory=2130924 CPUtime=3266.72 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 196941 0 0 0 326348 324 0 0 20 0 1 0 62458699 2299383808 532731 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 561373 532731 2432 1147 0 548800 0
Current children cumulated CPU time: 3272.37 s
Current children cumulated vsize: 2249684 KiB
Current children cumulated memory: 2133868 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 2.25 2.77 3/255 66855
/proc/meminfo: memFree=126510472/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2246416 memory=2132112 CPUtime=3326.52 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 198491 0 0 0 332324 328 0 0 20 0 1 0 62458699 2300329984 533028 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 561604 533028 2432 1147 0 549031 0
Current children cumulated CPU time: 3332.17 s
Current children cumulated vsize: 2250608 KiB
Current children cumulated memory: 2135056 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.22 2.73 3/255 66857
/proc/meminfo: memFree=126445812/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2346912 memory=2178164 CPUtime=3386.29 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 201580 0 0 0 338298 331 0 0 20 0 1 0 62458699 2403237888 544541 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 586728 544541 2432 1147 0 574155 0
Current children cumulated CPU time: 3391.94 s
Current children cumulated vsize: 2351104 KiB
Current children cumulated memory: 2181108 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.20 2.69 3/254 66859
/proc/meminfo: memFree=126447880/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2346912 memory=2178164 CPUtime=3446.11 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 201580 0 0 0 344280 331 0 0 20 0 1 0 62458699 2403237888 544541 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 586728 544541 2432 1147 0 574155 0
Current children cumulated CPU time: 3451.76 s
Current children cumulated vsize: 2351104 KiB
Current children cumulated memory: 2181108 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.18 2.65 3/254 66861
/proc/meminfo: memFree=126447664/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2346912 memory=2178164 CPUtime=3505.93 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 201704 0 0 0 350262 331 0 0 20 0 1 0 62458699 2403237888 544541 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 586728 544541 2432 1147 0 574155 0
Current children cumulated CPU time: 3511.58 s
Current children cumulated vsize: 2351104 KiB
Current children cumulated memory: 2181108 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.16 2.61 3/254 66863
/proc/meminfo: memFree=126445804/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2361440 memory=2194616 CPUtime=3565.73 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 204585 0 0 0 356231 342 0 0 20 0 1 0 62458699 2418114560 548654 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 590360 548654 2432 1147 0 577787 0
Current children cumulated CPU time: 3571.38 s
Current children cumulated vsize: 2365632 KiB
Current children cumulated memory: 2197560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 2.10 2.16 2.60 3/254 66865
/proc/meminfo: memFree=126349372/131249996 swapFree=33004236/33010684
[pid=66562] ppid=66559 vsize=4192 memory=2944 CPUtime=5.65 cores=0,2
/proc/66562/stat : 66562 (run-opt-ls-log.) S 66559 66562 65155 0 -1 4194304 240 40349 0 0 0 0 552 13 20 0 1 0 62458130 4292608 736 18446744073709551615 94072648732672 94072649627205 140725056075792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94072649866256 94072649914000 94072676126720 140725056080155 140725056080353 140725056080353 140725056085955 0
/proc/66562/statm: 1048 736 672 219 0 110 0
[pid=66603] ppid=66562 vsize=2361440 memory=2194616 CPUtime=3594.35 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66562 66562 65155 0 -1 4194304 204585 0 0 0 359093 342 0 0 20 0 1 0 62458699 2418114560 548654 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 590360 548654 2432 1147 0 577787 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2365632 KiB
Current children cumulated memory: 2197560 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3611.01 s]
# the end of solver process 66562 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=5.52168 s, system=0.140032 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3613.03 s]
# the end of solver process 66603 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.45 s, system=3.58543 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+3611.21 s]
/proc/loadavg: 2.10 2.16 2.60 3/253 66865
/proc/meminfo: memFree=126342252/131249996 swapFree=33004236/33010684
[pid=66603] ppid=66559 vsize=2361440 memory=2194616 CPUtime=3594.55 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66559 66562 65155 0 -1 4194304 204585 0 0 0 359113 342 0 0 20 0 1 0 62458699 2418114560 548654 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 590360 548654 2432 1147 0 577787 0
Current cumulated CPU time of completed processes: 5.66172 s
Current children cumulated CPU time: 3594.55 s
Current children cumulated vsize: 2361440 KiB
Current children cumulated memory: 2194616 KiB

[startup+3612 s]*
/proc/loadavg: 2.10 2.16 2.60 3/253 66865
/proc/meminfo: memFree=126313916/131249996 swapFree=33004236/33010684
[pid=66603] ppid=66559 vsize=2361440 memory=2194616 CPUtime=3595.35 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66559 66562 65155 0 -1 4194304 204585 0 0 0 359193 342 0 0 20 0 1 0 62458699 2418114560 548654 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 590360 548654 2432 1147 0 577787 0
Current cumulated CPU time of completed processes: 5.66172 s
Current children cumulated CPU time: 3595.35 s
Current children cumulated vsize: 2361440 KiB
Current children cumulated memory: 2194616 KiB

[startup+3612.8 s]
/proc/loadavg: 2.10 2.16 2.60 3/253 66865
/proc/meminfo: memFree=126313916/131249996 swapFree=33004236/33010684
[pid=66603] ppid=66559 vsize=2361440 memory=2194616 CPUtime=3596.14 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66559 66562 65155 0 -1 4194304 204585 0 0 0 359272 342 0 0 20 0 1 0 62458699 2418114560 548654 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 590360 548654 2432 1147 0 577787 0
Current cumulated CPU time of completed processes: 5.66172 s
Current children cumulated CPU time: 3596.14 s
Current children cumulated vsize: 2361440 KiB
Current children cumulated memory: 2194616 KiB

[startup+3613 s]*
/proc/loadavg: 2.10 2.16 2.60 3/253 66865
/proc/meminfo: memFree=126297788/131249996 swapFree=33004236/33010684
[pid=66603] ppid=66559 vsize=2361440 memory=2194616 CPUtime=3596.34 cores=0,2
/proc/66603/stat : 66603 (roundingsat) R 66559 66562 65155 0 -1 4194304 204585 0 0 0 359292 342 0 0 20 0 1 0 62458699 2418114560 548654 18446744073709551615 4227072 8923433 140727552809408 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 13123584 140727552813302 140727552813608 140727552813608 140727552819178 0
/proc/66603/statm: 590360 548654 2432 1147 0 577787 0
Current cumulated CPU time of completed processes: 5.66172 s
Current children cumulated CPU time: 3596.34 s
Current children cumulated vsize: 2361440 KiB
Current children cumulated memory: 2194616 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.03
CPU time (s): 3602.03
CPU user time (s): 3598.45
CPU system time (s): 3.58543
CPU usage (%): 99.6957
Max. virtual memory (cumulated for all children) (KiB): 2365632
Max. memory (cumulated for all children) (KiB): 2197560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 3.58543
maximum resident set size= 2258444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245174
page faults= 0
swaps= 0
block input operations= 0
block output operations= 274000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222
involuntary context switches= 9294


# summary of solver processes directly reported to runsolver:
#   pid: 66562,66603
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3598.45
#   total CPU system time (s): 3.58543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12476 second user time and 18.0035 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-02 16:50:03
IDJOB=4502971
IDBENCH=155402
IDSOLVER=3356
FILE ID=nodeC023/4502971-1751467802
RUNJOBID= nodeC023-1751458369-65165
SLURM_JOB_ID= 9598459
Free space on /tmp= 431788 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_14_shg.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502971-1751467802/watcher-4502971-1751467802 -o /tmp/evaluation-result-4502971-1751467802/solver-4502971-1751467802 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751458369-65165 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4502971-1751467802.opb PROOFDIR/proof-4502971-1751467802

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

MD5SUM BENCH= c0e25a71d8726d42148f3e780c01ff44
RANDOM SEED=1732520753

nodeC023 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		: 3600.824
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.78
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.905
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.78
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		: 3599.823
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.78
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.979
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.78
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.893
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.78
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.901
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.78
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		: 3595.798
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.78
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.888
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        82696616 kB
MemAvailable:   124816976 kB
Buffers:              16 kB
Cached:         42868616 kB
SwapCached:          596 kB
Active:          4919144 kB
Inactive:       42680732 kB
Active(anon):    4709920 kB
Inactive(anon):    34752 kB
Active(file):     209224 kB
Inactive(file): 42645980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           7687064 kB
Writeback:             0 kB
AnonPages:       4733816 kB
Mapped:           109664 kB
Shmem:             13396 kB
KReclaimable:     208788 kB
Slab:             538008 kB
SReclaimable:     208788 kB
SUnreclaim:       329220 kB
KernelStack:        4320 kB
PageTables:        13108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5761936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431728 MiB
End job on nodeC023 at 2025-07-02 17:50:16