Trace number 4541775

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01? (TO) 3600.11 3608.82

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c #vars 5122 #constraints 9683 1.89047 1
0.08/0.12	c 9683 constraints
0.08/0.12	c Finish cloning data from SAT to LS
0.08/0.12	c restart_num_ls  -100000 0
6.35/6.43	c Use LS-small
6.35/6.43	c update_LS_target_phase-runLS
710.17/712.04	c restart_num  0 301
710.17/712.04	c LS-restart 90 90
710.17/712.04	c similarity no use LS 0.959
1448.07/1451.81	c restart_num  301 602
1448.07/1451.81	c LS-restart 90 70
1761.15/1765.62	c Use LS-small
1761.15/1765.62	c restart_num  602 903
1761.15/1765.62	c LS-restart 80 37
2321.45/2327.21	c Use LS-small
2321.45/2327.21	c restart_num  903 1205
2321.45/2327.21	c LS-restart 70 6
2723.01/2729.79	c Use LS-small
2723.01/2729.79	c restart_num  1205 1506
2723.01/2729.79	c LS-restart 60 13
3479.95/3488.46	c Use LS-small
3479.95/3488.46	c restart_num  1506 1807
3479.95/3488.46	c LS-restart 50 52
3479.95/3488.46	c similarity no use LS 0.971496
3600.08/3608.81	c Program interrupted by user.
3600.08/3608.81	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 (62374 MiB free)
  memory of node 1: 64465 MiB (63398 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=191916, runsolver pid=191899
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.05 1.77 2.83 7/264 191917
/proc/meminfo: memFree=128768532/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=91716 memory=19200 CPUtime=0.08 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 2695 0 0 0 7 1 0 0 20 0 1 0 236779428 93917184 4768 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 22929 4800 2368 595 0 7596 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 91716 KiB
Current children cumulated memory: 19200 KiB

[startup+0.205293 s]*
/proc/loadavg: 1.05 1.77 2.83 7/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=103996 memory=30228 CPUtime=0.18 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 6176 0 0 0 16 2 0 0 20 0 1 0 236779428 106491904 7557 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 25999 7557 2464 595 0 10666 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 30228 KiB

[startup+0.304737 s]*
/proc/loadavg: 1.05 1.77 2.83 7/264 191917
/proc/meminfo: memFree=128754932/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=103996 memory=30228 CPUtime=0.28 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 6176 0 0 0 24 4 0 0 20 0 1 0 236779428 106491904 7557 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 25999 7557 2464 595 0 10666 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 30228 KiB

[startup+0.700098 s]
/proc/loadavg: 1.05 1.77 2.83 7/264 191917
/proc/meminfo: memFree=128754680/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=103996 memory=30228 CPUtime=0.67 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 6176 0 0 0 56 11 0 0 20 0 1 0 236779428 106491904 7557 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 25999 7557 2464 595 0 10666 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 30228 KiB

[startup+1.5001 s]
/proc/loadavg: 1.05 1.77 2.83 7/264 191917
/proc/meminfo: memFree=128754984/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=103996 memory=30228 CPUtime=1.47 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 6176 0 0 0 119 28 0 0 20 0 1 0 236779428 106491904 7557 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 25999 7557 2464 595 0 10666 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 30228 KiB

[startup+3.10457 s]
/proc/loadavg: 1.05 1.77 2.83 7/264 191917
/proc/meminfo: memFree=128755108/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=103996 memory=30228 CPUtime=3.07 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 6176 0 0 0 246 61 0 0 20 0 1 0 236779428 106491904 7557 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 25999 7557 2464 595 0 10666 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 30228 KiB

[startup+6.3001 s]
/proc/loadavg: 1.28 1.81 2.83 7/264 191917
/proc/meminfo: memFree=128747236/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=103996 memory=30228 CPUtime=6.26 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 6176 0 0 0 499 127 0 0 20 0 1 0 236779428 106491904 7557 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 25999 7557 2464 595 0 10666 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 30228 KiB

[startup+12.7002 s]
/proc/loadavg: 1.50 1.85 2.84 7/265 191918
/proc/meminfo: memFree=128692312/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=120892 memory=61100 CPUtime=12.65 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 10328 0 0 0 1134 131 0 0 20 0 1 0 236779428 123793408 15275 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 30223 15275 2496 595 0 14890 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 120892 KiB
Current children cumulated memory: 61100 KiB

[startup+25.5002 s]
/proc/loadavg: 2.06 1.95 2.86 7/265 191918
/proc/meminfo: memFree=128537916/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=169476 memory=91360 CPUtime=25.41 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 14422 0 0 0 2406 135 0 0 20 0 1 0 236779428 173543424 22840 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 42369 22840 2496 595 0 27036 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 169476 KiB
Current children cumulated memory: 91360 KiB

[startup+51.1053 s]
/proc/loadavg: 2.78 2.14 2.90 7/265 191919
/proc/meminfo: memFree=128414484/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=226916 memory=133560 CPUtime=50.96 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 19285 0 0 0 4954 142 0 0 20 0 1 0 236779428 232361984 33390 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 56729 33390 2496 595 0 41396 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 226916 KiB
Current children cumulated memory: 133560 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.44 2.96 7/265 191920
/proc/meminfo: memFree=128305492/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=244924 memory=180248 CPUtime=102.03 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 23705 0 0 0 10050 153 0 0 20 0 1 0 236779428 250802176 45062 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 61231 45062 2592 595 0 45898 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 244924 KiB
Current children cumulated memory: 180248 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.76 3.04 7/267 191926
/proc/meminfo: memFree=128158824/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=245896 memory=181400 CPUtime=161.89 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 23976 0 0 0 16022 167 0 0 20 0 1 0 236779428 251797504 45350 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 61474 45350 2592 595 0 46141 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 245896 KiB
Current children cumulated memory: 181400 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.00 3.11 7/266 191932
/proc/meminfo: memFree=128137200/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=249168 memory=184088 CPUtime=221.72 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 24666 0 0 0 21989 183 0 0 20 0 1 0 236779428 255148032 46022 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 62292 46022 2592 595 0 46959 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 249168 KiB
Current children cumulated memory: 184088 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 3.23 3.18 7/266 191934
/proc/meminfo: memFree=128084648/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=252392 memory=187544 CPUtime=281.55 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 25558 0 0 0 27957 198 0 0 20 0 1 0 236779428 258449408 46886 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 63098 46886 2592 595 0 47765 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 252392 KiB
Current children cumulated memory: 187544 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.39 3.24 7/265 191937
/proc/meminfo: memFree=128102204/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=255292 memory=191384 CPUtime=341.38 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 26337 0 0 0 33932 206 0 0 20 0 1 0 236779428 261419008 47846 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 63823 47846 2592 595 0 48490 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 255292 KiB
Current children cumulated memory: 191384 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.52 3.30 7/265 191939
/proc/meminfo: memFree=127971636/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=381728 memory=258068 CPUtime=401.23 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 39046 0 0 0 39907 216 0 0 20 0 1 0 236779428 390889472 64517 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 95432 64517 2592 595 0 80099 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 381728 KiB
Current children cumulated memory: 258068 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.64 3.35 7/264 191941
/proc/meminfo: memFree=127960596/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=393272 memory=276536 CPUtime=461.09 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 41660 0 0 0 45880 229 0 0 20 0 1 0 236779428 402710528 69134 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 98318 69134 2592 595 0 82985 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 365008 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.10 4.02 7/265 192067
/proc/meminfo: memFree=127462976/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=454568 memory=374864 CPUtime=2855.32 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 56881 0 0 0 284210 1322 0 0 20 0 1 0 236779428 465477632 93716 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 113642 93716 2592 595 0 98309 0
Current children cumulated CPU time: 2855.32 s
Current children cumulated vsize: 454568 KiB
Current children cumulated memory: 374864 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.11 4.03 7/265 192069
/proc/meminfo: memFree=127454840/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=460520 memory=380368 CPUtime=2915.17 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58248 0 0 0 290186 1331 0 0 20 0 1 0 236779428 471572480 95092 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115130 95092 2592 595 0 99797 0
Current children cumulated CPU time: 2915.17 s
Current children cumulated vsize: 460520 KiB
Current children cumulated memory: 380368 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.03 7/265 192073
/proc/meminfo: memFree=127454516/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=461372 memory=381392 CPUtime=2975.03 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58491 0 0 0 296153 1350 0 0 20 0 1 0 236779428 472444928 95348 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115343 95348 2592 595 0 100010 0
Current children cumulated CPU time: 2975.03 s
Current children cumulated vsize: 461372 KiB
Current children cumulated memory: 381392 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.04 7/265 192075
/proc/meminfo: memFree=127437740/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=461996 memory=381904 CPUtime=3034.89 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58626 0 0 0 302126 1363 0 0 20 0 1 0 236779428 473083904 95476 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115499 95476 2592 595 0 100166 0
Current children cumulated CPU time: 3034.89 s
Current children cumulated vsize: 461996 KiB
Current children cumulated memory: 381904 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.04 7/265 192077
/proc/meminfo: memFree=127429252/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=461996 memory=381904 CPUtime=3094.75 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58626 0 0 0 308105 1370 0 0 20 0 1 0 236779428 473083904 95476 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115499 95476 2592 595 0 100166 0
Current children cumulated CPU time: 3094.75 s
Current children cumulated vsize: 461996 KiB
Current children cumulated memory: 381904 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.04 7/265 192081
/proc/meminfo: memFree=127367848/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=461996 memory=383184 CPUtime=3154.61 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58642 0 0 0 314070 1391 0 0 20 0 1 0 236779428 473083904 95796 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115499 95796 2592 595 0 100166 0
Current children cumulated CPU time: 3154.61 s
Current children cumulated vsize: 461996 KiB
Current children cumulated memory: 383184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.04 7/266 192089
/proc/meminfo: memFree=127353544/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=461996 memory=383568 CPUtime=3214.47 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58642 0 0 0 320040 1407 0 0 20 0 1 0 236779428 473083904 95892 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115499 95892 2592 595 0 100166 0
Current children cumulated CPU time: 3214.47 s
Current children cumulated vsize: 461996 KiB
Current children cumulated memory: 383568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.04 7/264 192091
/proc/meminfo: memFree=127332480/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=461996 memory=383568 CPUtime=3274.33 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58642 0 0 0 326019 1414 0 0 20 0 1 0 236779428 473083904 95892 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115499 95892 2592 595 0 100166 0
Current children cumulated CPU time: 3274.33 s
Current children cumulated vsize: 461996 KiB
Current children cumulated memory: 383568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.05 7/266 192095
/proc/meminfo: memFree=127332344/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=462168 memory=383568 CPUtime=3334.19 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58648 0 0 0 331994 1425 0 0 20 0 1 0 236779428 473260032 95892 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115542 95892 2592 595 0 100209 0
Current children cumulated CPU time: 3334.19 s
Current children cumulated vsize: 462168 KiB
Current children cumulated memory: 383568 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.05 7/266 192097
/proc/meminfo: memFree=127304352/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=462168 memory=383568 CPUtime=3394.06 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58648 0 0 0 337967 1439 0 0 20 0 1 0 236779428 473260032 95892 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115542 95892 2592 595 0 100209 0
Current children cumulated CPU time: 3394.06 s
Current children cumulated vsize: 462168 KiB
Current children cumulated memory: 383568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.05 7/266 192110
/proc/meminfo: memFree=127326180/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=462408 memory=383952 CPUtime=3453.92 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58917 0 0 0 343945 1447 0 0 20 0 1 0 236779428 473505792 95988 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115602 95988 2592 595 0 100269 0
Current children cumulated CPU time: 3453.92 s
Current children cumulated vsize: 462408 KiB
Current children cumulated memory: 383952 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.05 7/264 192112
/proc/meminfo: memFree=127326964/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=462608 memory=384080 CPUtime=3513.78 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58943 0 0 0 349913 1465 0 0 20 0 1 0 236779428 473710592 96020 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115652 96020 2592 595 0 100319 0
Current children cumulated CPU time: 3513.78 s
Current children cumulated vsize: 462608 KiB
Current children cumulated memory: 384080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.05 7/265 192116
/proc/meminfo: memFree=127325128/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=462608 memory=384080 CPUtime=3573.64 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58943 0 0 0 355889 1475 0 0 20 0 1 0 236779428 473710592 96020 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115652 96020 2592 595 0 100319 0
Current children cumulated CPU time: 3573.64 s
Current children cumulated vsize: 462608 KiB
Current children cumulated memory: 384080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 4.13 4.11 4.06 7/265 192117
/proc/meminfo: memFree=127310272/131250000 swapFree=33010160/33010684
[pid=191916] ppid=191899 vsize=462608 memory=384080 CPUtime=3600.08 cores=4,6
/proc/191916/stat : 191916 (SynLSCD-PS) R 191899 191916 191847 0 -1 4194304 58943 0 0 0 358525 1483 0 0 20 0 1 0 236779428 473710592 96020 18446744073709551615 94827894095872 94827896530873 140731458102464 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94827897011448 94827897044480 94827910279168 140731458111838 140731458111974 140731458111974 140731458117578 0
/proc/191916/statm: 115652 96020 2592 595 0 100319 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 462608 KiB
Current children cumulated memory: 384080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.27 s, system=14.8381 s

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

Child status: 0

Real time (s): 3608.82
CPU time (s): 3600.11
CPU user time (s): 3585.27
CPU system time (s): 14.8381
CPU usage (%): 99.7586
Max. virtual memory (cumulated for all children) (KiB): 462608
Max. memory (cumulated for all children) (KiB): 384080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.27
system time used= 14.8381
maximum resident set size= 384080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58969
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= 263
involuntary context switches= 2741


# summary of solver processes directly reported to runsolver:
#   pid: 191916
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3585.27
#   total CPU system time (s): 14.8381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72678 second user time and 14.9643 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 21:03:39
IDJOB=4541775
IDBENCH=163377
IDSOLVER=3370
FILE ID=nodeC016/4541775-1753211019
RUNJOBID= nodeC016-1753211019-191858
SLURM_JOB_ID= 9687787
Free space on /tmp= 433028 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541775-1753211019/watcher-4541775-1753211019 -o /tmp/evaluation-result-4541775-1753211019/solver-4541775-1753211019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191858 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541775-1753211019.opb

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=1668504486

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.111
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3446.973
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.031
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.610
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.509
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.591
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.702
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.006
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128796412 kB
MemAvailable:   129616148 kB
Buffers:            2144 kB
Cached:          1535444 kB
SwapCached:           24 kB
Active:          1312020 kB
Inactive:         298548 kB
Active(anon):      97124 kB
Inactive(anon):     2108 kB
Active(file):    1214896 kB
Inactive(file):   296440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14844 kB
Writeback:             0 kB
AnonPages:         76184 kB
Mapped:           108292 kB
Shmem:             26240 kB
KReclaimable:     295280 kB
Slab:             394484 kB
SReclaimable:     295280 kB
SUnreclaim:        99204 kB
KernelStack:        4068 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     353664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC016 at 2025-07-22 22:03:48