Trace number 4548052

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-CASHWMaxSATDisjComS+SynLSCD 2025-07-23UNSAT 1268.06 1271.94

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_10_092.opb
MD5SUMabde55a93501845a748728a01651cccf
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 benchmark1.10617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85570
Total number of constraints1851
Number of constraints which are clauses931
Number of constraints which are cardinality constraints (but not clauses)920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint93
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1194.37/1271.90	c Exit code from Second Program: 20
1194.37/1271.93	c #vars 85570 #constraints 1851 0.0216314 1
1194.37/1271.93	c intsize: 7
1194.37/1271.93	c 1851 constraints
1194.37/1271.93	c Finish cloning data from SAT to LS
1194.37/1271.93	c restart_num_ls  -100000 0
1194.37/1271.93	c Use LS-small
1194.37/1271.93	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: 63665 MiB (62014 MiB free)
  memory of node 1: 64507 MiB (63250 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548052-1753273946/watcher-4548052-1753273946 -o /tmp/evaluation-result-4548052-1753273946/solver-4548052-1753273946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753272569-206148 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548052-1753273946.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.06 4.04 3.37 5/272 206795
/proc/meminfo: memFree=128259152/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=37980 memory=18756 CPUtime=0.07 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 4142 0 0 0 7 0 0 0 20 0 1 0 243074816 38891520 4689 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 9495 4689 736 2416 0 6597 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 44964 KiB
Current children cumulated memory: 23236 KiB

[startup+0.205699 s]*
/proc/loadavg: 4.06 4.04 3.37 5/272 206795
/proc/meminfo: memFree=128243276/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=55020 memory=35084 CPUtime=0.18 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 8423 0 0 0 17 1 0 0 20 0 1 0 243074816 56340480 8771 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 13755 8771 736 2416 0 10857 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62004 KiB
Current children cumulated memory: 39564 KiB

[startup+0.305611 s]*
/proc/loadavg: 4.06 4.04 3.37 5/272 206795
/proc/meminfo: memFree=128227400/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=71244 memory=50316 CPUtime=0.28 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 12230 0 0 0 27 1 0 0 20 0 1 0 243074816 72953856 12579 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 17811 12579 736 2416 0 14913 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 78228 KiB
Current children cumulated memory: 54796 KiB

[startup+0.700251 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206795
/proc/meminfo: memFree=128189032/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=136168 memory=112996 CPUtime=0.67 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 26697 0 0 0 63 4 0 0 20 0 1 0 243074816 139436032 28249 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 34042 28249 768 2416 0 31144 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 143152 KiB
Current children cumulated memory: 117476 KiB

[startup+1.50017 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206795
/proc/meminfo: memFree=128161436/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=140340 memory=119896 CPUtime=1.47 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 27711 0 0 0 142 5 0 0 20 0 1 0 243074816 143708160 29974 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 35085 29974 800 2416 0 32187 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 147324 KiB
Current children cumulated memory: 124376 KiB

[startup+3.10551 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206795
/proc/meminfo: memFree=128121484/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=170984 memory=138916 CPUtime=3.07 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 29010 0 0 0 301 6 0 0 20 0 1 0 243074816 175087616 34729 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 42746 34729 800 2416 0 39848 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 177968 KiB
Current children cumulated memory: 143396 KiB

[startup+6.30023 s]
/proc/loadavg: 4.06 4.04 3.37 5/272 206850
/proc/meminfo: memFree=127906648/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=175964 memory=147804 CPUtime=6.26 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 31878 0 0 0 617 9 0 0 20 0 1 0 243074816 180187136 36951 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 43991 36951 800 2416 0 41093 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 182948 KiB
Current children cumulated memory: 152284 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.04 3.37 5/272 206850
/proc/meminfo: memFree=127900368/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=265088 memory=200396 CPUtime=12.64 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 37110 0 0 0 1249 15 0 0 20 0 1 0 243074816 271450112 50099 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 66272 50099 800 2416 0 63374 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 272072 KiB
Current children cumulated memory: 204876 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.05 3.39 5/272 206850
/proc/meminfo: memFree=127880416/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=275592 memory=215168 CPUtime=25.41 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 45681 0 0 0 2513 28 0 0 20 0 1 0 243074816 282206208 53792 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 68898 53792 800 2416 0 66000 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 282576 KiB
Current children cumulated memory: 219648 KiB

[startup+51.1056 s]
/proc/loadavg: 4.07 4.05 3.40 5/272 206851
/proc/meminfo: memFree=127862940/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206794] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206794/stat : 206794 (timeout) S 206791 206794 206131 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243074815 2723840 352 18446744073709551615 94847727915008 94847727931521 140720928145792 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94847727946288 94847727948376 94847735934976 140720928151966 140720928152096 140720928152096 140720928157671 0
/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=238752 memory=218752 CPUtime=50.94 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 56512 0 0 0 5043 51 0 0 20 0 1 0 243074816 244482048 54688 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 59688 54688 800 2416 0 56790 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 245736 KiB
Current children cumulated memory: 223232 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.05 3.44 5/273 206856
/proc/meminfo: memFree=127856616/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0

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

/proc/206794/statm: 665 352 352 5 0 90 0
[pid=206795] ppid=206794 vsize=525920 memory=462960 CPUtime=1178.71 cores=1,3
/proc/206795/stat : 206795 (CASHWMaxSAT-Dis) R 206794 206794 206131 0 -1 4194304 364208 0 0 0 117151 720 0 0 20 0 1 0 243074816 538542080 115740 18446744073709551615 4198400 14093885 140724715414496 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 45637632 140724715415972 140724715416089 140724715416089 140724715421664 0
/proc/206795/statm: 131480 115740 800 2416 0 128582 0
Current children cumulated CPU time: 1178.71 s
Current children cumulated vsize: 532904 KiB
Current children cumulated memory: 467440 KiB

[startup+1242.3 s]
/proc/loadavg: 4.11 4.09 3.95 5/270 206966
/proc/meminfo: memFree=126100944/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2439868 memory=2068152 CPUtime=44.12 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 301332 0 0 0 4166 246 0 0 20 0 1 0 243194617 2498424832 517038 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 609967 517038 2496 595 0 594634 0
Current children cumulated CPU time: 1238.49 s
Current children cumulated vsize: 2446852 KiB
Current children cumulated memory: 2072632 KiB

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

# cumulated CPU time of all completed processes:  user=1258.08 s, system=9.97628 s

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

[startup+1254.4 s]
/proc/loadavg: 4.09 4.09 3.95 5/270 206966
/proc/meminfo: memFree=126070640/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2440460 memory=2068792 CPUtime=56.18 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 301523 0 0 0 5363 255 0 0 20 0 1 0 243194617 2499031040 517198 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 610115 517198 2496 595 0 594782 0
Current children cumulated CPU time: 1250.55 s
Current children cumulated vsize: 2447444 KiB
Current children cumulated memory: 2073272 KiB

[startup+1260.8 s]
/proc/loadavg: 4.16 4.10 3.95 5/270 206967
/proc/meminfo: memFree=126070656/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2440972 memory=2069048 CPUtime=62.57 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 301605 0 0 0 6002 255 0 0 20 0 1 0 243194617 2499555328 517262 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 610243 517262 2496 595 0 594910 0
Current children cumulated CPU time: 1256.94 s
Current children cumulated vsize: 2447956 KiB
Current children cumulated memory: 2073528 KiB

[startup+1267.2 s]
/proc/loadavg: 4.15 4.10 3.95 5/270 206967
/proc/meminfo: memFree=126006008/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2444972 memory=2075340 CPUtime=68.95 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 302703 0 0 0 6640 255 0 0 20 0 1 0 243194617 2503651328 518835 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 611243 518835 2496 595 0 595910 0
Current children cumulated CPU time: 1263.32 s
Current children cumulated vsize: 2451956 KiB
Current children cumulated memory: 2079820 KiB

[startup+1270.4 s]
/proc/loadavg: 4.14 4.10 3.95 5/270 206967
/proc/meminfo: memFree=125961208/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2447888 memory=2082388 CPUtime=72.14 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 303442 0 0 0 6959 255 0 0 20 0 1 0 243194617 2506637312 520597 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 611972 520597 2528 595 0 596639 0
Current children cumulated CPU time: 1266.51 s
Current children cumulated vsize: 2454872 KiB
Current children cumulated memory: 2086868 KiB

[startup+1271.2 s]
/proc/loadavg: 4.14 4.10 3.95 5/270 206967
/proc/meminfo: memFree=125961208/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2448284 memory=2084820 CPUtime=72.94 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 303587 0 0 0 7039 255 0 0 20 0 1 0 243194617 2507042816 521205 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 612071 521205 2528 595 0 596738 0
Current children cumulated CPU time: 1267.31 s
Current children cumulated vsize: 2455268 KiB
Current children cumulated memory: 2089300 KiB

[startup+1271.6 s]
/proc/loadavg: 4.14 4.10 3.95 5/270 206967
/proc/meminfo: memFree=125961208/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2131388 memory=1854624 CPUtime=73.33 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 303772 0 0 0 7078 255 0 0 20 0 1 0 243194617 2182541312 463656 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 532847 463656 2656 595 0 517514 0
Current children cumulated CPU time: 1267.7 s
Current children cumulated vsize: 2138372 KiB
Current children cumulated memory: 1859104 KiB

[startup+1271.8 s]
/proc/loadavg: 4.14 4.10 3.95 5/270 206967
/proc/meminfo: memFree=125961208/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
[pid=206963] ppid=206962 vsize=2036716 memory=1759960 CPUtime=73.53 cores=1,3
/proc/206963/stat : 206963 (SynLSCD) R 206962 206962 206131 0 -1 4194304 303819 0 0 0 7098 255 0 0 20 0 1 0 243194617 2085597184 439990 18446744073709551615 94466744438784 94466746873385 140727327504880 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94466747354360 94466747387392 94466775105536 140727327512992 140727327513127 140727327513127 140727327518702 0
/proc/206963/statm: 509179 439990 2656 595 0 493846 0
Current children cumulated CPU time: 1267.9 s
Current children cumulated vsize: 2043700 KiB
Current children cumulated memory: 1764440 KiB

[startup+1271.9 s]
/proc/loadavg: 4.14 4.10 3.95 5/270 206967
/proc/meminfo: memFree=125961208/131250000 swapFree=33008868/33010684
[pid=206791] ppid=206788 vsize=4324 memory=3072 CPUtime=1194.37 cores=1,3
/proc/206791/stat : 206791 (Hybrid-CASHWMax) S 206788 206791 206131 0 -1 4194304 284 367712 0 0 0 0 118704 733 20 0 1 0 243074814 4427776 768 18446744073709551615 93902392139776 93902393034309 140732294005600 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93902393273360 93902393321104 93902426361856 140732294007125 140732294007279 140732294007279 140732294012883 0
/proc/206791/statm: 1081 768 704 219 0 143 0
[pid=206962] ppid=206791 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/206962/stat : 206962 (timeout) S 206791 206962 206131 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243194616 2723840 352 18446744073709551615 94656136019968 94656136036481 140721247924976 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94656136051248 94656136053336 94656153722880 140721247930758 140721247930912 140721247930912 140721247936487 0
/proc/206962/statm: 665 352 352 5 0 90 0
Current children cumulated CPU time: 1194.37 s
Current children cumulated vsize: 6984 KiB
Current children cumulated memory: 4480 KiB

Child status: 0

Real time (s): 1271.94
CPU time (s): 1268.06
CPU user time (s): 1258.08
CPU system time (s): 9.97628
CPU usage (%): 99.6943
Max. virtual memory (cumulated for all children) (KiB): 2456044
Max. memory (cumulated for all children) (KiB): 2090580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1258.08
system time used= 9.97628
maximum resident set size= 2086100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 672848
page faults= 1
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 979
involuntary context switches= 2824


# summary of solver processes directly reported to runsolver:
#   pid: 206791
#   total CPU time (s): 1268.06
#   total CPU user time (s): 1258.08
#   total CPU system time (s): 9.97628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86703 second user time and 6.12118 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-23 14:32:26
IDJOB=4548052
IDBENCH=174892
IDSOLVER=3425
FILE ID=nodeC013/4548052-1753273946
RUNJOBID= nodeC013-1753272569-206148
SLURM_JOB_ID= 9690021
Free space on /tmp= 432992 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_10_092.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548052-1753273946/watcher-4548052-1753273946 -o /tmp/evaluation-result-4548052-1753273946/solver-4548052-1753273946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753272569-206148 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548052-1753273946.opb 3600 HOME

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

MD5SUM BENCH= abde55a93501845a748728a01651cccf
RANDOM SEED=202081202

nodeC013 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.806
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.67
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.373
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128270920 kB
MemAvailable:   129457568 kB
Buffers:            1668 kB
Cached:          1926360 kB
SwapCached:           52 kB
Active:          1142944 kB
Inactive:        1068388 kB
Active(anon):     299860 kB
Inactive(anon):     4872 kB
Active(file):     843084 kB
Inactive(file):  1063516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18224 kB
Writeback:             0 kB
AnonPages:        285648 kB
Mapped:           116376 kB
Shmem:             21424 kB
KReclaimable:     238172 kB
Slab:             335064 kB
SReclaimable:     238172 kB
SUnreclaim:        96892 kB
KernelStack:        4352 kB
PageTables:         3912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     661036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC013 at 2025-07-23 14:53:38