Trace number 4545323

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01? (TO) 3600.22 3609.97

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
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 variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.87/1.97	c #vars 101921 #constraints 214208 2.10171 0
2.86/2.95	c 214208 constraints
2.86/2.95	c Finish cloning data from SAT to LS
2.86/2.95	c restart_num_ls  -100000 0
192.10/192.71	c Use LS-small
192.10/192.71	restart_num  0 302
192.10/192.71	LS-restart 90 83
410.60/411.91	c Use LS-small
410.60/411.91	restart_num  302 603
410.60/411.91	LS-restart 80 7
591.34/593.21	c Use LS-small
591.34/593.21	restart_num  603 905
591.34/593.21	LS-restart 70 1
831.71/834.29	c Use LS-small
831.71/834.29	restart_num  905 1209
831.71/834.29	LS-restart 60 7
995.45/998.46	c Use LS-small
995.45/998.46	restart_num  1209 1513
995.45/998.46	LS-restart 50 1
1231.43/1235.13	c Use LS-small
1231.43/1235.13	restart_num  1513 1817
1231.43/1235.13	LS-restart 40 59
1546.81/1551.33	c Use LS-small
1546.81/1551.33	restart_num  1817 2124
1546.81/1551.33	LS-restart 30 34
1698.23/1703.18	c Use LS-small
1698.23/1703.18	restart_num  2124 2425
1698.23/1703.18	LS-restart 20 71
1892.32/1897.74	c Use LS-small
1892.32/1897.74	restart_num  2425 2739
1892.32/1897.74	LS-restart 10 86
2044.64/2050.43	c Use LS-small
2044.64/2050.43	restart_num  2739 3043
2297.88/2304.39	c Use LS-small
2297.88/2304.39	restart_num  3043 3345
2524.40/2531.44	c Use LS-small
2524.40/2531.44	restart_num  3345 3652
2683.09/2690.51	c Use LS-small
2683.09/2690.51	restart_num  3652 3954
3227.10/3235.94	c Use LS-small
3227.10/3235.94	restart_num  3954 4255
3386.19/3395.46	c Use LS-small
3386.19/3395.46	restart_num  4255 4556
3578.09/3587.82	c Use LS-small
3578.09/3587.82	restart_num  4556 4859
3600.05/3609.80	c Use LS-small
3600.05/3609.80	c Program interrupted by user.
3600.05/3609.80	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: 63837 MiB (62640 MiB free)
  memory of node 1: 64465 MiB (62707 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=195902, runsolver pid=195899

[startup+0.100064 s]*
/proc/loadavg: 1.31 1.60 2.77 5/252 195903
/proc/meminfo: memFree=128181728/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=149396 memory=75804 CPUtime=0.09 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 7296 0 0 0 5 4 0 0 20 0 1 0 239118038 152981504 18951 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 37349 18951 2240 595 0 22016 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 149396 KiB
Current children cumulated memory: 75804 KiB

[startup+0.21348 s]*
/proc/loadavg: 1.31 1.60 2.77 5/252 195903
/proc/meminfo: memFree=128153756/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=151920 memory=81052 CPUtime=0.2 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 8100 0 0 0 16 4 0 0 20 0 1 0 239118038 155566080 20263 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 37980 20263 2240 595 0 22647 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 151920 KiB
Current children cumulated memory: 81052 KiB

[startup+0.313399 s]*
/proc/loadavg: 1.31 1.60 2.77 5/252 195903
/proc/meminfo: memFree=128141660/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=154296 memory=83484 CPUtime=0.3 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 8684 0 0 0 26 4 0 0 20 0 1 0 239118038 157999104 20871 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 38574 20871 2240 595 0 23241 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 154296 KiB
Current children cumulated memory: 83484 KiB

[startup+0.700303 s]
/proc/loadavg: 1.31 1.60 2.77 5/252 195903
/proc/meminfo: memFree=128093752/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=162476 memory=93604 CPUtime=0.67 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 10766 0 0 0 62 5 0 0 20 0 1 0 239118038 166375424 23401 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 40619 23401 2240 595 0 25286 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 162476 KiB
Current children cumulated memory: 93604 KiB

[startup+1.50027 s]
/proc/loadavg: 1.31 1.60 2.77 6/252 195903
/proc/meminfo: memFree=128029744/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=190484 memory=131388 CPUtime=1.47 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 18067 0 0 0 140 7 0 0 20 0 1 0 239118038 195055616 32847 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 47621 32847 2240 595 0 32288 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 190484 KiB
Current children cumulated memory: 131388 KiB

[startup+3.11283 s]
/proc/loadavg: 1.60 1.65 2.78 6/252 195903
/proc/meminfo: memFree=127284300/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=539648 memory=443844 CPUtime=3.08 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 69380 0 0 0 288 20 0 0 20 0 1 0 239118038 552599552 110961 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 134912 110961 2464 595 0 119579 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 539648 KiB
Current children cumulated memory: 443844 KiB

[startup+6.30026 s]
/proc/loadavg: 1.60 1.65 2.78 6/252 195903
/proc/meminfo: memFree=126686112/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=539648 memory=443844 CPUtime=6.26 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 69391 0 0 0 598 28 0 0 20 0 1 0 239118038 552599552 110961 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 134912 110961 2464 595 0 119579 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 539648 KiB
Current children cumulated memory: 443844 KiB

[startup+12.7003 s]
/proc/loadavg: 1.80 1.69 2.79 6/252 195903
/proc/meminfo: memFree=125425116/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=539648 memory=445380 CPUtime=12.64 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 69768 0 0 0 1162 102 0 0 20 0 1 0 239118038 552599552 111345 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 134912 111345 2464 595 0 119579 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 539648 KiB
Current children cumulated memory: 445380 KiB

[startup+25.5003 s]
/proc/loadavg: 2.29 1.81 2.81 6/252 195904
/proc/meminfo: memFree=122678092/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=539648 memory=446020 CPUtime=25.41 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 69952 0 0 0 2268 273 0 0 20 0 1 0 239118038 552599552 111505 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 134912 111505 2464 595 0 119579 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 539648 KiB
Current children cumulated memory: 446020 KiB

[startup+51.113 s]
/proc/loadavg: 2.95 2.00 2.85 6/252 195904
/proc/meminfo: memFree=116943744/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=554348 memory=464068 CPUtime=50.95 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 73677 0 0 0 4820 275 0 0 20 0 1 0 239118038 567652352 116017 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 138587 116017 2496 595 0 123254 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 554348 KiB
Current children cumulated memory: 464068 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 2.31 2.91 6/253 195907
/proc/meminfo: memFree=101956800/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=575628 memory=475832 CPUtime=101.98 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 76185 0 0 0 9922 276 0 0 20 0 1 0 239118038 589443072 118958 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 143907 118958 2496 595 0 128574 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 575628 KiB
Current children cumulated memory: 475832 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.64 2.98 6/253 195909
/proc/meminfo: memFree=101795208/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=577260 memory=479928 CPUtime=161.8 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 77204 0 0 0 15903 277 0 0 20 0 1 0 239118038 591114240 119982 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 144315 119982 2496 595 0 128982 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 577260 KiB
Current children cumulated memory: 479928 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.92 3.06 6/253 195955
/proc/meminfo: memFree=118962392/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=577260 memory=481720 CPUtime=221.62 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 77651 0 0 0 21634 528 0 0 20 0 1 0 239118038 591114240 120430 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 144315 120430 2496 595 0 128982 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 577260 KiB
Current children cumulated memory: 481720 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.15 3.13 5/253 196047
/proc/meminfo: memFree=126328172/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=589252 memory=490840 CPUtime=281.44 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 79504 0 0 0 27613 531 0 0 20 0 1 0 239118038 603394048 122710 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 147313 122710 2496 595 0 131980 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 589252 KiB
Current children cumulated memory: 490840 KiB

[startup+342.3 s]
/proc/loadavg: 4.01 3.29 3.19 5/252 196146
/proc/meminfo: memFree=127594324/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=589252 memory=493400 CPUtime=341.24 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 80167 0 0 0 33593 531 0 0 20 0 1 0 239118038 603394048 123350 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 147313 123350 2496 595 0 131980 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 589252 KiB
Current children cumulated memory: 493400 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.45 3.25 5/252 196193
/proc/meminfo: memFree=128088360/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=589252 memory=494680 CPUtime=401.03 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 80583 0 0 0 39572 531 0 0 20 0 1 0 239118038 603394048 123670 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 147313 123670 2496 595 0 131980 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 589252 KiB
Current children cumulated memory: 494680 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.57 3.30 5/252 196239
/proc/meminfo: memFree=128196120/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=589252 memory=498392 CPUtime=460.85 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 80881 0 0 0 45337 748 0 0 20 0 1 0 239118038 603394048 124598 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 147313 124598 2496 595 0 131980 0
Current children cumulated CPU time: 460.85 s

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

Current children cumulated memory: 563932 KiB

[startup+2922.3 s]
/proc/loadavg: 2.09 2.11 2.22 3/238 196426
/proc/meminfo: memFree=128234576/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=634016 memory=563932 CPUtime=2914.31 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90402 0 0 0 287083 4348 0 0 20 0 1 0 239118038 649232384 140983 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158504 140983 2496 595 0 143171 0
Current children cumulated CPU time: 2914.31 s
Current children cumulated vsize: 634016 KiB
Current children cumulated memory: 563932 KiB

[startup+2982.3 s]
/proc/loadavg: 2.13 2.12 2.22 3/238 196428
/proc/meminfo: memFree=128226636/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=634016 memory=563932 CPUtime=2974.15 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90501 0 0 0 293067 4348 0 0 20 0 1 0 239118038 649232384 140983 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158504 140983 2496 595 0 143171 0
Current children cumulated CPU time: 2974.15 s
Current children cumulated vsize: 634016 KiB
Current children cumulated memory: 563932 KiB

[startup+3042.3 s]
/proc/loadavg: 2.10 2.11 2.21 3/237 196430
/proc/meminfo: memFree=128226888/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=634540 memory=564444 CPUtime=3033.99 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90667 0 0 0 299051 4348 0 0 20 0 1 0 239118038 649768960 141111 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158635 141111 2496 595 0 143302 0
Current children cumulated CPU time: 3033.99 s
Current children cumulated vsize: 634540 KiB
Current children cumulated memory: 564444 KiB

[startup+3102.3 s]
/proc/loadavg: 2.08 2.10 2.19 3/237 196432
/proc/meminfo: memFree=128226904/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=634540 memory=564572 CPUtime=3093.83 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90696 0 0 0 305035 4348 0 0 20 0 1 0 239118038 649768960 141143 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158635 141143 2496 595 0 143302 0
Current children cumulated CPU time: 3093.83 s
Current children cumulated vsize: 634540 KiB
Current children cumulated memory: 564572 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.11 2.19 3/238 196435
/proc/meminfo: memFree=128218588/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635084 memory=564956 CPUtime=3153.68 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90804 0 0 0 311019 4349 0 0 20 0 1 0 239118038 650326016 141239 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158771 141239 2496 595 0 143438 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 635084 KiB
Current children cumulated memory: 564956 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.11 2.18 3/238 196437
/proc/meminfo: memFree=128219092/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635300 memory=565212 CPUtime=3213.53 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90859 0 0 0 317004 4349 0 0 20 0 1 0 239118038 650547200 141303 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158825 141303 2496 595 0 143492 0
Current children cumulated CPU time: 3213.53 s
Current children cumulated vsize: 635300 KiB
Current children cumulated memory: 565212 KiB

[startup+3282.3 s]
/proc/loadavg: 2.17 2.13 2.18 3/238 196439
/proc/meminfo: memFree=128219108/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635300 memory=565212 CPUtime=3273.38 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90929 0 0 0 322694 4644 0 0 20 0 1 0 239118038 650547200 141303 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158825 141303 2496 595 0 143492 0
Current children cumulated CPU time: 3273.38 s
Current children cumulated vsize: 635300 KiB
Current children cumulated memory: 565212 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 2.12 2.18 3/242 196448
/proc/meminfo: memFree=128228304/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635440 memory=565340 CPUtime=3333.22 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90960 0 0 0 328678 4644 0 0 20 0 1 0 239118038 650690560 141335 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158860 141335 2496 595 0 143527 0
Current children cumulated CPU time: 3333.22 s
Current children cumulated vsize: 635440 KiB
Current children cumulated memory: 565340 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.11 2.17 3/242 196454
/proc/meminfo: memFree=128249788/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635440 memory=565340 CPUtime=3393.07 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90974 0 0 0 334557 4750 0 0 20 0 1 0 239118038 650690560 141335 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158860 141335 2496 595 0 143527 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 635440 KiB
Current children cumulated memory: 565340 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.10 2.16 3/241 196456
/proc/meminfo: memFree=128250812/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635440 memory=565468 CPUtime=3452.92 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 90979 0 0 0 340340 4952 0 0 20 0 1 0 239118038 650690560 141367 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158860 141367 2496 595 0 143527 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 635440 KiB
Current children cumulated memory: 565468 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.10 2.16 3/241 196458
/proc/meminfo: memFree=128251316/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=635852 memory=565852 CPUtime=3512.76 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 91095 0 0 0 346324 4952 0 0 20 0 1 0 239118038 651112448 141463 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 158963 141463 2496 595 0 143630 0
Current children cumulated CPU time: 3512.76 s
Current children cumulated vsize: 635852 KiB
Current children cumulated memory: 565852 KiB

[startup+3582.3 s]
/proc/loadavg: 2.07 2.09 2.15 3/241 196460
/proc/meminfo: memFree=128251332/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=636020 memory=565980 CPUtime=3572.61 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 91109 0 0 0 352309 4952 0 0 20 0 1 0 239118038 651284480 141495 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 159005 141495 2496 595 0 143672 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 636020 KiB
Current children cumulated memory: 565980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 2.04 2.08 2.15 3/237 196469
/proc/meminfo: memFree=128597536/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=636020 memory=565980 CPUtime=3600.05 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 91127 0 0 0 354761 5244 0 0 20 0 1 0 239118038 651284480 141495 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 159005 141495 2496 595 0 143672 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 636020 KiB
Current children cumulated memory: 565980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3547.78 s, system=52.4438 s

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

[startup+3609.9 s]
/proc/loadavg: 2.04 2.08 2.15 3/237 196469
/proc/meminfo: memFree=128597536/131382116 swapFree=33009904/33010684
[pid=195902] ppid=195899 vsize=605824 memory=538644 CPUtime=3600.15 cores=0,2
/proc/195902/stat : 195902 (SynLSCD) R 195899 195902 195787 0 -1 4194304 91133 0 0 0 354771 5244 0 0 20 0 1 0 239118038 620363776 134661 18446744073709551615 94559434436608 94559436870761 140735127179968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94559437352184 94559437385216 94559466938368 140735127185764 140735127185897 140735127185897 140735127191501 0
/proc/195902/statm: 151456 134661 2592 595 0 136123 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 605824 KiB
Current children cumulated memory: 538644 KiB

Child status: 0

Real time (s): 3609.97
CPU time (s): 3600.22
CPU user time (s): 3547.78
CPU system time (s): 52.4438
CPU usage (%): 99.7299
Max. virtual memory (cumulated for all children) (KiB): 636020
Max. memory (cumulated for all children) (KiB): 565980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3547.78
system time used= 52.4438
maximum resident set size= 566364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91191
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= 211
involuntary context switches= 8217


# summary of solver processes directly reported to runsolver:
#   pid: 195902
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3547.78
#   total CPU system time (s): 52.4438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1458 second user time and 33.9688 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 03:33:09
IDJOB=4545323
IDBENCH=180812
IDSOLVER=3369
FILE ID=nodeC004/4545323-1753234388
RUNJOBID= nodeC004-1753234385-195797
SLURM_JOB_ID= 9687857
Free space on /tmp= 432988 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545323-1753234388/watcher-4545323-1753234388 -o /tmp/evaluation-result-4545323-1753234388/solver-4545323-1753234388 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753234385-195797 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545323-1753234388.opb

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=1772099500

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.213
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.74
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		: 3491.782
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.74
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.388
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.338
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.74
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		: 3491.838
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.74
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		: 3491.816
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.74
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.480
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.74
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.380
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128360600 kB
MemAvailable:   129012780 kB
Buffers:            2128 kB
Cached:          1400392 kB
SwapCached:           32 kB
Active:          1992220 kB
Inactive:         333500 kB
Active(anon):     938872 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   323032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34772 kB
Writeback:             0 kB
AnonPages:        926664 kB
Mapped:           119324 kB
Shmem:             26132 kB
KReclaimable:     230852 kB
Slab:             323320 kB
SReclaimable:     230852 kB
SUnreclaim:        92468 kB
KernelStack:        4080 kB
PageTables:         4860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1335516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC004 at 2025-07-23 04:33:19