Trace number 4546568

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.08 3610.12

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-26array_diag_greater.opb
MD5SUMdba81c8b2aded5f1a3d2b088b53137dc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.658617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3484
Total number of constraints3485
Number of constraints which are clauses2028
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1457
Minimum length of a constraint2
Maximum length of a constraint104
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 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740991
Number of bits of the biggest sum of numbers53
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.07	c intsize: 53
0.07/0.21	c 4941 constraints
0.07/0.21	c Finish cloning data from SAT to LS
0.07/0.21	c restart_num_ls  -100000 0
4.47/4.62	c Use LS-small
4.47/4.62	c update_LS_target_phase-runLS-restart
409.33/410.65	c restart_num  0 301
409.33/410.65	c LS-restart 90 47
412.74/414.07	c Use LS-small
412.74/414.07	c update_LS_target_phase-runLS-restart
1374.18/1377.99	c restart_num  301 603
1374.18/1377.99	c LS-restart 80 13
1378.38/1382.17	c Use LS-small
1378.38/1382.17	c update_LS_target_phase-runLS-restart
2139.03/2144.96	c restart_num  603 905
2139.03/2144.96	c LS-restart 70 22
2142.13/2148.07	c Use LS-small
2142.13/2148.07	c update_LS_target_phase-runLS-restart
3600.05/3610.11	c Program interrupted by user.
3600.05/3610.11	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 (59126 MiB free)
  memory of node 1: 64507 MiB (39231 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=165314, runsolver pid=165311

[startup+0.100066 s]*
/proc/loadavg: 4.16 4.20 4.09 5/250 165315
/proc/meminfo: memFree=100717472/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=87372 memory=14464 CPUtime=0.07 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 1559 0 0 0 6 1 0 0 20 0 1 0 242010795 89468928 3616 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 21843 3616 2304 595 0 6510 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 87372 KiB
Current children cumulated memory: 14464 KiB

[startup+0.212986 s]*
/proc/loadavg: 4.16 4.20 4.09 5/250 165315
/proc/meminfo: memFree=100708904/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=95712 memory=22548 CPUtime=0.18 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 3881 0 0 0 16 2 0 0 20 0 1 0 242010795 98009088 5637 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 23928 5637 2464 595 0 8595 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 95712 KiB
Current children cumulated memory: 22548 KiB

[startup+0.313038 s]*
/proc/loadavg: 4.16 4.20 4.09 5/250 165315
/proc/meminfo: memFree=100708904/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=95712 memory=22548 CPUtime=0.26 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 3891 0 0 0 24 2 0 0 20 0 1 0 242010795 98009088 5637 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 23928 5637 2464 595 0 8595 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 95712 KiB
Current children cumulated memory: 22548 KiB

[startup+0.700191 s]
/proc/loadavg: 4.16 4.20 4.09 5/250 165315
/proc/meminfo: memFree=100708904/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=95712 memory=22548 CPUtime=0.61 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 3891 0 0 0 59 2 0 0 20 0 1 0 242010795 98009088 5637 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 23928 5637 2464 595 0 8595 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 95712 KiB
Current children cumulated memory: 22548 KiB

[startup+1.50012 s]
/proc/loadavg: 4.16 4.20 4.09 5/250 165315
/proc/meminfo: memFree=100709228/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=95712 memory=22548 CPUtime=1.4 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 3891 0 0 0 138 2 0 0 20 0 1 0 242010795 98009088 5637 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 23928 5637 2464 595 0 8595 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 95712 KiB
Current children cumulated memory: 22548 KiB

[startup+3.10528 s]
/proc/loadavg: 4.15 4.19 4.09 5/250 165315
/proc/meminfo: memFree=100709264/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=95712 memory=22548 CPUtime=2.99 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 3891 0 0 0 297 2 0 0 20 0 1 0 242010795 98009088 5637 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 23928 5637 2464 595 0 8595 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 95712 KiB
Current children cumulated memory: 22548 KiB

[startup+6.30029 s]
/proc/loadavg: 4.15 4.19 4.09 5/250 165315
/proc/meminfo: memFree=100702152/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=100004 memory=33172 CPUtime=6.16 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 4983 0 0 0 613 3 0 0 20 0 1 0 242010795 102404096 8293 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 25001 8293 2496 595 0 9668 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 100004 KiB
Current children cumulated memory: 33172 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.19 4.09 5/250 165315
/proc/meminfo: memFree=100698056/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=108984 memory=50112 CPUtime=12.54 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 7201 0 0 0 1246 8 0 0 20 0 1 0 242010795 111599616 12528 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 27246 12528 2496 595 0 11913 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 108984 KiB
Current children cumulated memory: 50112 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.18 4.09 5/250 165315
/proc/meminfo: memFree=100667820/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=129328 memory=69076 CPUtime=25.31 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 9609 0 0 0 2516 15 0 0 20 0 1 0 242010795 132431872 17269 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 32332 17269 2496 595 0 16999 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 129328 KiB
Current children cumulated memory: 69076 KiB

[startup+51.1127 s]
/proc/loadavg: 4.14 4.18 4.09 5/249 165316
/proc/meminfo: memFree=100639664/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=168492 memory=103236 CPUtime=50.85 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 14449 0 0 0 5057 28 0 0 20 0 1 0 242010795 172535808 25809 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 42123 25809 2496 595 0 26790 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 168492 KiB
Current children cumulated memory: 103236 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.16 4.09 4/246 165378
/proc/meminfo: memFree=100730048/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=178276 memory=121388 CPUtime=101.9 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 16814 0 0 0 10141 49 0 0 20 0 1 0 242010795 182554624 30347 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 44569 30347 2624 595 0 29236 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 178276 KiB
Current children cumulated memory: 121388 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.15 4.09 5/250 165506
/proc/meminfo: memFree=100538336/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=232716 memory=155644 CPUtime=161.73 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 20716 0 0 0 16097 76 0 0 20 0 1 0 242010795 238301184 38911 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 58179 38911 2624 595 0 42846 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 232716 KiB
Current children cumulated memory: 155644 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.15 4.09 5/250 165597
/proc/meminfo: memFree=100610400/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=234744 memory=157820 CPUtime=221.56 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 21274 0 0 0 22055 101 0 0 20 0 1 0 242010795 240377856 39455 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 58686 39455 2624 595 0 43353 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 234744 KiB
Current children cumulated memory: 157820 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/250 165644
/proc/meminfo: memFree=99999340/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=248128 memory=174784 CPUtime=281.37 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 24472 0 0 0 28022 115 0 0 20 0 1 0 242010795 254083072 43696 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 62032 43696 2624 595 0 46699 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 248128 KiB
Current children cumulated memory: 174784 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/250 165646
/proc/meminfo: memFree=99958940/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=253540 memory=181184 CPUtime=341.21 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 25856 0 0 0 33978 143 0 0 20 0 1 0 242010795 259624960 45296 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 63385 45296 2624 595 0 48052 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 253540 KiB
Current children cumulated memory: 181184 KiB

[startup+402.3 s]
/proc/loadavg: 3.52 3.96 4.03 4/243 165678
/proc/meminfo: memFree=100651512/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=260264 memory=186816 CPUtime=401.06 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 27262 0 0 0 39941 165 0 0 20 0 1 0 242010795 266510336 46704 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 65066 46704 2624 595 0 49733 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 260264 KiB
Current children cumulated memory: 186816 KiB

[startup+462.3 s]
/proc/loadavg: 3.19 3.78 3.97 4/243 165680
/proc/meminfo: memFree=100649512/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=260652 memory=187200 CPUtime=460.9 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 27376 0 0 0 45908 182 0 0 20 0 1 0 242010795 266907648 46800 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 65163 46800 2624 595 0 49830 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 381784 KiB

[startup+2922.3 s]
/proc/loadavg: 2.15 2.12 2.37 3/237 165834
/proc/meminfo: memFree=100608056/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=450308 memory=381784 CPUtime=2914.19 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 53610 0 0 0 290625 794 0 0 20 0 1 0 242010795 461115392 95446 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 112577 95446 2624 595 0 97244 0
Current children cumulated CPU time: 2914.19 s
Current children cumulated vsize: 450308 KiB
Current children cumulated memory: 381784 KiB

[startup+2982.3 s]
/proc/loadavg: 2.12 2.11 2.35 3/237 165837
/proc/meminfo: memFree=100609448/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=450308 memory=381784 CPUtime=2974.02 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 53610 0 0 0 296601 801 0 0 20 0 1 0 242010795 461115392 95446 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 112577 95446 2624 595 0 97244 0
Current children cumulated CPU time: 2974.02 s
Current children cumulated vsize: 450308 KiB
Current children cumulated memory: 381784 KiB

[startup+3042.3 s]
/proc/loadavg: 2.09 2.11 2.33 3/237 165839
/proc/meminfo: memFree=100609228/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=450308 memory=381784 CPUtime=3033.84 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 53610 0 0 0 302577 807 0 0 20 0 1 0 242010795 461115392 95446 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 112577 95446 2624 595 0 97244 0
Current children cumulated CPU time: 3033.84 s
Current children cumulated vsize: 450308 KiB
Current children cumulated memory: 381784 KiB

[startup+3102.3 s]
/proc/loadavg: 2.62 2.24 2.36 3/237 165841
/proc/meminfo: memFree=100588748/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=455996 memory=397736 CPUtime=3093.68 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 54964 0 0 0 308555 813 0 0 20 0 1 0 242010795 466939904 99434 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 113999 99434 2624 595 0 98666 0
Current children cumulated CPU time: 3093.68 s
Current children cumulated vsize: 455996 KiB
Current children cumulated memory: 397736 KiB

[startup+3162.3 s]
/proc/loadavg: 2.43 2.27 2.36 3/238 165850
/proc/meminfo: memFree=100561328/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579520 memory=414788 CPUtime=3153.51 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55779 0 0 0 314514 837 0 0 20 0 1 0 242010795 593428480 103697 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144880 103697 2624 595 0 129547 0
Current children cumulated CPU time: 3153.51 s
Current children cumulated vsize: 579520 KiB
Current children cumulated memory: 414788 KiB

[startup+3222.3 s]
/proc/loadavg: 2.20 2.23 2.35 3/238 165852
/proc/meminfo: memFree=100538832/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579520 memory=414788 CPUtime=3213.34 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55799 0 0 0 320486 848 0 0 20 0 1 0 242010795 593428480 103697 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144880 103697 2624 595 0 129547 0
Current children cumulated CPU time: 3213.34 s
Current children cumulated vsize: 579520 KiB
Current children cumulated memory: 414788 KiB

[startup+3282.3 s]
/proc/loadavg: 2.16 2.22 2.33 3/238 165854
/proc/meminfo: memFree=100539588/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579768 memory=415044 CPUtime=3273.16 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55869 0 0 0 326460 856 0 0 20 0 1 0 242010795 593682432 103761 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144942 103761 2624 595 0 129609 0
Current children cumulated CPU time: 3273.16 s
Current children cumulated vsize: 579768 KiB
Current children cumulated memory: 415044 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.19 2.32 3/238 165856
/proc/meminfo: memFree=100540092/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579768 memory=415044 CPUtime=3332.99 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55869 0 0 0 332431 868 0 0 20 0 1 0 242010795 593682432 103761 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144942 103761 2624 595 0 129609 0
Current children cumulated CPU time: 3332.99 s
Current children cumulated vsize: 579768 KiB
Current children cumulated memory: 415044 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.19 2.31 3/238 165858
/proc/meminfo: memFree=100538328/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579768 memory=415044 CPUtime=3392.81 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55869 0 0 0 338405 876 0 0 20 0 1 0 242010795 593682432 103761 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144942 103761 2624 595 0 129609 0
Current children cumulated CPU time: 3392.81 s
Current children cumulated vsize: 579768 KiB
Current children cumulated memory: 415044 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.17 2.29 3/237 165860
/proc/meminfo: memFree=100530640/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579768 memory=415428 CPUtime=3452.64 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55879 0 0 0 344375 889 0 0 20 0 1 0 242010795 593682432 103857 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144942 103857 2624 595 0 129609 0
Current children cumulated CPU time: 3452.64 s
Current children cumulated vsize: 579768 KiB
Current children cumulated memory: 415428 KiB

[startup+3522.3 s]
/proc/loadavg: 2.16 2.16 2.28 3/237 165862
/proc/meminfo: memFree=100531144/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=579768 memory=415428 CPUtime=3512.49 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55879 0 0 0 350350 899 0 0 20 0 1 0 242010795 593682432 103857 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 144942 103857 2624 595 0 129609 0
Current children cumulated CPU time: 3512.49 s
Current children cumulated vsize: 579768 KiB
Current children cumulated memory: 415428 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.15 2.26 3/237 165864
/proc/meminfo: memFree=100531652/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=580152 memory=415812 CPUtime=3572.32 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55967 0 0 0 356322 910 0 0 20 0 1 0 242010795 594075648 103953 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 145038 103953 2624 595 0 129705 0
Current children cumulated CPU time: 3572.32 s
Current children cumulated vsize: 580152 KiB
Current children cumulated memory: 415812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 2.08 2.14 2.26 3/237 165866
/proc/meminfo: memFree=100533740/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=580152 memory=415812 CPUtime=3600.05 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55967 0 0 0 359086 919 0 0 20 0 1 0 242010795 594075648 103953 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 145038 103953 2624 595 0 129705 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 580152 KiB
Current children cumulated memory: 415812 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.88 s, system=9.20043 s

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

[startup+3610.11 s]
/proc/loadavg: 2.08 2.14 2.26 3/237 165866
/proc/meminfo: memFree=100533740/131382112 swapFree=33009904/33010684
[pid=165314] ppid=165311 vsize=580152 memory=415812 CPUtime=3600.05 cores=4,6
/proc/165314/stat : 165314 (SynLSCD-PS) R 165311 165314 164516 0 -1 4194304 55967 0 0 0 359086 919 0 0 20 0 1 0 242010795 594075648 103953 18446744073709551615 94791888932864 94791891368281 140736492984816 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94791891848440 94791891881472 94791902179328 140736492992893 140736492993031 140736492993031 140736492998635 0
/proc/165314/statm: 145038 103953 2624 595 0 129705 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 580152 KiB
Current children cumulated memory: 415812 KiB

Child status: 0

Real time (s): 3610.12
CPU time (s): 3600.08
CPU user time (s): 3590.88
CPU system time (s): 9.20043
CPU usage (%): 99.7218
Max. virtual memory (cumulated for all children) (KiB): 580152
Max. memory (cumulated for all children) (KiB): 415812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.87
system time used= 9.20044
maximum resident set size= 563608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55992
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= 208
involuntary context switches= 2213


# summary of solver processes directly reported to runsolver:
#   pid: 165314
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3590.88
#   total CPU system time (s): 9.20043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4667 second user time and 34.2402 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-23 11:35:19
IDJOB=4546568
IDBENCH=163331
IDSOLVER=3422
FILE ID=nodeC001/4546568-1753263319
RUNJOBID= nodeC001-1753259701-164534
SLURM_JOB_ID= 9689156
Free space on /tmp= 432660 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_diag/normalized-26array_diag_greater.opb
COMMAND LINE= ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546568-1753263319/watcher-4546568-1753263319 -o /tmp/evaluation-result-4546568-1753263319/solver-4546568-1753263319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753259701-164534 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546568-1753263319.opb

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

MD5SUM BENCH= dba81c8b2aded5f1a3d2b088b53137dc
RANDOM SEED=554905260

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        100718324 kB
MemAvailable:   129386176 kB
Buffers:            1668 kB
Cached:         27318976 kB
SwapCached:          136 kB
Active:          1308604 kB
Inactive:       26431024 kB
Active(anon):     428352 kB
Inactive(anon):    16604 kB
Active(file):     880252 kB
Inactive(file): 26414420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3704 kB
Writeback:             0 kB
AnonPages:        420164 kB
Mapped:           119644 kB
Shmem:             25972 kB
KReclaimable:    2434308 kB
Slab:            2564608 kB
SReclaimable:    2434308 kB
SUnreclaim:       130300 kB
KernelStack:        4048 kB
PageTables:         4032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     810948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432664 MiB
End job on nodeC001 at 2025-07-23 12:35:29