Trace number 4546061

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-07-23? (TO) 3600.1 3609.91

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
MD5SUMb58fe33c06849f09284e381ad8dcab3a
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.359773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1802
Total number of constraints2381
Number of constraints which are clauses1734
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints647
Minimum length of a constraint2
Maximum length of a constraint68
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 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359738367
Number of bits of the biggest sum of numbers35
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.02	c #vars 1802 #constraints 3027 1.6798 1
0.00/0.02	c intsize: 35
0.00/0.05	c 3027 constraints
0.00/0.05	c Finish cloning data from SAT to LS
0.00/0.05	c restart_num_ls  -100000 0
546.42/548.03	c Use LS-small
546.42/548.03	restart_num  0 301
546.42/548.03	c LS-restart 90 37
1850.54/1855.81	c Use LS-small
1850.54/1855.81	restart_num  301 603
1850.54/1855.81	c LS-restart 80 82
2475.96/2482.83	c Use LS-small
2475.96/2482.83	restart_num  603 904
2475.96/2482.83	c LS-restart 70 57
3600.08/3609.90	c Use LS-small
3600.08/3609.90	c Program interrupted by user.
3600.08/3609.90	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 (62034 MiB free)
  memory of node 1: 64465 MiB (62228 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100059 s]*
/proc/loadavg: 4.03 4.07 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=90332 memory=17500 CPUtime=0.08 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 2399 0 0 0 7 1 0 0 20 0 1 0 242016377 92499968 4375 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 22583 4375 2496 595 0 7250 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 17500 KiB

[startup+0.205267 s]*
/proc/loadavg: 4.03 4.07 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=90332 memory=17500 CPUtime=0.18 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 2399 0 0 0 15 3 0 0 20 0 1 0 242016377 92499968 4375 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 22583 4375 2496 595 0 7250 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 17500 KiB

[startup+0.304544 s]*
/proc/loadavg: 4.11 4.09 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=90332 memory=17500 CPUtime=0.28 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 2399 0 0 0 22 6 0 0 20 0 1 0 242016377 92499968 4375 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 22583 4375 2496 595 0 7250 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 17500 KiB

[startup+0.700095 s]
/proc/loadavg: 4.11 4.09 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=90332 memory=17500 CPUtime=0.68 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 2399 0 0 0 51 17 0 0 20 0 1 0 242016377 92499968 4375 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 22583 4375 2496 595 0 7250 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 17500 KiB

[startup+1.5001 s]
/proc/loadavg: 4.11 4.09 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=90332 memory=17500 CPUtime=1.47 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 2399 0 0 0 113 34 0 0 20 0 1 0 242016377 92499968 4375 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 22583 4375 2496 595 0 7250 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 17500 KiB

[startup+3.10431 s]
/proc/loadavg: 4.11 4.09 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=90332 memory=17500 CPUtime=3.07 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 2399 0 0 0 234 73 0 0 20 0 1 0 242016377 92499968 4375 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 22583 4375 2496 595 0 7250 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 90332 KiB
Current children cumulated memory: 17500 KiB

[startup+6.30012 s]
/proc/loadavg: 4.10 4.09 4.01 5/265 167056
/proc/meminfo: memFree=127234780/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=93284 memory=27260 CPUtime=6.26 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 3274 0 0 0 504 122 0 0 20 0 1 0 242016377 95522816 6815 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 23321 6815 2528 595 0 7988 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 93284 KiB
Current children cumulated memory: 27260 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 4.08 4.01 5/265 167056
/proc/meminfo: memFree=127223516/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=102008 memory=44072 CPUtime=12.64 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 5431 0 0 0 1138 126 0 0 20 0 1 0 242016377 104456192 11018 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 25502 11018 2528 595 0 10169 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 102008 KiB
Current children cumulated memory: 44072 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.10 4.02 5/265 167057
/proc/meminfo: memFree=127195500/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=119368 memory=58108 CPUtime=25.41 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 6633 0 0 0 2405 136 0 0 20 0 1 0 242016377 122232832 14527 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 29842 14527 2528 595 0 14509 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 119368 KiB
Current children cumulated memory: 58108 KiB

[startup+51.1053 s]
/proc/loadavg: 4.16 4.10 4.02 5/265 167103
/proc/meminfo: memFree=124532120/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=162532 memory=97636 CPUtime=50.96 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 12283 0 0 0 4944 152 0 0 20 0 1 0 242016377 166432768 24409 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 40633 24409 2528 595 0 25300 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 162532 KiB
Current children cumulated memory: 97636 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.02 5/265 167148
/proc/meminfo: memFree=116966796/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=175212 memory=113840 CPUtime=101.98 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 15108 0 0 0 10028 170 0 0 20 0 1 0 242016377 179417088 28460 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 43803 28460 2528 595 0 28470 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 175212 KiB
Current children cumulated memory: 113840 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/265 167150
/proc/meminfo: memFree=116937140/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=219896 memory=128896 CPUtime=161.81 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 16758 0 0 0 15982 199 0 0 20 0 1 0 242016377 225173504 32224 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 54974 32224 2528 595 0 39641 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 219896 KiB
Current children cumulated memory: 128896 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.11 4.03 5/264 167152
/proc/meminfo: memFree=116926520/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=219896 memory=129280 CPUtime=221.65 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 16781 0 0 0 21937 228 0 0 20 0 1 0 242016377 225173504 32320 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 54974 32320 2624 595 0 39641 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 219896 KiB
Current children cumulated memory: 129280 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/263 167155
/proc/meminfo: memFree=116933556/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=221248 memory=130816 CPUtime=281.48 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 17159 0 0 0 27898 250 0 0 20 0 1 0 242016377 226557952 32704 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 55312 32704 2624 595 0 39979 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 221248 KiB
Current children cumulated memory: 130816 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/263 167157
/proc/meminfo: memFree=116922884/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=221248 memory=130816 CPUtime=341.32 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 17170 0 0 0 33854 278 0 0 20 0 1 0 242016377 226557952 32704 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 55312 32704 2624 595 0 39979 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 221248 KiB
Current children cumulated memory: 130816 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.03 5/263 167159
/proc/meminfo: memFree=116917336/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=228032 memory=136960 CPUtime=401.13 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 18720 0 0 0 39820 293 0 0 20 0 1 0 242016377 233504768 34240 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 57008 34240 2624 595 0 41675 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 228032 KiB
Current children cumulated memory: 136960 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/264 167162
/proc/meminfo: memFree=116910044/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=233556 memory=151656 CPUtime=460.97 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 19885 0 0 0 45782 315 0 0 20 0 1 0 242016377 239161344 37914 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 58389 37914 2624 595 0 43056 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 205224 KiB

[startup+2922.3 s]
/proc/loadavg: 2.07 2.17 2.77 3/251 167451
/proc/meminfo: memFree=118588576/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=266552 memory=205736 CPUtime=2914.31 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 28010 0 0 0 289894 1537 0 0 20 0 1 0 242016377 272949248 51434 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 66638 51434 2624 595 0 51305 0
Current children cumulated CPU time: 2914.31 s
Current children cumulated vsize: 266552 KiB
Current children cumulated memory: 205736 KiB

[startup+2982.3 s]
/proc/loadavg: 2.13 2.17 2.73 3/251 167453
/proc/meminfo: memFree=118586976/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=266552 memory=205736 CPUtime=2974.15 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 28039 0 0 0 295865 1550 0 0 20 0 1 0 242016377 272949248 51434 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 66638 51434 2624 595 0 51305 0
Current children cumulated CPU time: 2974.15 s
Current children cumulated vsize: 266552 KiB
Current children cumulated memory: 205736 KiB

[startup+3042.3 s]
/proc/loadavg: 2.05 2.14 2.69 3/253 167463
/proc/meminfo: memFree=118589716/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=266720 memory=206120 CPUtime=3033.99 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 28128 0 0 0 301841 1558 0 0 20 0 1 0 242016377 273121280 51530 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 66680 51530 2624 595 0 51347 0
Current children cumulated CPU time: 3033.99 s
Current children cumulated vsize: 266720 KiB
Current children cumulated memory: 206120 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.14 2.65 3/253 167465
/proc/meminfo: memFree=118589428/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=269472 memory=208680 CPUtime=3093.83 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 28773 0 0 0 307815 1568 0 0 20 0 1 0 242016377 275939328 52170 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 67368 52170 2624 595 0 52035 0
Current children cumulated CPU time: 3093.83 s
Current children cumulated vsize: 269472 KiB
Current children cumulated memory: 208680 KiB

[startup+3162.3 s]
/proc/loadavg: 2.34 2.20 2.64 3/254 167468
/proc/meminfo: memFree=118603916/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=269472 memory=208680 CPUtime=3153.68 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 28791 0 0 0 313779 1589 0 0 20 0 1 0 242016377 275939328 52170 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 67368 52170 2624 595 0 52035 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 269472 KiB
Current children cumulated memory: 208680 KiB

[startup+3222.3 s]
/proc/loadavg: 2.17 2.18 2.60 3/253 167470
/proc/meminfo: memFree=118603376/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=269472 memory=208680 CPUtime=3213.52 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 28794 0 0 0 319754 1598 0 0 20 0 1 0 242016377 275939328 52170 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 67368 52170 2624 595 0 52035 0
Current children cumulated CPU time: 3213.52 s
Current children cumulated vsize: 269472 KiB
Current children cumulated memory: 208680 KiB

[startup+3282.3 s]
/proc/loadavg: 2.13 2.16 2.57 3/254 167473
/proc/meminfo: memFree=118599384/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=273064 memory=211496 CPUtime=3273.36 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 29498 0 0 0 325732 1604 0 0 20 0 1 0 242016377 279617536 52874 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 68266 52874 2624 595 0 52933 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 273064 KiB
Current children cumulated memory: 211496 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.14 2.53 3/253 167475
/proc/meminfo: memFree=118588628/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=277544 memory=215080 CPUtime=3333.2 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 30378 0 0 0 331710 1610 0 0 20 0 1 0 242016377 284205056 53770 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 69386 53770 2624 595 0 54053 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 277544 KiB
Current children cumulated memory: 215080 KiB

[startup+3402.3 s]
/proc/loadavg: 2.08 2.13 2.51 3/253 167477
/proc/meminfo: memFree=118587048/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=280128 memory=217000 CPUtime=3393.04 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 30872 0 0 0 337673 1631 0 0 20 0 1 0 242016377 286851072 54250 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 70032 54250 2624 595 0 54699 0
Current children cumulated CPU time: 3393.04 s
Current children cumulated vsize: 280128 KiB
Current children cumulated memory: 217000 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.14 2.48 3/253 167480
/proc/meminfo: memFree=118586136/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=280128 memory=217000 CPUtime=3452.88 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 30874 0 0 0 343647 1641 0 0 20 0 1 0 242016377 286851072 54250 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 70032 54250 2624 595 0 54699 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 280128 KiB
Current children cumulated memory: 217000 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.12 2.45 3/253 167482
/proc/meminfo: memFree=118585740/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=280300 memory=217256 CPUtime=3512.71 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 30916 0 0 0 349624 1647 0 0 20 0 1 0 242016377 287027200 54314 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 70075 54314 2624 595 0 54742 0
Current children cumulated CPU time: 3512.71 s
Current children cumulated vsize: 280300 KiB
Current children cumulated memory: 217256 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.13 2.43 3/252 167484
/proc/meminfo: memFree=118576524/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=284724 memory=220584 CPUtime=3572.55 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 31767 0 0 0 355600 1655 0 0 20 0 1 0 242016377 291557376 55146 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 71181 55146 2624 595 0 55848 0
Current children cumulated CPU time: 3572.55 s
Current children cumulated vsize: 284724 KiB
Current children cumulated memory: 220584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 2.09 2.12 2.42 3/253 167493
/proc/meminfo: memFree=118576128/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=288180 memory=223144 CPUtime=3600.08 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 32382 0 0 0 358350 1658 0 0 20 0 1 0 242016377 295096320 55786 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 72045 55786 2624 595 0 56712 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 288180 KiB
Current children cumulated memory: 223144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.52 s, system=16.584 s

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

[startup+3609.9 s]
/proc/loadavg: 2.09 2.12 2.42 3/253 167493
/proc/meminfo: memFree=118576128/131249992 swapFree=33009392/33010684
[pid=167055] ppid=167052 vsize=288180 memory=223144 CPUtime=3600.08 cores=0,2
/proc/167055/stat : 167055 (SynLSCD) R 167052 167055 166016 0 -1 4194304 32382 0 0 0 358350 1658 0 0 20 0 1 0 242016377 295096320 55786 18446744073709551615 94321901744128 94321904178729 140736327005632 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94321904659704 94321904692736 94321938653184 140736327010691 140736327010826 140736327010826 140736327016430 0
/proc/167055/statm: 72045 55786 2624 595 0 56712 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 288180 KiB
Current children cumulated memory: 223144 KiB

Child status: 0

Real time (s): 3609.91
CPU time (s): 3600.1
CPU user time (s): 3583.52
CPU system time (s): 16.584
CPU usage (%): 99.7282
Max. virtual memory (cumulated for all children) (KiB): 288180
Max. memory (cumulated for all children) (KiB): 223144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.52
system time used= 16.584
maximum resident set size= 223144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32409
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= 153
involuntary context switches= 8627


# summary of solver processes directly reported to runsolver:
#   pid: 167055
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3583.52
#   total CPU system time (s): 16.584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78701 second user time and 14.9924 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-23 11:36:58
IDJOB=4546061
IDBENCH=163589
IDSOLVER=3421
FILE ID=nodeC035/4546061-1753263418
RUNJOBID= nodeC035-1753259701-166033
SLURM_JOB_ID= 9689190
Free space on /tmp= 432456 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546061-1753263418/watcher-4546061-1753263418 -o /tmp/evaluation-result-4546061-1753263418/solver-4546061-1753263418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753259701-166033 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546061-1753263418.opb

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

MD5SUM BENCH= b58fe33c06849f09284e381ad8dcab3a
RANDOM SEED=651885292

nodeC035 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.550
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.51
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.745
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127245932 kB
MemAvailable:   129490084 kB
Buffers:             664 kB
Cached:          2994504 kB
SwapCached:          336 kB
Active:          1127868 kB
Inactive:        2124248 kB
Active(anon):     263944 kB
Inactive(anon):    18908 kB
Active(file):     863924 kB
Inactive(file):  2105340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7248 kB
Writeback:             4 kB
AnonPages:        259004 kB
Mapped:           120672 kB
Shmem:             25904 kB
KReclaimable:     228252 kB
Slab:             324436 kB
SReclaimable:     228252 kB
SUnreclaim:        96184 kB
KernelStack:        4236 kB
PageTables:         3788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     667124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC035 at 2025-07-23 12:37:08