Trace number 4546598

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.23 3610.97

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
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 variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.16	c intsize: 9
0.78/0.87	c 78527 constraints
0.78/0.87	c Finish cloning data from SAT to LS
0.78/0.87	c restart_num_ls  -100000 0
61.02/61.28	c Use LS-small
61.02/61.28	c update_LS_target_phase-runLS-restart
262.80/263.58	c restart_num  0 301
262.80/263.58	c LS-restart 90 1
318.44/319.37	c Use LS-small
318.44/319.37	c update_LS_target_phase-runLS-restart
1123.29/1126.18	c restart_num  301 602
1123.29/1126.18	c LS-restart 80 16
1178.90/1181.95	c Use LS-small
1178.90/1181.95	c update_LS_target_phase-runLS-restart
2081.79/2087.76	c restart_num  602 903
2081.79/2087.76	c LS-restart 70 55
2137.41/2143.54	c Use LS-small
2137.41/2143.54	c update_LS_target_phase-runLS-restart
3600.05/3610.81	c Program interrupted by user.
3600.05/3610.81	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=172117, runsolver pid=172114
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.21 4.11 4.02 5/266 172118
/proc/meminfo: memFree=129168020/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=92836 memory=21936 CPUtime=0.09 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 3060 0 0 0 8 1 0 0 20 0 1 0 242034850 95064064 5484 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 23209 5484 2208 595 0 7876 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 92836 KiB
Current children cumulated memory: 21936 KiB

[startup+0.205685 s]*
/proc/loadavg: 4.21 4.11 4.02 5/266 172118
/proc/meminfo: memFree=129165500/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=106256 memory=41208 CPUtime=0.19 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 6756 0 0 0 18 1 0 0 20 0 1 0 242034850 108806144 10302 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 26564 10302 2240 595 0 11231 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 106256 KiB
Current children cumulated memory: 41208 KiB

[startup+0.305577 s]*
/proc/loadavg: 4.21 4.11 4.02 5/266 172118
/proc/meminfo: memFree=129133748/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=128660 memory=69232 CPUtime=0.29 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 12494 0 0 0 26 3 0 0 20 0 1 0 242034850 131747840 17308 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 32165 17308 2240 595 0 16832 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 128660 KiB
Current children cumulated memory: 69232 KiB

[startup+0.700176 s]
/proc/loadavg: 4.21 4.11 4.02 5/266 172118
/proc/meminfo: memFree=129089720/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=239120 memory=172968 CPUtime=0.68 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 28669 0 0 0 60 8 0 0 20 0 1 0 242034850 244858880 43242 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 59780 43242 2400 595 0 44447 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 239120 KiB
Current children cumulated memory: 172968 KiB

[startup+1.50017 s]
/proc/loadavg: 4.19 4.11 4.02 5/266 172118
/proc/meminfo: memFree=128899320/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=405524 memory=310840 CPUtime=1.48 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 54436 0 0 0 136 12 0 0 20 0 1 0 242034850 415256576 77710 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 101381 77710 2400 595 0 86048 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 405524 KiB
Current children cumulated memory: 310840 KiB

[startup+3.10549 s]
/proc/loadavg: 4.19 4.11 4.02 5/262 172154
/proc/meminfo: memFree=128919872/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=405524 memory=310840 CPUtime=3.07 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 54465 0 0 0 295 12 0 0 20 0 1 0 242034850 415256576 77710 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 101381 77710 2400 595 0 86048 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 405524 KiB
Current children cumulated memory: 310840 KiB

[startup+6.30016 s]
/proc/loadavg: 4.17 4.10 4.02 5/266 172163
/proc/meminfo: memFree=128348196/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=405524 memory=310840 CPUtime=6.26 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 54481 0 0 0 614 12 0 0 20 0 1 0 242034850 415256576 77710 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 101381 77710 2400 595 0 86048 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 405524 KiB
Current children cumulated memory: 310840 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.10 4.02 5/266 172163
/proc/meminfo: memFree=128107260/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=405524 memory=310840 CPUtime=12.64 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 54481 0 0 0 1252 12 0 0 20 0 1 0 242034850 415256576 77710 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 101381 77710 2400 595 0 86048 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 405524 KiB
Current children cumulated memory: 310840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.10 4.02 5/266 172164
/proc/meminfo: memFree=128126812/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=405524 memory=310840 CPUtime=25.41 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 54481 0 0 0 2529 12 0 0 20 0 1 0 242034850 415256576 77710 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 101381 77710 2400 595 0 86048 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 405524 KiB
Current children cumulated memory: 310840 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.10 4.02 5/266 172164
/proc/meminfo: memFree=128109540/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=405524 memory=310840 CPUtime=50.96 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 54496 0 0 0 5083 13 0 0 20 0 1 0 242034850 415256576 77710 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 101381 77710 2400 595 0 86048 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 405524 KiB
Current children cumulated memory: 310840 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 4.03 5/266 172166
/proc/meminfo: memFree=127987012/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=469684 memory=366992 CPUtime=102.01 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 61277 0 0 0 10185 16 0 0 20 0 1 0 242034850 480956416 91748 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 117421 91748 2464 595 0 102088 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 469684 KiB
Current children cumulated memory: 366992 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.08 4.02 5/265 172168
/proc/meminfo: memFree=127928732/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=478860 memory=377264 CPUtime=161.86 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 62369 0 0 0 16169 17 0 0 20 0 1 0 242034850 490352640 94316 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 119715 94316 2464 595 0 104382 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 478860 KiB
Current children cumulated memory: 377264 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/263 172170
/proc/meminfo: memFree=127903432/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=480728 memory=390832 CPUtime=221.7 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 62538 0 0 0 22153 17 0 0 20 0 1 0 242034850 492265472 97708 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 120182 97708 2464 595 0 104849 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 480728 KiB
Current children cumulated memory: 390832 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/263 172172
/proc/meminfo: memFree=127880320/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=485064 memory=409904 CPUtime=281.54 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 63720 0 0 0 28137 17 0 0 20 0 1 0 242034850 496705536 102476 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 121266 102476 2464 595 0 105933 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 485064 KiB
Current children cumulated memory: 409904 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/262 172175
/proc/meminfo: memFree=127854212/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=489464 memory=415376 CPUtime=341.39 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 64385 0 0 0 34121 18 0 0 20 0 1 0 242034850 501211136 103844 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 122366 103844 2464 595 0 107033 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 489464 KiB
Current children cumulated memory: 415376 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/263 172178
/proc/meminfo: memFree=127819280/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=490612 memory=417524 CPUtime=401.24 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 64468 0 0 0 40106 18 0 0 20 0 1 0 242034850 502386688 104381 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 122653 104381 2464 595 0 107320 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 490612 KiB
Current children cumulated memory: 417524 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/264 172187
/proc/meminfo: memFree=127794916/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=491776 memory=417524 CPUtime=461.1 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 64496 0 0 0 46092 18 0 0 20 0 1 0 242034850 503578624 104381 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 122944 104381 2464 595 0 107611 0
Current children cumulated CPU time: 461.1 s

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

Current children cumulated memory: 464716 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 172325
/proc/meminfo: memFree=127613004/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=2913.73 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71030 0 0 0 291346 27 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 2913.73 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.12 4.09 5/266 172328
/proc/meminfo: memFree=127623520/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=2973.53 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71112 0 0 0 297326 27 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 2973.53 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/266 172330
/proc/meminfo: memFree=127623396/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3033.34 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71113 0 0 0 303307 27 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3033.34 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/266 172332
/proc/meminfo: memFree=127623496/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3093.15 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71117 0 0 0 309288 27 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3093.15 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 172334
/proc/meminfo: memFree=127623832/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3152.97 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71117 0 0 0 315269 28 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3152.97 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 172336
/proc/meminfo: memFree=127622724/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3212.78 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71117 0 0 0 321250 28 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3212.78 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 172338
/proc/meminfo: memFree=127622884/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3272.59 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71117 0 0 0 327231 28 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3272.59 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 172341
/proc/meminfo: memFree=127611684/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3332.4 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71117 0 0 0 333212 28 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3332.4 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3402.3 s]
/proc/loadavg: 3.54 3.95 4.04 4/257 172372
/proc/meminfo: memFree=127821328/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=568244 memory=464716 CPUtime=3392.21 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71118 0 0 0 339193 28 0 0 20 0 1 0 242034850 581881856 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142061 116179 2464 595 0 126728 0
Current children cumulated CPU time: 3392.21 s
Current children cumulated vsize: 568244 KiB
Current children cumulated memory: 464716 KiB

[startup+3462.3 s]
/proc/loadavg: 3.25 3.79 3.98 4/257 172374
/proc/meminfo: memFree=127829980/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=570848 memory=464716 CPUtime=3452.02 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71120 0 0 0 345174 28 0 0 20 0 1 0 242034850 584548352 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142712 116179 2464 595 0 127379 0
Current children cumulated CPU time: 3452.02 s
Current children cumulated vsize: 570848 KiB
Current children cumulated memory: 464716 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.66 3.92 4/259 172384
/proc/meminfo: memFree=127832672/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=570848 memory=464716 CPUtime=3511.83 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71120 0 0 0 351155 28 0 0 20 0 1 0 242034850 584548352 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142712 116179 2464 595 0 127379 0
Current children cumulated CPU time: 3511.83 s
Current children cumulated vsize: 570848 KiB
Current children cumulated memory: 464716 KiB

[startup+3582.3 s]
/proc/loadavg: 3.07 3.57 3.87 3/254 172418
/proc/meminfo: memFree=127972224/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=571104 memory=464716 CPUtime=3571.64 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71121 0 0 0 357136 28 0 0 20 0 1 0 242034850 584810496 116179 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142776 116179 2464 595 0 127443 0
Current children cumulated CPU time: 3571.64 s
Current children cumulated vsize: 571104 KiB
Current children cumulated memory: 464716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 2.70 3.44 3.82 3/255 172420
/proc/meminfo: memFree=127972720/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=571732 memory=465356 CPUtime=3600.05 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71250 0 0 0 359977 28 0 0 20 0 1 0 242034850 585453568 116339 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 142933 116339 2464 595 0 127600 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 571732 KiB
Current children cumulated memory: 465356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.94 s, system=0.288229 s

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

[startup+3610.9 s]
/proc/loadavg: 2.70 3.44 3.82 3/255 172420
/proc/meminfo: memFree=127972720/131249996 swapFree=33006296/33010684
[pid=172117] ppid=172114 vsize=479260 memory=411744 CPUtime=3600.15 cores=1,3
/proc/172117/stat : 172117 (SynLSCD-PS) R 172114 172117 170260 0 -1 4194304 71255 0 0 0 359987 28 0 0 20 0 1 0 242034850 490762240 102936 18446744073709551615 94796262563840 94796264999257 140734281597312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94796265479416 94796265512448 94796288794624 140734281603453 140734281603591 140734281603591 140734281609195 0
/proc/172117/statm: 119815 102936 2528 595 0 104482 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 479260 KiB
Current children cumulated memory: 411744 KiB

Child status: 0

Real time (s): 3610.97
CPU time (s): 3600.23
CPU user time (s): 3599.94
CPU system time (s): 0.288229
CPU usage (%): 99.7027
Max. virtual memory (cumulated for all children) (KiB): 596352
Max. memory (cumulated for all children) (KiB): 465356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.94
system time used= 0.288229
maximum resident set size= 491152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71287
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= 172
involuntary context switches= 4651


# summary of solver processes directly reported to runsolver:
#   pid: 172117
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.94
#   total CPU system time (s): 0.288229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33546 second user time and 15.9923 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 11:39:34
IDJOB=4546598
IDBENCH=180696
IDSOLVER=3422
FILE ID=nodeC015/4546598-1753263574
RUNJOBID= nodeC015-1753259701-170279
SLURM_JOB_ID= 9689170
Free space on /tmp= 432552 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.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-4546598-1753263574/watcher-4546598-1753263574 -o /tmp/evaluation-result-4546598-1753263574/solver-4546598-1753263574 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753259701-170279 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546598-1753263574.opb

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=843773488

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129167716 kB
MemAvailable:   129426500 kB
Buffers:            1508 kB
Cached:          1027104 kB
SwapCached:         3888 kB
Active:          1146960 kB
Inactive:         182416 kB
Active(anon):     274812 kB
Inactive(anon):    48308 kB
Active(file):     872148 kB
Inactive(file):   134108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5276 kB
Writeback:             0 kB
AnonPages:        300104 kB
Mapped:           117992 kB
Shmem:             22352 kB
KReclaimable:     183532 kB
Slab:             279748 kB
SReclaimable:     183532 kB
SUnreclaim:        96216 kB
KernelStack:        4304 kB
PageTables:         3780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     698360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432528 MiB
End job on nodeC015 at 2025-07-23 12:39:45