Trace number 4546573

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-07-23? (TO) 3600.02 3609.51

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.09	c intsize: 55
0.20/0.29	c 9683 constraints
0.20/0.29	c Finish cloning data from SAT to LS
0.20/0.29	c restart_num_ls  -100000 0
5.17/5.24	c Use LS-small
5.17/5.24	c update_LS_target_phase-runLS-restart
305.00/305.97	c restart_num  0 301
305.00/305.97	c LS-restart 90 90
305.00/305.97	c similarity no use LS 0.979695
702.87/704.83	c restart_num  301 602
702.87/704.83	c LS-restart 90 70
706.86/708.82	c Use LS-small
706.86/708.82	c update_LS_target_phase-runLS-restart
885.33/887.75	c restart_num  602 904
885.33/887.75	c LS-restart 80 20
889.12/891.54	c Use LS-small
889.12/891.54	c update_LS_target_phase-runLS-restart
1665.86/1670.23	c restart_num  904 1205
1665.86/1670.23	c LS-restart 70 78
1669.77/1674.15	c Use LS-small
1669.77/1674.15	c update_LS_target_phase-runLS-restart
2144.59/2150.19	c restart_num  1205 1507
2144.59/2150.19	c LS-restart 60 41
2149.17/2154.75	c Use LS-small
2149.17/2154.75	c update_LS_target_phase-runLS-restart
3387.13/3396.15	c restart_num  1507 1808
3387.13/3396.15	c LS-restart 50 80
3390.91/3399.96	c Use LS-small
3390.91/3399.96	c update_LS_target_phase-runLS-restart
3600.00/3609.50	c Program interrupted by user.
3600.00/3609.50	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: 63794 MiB (46110 MiB free)
  memory of node 1: 64507 MiB (50918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546573-1753263320/watcher-4546573-1753263320 -o /tmp/evaluation-result-4546573-1753263320/solver-4546573-1753263320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753259701-187002 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546573-1753263320.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=187655, runsolver pid=187652
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 4.13 4.12 4.04 6/252 187656
/proc/meminfo: memFree=99353880/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=90236 memory=17280 CPUtime=0.09 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 2326 0 0 0 8 1 0 0 20 0 1 0 242011743 92401664 4320 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 22559 4320 2240 595 0 7226 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 90236 KiB
Current children cumulated memory: 17280 KiB

[startup+0.212538 s]*
/proc/loadavg: 4.13 4.12 4.04 5/252 187656
/proc/meminfo: memFree=99353880/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=90904 memory=17920 CPUtime=0.2 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 2505 0 0 0 19 1 0 0 20 0 1 0 242011743 93085696 4480 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 22726 4480 2240 595 0 7393 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 90904 KiB
Current children cumulated memory: 17920 KiB

[startup+0.312994 s]*
/proc/loadavg: 4.13 4.12 4.04 5/252 187656
/proc/meminfo: memFree=99342288/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=103960 memory=30008 CPUtime=0.3 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 6172 0 0 0 29 1 0 0 20 0 1 0 242011743 106455040 7502 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 25990 7502 2400 595 0 10657 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 103960 KiB
Current children cumulated memory: 30008 KiB

[startup+0.700265 s]
/proc/loadavg: 4.13 4.12 4.04 5/252 187656
/proc/meminfo: memFree=99342288/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=103960 memory=30008 CPUtime=0.67 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 6172 0 0 0 66 1 0 0 20 0 1 0 242011743 106455040 7502 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 25990 7502 2400 595 0 10657 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 103960 KiB
Current children cumulated memory: 30008 KiB

[startup+1.50027 s]
/proc/loadavg: 4.13 4.12 4.04 5/252 187656
/proc/meminfo: memFree=99342288/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=103960 memory=30008 CPUtime=1.47 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 6173 0 0 0 146 1 0 0 20 0 1 0 242011743 106455040 7502 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 25990 7502 2400 595 0 10657 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 103960 KiB
Current children cumulated memory: 30008 KiB

[startup+3.11269 s]
/proc/loadavg: 4.12 4.11 4.04 5/252 187656
/proc/meminfo: memFree=99342556/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=103960 memory=30008 CPUtime=3.08 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 6173 0 0 0 307 1 0 0 20 0 1 0 242011743 106455040 7502 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 25990 7502 2400 595 0 10657 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 103960 KiB
Current children cumulated memory: 30008 KiB

[startup+6.30031 s]
/proc/loadavg: 4.12 4.11 4.04 5/252 187656
/proc/meminfo: memFree=99338524/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=108144 memory=40564 CPUtime=6.26 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 7237 0 0 0 624 2 0 0 20 0 1 0 242011743 110739456 10141 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 27036 10141 2464 595 0 11703 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 108144 KiB
Current children cumulated memory: 40564 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.11 4.04 5/252 187656
/proc/meminfo: memFree=99302784/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=129932 memory=61984 CPUtime=12.64 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 9736 0 0 0 1259 5 0 0 20 0 1 0 242011743 133050368 15496 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 32483 15496 2464 595 0 17150 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 129932 KiB
Current children cumulated memory: 61984 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.11 4.04 5/252 187656
/proc/meminfo: memFree=99304044/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=138012 memory=78132 CPUtime=25.4 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 11732 0 0 0 2532 8 0 0 20 0 1 0 242011743 141324288 19533 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 34503 19533 2464 595 0 19170 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 138012 KiB
Current children cumulated memory: 78132 KiB

[startup+51.1131 s]
/proc/loadavg: 4.05 4.10 4.04 5/252 187702
/proc/meminfo: memFree=99196700/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=170800 memory=98768 CPUtime=50.95 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 14580 0 0 0 5079 16 0 0 20 0 1 0 242011743 174899200 24692 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 42700 24692 2624 595 0 27367 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 170800 KiB
Current children cumulated memory: 98768 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.04 5/252 187753
/proc/meminfo: memFree=99062140/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=177244 memory=113368 CPUtime=102 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 16205 0 0 0 10171 29 0 0 20 0 1 0 242011743 181497856 28342 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 44311 28342 2624 595 0 28978 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 177244 KiB
Current children cumulated memory: 113368 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.05 5/252 187889
/proc/meminfo: memFree=96863344/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=207232 memory=139864 CPUtime=161.82 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 22811 0 0 0 16137 45 0 0 20 0 1 0 242011743 212205568 34966 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 51808 34966 2624 595 0 36475 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 207232 KiB
Current children cumulated memory: 139864 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/252 187935
/proc/meminfo: memFree=99066248/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=255668 memory=184000 CPUtime=221.65 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 26425 0 0 0 22110 55 0 0 20 0 1 0 242011743 261804032 46000 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 63917 46000 2624 595 0 48584 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 255668 KiB
Current children cumulated memory: 184000 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/251 187937
/proc/meminfo: memFree=98813996/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=421344 memory=325404 CPUtime=281.47 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 47662 0 0 0 28077 70 0 0 20 0 1 0 242011743 431456256 81351 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 105336 81351 2624 595 0 90003 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 421344 KiB
Current children cumulated memory: 325404 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.10 4.05 5/250 187939
/proc/meminfo: memFree=98737256/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=429620 memory=360376 CPUtime=341.29 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 50034 0 0 0 34040 89 0 0 20 0 1 0 242011743 439930880 90094 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 107405 90094 2624 595 0 92072 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 429620 KiB
Current children cumulated memory: 360376 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/250 187941
/proc/meminfo: memFree=98712076/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=429912 memory=361016 CPUtime=401.14 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 50198 0 0 0 40011 103 0 0 20 0 1 0 242011743 440229888 90254 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 107478 90254 2624 595 0 92145 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 429912 KiB
Current children cumulated memory: 361016 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.05 5/251 187944
/proc/meminfo: memFree=98672632/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=429912 memory=361016 CPUtime=460.98 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 50220 0 0 0 45982 116 0 0 20 0 1 0 242011743 440229888 90254 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 107478 90254 2624 595 0 92145 0

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

Current children cumulated memory: 469296 KiB

[startup+2922.3 s]
/proc/loadavg: 3.14 3.16 3.23 4/245 188110
/proc/meminfo: memFree=98386536/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=542280 memory=469296 CPUtime=2914.62 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74399 0 0 0 290823 639 0 0 20 0 1 0 242011743 555294720 117324 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135570 117324 2624 595 0 120237 0
Current children cumulated CPU time: 2914.62 s
Current children cumulated vsize: 542280 KiB
Current children cumulated memory: 469296 KiB

[startup+2982.3 s]
/proc/loadavg: 3.11 3.15 3.22 4/245 188115
/proc/meminfo: memFree=98372296/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=542420 memory=469424 CPUtime=2974.41 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74432 0 0 0 296789 652 0 0 20 0 1 0 242011743 555438080 117356 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135605 117356 2624 595 0 120272 0
Current children cumulated CPU time: 2974.41 s
Current children cumulated vsize: 542420 KiB
Current children cumulated memory: 469424 KiB

[startup+3042.3 s]
/proc/loadavg: 3.23 3.17 3.22 4/244 188117
/proc/meminfo: memFree=98370548/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=542420 memory=469424 CPUtime=3034.22 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74432 0 0 0 302754 668 0 0 20 0 1 0 242011743 555438080 117356 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135605 117356 2624 595 0 120272 0
Current children cumulated CPU time: 3034.22 s
Current children cumulated vsize: 542420 KiB
Current children cumulated memory: 469424 KiB

[startup+3102.3 s]
/proc/loadavg: 3.14 3.15 3.21 4/243 188119
/proc/meminfo: memFree=98359604/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=542420 memory=483632 CPUtime=3094.03 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74444 0 0 0 308720 683 0 0 20 0 1 0 242011743 555438080 120908 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135605 120908 2624 595 0 120272 0
Current children cumulated CPU time: 3094.03 s
Current children cumulated vsize: 542420 KiB
Current children cumulated memory: 483632 KiB

[startup+3162.3 s]
/proc/loadavg: 3.10 3.14 3.20 4/244 188126
/proc/meminfo: memFree=98360452/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=542420 memory=483632 CPUtime=3153.89 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74445 0 0 0 314689 700 0 0 20 0 1 0 242011743 555438080 120908 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135605 120908 2624 595 0 120272 0
Current children cumulated CPU time: 3153.89 s
Current children cumulated vsize: 542420 KiB
Current children cumulated memory: 483632 KiB

[startup+3222.3 s]
/proc/loadavg: 3.15 3.14 3.19 4/245 188129
/proc/meminfo: memFree=98358188/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=543372 memory=484528 CPUtime=3213.75 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74695 0 0 0 320664 711 0 0 20 0 1 0 242011743 556412928 121132 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135843 121132 2624 595 0 120510 0
Current children cumulated CPU time: 3213.75 s
Current children cumulated vsize: 543372 KiB
Current children cumulated memory: 484528 KiB

[startup+3282.3 s]
/proc/loadavg: 3.11 3.13 3.18 4/245 188131
/proc/meminfo: memFree=98358688/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=543372 memory=484528 CPUtime=3273.6 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74695 0 0 0 326638 722 0 0 20 0 1 0 242011743 556412928 121132 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135843 121132 2624 595 0 120510 0
Current children cumulated CPU time: 3273.6 s
Current children cumulated vsize: 543372 KiB
Current children cumulated memory: 484528 KiB

[startup+3342.3 s]
/proc/loadavg: 3.08 3.12 3.17 4/245 188133
/proc/meminfo: memFree=98346780/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=543372 memory=484656 CPUtime=3333.45 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 74739 0 0 0 332613 732 0 0 20 0 1 0 242011743 556412928 121164 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 135843 121164 2624 595 0 120510 0
Current children cumulated CPU time: 3333.45 s
Current children cumulated vsize: 543372 KiB
Current children cumulated memory: 484656 KiB

[startup+3402.3 s]
/proc/loadavg: 3.13 3.12 3.17 4/245 188135
/proc/meminfo: memFree=98253528/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=545236 memory=486576 CPUtime=3393.31 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 75232 0 0 0 338589 742 0 0 20 0 1 0 242011743 558321664 121644 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 136309 121644 2624 595 0 120976 0
Current children cumulated CPU time: 3393.31 s
Current children cumulated vsize: 545236 KiB
Current children cumulated memory: 486576 KiB

[startup+3462.3 s]
/proc/loadavg: 3.10 3.11 3.17 4/244 188137
/proc/meminfo: memFree=98198576/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=545236 memory=486576 CPUtime=3453.16 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 75232 0 0 0 344552 764 0 0 20 0 1 0 242011743 558321664 121644 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 136309 121644 2624 595 0 120976 0
Current children cumulated CPU time: 3453.16 s
Current children cumulated vsize: 545236 KiB
Current children cumulated memory: 486576 KiB

[startup+3522.3 s]
/proc/loadavg: 3.14 3.12 3.17 4/243 188139
/proc/meminfo: memFree=98166652/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=545236 memory=486576 CPUtime=3513.01 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 75232 0 0 0 350525 776 0 0 20 0 1 0 242011743 558321664 121644 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 136309 121644 2624 595 0 120976 0
Current children cumulated CPU time: 3513.01 s
Current children cumulated vsize: 545236 KiB
Current children cumulated memory: 486576 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.13 3.17 4/245 188145
/proc/meminfo: memFree=98156964/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=545236 memory=486576 CPUtime=3572.86 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 75232 0 0 0 356496 790 0 0 20 0 1 0 242011743 558321664 121644 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 136309 121644 2624 595 0 120976 0
Current children cumulated CPU time: 3572.86 s
Current children cumulated vsize: 545236 KiB
Current children cumulated memory: 486576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 3.16 3.13 3.17 4/245 188147
/proc/meminfo: memFree=98157088/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=545236 memory=486576 CPUtime=3600 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 75232 0 0 0 359203 797 0 0 20 0 1 0 242011743 558321664 121644 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 136309 121644 2624 595 0 120976 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 545236 KiB
Current children cumulated memory: 486576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.04 s, system=7.97695 s

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

[startup+3609.5 s]
/proc/loadavg: 3.16 3.13 3.17 4/245 188147
/proc/meminfo: memFree=98157088/131382116 swapFree=33010684/33010684
[pid=187655] ppid=187652 vsize=545236 memory=486576 CPUtime=3600 cores=0,2
/proc/187655/stat : 187655 (SynLSCD-PS) R 187652 187655 186988 0 -1 4194304 75232 0 0 0 359203 797 0 0 20 0 1 0 242011743 558321664 121644 18446744073709551615 94015266734080 94015269169497 140725750163616 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94015269649656 94015269682688 94015284842496 140725750172029 140725750172167 140725750172167 140725750177771 0
/proc/187655/statm: 136309 121644 2624 595 0 120976 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 545236 KiB
Current children cumulated memory: 486576 KiB

Child status: 0

Real time (s): 3609.51
CPU time (s): 3600.02
CPU user time (s): 3592.04
CPU system time (s): 7.97695
CPU usage (%): 99.737
Max. virtual memory (cumulated for all children) (KiB): 545236
Max. memory (cumulated for all children) (KiB): 486576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.04
system time used= 7.97695
maximum resident set size= 486576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75259
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= 227
involuntary context switches= 7939


# summary of solver processes directly reported to runsolver:
#   pid: 187655
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3592.04
#   total CPU system time (s): 7.97695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7454 second user time and 33.3381 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-23 11:35:20
IDJOB=4546573
IDBENCH=163377
IDSOLVER=3422
FILE ID=nodeC011/4546573-1753263320
RUNJOBID= nodeC011-1753259701-187002
SLURM_JOB_ID= 9689166
Free space on /tmp= 432800 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
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-4546573-1753263320/watcher-4546573-1753263320 -o /tmp/evaluation-result-4546573-1753263320/solver-4546573-1753263320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753259701-187002 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546573-1753263320.opb

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=554905260

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99357816 kB
MemAvailable:   129657792 kB
Buffers:            3276 kB
Cached:         31069164 kB
SwapCached:            0 kB
Active:           821276 kB
Inactive:       30553472 kB
Active(anon):     326384 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30551396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3616 kB
Writeback:             0 kB
AnonPages:        304212 kB
Mapped:           120192 kB
Shmem:             26152 kB
KReclaimable:     186244 kB
Slab:             279568 kB
SReclaimable:     186244 kB
SUnreclaim:        93324 kB
KernelStack:        4112 kB
PageTables:         3764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     684288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432800 MiB
End job on nodeC011 at 2025-07-23 12:35:30