Trace number 4546345

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.1 3609.7

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM6e0d6ec9878888f9bd2fd3a9da68de38
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.047082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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 intsize: 3
0.00/0.01	c 402 constraints
0.00/0.01	c Finish cloning data from SAT to LS
0.00/0.01	c restart_num_ls  -100000 0
11.56/11.68	c Use LS-small
11.56/11.68	c update_LS_target_phase-runLS-restart
2776.98/2784.40	c restart_num_ls  0 2043
2776.98/2784.40	c LS 90 61
2789.85/2797.39	c Use LS-small
2789.85/2797.39	c update_LS_target_phase-runLS-restart
3600.08/3609.70	c Program interrupted by user.
3600.08/3609.70	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 (62228 MiB free)
  memory of node 1: 64465 MiB (63315 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546345-1753260031/watcher-4546345-1753260031 -o /tmp/evaluation-result-4546345-1753260031/solver-4546345-1753260031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753259701-199315 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546345-1753260031.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=199835, runsolver pid=199832
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.11 2.86 1.35 5/266 199836
/proc/meminfo: memFree=128555664/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=0.09 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 9 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+0.205218 s]*
/proc/loadavg: 4.11 2.86 1.35 5/266 199836
/proc/meminfo: memFree=128555664/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=0.19 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 19 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+0.304435 s]*
/proc/loadavg: 4.11 2.86 1.35 5/266 199836
/proc/meminfo: memFree=128555664/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=0.29 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 29 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+0.700093 s]
/proc/loadavg: 4.11 2.86 1.35 5/266 199836
/proc/meminfo: memFree=128553648/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=0.68 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 68 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+1.5001 s]
/proc/loadavg: 4.11 2.86 1.35 5/266 199836
/proc/meminfo: memFree=128553828/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=1.48 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 148 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+3.10452 s]
/proc/loadavg: 4.10 2.88 1.36 5/265 199837
/proc/meminfo: memFree=128553828/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=3.08 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 308 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+6.30009 s]
/proc/loadavg: 4.10 2.88 1.36 5/265 199837
/proc/meminfo: memFree=128553828/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=85304 memory=12416 CPUtime=6.27 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 959 0 0 0 627 0 0 0 20 0 1 0 241680683 87351296 3104 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 21326 3104 2432 595 0 5993 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 12416 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 2.91 1.39 5/265 199837
/proc/meminfo: memFree=128553828/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=90908 memory=24728 CPUtime=12.66 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 2463 0 0 0 1265 1 0 0 20 0 1 0 241680683 93089792 6182 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 22727 6182 2464 595 0 7394 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 90908 KiB
Current children cumulated memory: 24728 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 2.95 1.42 5/265 199837
/proc/meminfo: memFree=128514952/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=124780 memory=59876 CPUtime=25.42 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 6899 0 0 0 2537 5 0 0 20 0 1 0 241680683 127774720 14969 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 31195 14969 2496 595 0 15862 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 124780 KiB
Current children cumulated memory: 59876 KiB

[startup+51.1052 s]
/proc/loadavg: 4.11 3.05 1.50 5/264 199837
/proc/meminfo: memFree=128501540/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=130864 memory=69244 CPUtime=50.96 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 8209 0 0 0 5086 10 0 0 20 0 1 0 241680683 134004736 17311 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 32716 17311 2496 595 0 17383 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 130864 KiB
Current children cumulated memory: 69244 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 3.21 1.64 5/265 199841
/proc/meminfo: memFree=128492596/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=153768 memory=73900 CPUtime=102.02 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 9271 0 0 0 10183 19 0 0 20 0 1 0 241680683 157458432 18475 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 38442 18475 2496 595 0 23109 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 153768 KiB
Current children cumulated memory: 73900 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.39 1.80 5/266 199844
/proc/meminfo: memFree=128464032/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=154536 memory=80912 CPUtime=161.86 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 9557 0 0 0 16155 31 0 0 20 0 1 0 241680683 158244864 20228 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 38634 20228 2496 595 0 23301 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 154536 KiB
Current children cumulated memory: 80912 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.52 1.95 5/266 199846
/proc/meminfo: memFree=128462648/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=154536 memory=89236 CPUtime=221.71 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 9585 0 0 0 22129 42 0 0 20 0 1 0 241680683 158244864 22309 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 38634 22309 2496 595 0 23301 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 154536 KiB
Current children cumulated memory: 89236 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 3.64 2.09 5/266 199892
/proc/meminfo: memFree=128407136/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=155304 memory=91924 CPUtime=281.55 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 9747 0 0 0 28106 49 0 0 20 0 1 0 241680683 159031296 22981 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 38826 22981 2496 595 0 23493 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 155304 KiB
Current children cumulated memory: 91924 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.72 2.22 5/267 199901
/proc/meminfo: memFree=128381772/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=155688 memory=92308 CPUtime=341.4 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 9864 0 0 0 34081 59 0 0 20 0 1 0 241680683 159424512 23077 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 38922 23077 2496 595 0 23589 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 155688 KiB
Current children cumulated memory: 92308 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.79 2.34 5/264 199903
/proc/meminfo: memFree=128389208/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=155944 memory=92564 CPUtime=401.24 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 9929 0 0 0 40056 68 0 0 20 0 1 0 241680683 159686656 23141 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 38986 23141 2496 595 0 23653 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 155944 KiB
Current children cumulated memory: 92564 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.86 2.46 5/264 199906
/proc/meminfo: memFree=128393804/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=156456 memory=93076 CPUtime=461.09 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 10074 0 0 0 46032 77 0 0 20 0 1 0 241680683 160210944 23269 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 39114 23269 2496 595 0 23781 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 119636 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.13 4.04 5/265 200057
/proc/meminfo: memFree=128306288/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=175912 memory=119636 CPUtime=2914.54 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13531 0 0 0 290986 468 0 0 20 0 1 0 241680683 180133888 29909 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 43978 29909 2496 595 0 28645 0
Current children cumulated CPU time: 2914.54 s
Current children cumulated vsize: 175912 KiB
Current children cumulated memory: 119636 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.12 4.04 5/266 200060
/proc/meminfo: memFree=128306148/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=175912 memory=119636 CPUtime=2974.38 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13531 0 0 0 296962 476 0 0 20 0 1 0 241680683 180133888 29909 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 43978 29909 2496 595 0 28645 0
Current children cumulated CPU time: 2974.38 s
Current children cumulated vsize: 175912 KiB
Current children cumulated memory: 119636 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.11 4.04 5/265 200062
/proc/meminfo: memFree=128306012/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=175912 memory=119636 CPUtime=3034.23 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13531 0 0 0 302939 484 0 0 20 0 1 0 241680683 180133888 29909 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 43978 29909 2496 595 0 28645 0
Current children cumulated CPU time: 3034.23 s
Current children cumulated vsize: 175912 KiB
Current children cumulated memory: 119636 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.05 5/263 200064
/proc/meminfo: memFree=128305872/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176168 memory=119892 CPUtime=3094.08 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13594 0 0 0 308916 492 0 0 20 0 1 0 241680683 180396032 29973 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44042 29973 2496 595 0 28709 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 176168 KiB
Current children cumulated memory: 119892 KiB

[startup+3162.3 s]
/proc/loadavg: 4.04 4.09 4.04 5/264 200067
/proc/meminfo: memFree=128304408/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176168 memory=119892 CPUtime=3153.92 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13595 0 0 0 314894 498 0 0 20 0 1 0 241680683 180396032 29973 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44042 29973 2496 595 0 28709 0
Current children cumulated CPU time: 3153.92 s
Current children cumulated vsize: 176168 KiB
Current children cumulated memory: 119892 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.05 5/265 200071
/proc/meminfo: memFree=128290652/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176168 memory=119892 CPUtime=3213.76 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13595 0 0 0 320870 506 0 0 20 0 1 0 241680683 180396032 29973 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44042 29973 2496 595 0 28709 0
Current children cumulated CPU time: 3213.76 s
Current children cumulated vsize: 176168 KiB
Current children cumulated memory: 119892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/264 200073
/proc/meminfo: memFree=128290500/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176168 memory=119892 CPUtime=3273.62 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13595 0 0 0 326848 514 0 0 20 0 1 0 241680683 180396032 29973 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44042 29973 2496 595 0 28709 0
Current children cumulated CPU time: 3273.62 s
Current children cumulated vsize: 176168 KiB
Current children cumulated memory: 119892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/266 200128
/proc/meminfo: memFree=128300712/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176424 memory=120148 CPUtime=3333.46 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13660 0 0 0 332824 522 0 0 20 0 1 0 241680683 180658176 30037 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44106 30037 2496 595 0 28773 0
Current children cumulated CPU time: 3333.46 s
Current children cumulated vsize: 176424 KiB
Current children cumulated memory: 120148 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.05 5/267 200310
/proc/meminfo: memFree=128212888/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176424 memory=120148 CPUtime=3393.3 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13660 0 0 0 338801 529 0 0 20 0 1 0 241680683 180658176 30037 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44106 30037 2496 595 0 28773 0
Current children cumulated CPU time: 3393.3 s
Current children cumulated vsize: 176424 KiB
Current children cumulated memory: 120148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/267 200537
/proc/meminfo: memFree=122284840/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176424 memory=120148 CPUtime=3453.12 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13660 0 0 0 344777 535 0 0 20 0 1 0 241680683 180658176 30037 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44106 30037 2496 595 0 28773 0
Current children cumulated CPU time: 3453.12 s
Current children cumulated vsize: 176424 KiB
Current children cumulated memory: 120148 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.10 4.06 5/266 200539
/proc/meminfo: memFree=122258316/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176424 memory=120148 CPUtime=3512.93 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13660 0 0 0 350750 543 0 0 20 0 1 0 241680683 180658176 30037 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44106 30037 2496 595 0 28773 0
Current children cumulated CPU time: 3512.93 s
Current children cumulated vsize: 176424 KiB
Current children cumulated memory: 120148 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.06 5/266 200541
/proc/meminfo: memFree=122192668/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176424 memory=120148 CPUtime=3572.76 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13660 0 0 0 356724 552 0 0 20 0 1 0 241680683 180658176 30037 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44106 30037 2496 595 0 28773 0
Current children cumulated CPU time: 3572.76 s
Current children cumulated vsize: 176424 KiB
Current children cumulated memory: 120148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.12 4.10 4.06 5/265 200541
/proc/meminfo: memFree=122188032/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176936 memory=120532 CPUtime=3600.08 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13763 0 0 0 359453 555 0 0 20 0 1 0 241680683 181182464 30133 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44234 30133 2496 595 0 28901 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 176936 KiB
Current children cumulated memory: 120532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.54 s, system=5.55744 s

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

[startup+3609.7 s]
/proc/loadavg: 4.12 4.10 4.06 5/265 200541
/proc/meminfo: memFree=122188032/131250000 swapFree=33010160/33010684
[pid=199835] ppid=199832 vsize=176936 memory=120532 CPUtime=3600.08 cores=0,2
/proc/199835/stat : 199835 (SynLSCD-PS) R 199832 199835 199298 0 -1 4194304 13763 0 0 0 359453 555 0 0 20 0 1 0 241680683 181182464 30133 18446744073709551615 94449066872832 94449069308249 140736071949712 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94449069788408 94449069821440 94449106755584 140736071956861 140736071956999 140736071956999 140736071962603 0
/proc/199835/statm: 44234 30133 2496 595 0 28901 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 176936 KiB
Current children cumulated memory: 120532 KiB

Child status: 0

Real time (s): 3609.7
CPU time (s): 3600.1
CPU user time (s): 3594.54
CPU system time (s): 5.55744
CPU usage (%): 99.7338
Max. virtual memory (cumulated for all children) (KiB): 176936
Max. memory (cumulated for all children) (KiB): 120532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.54
system time used= 5.55744
maximum resident set size= 120916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13795
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= 149
involuntary context switches= 7879


# summary of solver processes directly reported to runsolver:
#   pid: 199835
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3594.54
#   total CPU system time (s): 5.55744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62169 second user time and 15.1774 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 10:40:31
IDJOB=4546345
IDBENCH=160440
IDSOLVER=3422
FILE ID=nodeC016/4546345-1753260031
RUNJOBID= nodeC016-1753259701-199315
SLURM_JOB_ID= 9689171
Free space on /tmp= 433016 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x40split.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-4546345-1753260031/watcher-4546345-1753260031 -o /tmp/evaluation-result-4546345-1753260031/solver-4546345-1753260031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753259701-199315 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546345-1753260031.opb

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=381433518

nodeC016 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.735
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.48
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.738
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.48
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		: 3479.151
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128557652 kB
MemAvailable:   129581264 kB
Buffers:            2144 kB
Cached:          1738564 kB
SwapCached:           24 kB
Active:          1371496 kB
Inactive:         501664 kB
Active(anon):     156584 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   499556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3628 kB
Writeback:             4 kB
AnonPages:        135568 kB
Mapped:           120164 kB
Shmem:             26240 kB
KReclaimable:     296768 kB
Slab:             395960 kB
SReclaimable:     296768 kB
SUnreclaim:        99192 kB
KernelStack:        4268 kB
PageTables:         3512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     523892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC016 at 2025-07-23 11:40:41