Trace number 4546571

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.07 3609.81

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-22diag_spec_greater.opb
MD5SUM808e9faff4b516f7872d7344d1ed451f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.23401
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1562
Total number of constraints1982
Number of constraints which are clauses1452
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints530
Minimum length of a constraint2
Maximum length of a constraint528
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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.04	c intsize: 45
0.00/0.11	c 2511 constraints
0.00/0.11	c Finish cloning data from SAT to LS
0.00/0.11	c restart_num_ls  -100000 0
17.22/17.32	c Use LS-small
17.22/17.32	c update_LS_target_phase-runLS-restart
1369.85/1373.58	c restart_num  0 301
1369.85/1373.58	c LS-restart 90 5
1387.62/1391.32	c Use LS-small
1387.62/1391.32	c update_LS_target_phase-runLS-restart
2685.20/2692.42	c restart_num  301 602
2685.20/2692.42	c LS-restart 80 55
2703.55/2710.87	c Use LS-small
2703.55/2710.87	c update_LS_target_phase-runLS-restart
3578.92/3588.66	c restart_num  602 904
3578.92/3588.66	c LS-restart 70 34
3596.47/3606.29	c Use LS-small
3596.47/3606.29	c update_LS_target_phase-runLS-restart
3600.06/3609.80	c Program interrupted by user.
3600.06/3609.80	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: 63837 MiB (50416 MiB free)
  memory of node 1: 64465 MiB (52209 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=164743, runsolver pid=164740

[startup+0.100068 s]*
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105084988/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17320 CPUtime=0.08 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2365 0 0 0 8 0 0 0 20 0 1 0 242016510 92577792 4330 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4330 2464 595 0 7269 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17320 KiB

[startup+0.213315 s]*
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105084988/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=0.19 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 19 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+0.312925 s]*
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105084988/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=0.29 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 29 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+0.700213 s]
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105084988/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=0.66 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 66 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+1.50023 s]
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105084484/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=1.46 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 146 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+3.11271 s]
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105084700/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=3.07 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 307 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+6.30021 s]
/proc/loadavg: 4.11 4.09 4.04 5/251 164744
/proc/meminfo: memFree=105085144/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=6.25 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 625 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.04 5/251 164744
/proc/meminfo: memFree=105085648/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=90408 memory=17448 CPUtime=12.63 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 2382 0 0 0 1263 0 0 0 20 0 1 0 242016510 92577792 4362 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 22602 4362 2464 595 0 7269 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 90408 KiB
Current children cumulated memory: 17448 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.09 4.03 5/251 164789
/proc/meminfo: memFree=103292020/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=129500 memory=63024 CPUtime=25.39 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 8855 0 0 0 2534 5 0 0 20 0 1 0 242016510 132608000 15756 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 32375 15756 2624 595 0 17042 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 129500 KiB
Current children cumulated memory: 63024 KiB

[startup+51.113 s]
/proc/loadavg: 4.20 4.11 4.04 5/251 164834
/proc/meminfo: memFree=101996840/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=171432 memory=109968 CPUtime=50.92 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 14360 0 0 0 5077 15 0 0 20 0 1 0 242016510 175546368 27492 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 42858 27492 2624 595 0 27525 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 171432 KiB
Current children cumulated memory: 109968 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.11 4.04 5/251 164835
/proc/meminfo: memFree=101887136/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=240548 memory=145480 CPUtime=101.95 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 21620 0 0 0 10165 30 0 0 20 0 1 0 242016510 246321152 36370 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 60137 36370 2624 595 0 44804 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 240548 KiB
Current children cumulated memory: 145480 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/251 164882
/proc/meminfo: memFree=101938320/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=254708 memory=176408 CPUtime=161.76 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 24772 0 0 0 16133 43 0 0 20 0 1 0 242016510 260820992 44102 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 63677 44102 2624 595 0 48344 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 254708 KiB
Current children cumulated memory: 176408 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.11 4.05 5/250 165019
/proc/meminfo: memFree=100466844/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=254708 memory=183064 CPUtime=221.57 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 24887 0 0 0 22104 53 0 0 20 0 1 0 242016510 260820992 45766 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 63677 45766 2624 595 0 48344 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 254708 KiB
Current children cumulated memory: 183064 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/250 165021
/proc/meminfo: memFree=86296492/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=256884 memory=184856 CPUtime=281.41 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 25348 0 0 0 28079 62 0 0 20 0 1 0 242016510 263049216 46214 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 64221 46214 2624 595 0 48888 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 256884 KiB
Current children cumulated memory: 184856 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/249 165023
/proc/meminfo: memFree=75642312/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=261752 memory=196088 CPUtime=341.25 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 26169 0 0 0 34040 85 0 0 20 0 1 0 242016510 268034048 49022 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 65438 49022 2624 595 0 50105 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 261752 KiB
Current children cumulated memory: 196088 KiB

[startup+402.3 s]
/proc/loadavg: 4.67 4.26 4.11 4/243 165056
/proc/meminfo: memFree=101808412/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=261944 memory=196216 CPUtime=401.09 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 26231 0 0 0 40003 106 0 0 20 0 1 0 242016510 268230656 49054 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 65486 49054 2624 595 0 50153 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 261944 KiB
Current children cumulated memory: 196216 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.15 4.08 4/243 165058
/proc/meminfo: memFree=101929376/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=264440 memory=197752 CPUtime=460.94 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 26602 0 0 0 45979 115 0 0 20 0 1 0 242016510 270786560 49438 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 66110 49438 2624 595 0 50777 0
Current children cumulated CPU time: 460.94 s

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

Current children cumulated memory: 271192 KiB

[startup+2862.3 s]
/proc/loadavg: 2.08 2.08 2.23 3/237 165213
/proc/meminfo: memFree=105139608/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=326712 memory=271320 CPUtime=2854.71 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38376 0 0 0 284499 972 0 0 20 0 1 0 242016510 334553088 67830 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 81678 67830 2624 595 0 66345 0
Current children cumulated CPU time: 2854.71 s
Current children cumulated vsize: 326712 KiB
Current children cumulated memory: 271320 KiB

[startup+2922.3 s]
/proc/loadavg: 2.07 2.08 2.22 3/237 165215
/proc/meminfo: memFree=105139376/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=326848 memory=271320 CPUtime=2914.57 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38391 0 0 0 290465 992 0 0 20 0 1 0 242016510 334692352 67830 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 81712 67830 2624 595 0 66379 0
Current children cumulated CPU time: 2914.57 s
Current children cumulated vsize: 326848 KiB
Current children cumulated memory: 271320 KiB

[startup+2982.3 s]
/proc/loadavg: 2.13 2.09 2.21 3/237 165218
/proc/meminfo: memFree=105145344/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=327320 memory=271832 CPUtime=2974.4 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38507 0 0 0 296427 1013 0 0 20 0 1 0 242016510 335175680 67958 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 81830 67958 2624 595 0 66497 0
Current children cumulated CPU time: 2974.4 s
Current children cumulated vsize: 327320 KiB
Current children cumulated memory: 271832 KiB

[startup+3042.3 s]
/proc/loadavg: 2.05 2.08 2.20 3/238 165227
/proc/meminfo: memFree=105145424/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=327320 memory=271832 CPUtime=3034.23 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38507 0 0 0 302393 1030 0 0 20 0 1 0 242016510 335175680 67958 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 81830 67958 2624 595 0 66497 0
Current children cumulated CPU time: 3034.23 s
Current children cumulated vsize: 327320 KiB
Current children cumulated memory: 271832 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.09 2.19 3/238 165229
/proc/meminfo: memFree=105146180/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=327320 memory=271832 CPUtime=3094.05 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38540 0 0 0 308348 1057 0 0 20 0 1 0 242016510 335175680 67958 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 81830 67958 2624 595 0 66497 0
Current children cumulated CPU time: 3094.05 s
Current children cumulated vsize: 327320 KiB
Current children cumulated memory: 271832 KiB

[startup+3162.3 s]
/proc/loadavg: 2.11 2.09 2.18 3/238 165231
/proc/meminfo: memFree=105147108/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=328088 memory=272472 CPUtime=3153.87 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38717 0 0 0 314312 1075 0 0 20 0 1 0 242016510 335962112 68118 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82022 68118 2624 595 0 66689 0
Current children cumulated CPU time: 3153.87 s
Current children cumulated vsize: 328088 KiB
Current children cumulated memory: 272472 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.09 2.17 3/238 165233
/proc/meminfo: memFree=105147864/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=328088 memory=272472 CPUtime=3213.7 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38717 0 0 0 320264 1106 0 0 20 0 1 0 242016510 335962112 68118 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82022 68118 2624 595 0 66689 0
Current children cumulated CPU time: 3213.7 s
Current children cumulated vsize: 328088 KiB
Current children cumulated memory: 272472 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.08 2.17 3/238 165235
/proc/meminfo: memFree=105148132/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329368 memory=273624 CPUtime=3273.52 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 38987 0 0 0 326231 1121 0 0 20 0 1 0 242016510 337272832 68406 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82342 68406 2624 595 0 67009 0
Current children cumulated CPU time: 3273.52 s
Current children cumulated vsize: 329368 KiB
Current children cumulated memory: 273624 KiB

[startup+3342.3 s]
/proc/loadavg: 2.09 2.08 2.16 3/237 165237
/proc/meminfo: memFree=105149868/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329624 memory=273880 CPUtime=3333.34 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 39051 0 0 0 332190 1144 0 0 20 0 1 0 242016510 337534976 68470 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82406 68470 2624 595 0 67073 0
Current children cumulated CPU time: 3333.34 s
Current children cumulated vsize: 329624 KiB
Current children cumulated memory: 273880 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.08 2.16 3/237 165239
/proc/meminfo: memFree=105150360/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329624 memory=273880 CPUtime=3393.16 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 39051 0 0 0 338142 1174 0 0 20 0 1 0 242016510 337534976 68470 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82406 68470 2624 595 0 67073 0
Current children cumulated CPU time: 3393.16 s
Current children cumulated vsize: 329624 KiB
Current children cumulated memory: 273880 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.09 2.16 3/237 165241
/proc/meminfo: memFree=105149876/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329624 memory=273880 CPUtime=3452.99 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 39052 0 0 0 344100 1199 0 0 20 0 1 0 242016510 337534976 68470 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82406 68470 2624 595 0 67073 0
Current children cumulated CPU time: 3452.99 s
Current children cumulated vsize: 329624 KiB
Current children cumulated memory: 273880 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.09 2.15 3/237 165243
/proc/meminfo: memFree=105150396/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329624 memory=273880 CPUtime=3512.82 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 39052 0 0 0 350055 1227 0 0 20 0 1 0 242016510 337534976 68470 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82406 68470 2624 595 0 67073 0
Current children cumulated CPU time: 3512.82 s
Current children cumulated vsize: 329624 KiB
Current children cumulated memory: 273880 KiB

[startup+3582.3 s]
/proc/loadavg: 1.86 2.04 2.13 2/231 165276
/proc/meminfo: memFree=105386768/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329808 memory=274008 CPUtime=3572.64 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 39098 0 0 0 356009 1255 0 0 20 0 1 0 242016510 337723392 68502 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82452 68502 2624 595 0 67119 0
Current children cumulated CPU time: 3572.64 s
Current children cumulated vsize: 329808 KiB
Current children cumulated memory: 274008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 1.56 1.95 2.10 2/231 165276
/proc/meminfo: memFree=105382672/131382112 swapFree=33001664/33010684
[pid=164743] ppid=164740 vsize=329808 memory=274136 CPUtime=3600.06 cores=0,2
/proc/164743/stat : 164743 (SynLSCD-PS) R 164740 164743 164071 0 -1 4194304 39098 0 0 0 358744 1262 0 0 20 0 1 0 242016510 337723392 68534 18446744073709551615 94350309433344 94350311868761 140735021386832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94350312348920 94350312381952 94350322241536 140735021390205 140735021390343 140735021390343 140735021395947 0
/proc/164743/statm: 82452 68534 2624 595 0 67119 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 329808 KiB
Current children cumulated memory: 274136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.45 s, system=12.6282 s

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

Child status: 0

Real time (s): 3609.81
CPU time (s): 3600.07
CPU user time (s): 3587.45
CPU system time (s): 12.6282
CPU usage (%): 99.7304
Max. virtual memory (cumulated for all children) (KiB): 329808
Max. memory (cumulated for all children) (KiB): 274136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.45
system time used= 12.6282
maximum resident set size= 274136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39123
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= 193
involuntary context switches= 8864


# summary of solver processes directly reported to runsolver:
#   pid: 164743
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3587.45
#   total CPU system time (s): 12.6282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1694 second user time and 33.336 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 11:36:11
IDJOB=4546571
IDBENCH=163705
IDSOLVER=3422
FILE ID=nodeC005/4546571-1753263371
RUNJOBID= nodeC005-1753259701-164089
SLURM_JOB_ID= 9689160
Free space on /tmp= 433020 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-22diag_spec_greater.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-4546571-1753263371/watcher-4546571-1753263371 -o /tmp/evaluation-result-4546571-1753263371/solver-4546571-1753263371 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753259701-164089 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546571-1753263371.opb

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

MD5SUM BENCH= 808e9faff4b516f7872d7344d1ed451f
RANDOM SEED=381433518

nodeC005 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	: 0xb00001f
cpu MHz		: 1198.070
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3605.850
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.242
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.212
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3662.746
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3491.959
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.759
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.424
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        105089052 kB
MemAvailable:   129290776 kB
Buffers:              12 kB
Cached:         24972952 kB
SwapCached:          776 kB
Active:          1095188 kB
Inactive:       24558112 kB
Active(anon):     662516 kB
Inactive(anon):    38384 kB
Active(file):     432672 kB
Inactive(file): 24519728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3708 kB
Writeback:             0 kB
AnonPages:        682692 kB
Mapped:           114532 kB
Shmem:             20564 kB
KReclaimable:     177904 kB
Slab:             269536 kB
SReclaimable:     177904 kB
SUnreclaim:        91632 kB
KernelStack:        4128 kB
PageTables:         4520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1156672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC005 at 2025-07-23 12:36:21