Trace number 4544402

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-06-01UNSAT 1853.19 1858.52

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
MD5SUM9594ac6881a98589fd35bafe025917a8
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.145039
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6723
Total number of constraints5604
Number of constraints which are clauses4482
Number of constraints which are cardinality constraints (but not clauses)1121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4482
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 4482
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13446
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

1853.07/1858.48	c Exit code from Second Program: 20
1853.17/1858.50	c #vars 6723 #constraints 6725 1.0003 1
1853.17/1858.50	c 6725 constraints
1853.17/1858.50	c Finish cloning data from SAT to LS
1853.17/1858.50	c restart_num_ls  -100000 0
1853.17/1858.50	c Use LS-small
1853.17/1858.50	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 (61760 MiB free)
  memory of node 1: 64465 MiB (61893 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544402-1753229520/watcher-4544402-1753229520 -o /tmp/evaluation-result-4544402-1753229520/solver-4544402-1753229520 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753222270-161959 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4544402-1753229520.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=163629, runsolver pid=163626
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.20 4.12 4.10 5/272 163633
/proc/meminfo: memFree=126613808/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=36180 memory=21476 CPUtime=0.08 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 4601 0 0 0 8 0 0 0 20 0 1 0 238626500 37048320 5369 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 9045 5369 896 2593 0 5938 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 43164 KiB
Current children cumulated memory: 25572 KiB

[startup+0.205844 s]*
/proc/loadavg: 4.20 4.12 4.10 5/272 163633
/proc/meminfo: memFree=126574116/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=74280 memory=56904 CPUtime=0.18 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 12726 0 0 0 16 2 0 0 20 0 1 0 238626500 76062720 14226 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 18570 14226 896 2593 0 15463 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 81264 KiB
Current children cumulated memory: 61000 KiB

[startup+0.30571 s]*
/proc/loadavg: 4.20 4.12 4.10 5/272 163633
/proc/meminfo: memFree=126517664/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=126520 memory=107084 CPUtime=0.28 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 22452 0 0 0 24 4 0 0 20 0 1 0 238626500 129556480 26739 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 31630 26739 896 2593 0 28523 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 133504 KiB
Current children cumulated memory: 111180 KiB

[startup+0.700263 s]
/proc/loadavg: 4.20 4.12 4.10 5/272 163633
/proc/meminfo: memFree=126509852/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=134244 memory=112440 CPUtime=0.67 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 24554 0 0 0 63 4 0 0 20 0 1 0 238626500 137465856 28110 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 33561 28110 960 2593 0 30454 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 141228 KiB
Current children cumulated memory: 116536 KiB

[startup+1.50024 s]
/proc/loadavg: 4.20 4.12 4.10 5/272 163633
/proc/meminfo: memFree=126506072/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=150988 memory=127468 CPUtime=1.47 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 26071 0 0 0 142 5 0 0 20 0 1 0 238626500 154611712 31867 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 37747 31867 960 2593 0 34640 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 157972 KiB
Current children cumulated memory: 131564 KiB

[startup+3.10554 s]
/proc/loadavg: 4.27 4.14 4.10 5/272 163633
/proc/meminfo: memFree=126472116/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=170180 memory=147936 CPUtime=3.07 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 31970 0 0 0 301 6 0 0 20 0 1 0 238626500 174264320 36984 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 42545 36984 992 2593 0 39438 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 177164 KiB
Current children cumulated memory: 152032 KiB

[startup+6.30024 s]
/proc/loadavg: 4.27 4.14 4.10 5/272 163633
/proc/meminfo: memFree=126437836/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=154212 memory=127884 CPUtime=6.26 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 36570 0 0 0 617 9 0 0 20 0 1 0 238626500 157913088 31971 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 38553 31971 992 2593 0 35446 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 161196 KiB
Current children cumulated memory: 131980 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.14 4.10 5/272 163633
/proc/meminfo: memFree=126462184/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=154632 memory=128396 CPUtime=12.64 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 36698 0 0 0 1255 9 0 0 20 0 1 0 238626500 158343168 32099 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 38658 32099 992 2593 0 35551 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 161616 KiB
Current children cumulated memory: 132492 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.10 5/272 163633
/proc/meminfo: memFree=126423348/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=155532 memory=129292 CPUtime=25.4 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 36926 0 0 0 2531 9 0 0 20 0 1 0 238626500 159264768 32323 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 38883 32323 992 2593 0 35776 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 162516 KiB
Current children cumulated memory: 133388 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.12 4.09 5/272 163634
/proc/meminfo: memFree=126400712/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=176548 memory=150356 CPUtime=50.94 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 38126 0 0 0 5084 10 0 0 20 0 1 0 238626500 180785152 37589 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 44137 37589 992 2593 0 41030 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 183532 KiB
Current children cumulated memory: 154452 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 163642
/proc/meminfo: memFree=124694944/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0

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

/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=163632] ppid=163629 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/163632/stat : 163632 (timeout) S 163629 163632 161949 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 238626500 2723840 320 18446744073709551615 93853108244480 93853108260993 140728189655696 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93853108275760 93853108277848 93853140176896 140728189659550 140728189659680 140728189659680 140728189665255 0
/proc/163632/statm: 665 320 320 5 0 90 0
[pid=163633] ppid=163632 vsize=493820 memory=473736 CPUtime=1777.2 cores=0,2
/proc/163633/stat : 163633 (CASHWMaxSAT-Dis) R 163632 163632 161949 0 -1 4194304 91922 0 0 0 177613 107 0 0 20 0 1 0 238626500 505671680 118434 18446744073709551615 4198400 14817773 140729905443488 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29720576 140729905449380 140729905449497 140729905449497 140729905455072 0
/proc/163633/statm: 123455 118434 992 2593 0 120348 0
Current children cumulated CPU time: 1777.2 s
Current children cumulated vsize: 500804 KiB
Current children cumulated memory: 477832 KiB

[startup+1842.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/272 164446
/proc/meminfo: memFree=123759236/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=44.13 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 4323 90 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1837.01 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

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

# cumulated CPU time of all completed processes:  user=1850.87 s, system=2.31903 s

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

[startup+1843.2 s]
/proc/loadavg: 4.14 4.12 4.09 5/272 164446
/proc/meminfo: memFree=123759236/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=45.04 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 4411 93 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1837.92 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1849.6 s]
/proc/loadavg: 4.13 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123576260/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=51.42 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 5038 104 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1844.3 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1852.8 s]
/proc/loadavg: 4.13 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123785088/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=54.61 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 5352 109 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1847.49 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1856 s]*
/proc/loadavg: 4.12 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123788144/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=57.8 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 5666 114 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1850.68 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1857.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123788144/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=59.4 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 5822 118 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1852.28 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1858 s]*
/proc/loadavg: 4.11 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123788396/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=59.8 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 5861 119 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1852.68 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1858.4 s]
/proc/loadavg: 4.11 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123788396/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1792.88 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 281 92657 0 0 0 0 179178 110 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
[pid=164443] ppid=163629 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/164443/stat : 164443 (timeout) S 163629 164443 161949 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 238806301 2723840 352 18446744073709551615 94863807787008 94863807803521 140730300973792 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94863807818288 94863807820376 94863827808256 140730300975494 140730300975648 140730300975648 140730300981223 0
/proc/164443/statm: 665 352 352 5 0 90 0
[pid=164444] ppid=164443 vsize=187120 memory=113464 CPUtime=60.19 cores=0,2
/proc/164444/stat : 164444 (SynLSCD) R 164443 164443 161949 0 -1 4194304 26558 0 0 0 5900 119 0 0 20 0 1 0 238806301 191610880 28366 18446744073709551615 94905408114688 94905410548841 140727482972384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94905411030264 94905411063296 94905438269440 140727482980768 140727482980903 140727482980903 140727482986478 0
/proc/164444/statm: 46780 28366 2496 595 0 31447 0
Current children cumulated CPU time: 1853.07 s
Current children cumulated vsize: 194104 KiB
Current children cumulated memory: 117688 KiB

[startup+1858.5 s]
/proc/loadavg: 4.11 4.11 4.09 5/272 164446
/proc/meminfo: memFree=123788396/131249992 swapFree=33009392/33010684
[pid=163629] ppid=163626 vsize=4324 memory=2816 CPUtime=1853.17 cores=0,2
/proc/163629/stat : 163629 (Hybrid-CASHWMax) S 163626 163629 161949 0 -1 4194304 343 119865 0 0 0 0 185086 231 20 0 1 0 238626499 4427776 704 18446744073709551615 93831389184000 93831390078533 140727689797952 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93831390317584 93831390365328 93831398629376 140727689804117 140727689804271 140727689804271 140727689809875 0
/proc/163629/statm: 1081 704 672 219 0 143 0
Current children cumulated CPU time: 1853.17 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 2816 KiB

Child status: 0

Real time (s): 1858.52
CPU time (s): 1853.19
CPU user time (s): 1850.87
CPU system time (s): 2.31903
CPU usage (%): 99.7132
Max. virtual memory (cumulated for all children) (KiB): 708080
Max. memory (cumulated for all children) (KiB): 685012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1850.87
system time used= 2.31903
maximum resident set size= 680916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120702
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= 911
involuntary context switches= 4422


# summary of solver processes directly reported to runsolver:
#   pid: 163629
#   total CPU time (s): 1853.19
#   total CPU user time (s): 1850.87
#   total CPU system time (s): 2.31903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02947 second user time and 8.83623 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-23 02:12:00
IDJOB=4544402
IDBENCH=175404
IDSOLVER=3328
FILE ID=nodeC035/4544402-1753229520
RUNJOBID= nodeC035-1753222270-161959
SLURM_JOB_ID= 9687817
Free space on /tmp= 432412 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544402-1753229520/watcher-4544402-1753229520 -o /tmp/evaluation-result-4544402-1753229520/solver-4544402-1753229520 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753222270-161959 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4544402-1753229520.opb 3600 HOME

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

MD5SUM BENCH= 9594ac6881a98589fd35bafe025917a8
RANDOM SEED=907163380

nodeC035 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.793
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.51
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.727
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.51
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		: 3609.188
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.51
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		: 3501.181
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.51
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.729
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.51
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.751
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.51
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		: 3586.373
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.51
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		: 3700.000
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126622004 kB
MemAvailable:   128907004 kB
Buffers:             664 kB
Cached:          3035792 kB
SwapCached:          336 kB
Active:          1696436 kB
Inactive:        2165536 kB
Active(anon):     832512 kB
Inactive(anon):    18908 kB
Active(file):     863924 kB
Inactive(file):  2146628 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17512 kB
Writeback:             4 kB
AnonPages:        826836 kB
Mapped:           121252 kB
Shmem:             25904 kB
KReclaimable:     227372 kB
Slab:             323124 kB
SReclaimable:     227372 kB
SUnreclaim:        95752 kB
KernelStack:        4352 kB
PageTables:         4936 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1234452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432368 MiB
End job on nodeC035 at 2025-07-23 02:42:58