Trace number 4547538

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
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23UNSAT 1822.42 1828.39

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1822.33/1828.35	c Exit code from Second Program: 20
1822.33/1828.37	c #vars 2103 #constraints 2105 1.00095 1
1822.33/1828.37	c intsize: 13
1822.33/1828.37	c 2105 constraints
1822.33/1828.37	c Finish cloning data from SAT to LS
1822.33/1828.37	c restart_num_ls  -100000 0
1822.33/1828.37	c Use LS-small
1822.33/1828.37	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547538-1753268769/watcher-4547538-1753268769 -o /tmp/evaluation-result-4547538-1753268769/solver-4547538-1753268769 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753266928-175825 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547538-1753268769.opb 3600 HOME 

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=176359, runsolver pid=176356
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.12 4.09 3.74 5/270 176363
/proc/meminfo: memFree=124220792/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=46708 memory=31140 CPUtime=0.08 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 8180 0 0 0 7 1 0 0 20 0 1 0 242555453 47828992 7785 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 11677 7785 928 2593 0 8570 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 53692 KiB
Current children cumulated memory: 35620 KiB

[startup+0.205739 s]*
/proc/loadavg: 4.12 4.09 3.74 5/270 176363
/proc/meminfo: memFree=124219028/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=47960 memory=32248 CPUtime=0.19 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 8586 0 0 0 18 1 0 0 20 0 1 0 242555453 49111040 8062 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 11990 8062 960 2593 0 8883 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 54944 KiB
Current children cumulated memory: 36728 KiB

[startup+0.305569 s]*
/proc/loadavg: 4.12 4.09 3.74 5/270 176363
/proc/meminfo: memFree=124219392/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=51036 memory=35356 CPUtime=0.28 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 8845 0 0 0 27 1 0 0 20 0 1 0 242555453 52260864 8839 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 12759 8839 960 2593 0 9652 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 58020 KiB
Current children cumulated memory: 39836 KiB

[startup+0.700234 s]
/proc/loadavg: 4.12 4.09 3.74 5/270 176363
/proc/meminfo: memFree=124211580/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=64272 memory=46360 CPUtime=0.67 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 14167 0 0 0 65 2 0 0 20 0 1 0 242555453 65814528 11590 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 16068 11590 992 2593 0 12961 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 71256 KiB
Current children cumulated memory: 50840 KiB

[startup+1.50021 s]
/proc/loadavg: 4.11 4.09 3.74 5/270 176363
/proc/meminfo: memFree=124207800/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=62824 memory=47212 CPUtime=1.47 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 14952 0 0 0 145 2 0 0 20 0 1 0 242555453 64331776 11803 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 15706 11803 992 2593 0 12599 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 51692 KiB

[startup+3.10541 s]
/proc/loadavg: 4.11 4.09 3.74 5/270 176363
/proc/meminfo: memFree=124187468/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=62824 memory=47212 CPUtime=3.07 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 14953 0 0 0 305 2 0 0 20 0 1 0 242555453 64331776 11803 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 15706 11803 992 2593 0 12599 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 51692 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.09 3.75 5/270 176363
/proc/meminfo: memFree=124190024/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=62824 memory=47212 CPUtime=6.25 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 14953 0 0 0 623 2 0 0 20 0 1 0 242555453 64331776 11803 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 15706 11803 992 2593 0 12599 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 51692 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.08 3.75 5/270 176363
/proc/meminfo: memFree=124165076/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=62824 memory=47212 CPUtime=12.64 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 14955 0 0 0 1262 2 0 0 20 0 1 0 242555453 64331776 11803 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 15706 11803 992 2593 0 12599 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 69808 KiB
Current children cumulated memory: 51692 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.08 3.75 5/270 176363
/proc/meminfo: memFree=124162060/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=63828 memory=48308 CPUtime=25.4 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 18348 0 0 0 2537 3 0 0 20 0 1 0 242555453 65359872 12077 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 15957 12077 992 2593 0 12850 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 70812 KiB
Current children cumulated memory: 52788 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.09 3.76 5/270 176363
/proc/meminfo: memFree=124101596/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=70056 memory=54480 CPUtime=50.92 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 18885 0 0 0 5089 3 0 0 20 0 1 0 242555453 71737344 13620 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 17514 13620 992 2593 0 14407 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 77040 KiB
Current children cumulated memory: 58960 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 3.78 6/270 176365
/proc/meminfo: memFree=124040448/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0

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

/proc/176363/statm: 64053 60404 992 2593 0 60946 0
Current children cumulated CPU time: 1776.48 s
Current children cumulated vsize: 263196 KiB
Current children cumulated memory: 246096 KiB

[startup+1828.39 s]
# the end of solver process 176359 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1819.84 s, system=2.58382 s

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

[startup+1792 s]*
/proc/loadavg: 3.57 3.99 4.03 3/255 176580
/proc/meminfo: memFree=123883392/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 250 105 0 0 0 0 0 0 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176362] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176362/stat : 176362 (timeout) S 176359 176362 174004 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 242555452 2723840 352 18446744073709551615 94438367674368 94438367690881 140729682785392 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94438367705648 94438367707736 94438384984064 140729682786718 140729682786848 140729682786848 140729682792423 0
/proc/176362/statm: 665 352 352 5 0 90 0
[pid=176363] ppid=176362 vsize=250412 memory=235816 CPUtime=1786.15 cores=5,7
/proc/176363/stat : 176363 (CASHWMaxSAT-Dis) R 176362 176362 174004 0 -1 4194304 86695 0 0 0 178506 109 0 0 20 0 1 0 242555453 256421888 58954 18446744073709551615 4198400 14817773 140729851680048 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 52056064 140729851689380 140729851689497 140729851689497 140729851695072 0
/proc/176363/statm: 62603 58954 992 2593 0 59496 0
Current children cumulated CPU time: 1786.15 s
Current children cumulated vsize: 257396 KiB
Current children cumulated memory: 240296 KiB

[startup+1804.8 s]
/proc/loadavg: 3.40 3.94 4.01 3/255 176582
/proc/meminfo: memFree=124108844/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=100012 memory=26880 CPUtime=6.74 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 4574 0 0 0 640 34 0 0 20 0 1 0 242735254 102412288 6720 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 25003 6720 2464 595 0 9670 0
Current children cumulated CPU time: 1798.89 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31360 KiB

[startup+1817.6 s]
/proc/loadavg: 3.09 3.84 3.98 3/255 176582
/proc/meminfo: memFree=124108432/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=100012 memory=26880 CPUtime=19.5 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 4574 0 0 0 1852 98 0 0 20 0 1 0 242735254 102412288 6720 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 25003 6720 2464 595 0 9670 0
Current children cumulated CPU time: 1811.65 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31360 KiB

[startup+1824 s]*
/proc/loadavg: 3.00 3.81 3.97 3/255 176582
/proc/meminfo: memFree=124108432/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=100012 memory=26880 CPUtime=25.89 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 4574 0 0 0 2458 131 0 0 20 0 1 0 242735254 102412288 6720 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 25003 6720 2464 595 0 9670 0
Current children cumulated CPU time: 1818.04 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31360 KiB

[startup+1825.6 s]
/proc/loadavg: 3.00 3.81 3.97 3/255 176582
/proc/meminfo: memFree=124108432/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=100012 memory=26880 CPUtime=27.49 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 4574 0 0 0 2609 140 0 0 20 0 1 0 242735254 102412288 6720 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 25003 6720 2464 595 0 9670 0
Current children cumulated CPU time: 1819.64 s
Current children cumulated vsize: 106996 KiB
Current children cumulated memory: 31360 KiB

[startup+1827.2 s]
/proc/loadavg: 2.92 3.78 3.95 3/255 176582
/proc/meminfo: memFree=124092500/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=101944 memory=35784 CPUtime=29.08 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 5194 0 0 0 2764 144 0 0 20 0 1 0 242735254 104390656 8946 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 25486 8946 2528 595 0 10153 0
Current children cumulated CPU time: 1821.23 s
Current children cumulated vsize: 108928 KiB
Current children cumulated memory: 40264 KiB

[startup+1828 s]*
/proc/loadavg: 2.92 3.78 3.95 3/255 176582
/proc/meminfo: memFree=124095740/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=103796 memory=41668 CPUtime=29.89 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 5702 0 0 0 2844 145 0 0 20 0 1 0 242735254 106287104 10417 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 25949 10417 2528 595 0 10616 0
Current children cumulated CPU time: 1822.04 s
Current children cumulated vsize: 110780 KiB
Current children cumulated memory: 46148 KiB

[startup+1828.2 s]
/proc/loadavg: 2.92 3.78 3.95 3/255 176582
/proc/meminfo: memFree=124095740/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=104252 memory=42052 CPUtime=30.08 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 5812 0 0 0 2863 145 0 0 20 0 1 0 242735254 106754048 10513 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 26063 10513 2528 595 0 10730 0
Current children cumulated CPU time: 1822.23 s
Current children cumulated vsize: 111236 KiB
Current children cumulated memory: 46532 KiB

[startup+1828.3 s]
/proc/loadavg: 2.92 3.78 3.95 3/255 176582
/proc/meminfo: memFree=124095740/131249988 swapFree=33010416/33010684
[pid=176359] ppid=176356 vsize=4324 memory=3072 CPUtime=1792.15 cores=5,7
/proc/176359/stat : 176359 (Hybrid-CASHWMax) S 176356 176359 174004 0 -1 4194304 283 87437 0 0 0 0 179104 111 20 0 1 0 242555451 4427776 768 18446744073709551615 94538595172352 94538596066885 140737145182576 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94538596305936 94538596353680 94538615136256 140737145186645 140737145186799 140737145186799 140737145192403 0
/proc/176359/statm: 1081 768 704 219 0 143 0
[pid=176581] ppid=176359 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176581/stat : 176581 (timeout) S 176359 176581 174004 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242735253 2723840 352 18446744073709551615 94749614702592 94749614719105 140727517321584 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94749614733872 94749614735960 94749616496640 140727517329798 140727517329952 140727517329952 140727517335527 0
/proc/176581/statm: 665 352 352 5 0 90 0
[pid=176582] ppid=176581 vsize=104384 memory=44280 CPUtime=30.18 cores=5,7
/proc/176582/stat : 176582 (SynLSCD) R 176581 176581 174004 0 -1 4194304 5844 0 0 0 2873 145 0 0 20 0 1 0 242735254 106889216 11070 18446744073709551615 93951632416768 93951634851369 140726814152112 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93951635332344 93951635365376 93951660044288 140726814161312 140726814161447 140726814161447 140726814167022 0
/proc/176582/statm: 26096 11070 2528 595 0 10763 0
Current children cumulated CPU time: 1822.33 s
Current children cumulated vsize: 111368 KiB
Current children cumulated memory: 48760 KiB

Child status: 0

Real time (s): 1828.39
CPU time (s): 1822.42
CPU user time (s): 1819.84
CPU system time (s): 2.58382
CPU usage (%): 99.6735
Max. virtual memory (cumulated for all children) (KiB): 354524
Max. memory (cumulated for all children) (KiB): 337300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1819.84
system time used= 2.58382
maximum resident set size= 332820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 958
involuntary context switches= 10389


# summary of solver processes directly reported to runsolver:
#   pid: 176359
#   total CPU time (s): 1822.42
#   total CPU user time (s): 1819.84
#   total CPU system time (s): 2.58382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.76211 second user time and 8.51431 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 13:06:09
IDJOB=4547538
IDBENCH=175223
IDSOLVER=3424
FILE ID=nodeC031/4547538-1753268769
RUNJOBID= nodeC031-1753266928-175825
SLURM_JOB_ID= 9689186
Free space on /tmp= 432900 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547538-1753268769/watcher-4547538-1753268769 -o /tmp/evaluation-result-4547538-1753268769/solver-4547538-1753268769 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753266928-175825 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547538-1753268769.opb 3600 HOME

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=1950678940

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.883
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.959
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		: 3600.291
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		: 3600.744
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.703
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.736
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		: 3600.788
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		: 3549.029
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:       131249988 kB
MemFree:        124234816 kB
MemAvailable:   129469172 kB
Buffers:            2128 kB
Cached:          5918476 kB
SwapCached:            8 kB
Active:          1333384 kB
Inactive:        4784408 kB
Active(anon):     212972 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file):  4773944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17520 kB
Writeback:            16 kB
AnonPages:        200256 kB
Mapped:           123088 kB
Shmem:             26248 kB
KReclaimable:     358476 kB
Slab:             457176 kB
SReclaimable:     358476 kB
SUnreclaim:        98700 kB
KernelStack:        4320 kB
PageTables:         3680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     575700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432916 MiB
End job on nodeC031 at 2025-07-23 13:36:38