Trace number 4545978

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
SynLSCD 2025-07-23? (TO) 3600.08 3610.21

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-16diag_spec_greater.opb
MD5SUM6887599ad065147dc61a02d711e5083c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.095144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables848
Total number of constraints1058
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints290
Minimum length of a constraint2
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c #vars 848 #constraints 1347 1.58844 1
0.00/0.01	c intsize: 33
0.00/0.02	c 1347 constraints
0.00/0.02	c Finish cloning data from SAT to LS
0.00/0.02	c restart_num_ls  -100000 0
1072.84/1075.73	c Use LS-small
1072.84/1075.73	restart_num  0 301
1072.84/1075.73	c LS-restart 90 40
2259.32/2266.28	c Use LS-small
2259.32/2266.28	restart_num  301 603
2259.32/2266.28	c LS-restart 80 28
3202.04/3211.37	c Use LS-small
3202.04/3211.37	restart_num  603 904
3202.04/3211.37	c LS-restart 70 76
3600.06/3610.20	c Use LS-small
3600.06/3610.20	c Program interrupted by user.
3600.06/3610.20	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545978-1753264671/watcher-4545978-1753264671 -o /tmp/evaluation-result-4545978-1753264671/solver-4545978-1753264671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753259701-189074 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545978-1753264671.opb 

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


[startup+0.100062 s]*
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102270080/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=0.09 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 8 1 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+0.205532 s]*
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102270080/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=0.19 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 17 2 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+0.305394 s]*
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102270080/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=0.29 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 26 3 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+0.700161 s]
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102269992/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=0.68 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 62 6 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+1.50014 s]
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102269992/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=1.47 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 135 12 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+3.10517 s]
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102270200/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=3.08 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 282 26 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+6.30013 s]
/proc/loadavg: 4.08 4.16 4.12 5/266 191049
/proc/meminfo: memFree=102270248/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=6.27 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 571 56 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.15 4.12 5/266 191049
/proc/meminfo: memFree=102270368/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=86868 memory=14208 CPUtime=12.65 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 1409 0 0 0 1145 120 0 0 20 0 1 0 242145534 88952832 3552 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 21717 3552 2496 595 0 6384 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 14208 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 4.15 4.12 5/266 191049
/proc/meminfo: memFree=102238204/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=106132 memory=50116 CPUtime=25.42 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 6258 0 0 0 2406 136 0 0 20 0 1 0 242145534 108679168 12529 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 26533 12529 2528 595 0 11200 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 106132 KiB
Current children cumulated memory: 50116 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 4.15 4.12 5/266 191050
/proc/meminfo: memFree=102209692/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=130440 memory=71808 CPUtime=50.95 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 8777 0 0 0 4942 153 0 0 20 0 1 0 242145534 133570560 17952 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 32610 17952 2624 595 0 17277 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 130440 KiB
Current children cumulated memory: 71808 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/266 191052
/proc/meminfo: memFree=102111852/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=162704 memory=87640 CPUtime=102.02 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 11597 0 0 0 10037 165 0 0 20 0 1 0 242145534 166608896 21910 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 40676 21910 2624 595 0 25343 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 162704 KiB
Current children cumulated memory: 87640 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.11 5/266 191053
/proc/meminfo: memFree=102047952/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=170224 memory=102244 CPUtime=161.86 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 13216 0 0 0 16003 183 0 0 20 0 1 0 242145534 174309376 25561 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 42556 25561 2624 595 0 27223 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 170224 KiB
Current children cumulated memory: 102244 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/262 191066
/proc/meminfo: memFree=102032416/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=179604 memory=113608 CPUtime=221.71 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 15054 0 0 0 21976 195 0 0 20 0 1 0 242145534 183914496 28402 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 44901 28402 2624 595 0 29568 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 179604 KiB
Current children cumulated memory: 113608 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/262 191068
/proc/meminfo: memFree=102040568/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=180756 memory=114632 CPUtime=281.57 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 15327 0 0 0 27945 212 0 0 20 0 1 0 242145534 185094144 28658 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 45189 28658 2624 595 0 29856 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 180756 KiB
Current children cumulated memory: 114632 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 191070
/proc/meminfo: memFree=102039544/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=186260 memory=118600 CPUtime=341.41 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 16315 0 0 0 33911 230 0 0 20 0 1 0 242145534 190730240 29650 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 46565 29650 2624 595 0 31232 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 186260 KiB
Current children cumulated memory: 118600 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 191072
/proc/meminfo: memFree=102009316/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=187860 memory=120136 CPUtime=401.26 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 16679 0 0 0 39877 249 0 0 20 0 1 0 242145534 192368640 30034 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 46965 30034 2656 595 0 31632 0
Current children cumulated CPU time: 401.26 s
Current children cumulated vsize: 187860 KiB
Current children cumulated memory: 120136 KiB

[startup+462.3 s]
/proc/loadavg: 4.26 4.17 4.11 5/262 191074
/proc/meminfo: memFree=102009340/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=189716 memory=121672 CPUtime=461.11 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 17068 0 0 0 45824 287 0 0 20 0 1 0 242145534 194269184 30418 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 47429 30418 2656 595 0 32096 0
Current children cumulated CPU time: 461.11 s

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

Current children cumulated memory: 162812 KiB

[startup+2862.3 s]
/proc/loadavg: 1.12 1.79 2.93 2/245 191280
/proc/meminfo: memFree=126411988/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=2853.81 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23699 0 0 0 283642 1739 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 2853.81 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+2922.3 s]
/proc/loadavg: 1.09 1.66 2.81 2/245 191282
/proc/meminfo: memFree=126412272/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=2913.68 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23699 0 0 0 289585 1783 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 2913.68 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+2982.3 s]
/proc/loadavg: 1.14 1.57 2.71 2/245 191290
/proc/meminfo: memFree=126412604/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=2973.55 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23699 0 0 0 295533 1822 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 2973.55 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3042.3 s]
/proc/loadavg: 1.11 1.48 2.60 2/244 191292
/proc/meminfo: memFree=126413204/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3033.41 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23699 0 0 0 301478 1863 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3033.41 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3102.3 s]
/proc/loadavg: 1.16 1.42 2.51 2/245 191295
/proc/meminfo: memFree=126413724/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3093.27 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23719 0 0 0 307434 1893 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3093.27 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3162.3 s]
/proc/loadavg: 1.12 1.36 2.42 2/245 191297
/proc/meminfo: memFree=126414020/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3153.15 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23719 0 0 0 313387 1928 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3153.15 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.30 2.33 2/245 191299
/proc/meminfo: memFree=126414716/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3213.01 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 319244 2057 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3213.01 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3282.3 s]
/proc/loadavg: 1.14 1.28 2.25 2/245 191301
/proc/meminfo: memFree=126415092/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3272.88 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 325174 2114 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3272.88 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.24 2.18 2/245 191303
/proc/meminfo: memFree=126415628/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3332.75 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 331141 2134 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3332.75 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.21 2.11 2/244 191305
/proc/meminfo: memFree=126416276/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3392.62 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 337091 2171 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.20 2.05 2/244 191307
/proc/meminfo: memFree=126416228/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3452.49 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 343043 2206 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3452.49 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3522.3 s]
/proc/loadavg: 1.04 1.16 1.98 2/244 191309
/proc/meminfo: memFree=126416340/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3512.35 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 348983 2252 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3512.35 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.16 1.92 2/245 191318
/proc/meminfo: memFree=126416932/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3572.22 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 354943 2279 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3572.22 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 1.07 1.14 1.89 2/245 191319
/proc/meminfo: memFree=126416760/131249996 swapFree=33010160/33010684
[pid=191048] ppid=191045 vsize=217372 memory=162812 CPUtime=3600.06 cores=5,7
/proc/191048/stat : 191048 (SynLSCD) R 191045 191048 189054 0 -1 4194304 23720 0 0 0 357720 2286 0 0 20 0 1 0 242145534 222588928 40703 18446744073709551615 94436356096000 94436358530601 140730949859248 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94436359011576 94436359044608 94436373360640 140730949867907 140730949868042 140730949868042 140730949873646 0
/proc/191048/statm: 54343 40703 2656 595 0 39010 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 217372 KiB
Current children cumulated memory: 162812 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3577.21 s, system=22.8618 s

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

Child status: 0

Real time (s): 3610.21
CPU time (s): 3600.08
CPU user time (s): 3577.21
CPU system time (s): 22.8618
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 217372
Max. memory (cumulated for all children) (KiB): 162812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.21
system time used= 22.8618
maximum resident set size= 162812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23747
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= 157
involuntary context switches= 2364


# summary of solver processes directly reported to runsolver:
#   pid: 191048
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3577.21
#   total CPU system time (s): 22.8618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.42751 second user time and 14.7567 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-23 11:57:51
IDJOB=4545978
IDBENCH=176059
IDSOLVER=3421
FILE ID=nodeC029/4545978-1753264671
RUNJOBID= nodeC029-1753259701-189074
SLURM_JOB_ID= 9689184
Free space on /tmp= 432996 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-16diag_spec_greater.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545978-1753264671/watcher-4545978-1753264671 -o /tmp/evaluation-result-4545978-1753264671/solver-4545978-1753264671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753259701-189074 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545978-1753264671.opb

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=594435269

nodeC029 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.730
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.46
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.674
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.46
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.742
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        102269840 kB
MemAvailable:   105396280 kB
Buffers:            2128 kB
Cached:          3886872 kB
SwapCached:           36 kB
Active:         25557736 kB
Inactive:        2647084 kB
Active(anon):   24337320 kB
Inactive(anon):     4716 kB
Active(file):    1220416 kB
Inactive(file):  2642368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3564 kB
Writeback:            48 kB
AnonPages:      24318948 kB
Mapped:           121196 kB
Shmem:             26216 kB
KReclaimable:     205792 kB
Slab:             303940 kB
SReclaimable:     205792 kB
SUnreclaim:        98148 kB
KernelStack:        4320 kB
PageTables:        51044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   27288988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11606016 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC029 at 2025-07-23 12:58:01