Trace number 4546597

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-PS 2025-07-23? (TO) 3600.17 3612.7

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.11	c intsize: 8
0.58/0.68	c 48009 constraints
0.58/0.68	c Finish cloning data from SAT to LS
0.58/0.68	c restart_num_ls  -100000 0
63.99/64.38	c Use LS-small
63.99/64.38	c update_LS_target_phase-runLS-restart
356.65/358.41	c restart_num  0 301
356.65/358.41	c LS-restart 90 78
419.11/421.19	c Use LS-small
419.11/421.19	c update_LS_target_phase-runLS-restart
1356.46/1362.04	c restart_num  301 605
1356.46/1362.04	c LS-restart 80 40
1416.85/1422.66	c Use LS-small
1416.85/1422.66	c update_LS_target_phase-runLS-restart
2449.44/2458.66	c restart_num  605 907
2449.44/2458.66	c LS-restart 70 17
2513.24/2522.64	c Use LS-small
2513.24/2522.64	c update_LS_target_phase-runLS-restart
3600.06/3612.60	c Program interrupted by user.
3600.06/3612.60	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 (40413 MiB free)
  memory of node 1: 64465 MiB (54996 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.07 4.09 4.02 6/265 184112
/proc/meminfo: memFree=97696248/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=92080 memory=21224 CPUtime=0.08 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 2802 0 0 0 8 0 0 0 20 0 1 0 242038082 94289920 5306 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 23020 5306 2240 595 0 7687 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 92080 KiB
Current children cumulated memory: 21224 KiB

[startup+0.205645 s]*
/proc/loadavg: 4.07 4.09 4.02 5/265 184112
/proc/meminfo: memFree=97680120/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=111328 memory=46436 CPUtime=0.19 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 7892 0 0 0 18 1 0 0 20 0 1 0 242038082 113999872 11609 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 27832 11609 2240 595 0 12499 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 111328 KiB
Current children cumulated memory: 46436 KiB

[startup+0.30569 s]*
/proc/loadavg: 4.07 4.09 4.02 5/265 184112
/proc/meminfo: memFree=97660464/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=131700 memory=72364 CPUtime=0.29 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 13270 0 0 0 27 2 0 0 20 0 1 0 242038082 134860800 18091 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 32925 18091 2240 595 0 17592 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 131700 KiB
Current children cumulated memory: 72364 KiB

[startup+0.700184 s]
/proc/loadavg: 4.07 4.09 4.02 5/265 184112
/proc/meminfo: memFree=97616108/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=254812 CPUtime=0.68 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54069 0 0 0 59 9 0 0 20 0 1 0 242038082 337838080 63703 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 63703 2464 595 0 67147 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 254812 KiB

[startup+1.50018 s]
/proc/loadavg: 4.07 4.09 4.02 5/265 184112
/proc/meminfo: memFree=97471080/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=256732 CPUtime=1.48 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54563 0 0 0 139 9 0 0 20 0 1 0 242038082 337838080 64183 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 64183 2464 595 0 67147 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 256732 KiB

[startup+3.10566 s]
/proc/loadavg: 4.07 4.09 4.02 5/265 184112
/proc/meminfo: memFree=97471192/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=256732 CPUtime=3.07 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54567 0 0 0 298 9 0 0 20 0 1 0 242038082 337838080 64183 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 64183 2464 595 0 67147 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 256732 KiB

[startup+6.30017 s]
/proc/loadavg: 4.06 4.09 4.02 5/265 184113
/proc/meminfo: memFree=97471192/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=256732 CPUtime=6.26 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54571 0 0 0 617 9 0 0 20 0 1 0 242038082 337838080 64183 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 64183 2464 595 0 67147 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 256732 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.02 5/265 184113
/proc/meminfo: memFree=97469976/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=256732 CPUtime=12.63 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54575 0 0 0 1254 9 0 0 20 0 1 0 242038082 337838080 64183 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 64183 2464 595 0 67147 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 256732 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.10 4.02 5/265 184113
/proc/meminfo: memFree=97489420/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=256732 CPUtime=25.38 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54575 0 0 0 2529 9 0 0 20 0 1 0 242038082 337838080 64183 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 64183 2464 595 0 67147 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 256732 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 4.09 4.02 5/265 184113
/proc/meminfo: memFree=97465740/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=329920 memory=256732 CPUtime=50.86 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 54575 0 0 0 5077 9 0 0 20 0 1 0 242038082 337838080 64183 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 82480 64183 2464 595 0 67147 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 329920 KiB
Current children cumulated memory: 256732 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/265 184115
/proc/meminfo: memFree=97414508/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=387820 memory=296236 CPUtime=101.8 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 59415 0 0 0 10167 13 0 0 20 0 1 0 242038082 397127680 74059 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 96955 74059 2496 595 0 81622 0
Current children cumulated CPU time: 101.8 s
Current children cumulated vsize: 387820 KiB
Current children cumulated memory: 296236 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 4.03 5/265 184117
/proc/meminfo: memFree=97401332/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=391300 memory=302312 CPUtime=161.49 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 59921 0 0 0 16136 13 0 0 20 0 1 0 242038082 400691200 75578 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 97825 75578 2496 595 0 82492 0
Current children cumulated CPU time: 161.49 s
Current children cumulated vsize: 391300 KiB
Current children cumulated memory: 302312 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.08 4.02 5/262 184119
/proc/meminfo: memFree=97418052/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=398712 memory=310468 CPUtime=221.2 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 61461 0 0 0 22105 15 0 0 20 0 1 0 242038082 408281088 77617 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 99678 77617 2496 595 0 84345 0
Current children cumulated CPU time: 221.2 s
Current children cumulated vsize: 398712 KiB
Current children cumulated memory: 310468 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/263 184122
/proc/meminfo: memFree=97418736/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=401052 memory=311492 CPUtime=280.9 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 61736 0 0 0 28075 15 0 0 20 0 1 0 242038082 410677248 77873 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 100263 77873 2496 595 0 84930 0
Current children cumulated CPU time: 280.9 s
Current children cumulated vsize: 401052 KiB
Current children cumulated memory: 311492 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/263 184125
/proc/meminfo: memFree=97417828/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=403964 memory=314436 CPUtime=340.62 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 62462 0 0 0 34046 16 0 0 20 0 1 0 242038082 413659136 78609 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 100991 78609 2496 595 0 85658 0
Current children cumulated CPU time: 340.62 s
Current children cumulated vsize: 403964 KiB
Current children cumulated memory: 314436 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.03 6/263 184127
/proc/meminfo: memFree=97392000/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=403964 memory=314436 CPUtime=400.38 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 62472 0 0 0 40022 16 0 0 20 0 1 0 242038082 413659136 78609 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 100991 78609 2496 595 0 85658 0
Current children cumulated CPU time: 400.38 s
Current children cumulated vsize: 403964 KiB
Current children cumulated memory: 314436 KiB

[startup+462.3 s]
/proc/loadavg: 3.60 3.96 3.99 4/257 184159
/proc/meminfo: memFree=97549128/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=407568 memory=318628 CPUtime=460.12 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 63050 0 0 0 45996 16 0 0 20 0 1 0 242038082 417349632 79657 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 101892 79657 2496 595 0 86559 0
Current children cumulated CPU time: 460.12 s

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

Current children cumulated memory: 342380 KiB

[startup+2862.3 s]
/proc/loadavg: 2.04 2.17 2.61 3/251 184319
/proc/meminfo: memFree=106021928/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=431864 memory=342380 CPUtime=2851.92 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67063 0 0 0 285165 27 0 0 20 0 1 0 242038082 442228736 85595 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 107966 85595 2496 595 0 92633 0
Current children cumulated CPU time: 2851.92 s
Current children cumulated vsize: 431864 KiB
Current children cumulated memory: 342380 KiB

[startup+2922.3 s]
/proc/loadavg: 2.15 2.18 2.58 3/252 184328
/proc/meminfo: memFree=105996308/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=431864 memory=342380 CPUtime=2911.74 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67063 0 0 0 291147 27 0 0 20 0 1 0 242038082 442228736 85595 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 107966 85595 2496 595 0 92633 0
Current children cumulated CPU time: 2911.74 s
Current children cumulated vsize: 431864 KiB
Current children cumulated memory: 342380 KiB

[startup+2982.3 s]
/proc/loadavg: 2.11 2.16 2.55 3/252 184330
/proc/meminfo: memFree=105991396/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=431864 memory=342508 CPUtime=2971.57 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67097 0 0 0 297129 28 0 0 20 0 1 0 242038082 442228736 85627 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 107966 85627 2496 595 0 92633 0
Current children cumulated CPU time: 2971.57 s
Current children cumulated vsize: 431864 KiB
Current children cumulated memory: 342508 KiB

[startup+3042.3 s]
/proc/loadavg: 2.13 2.16 2.53 3/252 184332
/proc/meminfo: memFree=105995556/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=431864 memory=342508 CPUtime=3031.39 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67097 0 0 0 303111 28 0 0 20 0 1 0 242038082 442228736 85627 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 107966 85627 2496 595 0 92633 0
Current children cumulated CPU time: 3031.39 s
Current children cumulated vsize: 431864 KiB
Current children cumulated memory: 342508 KiB

[startup+3102.3 s]
/proc/loadavg: 2.10 2.14 2.50 3/252 184335
/proc/meminfo: memFree=105993924/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=431864 memory=344580 CPUtime=3091.21 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67116 0 0 0 309093 28 0 0 20 0 1 0 242038082 442228736 86145 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 107966 86145 2496 595 0 92633 0
Current children cumulated CPU time: 3091.21 s
Current children cumulated vsize: 431864 KiB
Current children cumulated memory: 344580 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.13 2.47 4/252 184337
/proc/meminfo: memFree=105993112/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=432372 memory=344836 CPUtime=3151.03 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67217 0 0 0 315075 28 0 0 20 0 1 0 242038082 442748928 86209 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108093 86209 2496 595 0 92760 0
Current children cumulated CPU time: 3151.03 s
Current children cumulated vsize: 432372 KiB
Current children cumulated memory: 344836 KiB

[startup+3222.3 s]
/proc/loadavg: 2.14 2.14 2.45 3/251 184339
/proc/meminfo: memFree=105996828/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=432372 memory=344836 CPUtime=3210.85 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67217 0 0 0 321057 28 0 0 20 0 1 0 242038082 442748928 86209 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108093 86209 2496 595 0 92760 0
Current children cumulated CPU time: 3210.85 s
Current children cumulated vsize: 432372 KiB
Current children cumulated memory: 344836 KiB

[startup+3282.3 s]
/proc/loadavg: 2.05 2.11 2.42 3/251 184341
/proc/meminfo: memFree=105996652/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=432372 memory=344836 CPUtime=3270.68 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67218 0 0 0 327039 29 0 0 20 0 1 0 242038082 442748928 86209 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108093 86209 2496 595 0 92760 0
Current children cumulated CPU time: 3270.68 s
Current children cumulated vsize: 432372 KiB
Current children cumulated memory: 344836 KiB

[startup+3342.3 s]
/proc/loadavg: 2.13 2.12 2.40 3/251 184343
/proc/meminfo: memFree=105997452/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=432752 memory=345220 CPUtime=3330.49 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67315 0 0 0 333020 29 0 0 20 0 1 0 242038082 443138048 86305 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108188 86305 2496 595 0 92855 0
Current children cumulated CPU time: 3330.49 s
Current children cumulated vsize: 432752 KiB
Current children cumulated memory: 345220 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.13 2.38 3/251 184345
/proc/meminfo: memFree=105998072/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=432752 memory=345220 CPUtime=3390.32 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67315 0 0 0 339002 30 0 0 20 0 1 0 242038082 443138048 86305 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108188 86305 2496 595 0 92855 0
Current children cumulated CPU time: 3390.32 s
Current children cumulated vsize: 432752 KiB
Current children cumulated memory: 345220 KiB

[startup+3462.3 s]
/proc/loadavg: 1.61 1.99 2.32 2/245 184379
/proc/meminfo: memFree=127725624/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=432752 memory=345988 CPUtime=3450.15 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67329 0 0 0 344985 30 0 0 20 0 1 0 242038082 443138048 86497 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108188 86497 2496 595 0 92855 0
Current children cumulated CPU time: 3450.15 s
Current children cumulated vsize: 432752 KiB
Current children cumulated memory: 345988 KiB

[startup+3522.3 s]
/proc/loadavg: 1.29 1.82 2.24 2/246 184388
/proc/meminfo: memFree=127707160/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=433456 memory=365176 CPUtime=3510 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67508 0 0 0 350969 31 0 0 20 0 1 0 242038082 443858944 91294 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108364 91294 2496 595 0 93031 0
Current children cumulated CPU time: 3510 s
Current children cumulated vsize: 433456 KiB
Current children cumulated memory: 365176 KiB

[startup+3582.3 s]
/proc/loadavg: 1.16 1.69 2.16 2/246 184390
/proc/meminfo: memFree=127708260/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=433456 memory=365176 CPUtime=3569.84 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67520 0 0 0 356953 31 0 0 20 0 1 0 242038082 443858944 91294 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108364 91294 2496 595 0 93031 0
Current children cumulated CPU time: 3569.84 s
Current children cumulated vsize: 433456 KiB
Current children cumulated memory: 365176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 1.16 1.64 2.13 2/246 184391
/proc/meminfo: memFree=127710428/131250000 swapFree=33009904/33010684
[pid=184111] ppid=184108 vsize=433456 memory=366584 CPUtime=3600.06 cores=0,2
/proc/184111/stat : 184111 (SynLSCD-PS) R 184108 184111 182973 0 -1 4194304 67555 0 0 0 359975 31 0 0 20 0 1 0 242038082 443858944 91646 18446744073709551615 93849121046528 93849123481945 140727342862912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93849123962104 93849123995136 93849151463424 140727342864765 140727342864903 140727342864903 140727342870507 0
/proc/184111/statm: 108364 91646 2496 595 0 93031 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 433456 KiB
Current children cumulated memory: 366584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.85 s, system=0.317847 s

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

Child status: 0

Real time (s): 3612.7
CPU time (s): 3600.17
CPU user time (s): 3599.85
CPU system time (s): 0.317847
CPU usage (%): 99.6532
Max. virtual memory (cumulated for all children) (KiB): 433456
Max. memory (cumulated for all children) (KiB): 366584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.85
system time used= 0.317847
maximum resident set size= 366968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67589
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= 171
involuntary context switches= 7878


# summary of solver processes directly reported to runsolver:
#   pid: 184111
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3599.85
#   total CPU system time (s): 0.317847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.881 second user time and 11.6292 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-23 11:39:47
IDJOB=4546597
IDBENCH=180780
IDSOLVER=3422
FILE ID=nodeC033/4546597-1753263587
RUNJOBID= nodeC033-1753259701-182990
SLURM_JOB_ID= 9689188
Free space on /tmp= 432516 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.opb
COMMAND LINE= ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546597-1753263587/watcher-4546597-1753263587 -o /tmp/evaluation-result-4546597-1753263587/solver-4546597-1753263587 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753259701-182990 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546597-1753263587.opb

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=423121516

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        97700028 kB
MemAvailable:   99252804 kB
Buffers:            2128 kB
Cached:          2275180 kB
SwapCached:           64 kB
Active:         31635456 kB
Inactive:        1048016 kB
Active(anon):   30427140 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1042732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4856 kB
Writeback:             0 kB
AnonPages:      30407672 kB
Mapped:           120252 kB
Shmem:             26228 kB
KReclaimable:     281932 kB
Slab:             380264 kB
SReclaimable:     281932 kB
SUnreclaim:        98332 kB
KernelStack:        4288 kB
PageTables:        63108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   35232468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14256128 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432588 MiB
End job on nodeC033 at 2025-07-23 12:39:59