Trace number 4542047

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-06-01? (TO) 3600.12 3610.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
MD5SUM20f5dc2e187fea802b1fd8b2eb35ac07
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 benchmark3.41364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3571
Total number of constraints1850
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints1794
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
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.03	c #vars 3571 #constraints 3643 1.02016 1
0.00/0.06	c 3643 constraints
0.00/0.06	c Finish cloning data from SAT to LS
0.00/0.06	c restart_num_ls  -100000 0
568.45/570.25	c Use LS-small
568.45/570.25	restart_num  0 301
568.45/570.25	LS-restart 90 77
1329.32/1333.49	c Use LS-small
1329.32/1333.49	restart_num  301 602
1329.32/1333.49	LS-restart 80 39
2068.01/2074.31	c Use LS-small
2068.01/2074.31	restart_num  602 914
2068.01/2074.31	LS-restart 70 95
3091.80/3101.09	c Use LS-small
3091.80/3101.09	restart_num  914 1215
3091.80/3101.09	LS-restart 60 16
3600.09/3610.70	c Use LS-small
3600.09/3610.70	c Program interrupted by user.
3600.09/3610.70	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62518 MiB free)
  memory of node 1: 64465 MiB (63531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542047-1753214396/watcher-4542047-1753214396 -o /tmp/evaluation-result-4542047-1753214396/solver-4542047-1753214396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753210785-213975 --watchdog 3760 SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542047-1753214396.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=214341, runsolver pid=214337

[startup+0.100059 s]*
/proc/loadavg: 4.11 4.13 4.09 5/265 214355
/proc/meminfo: memFree=129036328/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=0.08 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 7 1 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+0.205511 s]*
/proc/loadavg: 4.11 4.13 4.09 5/265 214355
/proc/meminfo: memFree=129000544/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=0.19 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 18 1 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+0.305423 s]*
/proc/loadavg: 4.11 4.13 4.09 4/263 214355
/proc/meminfo: memFree=129363888/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=0.28 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 27 1 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+0.700103 s]
/proc/loadavg: 4.11 4.13 4.09 4/261 214363
/proc/meminfo: memFree=129317960/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=0.68 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 65 3 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+1.50012 s]
/proc/loadavg: 4.11 4.13 4.09 4/261 214363
/proc/meminfo: memFree=129172568/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=1.47 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 141 6 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+3.10538 s]
/proc/loadavg: 4.11 4.13 4.09 5/265 214400
/proc/meminfo: memFree=127122964/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=3.07 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 293 14 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+6.30015 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 214400
/proc/meminfo: memFree=125911044/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=6.26 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 597 29 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.16 4.10 5/265 214400
/proc/meminfo: memFree=124245360/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24328 CPUtime=12.65 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4059 0 0 0 1205 60 0 0 20 0 1 0 237118415 99733504 6082 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6082 2464 595 0 9016 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24328 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.17 4.10 5/265 214400
/proc/meminfo: memFree=120103392/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=97396 memory=24456 CPUtime=25.42 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 4062 0 0 0 2425 117 0 0 20 0 1 0 237118415 99733504 6114 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 24349 6114 2464 595 0 9016 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 97396 KiB
Current children cumulated memory: 24456 KiB

[startup+51.1054 s]
/proc/loadavg: 4.17 4.15 4.10 5/265 214446
/proc/meminfo: memFree=108290256/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=185576 memory=108612 CPUtime=50.95 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 16862 0 0 0 4941 154 0 0 20 0 1 0 237118415 190029824 27153 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 46394 27153 2592 595 0 31061 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 185576 KiB
Current children cumulated memory: 108612 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/264 214503
/proc/meminfo: memFree=117275376/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=285436 memory=183300 CPUtime=102 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 28817 0 0 0 10038 162 0 0 20 0 1 0 237118415 292286464 45825 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 71359 45825 2592 595 0 56026 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 285436 KiB
Current children cumulated memory: 183300 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/264 214549
/proc/meminfo: memFree=109779360/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=285948 memory=183940 CPUtime=161.83 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 28984 0 0 0 16016 167 0 0 20 0 1 0 237118415 292810752 45985 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 71487 45985 2592 595 0 56154 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 285948 KiB
Current children cumulated memory: 183940 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/264 214551
/proc/meminfo: memFree=109726672/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=288372 memory=186372 CPUtime=221.64 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 29623 0 0 0 21991 173 0 0 20 0 1 0 237118415 295292928 46593 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 72093 46593 2592 595 0 56760 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 288372 KiB
Current children cumulated memory: 186372 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/264 214553
/proc/meminfo: memFree=109701476/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=293388 memory=191364 CPUtime=281.46 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 30869 0 0 0 27966 180 0 0 20 0 1 0 237118415 300429312 47841 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 73347 47841 2592 595 0 58014 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 293388 KiB
Current children cumulated memory: 191364 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 214556
/proc/meminfo: memFree=109694904/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=295356 memory=193540 CPUtime=341.27 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 31456 0 0 0 33941 186 0 0 20 0 1 0 237118415 302444544 48385 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 73839 48385 2592 595 0 58506 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 295356 KiB
Current children cumulated memory: 193540 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 214565
/proc/meminfo: memFree=109700424/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=298728 memory=196996 CPUtime=401.09 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 32315 0 0 0 39920 189 0 0 20 0 1 0 237118415 305897472 49249 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 74682 49249 2592 595 0 59349 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 298728 KiB
Current children cumulated memory: 196996 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 214567
/proc/meminfo: memFree=109697900/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=315596 memory=211588 CPUtime=460.89 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 35944 0 0 0 45894 195 0 0 20 0 1 0 237118415 323170304 52897 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 78899 52897 2592 595 0 63566 0
Current children cumulated CPU time: 460.89 s

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

Current children cumulated memory: 340932 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 214682
/proc/meminfo: memFree=109240056/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=480596 memory=340932 CPUtime=2913.6 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 56913 0 0 0 290519 841 0 0 20 0 1 0 237118415 492130304 85233 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120149 85233 2592 595 0 104816 0
Current children cumulated CPU time: 2913.6 s
Current children cumulated vsize: 480596 KiB
Current children cumulated memory: 340932 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 214684
/proc/meminfo: memFree=109240148/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=482084 memory=342084 CPUtime=2973.43 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57194 0 0 0 296498 845 0 0 20 0 1 0 237118415 493654016 85521 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120521 85521 2592 595 0 105188 0
Current children cumulated CPU time: 2973.43 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 342084 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 214686
/proc/meminfo: memFree=109250584/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=482084 memory=342084 CPUtime=3033.26 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57197 0 0 0 302476 850 0 0 20 0 1 0 237118415 493654016 85521 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120521 85521 2592 595 0 105188 0
Current children cumulated CPU time: 3033.26 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 342084 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/264 214689
/proc/meminfo: memFree=109225264/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=482084 memory=342084 CPUtime=3093.09 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57205 0 0 0 308452 857 0 0 20 0 1 0 237118415 493654016 85521 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120521 85521 2592 595 0 105188 0
Current children cumulated CPU time: 3093.09 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 342084 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 214691
/proc/meminfo: memFree=109226900/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=482084 memory=342084 CPUtime=3152.94 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57205 0 0 0 314276 1018 0 0 20 0 1 0 237118415 493654016 85521 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120521 85521 2592 595 0 105188 0
Current children cumulated CPU time: 3152.94 s
Current children cumulated vsize: 482084 KiB
Current children cumulated memory: 342084 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 214693
/proc/meminfo: memFree=109233644/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483492 memory=343108 CPUtime=3212.77 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57465 0 0 0 320255 1022 0 0 20 0 1 0 237118415 495095808 85777 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120873 85777 2592 595 0 105540 0
Current children cumulated CPU time: 3212.77 s
Current children cumulated vsize: 483492 KiB
Current children cumulated memory: 343108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 214695
/proc/meminfo: memFree=109227000/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483492 memory=343108 CPUtime=3272.6 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57502 0 0 0 326234 1026 0 0 20 0 1 0 237118415 495095808 85777 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120873 85777 2592 595 0 105540 0
Current children cumulated CPU time: 3272.6 s
Current children cumulated vsize: 483492 KiB
Current children cumulated memory: 343108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/265 214698
/proc/meminfo: memFree=109218384/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483748 memory=343620 CPUtime=3332.43 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57621 0 0 0 332213 1030 0 0 20 0 1 0 237118415 495357952 85905 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120937 85905 2592 595 0 105604 0
Current children cumulated CPU time: 3332.43 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 343620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/265 214707
/proc/meminfo: memFree=109216684/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483748 memory=343620 CPUtime=3392.26 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57625 0 0 0 338193 1033 0 0 20 0 1 0 237118415 495357952 85905 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120937 85905 2592 595 0 105604 0
Current children cumulated CPU time: 3392.26 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 343620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.17 4.12 5/265 214709
/proc/meminfo: memFree=109234040/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483748 memory=343620 CPUtime=3452.09 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57625 0 0 0 344171 1038 0 0 20 0 1 0 237118415 495357952 85905 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120937 85905 2592 595 0 105604 0
Current children cumulated CPU time: 3452.09 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 343620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/266 214712
/proc/meminfo: memFree=109219628/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483748 memory=343620 CPUtime=3511.93 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57635 0 0 0 350151 1042 0 0 20 0 1 0 237118415 495357952 85905 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120937 85905 2592 595 0 105604 0
Current children cumulated CPU time: 3511.93 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 343620 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/266 214714
/proc/meminfo: memFree=109220396/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=483748 memory=343876 CPUtime=3571.76 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57699 0 0 0 356128 1048 0 0 20 0 1 0 237118415 495357952 85969 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 120937 85969 2592 595 0 105604 0
Current children cumulated CPU time: 3571.76 s
Current children cumulated vsize: 483748 KiB
Current children cumulated memory: 343876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.14 4.14 4.11 5/266 214715
/proc/meminfo: memFree=109218480/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=484132 memory=344260 CPUtime=3600.09 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57797 0 0 0 358959 1050 0 0 20 0 1 0 237118415 495751168 86065 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 121033 86065 2592 595 0 105700 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 484132 KiB
Current children cumulated memory: 344260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.6 s, system=10.5137 s

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

[startup+3610.7 s]
/proc/loadavg: 4.14 4.14 4.11 5/266 214715
/proc/meminfo: memFree=109218480/131249992 swapFree=33003724/33010684
[pid=214341] ppid=214337 vsize=484132 memory=344260 CPUtime=3600.09 cores=0,2
/proc/214341/stat : 214341 (SynLSCD) R 214337 214341 213965 0 -1 4194304 57797 0 0 0 358959 1050 0 0 20 0 1 0 237118415 495751168 86065 18446744073709551615 94452095819776 94452098253929 140729886524560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94452098735352 94452098768384 94452128538624 140729886529892 140729886530025 140729886530025 140729886535629 0
/proc/214341/statm: 121033 86065 2592 595 0 105700 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 484132 KiB
Current children cumulated memory: 344260 KiB

Child status: 0

Real time (s): 3610.72
CPU time (s): 3600.12
CPU user time (s): 3589.6
CPU system time (s): 10.5137
CPU usage (%): 99.7064
Max. virtual memory (cumulated for all children) (KiB): 484132
Max. memory (cumulated for all children) (KiB): 344260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.6
system time used= 10.5137
maximum resident set size= 381100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57823
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= 181
involuntary context switches= 4641


# summary of solver processes directly reported to runsolver:
#   pid: 214341
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3589.6
#   total CPU system time (s): 10.5137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.84226 second user time and 15.3818 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-22 21:59:57
IDJOB=4542047
IDBENCH=163735
IDSOLVER=3369
FILE ID=nodeC025/4542047-1753214396
RUNJOBID= nodeC025-1753210785-213975
SLURM_JOB_ID= 9687786
Free space on /tmp= 431860 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.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-4542047-1753214396/watcher-4542047-1753214396 -o /tmp/evaluation-result-4542047-1753214396/solver-4542047-1753214396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753210785-213975 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542047-1753214396.opb

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

MD5SUM BENCH= 20f5dc2e187fea802b1fd8b2eb35ac07
RANDOM SEED=1594892582

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.394
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.67
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		: 3499.859
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.67
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.850
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.67
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		: 1803.180
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.67
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.837
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.67
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		: 3327.424
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.67
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		: 3600.445
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.67
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		: 1197.406
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129081104 kB
MemAvailable:   129278620 kB
Buffers:            2128 kB
Cached:           941488 kB
SwapCached:         2132 kB
Active:          1125800 kB
Inactive:         286832 kB
Active(anon):     463000 kB
Inactive(anon):    27616 kB
Active(file):     662800 kB
Inactive(file):   259216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3732 kB
Writeback:             0 kB
AnonPages:        469928 kB
Mapped:           109776 kB
Shmem:             21600 kB
KReclaimable:     229480 kB
Slab:             326488 kB
SReclaimable:     229480 kB
SUnreclaim:        97008 kB
KernelStack:        4208 kB
PageTables:         4000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     890652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431804 MiB
End job on nodeC025 at 2025-07-22 23:00:07