Trace number 4525861

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
Exact_no_dombreaking 2025-06-16UNSAT 382.593 383.756

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/academics/
normalized-langford-3-11_wcsp.wbo
MD5SUMdc0c1b337d286273cd261e7868deb02f
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkUNSAT
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.06023
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1089
Total number of constraints40843
Number of soft constraints40810
Number of constraints which are clauses40810
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint33
Top cost 1
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 40810
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

382.52/383.73	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 (60972 MiB free)
  memory of node 1: 64465 MiB (62481 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525861-1751627985/watcher-4525861-1751627985 -o /tmp/evaluation-result-4525861-1751627985/solver-4525861-1751627985 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751627623-86681 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=980905082 --ls=360 --inp-dombreaklim=0 HOME/instance-4525861-1751627985.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=86932, runsolver pid=86925
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 4.12 3.49 3.44 6/263 86933
/proc/meminfo: memFree=126321836/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=72796 memory=47248 CPUtime=0.09 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 14126 0 0 0 8 1 0 0 20 0 1 0 78477189 74543104 11812 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 18199 11812 1024 1200 0 16679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72796 KiB
Current children cumulated memory: 47248 KiB

[startup+0.204711 s]*
/proc/loadavg: 4.11 3.50 3.44 6/263 86933
/proc/meminfo: memFree=126265572/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=116988 memory=91100 CPUtime=0.19 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 22970 0 0 0 16 3 0 0 20 0 1 0 78477189 119795712 22775 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 29247 22775 1024 1200 0 27727 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 116988 KiB
Current children cumulated memory: 91100 KiB

[startup+0.305716 s]*
/proc/loadavg: 4.11 3.50 3.44 6/263 86933
/proc/meminfo: memFree=126201248/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=0.29 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27721 0 0 0 25 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+0.700146 s]
/proc/loadavg: 4.11 3.50 3.44 6/263 86933
/proc/meminfo: memFree=126200496/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=0.68 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27721 0 0 0 64 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+1.50012 s]
/proc/loadavg: 4.11 3.50 3.44 6/263 86933
/proc/meminfo: memFree=126200940/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=1.48 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27721 0 0 0 144 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+3.10454 s]
/proc/loadavg: 4.11 3.50 3.44 6/263 86933
/proc/meminfo: memFree=126201276/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=3.08 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27727 0 0 0 304 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+6.30011 s]
/proc/loadavg: 4.10 3.51 3.44 6/263 86933
/proc/meminfo: memFree=126201396/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=6.26 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27733 0 0 0 622 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 3.51 3.45 6/263 86934
/proc/meminfo: memFree=126201468/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=12.64 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27739 0 0 0 1260 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 3.53 3.45 6/263 86934
/proc/meminfo: memFree=126172788/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=25.4 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27741 0 0 0 2536 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+51.105 s]
/proc/loadavg: 4.10 3.59 3.48 6/263 86934
/proc/meminfo: memFree=126165112/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=50.91 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27751 0 0 0 5087 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 3.67 3.51 6/263 86936
/proc/meminfo: memFree=126154596/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=101.93 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27757 0 0 0 10189 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 3.77 3.56 6/263 86938
/proc/meminfo: memFree=126148544/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=112080 CPUtime=161.73 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27763 0 0 0 16169 4 0 0 20 0 1 0 78477189 141852672 28020 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28020 1024 1200 0 33112 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 112080 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.81 3.59 6/264 86945
/proc/meminfo: memFree=126169768/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=114896 CPUtime=221.53 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27824 0 0 0 22149 4 0 0 20 0 1 0 78477189 141852672 28724 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 28724 1024 1200 0 33112 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 114896 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.86 3.62 6/264 86947
/proc/meminfo: memFree=126145820/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=118480 CPUtime=281.38 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27827 0 0 0 28134 4 0 0 20 0 1 0 78477189 141852672 29620 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 29620 1024 1200 0 33112 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 118480 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.92 3.66 6/263 86949
/proc/meminfo: memFree=126165816/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=118480 CPUtime=341.24 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27862 0 0 0 34120 4 0 0 20 0 1 0 78477189 141852672 29620 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 29620 1024 1200 0 33112 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 118480 KiB

[startup+383.756 s]
# the end of solver process 86932 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=382.5 s, system=0.09368 s

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

[startup+358.4 s]
/proc/loadavg: 4.09 3.92 3.66 6/263 86949
/proc/meminfo: memFree=126165552/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=138528 memory=118480 CPUtime=357.31 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 27862 0 0 0 35727 4 0 0 20 0 1 0 78477189 141852672 29620 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 34632 29620 1024 1200 0 33112 0
Current children cumulated CPU time: 357.31 s
Current children cumulated vsize: 138528 KiB
Current children cumulated memory: 118480 KiB

[startup+371.2 s]
/proc/loadavg: 4.14 3.94 3.67 5/264 87043
/proc/meminfo: memFree=126025288/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=190896 memory=170748 CPUtime=370.07 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 38454 0 0 0 37000 7 0 0 20 0 1 0 78477189 195477504 42687 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 47724 42687 1248 1200 0 46204 0
Current children cumulated CPU time: 370.07 s
Current children cumulated vsize: 190896 KiB
Current children cumulated memory: 170748 KiB

[startup+377.6 s]
/proc/loadavg: 4.21 3.96 3.68 5/264 87043
/proc/meminfo: memFree=126025708/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=193100 memory=173180 CPUtime=376.45 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 39051 0 0 0 37637 8 0 0 20 0 1 0 78477189 197734400 43295 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 48275 43295 1248 1200 0 46755 0
Current children cumulated CPU time: 376.45 s
Current children cumulated vsize: 193100 KiB
Current children cumulated memory: 173180 KiB

[startup+380.8 s]
/proc/loadavg: 4.21 3.96 3.68 5/264 87044
/proc/meminfo: memFree=126025492/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=193800 memory=173948 CPUtime=379.63 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 39237 0 0 0 37955 8 0 0 20 0 1 0 78477189 198451200 43487 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 48450 43487 1248 1200 0 46930 0
Current children cumulated CPU time: 379.63 s
Current children cumulated vsize: 193800 KiB
Current children cumulated memory: 173948 KiB

[startup+382.4 s]
/proc/loadavg: 4.19 3.96 3.68 5/264 87044
/proc/meminfo: memFree=126025588/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=194276 memory=174460 CPUtime=381.23 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 39374 0 0 0 38115 8 0 0 20 0 1 0 78477189 198938624 43615 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 48569 43615 1248 1200 0 47049 0
Current children cumulated CPU time: 381.23 s
Current children cumulated vsize: 194276 KiB
Current children cumulated memory: 174460 KiB

[startup+383.2 s]
/proc/loadavg: 4.19 3.96 3.68 5/264 87044
/proc/meminfo: memFree=126025588/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=194276 memory=174588 CPUtime=382.02 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 39400 0 0 0 38194 8 0 0 20 0 1 0 78477189 198938624 43647 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 48569 43647 1248 1200 0 47049 0
Current children cumulated CPU time: 382.02 s
Current children cumulated vsize: 194276 KiB
Current children cumulated memory: 174588 KiB

[startup+383.6 s]
/proc/loadavg: 4.19 3.96 3.68 5/264 87044
/proc/meminfo: memFree=126025588/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=194468 memory=174588 CPUtime=382.42 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 39420 0 0 0 38234 8 0 0 20 0 1 0 78477189 199135232 43647 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 48617 43647 1248 1200 0 47097 0
Current children cumulated CPU time: 382.42 s
Current children cumulated vsize: 194468 KiB
Current children cumulated memory: 174588 KiB

[startup+383.7 s]
/proc/loadavg: 4.19 3.96 3.68 5/264 87044
/proc/meminfo: memFree=126025588/131250000 swapFree=33010672/33010684
[pid=86932] ppid=86925 vsize=194468 memory=174588 CPUtime=382.52 cores=5,7
/proc/86932/stat : 86932 (Exact) R 86925 86932 86668 0 -1 4194304 39420 0 0 0 38244 8 0 0 20 0 1 0 78477189 199135232 43647 18446744073709551615 4198400 9112445 140724835686896 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 45486080 140724835694885 140724835695083 140724835695083 140724835700687 0
/proc/86932/statm: 48617 43647 1248 1200 0 47097 0
Current children cumulated CPU time: 382.52 s
Current children cumulated vsize: 194468 KiB
Current children cumulated memory: 174588 KiB

Child status: 20

Real time (s): 383.756
CPU time (s): 382.593
CPU user time (s): 382.5
CPU system time (s): 0.09368
CPU usage (%): 99.697
Max. virtual memory (cumulated for all children) (KiB): 194468
Max. memory (cumulated for all children) (KiB): 174588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.5
system time used= 0.09368
maximum resident set size= 174716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28
involuntary context switches= 244


# summary of solver processes directly reported to runsolver:
#   pid: 86932
#   total CPU time (s): 382.593
#   total CPU user time (s): 382.5
#   total CPU system time (s): 0.09368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.669618 second user time and 1.28586 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 13:19:45
IDJOB=4525861
IDBENCH=143903
IDSOLVER=3376
FILE ID=nodeC026/4525861-1751627985
RUNJOBID= nodeC026-1751627623-86681
SLURM_JOB_ID= 9598955
Free space on /tmp= 429828 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/academics/normalized-langford-3-11_wcsp.wbo
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525861-1751627985/watcher-4525861-1751627985 -o /tmp/evaluation-result-4525861-1751627985/solver-4525861-1751627985 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751627623-86681 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=980905082 --ls=360 --inp-dombreaklim=0 HOME/instance-4525861-1751627985.wbo

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

MD5SUM BENCH= dc0c1b337d286273cd261e7868deb02f
RANDOM SEED=980905082

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.780
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.59
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.964
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.754
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.667
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.59
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.811
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.59
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.796
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.59
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		: 3601.759
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.59
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		: 3600.175
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126476260 kB
MemAvailable:   129598548 kB
Buffers:            2128 kB
Cached:          3749392 kB
SwapCached:            4 kB
Active:           746928 kB
Inactive:        3079276 kB
Active(anon):      83072 kB
Inactive(anon):     9688 kB
Active(file):     663856 kB
Inactive(file):  3069588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32872 kB
Writeback:             0 kB
AnonPages:         77448 kB
Mapped:           108604 kB
Shmem:             18076 kB
KReclaimable:     449644 kB
Slab:             550488 kB
SReclaimable:     449644 kB
SUnreclaim:       100844 kB
KernelStack:        4064 kB
PageTables:         2940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     382992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429812 MiB
End job on nodeC026 at 2025-07-04 13:26:09