Trace number 4545788

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-07-23? (TO) 3600.38 3609.84

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K138.opb
MD5SUMdf8f338dbd068337fef89bf4c43df9f5
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 139
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c #vars 16422 #constraints 16700 1.01693 1
0.00/0.09	c intsize: 8
0.65/0.71	c 16700 constraints
0.65/0.71	c Finish cloning data from SAT to LS
0.65/0.71	c restart_num_ls  -100000 0
232.06/232.83	c Use LS-small
232.06/232.83	restart_num  0 301
232.06/232.83	c LS-restart 90 4
743.63/746.03	c Use LS-small
743.63/746.03	restart_num  301 604
743.63/746.03	c LS-restart 80 37
1408.82/1413.15	c Use LS-small
1408.82/1413.15	restart_num  604 907
1408.82/1413.15	c LS-restart 70 82
1408.82/1413.15	c similarity no use LS 0.992936
2352.86/2359.51	restart_num  907 1208
2352.86/2359.51	c LS-restart 70 99
2352.86/2359.51	c similarity no use LS 0.993606
3061.51/3069.89	restart_num  1208 1510
3061.51/3069.89	c LS-restart 70 35
3600.02/3609.50	c Use LS-small
3600.02/3609.50	c Program interrupted by user.
3600.02/3609.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62436 MiB free)
  memory of node 1: 64507 MiB (63480 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 3.47 1.19 0.48 5/264 174504
/proc/meminfo: memFree=128906464/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=106220 memory=35356 CPUtime=0.07 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 5359 0 0 0 7 0 0 0 20 0 1 0 241656636 108769280 8839 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 26555 8839 2240 595 0 11222 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 106220 KiB
Current children cumulated memory: 35356 KiB

[startup+0.205507 s]*
/proc/loadavg: 3.47 1.19 0.48 5/264 174504
/proc/meminfo: memFree=128885292/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=111832 memory=40828 CPUtime=0.17 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 6780 0 0 0 16 1 0 0 20 0 1 0 241656636 114515968 10207 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 27958 10207 2240 595 0 12625 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 111832 KiB
Current children cumulated memory: 40828 KiB

[startup+0.305417 s]*
/proc/loadavg: 3.47 1.19 0.48 5/264 174504
/proc/meminfo: memFree=128854548/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=132884 memory=60740 CPUtime=0.26 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 12318 0 0 0 25 1 0 0 20 0 1 0 241656636 136073216 15185 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 33221 15185 2432 595 0 17888 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 132884 KiB
Current children cumulated memory: 60740 KiB

[startup+0.700149 s]
/proc/loadavg: 3.47 1.19 0.48 5/264 174504
/proc/meminfo: memFree=128846576/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=152276 memory=75844 CPUtime=0.65 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 16091 0 0 0 63 2 0 0 20 0 1 0 241656636 155930624 18929 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 38069 18961 2432 595 0 22736 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 152276 KiB
Current children cumulated memory: 75844 KiB

[startup+1.50016 s]
/proc/loadavg: 3.47 1.19 0.48 5/264 174504
/proc/meminfo: memFree=128770088/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=165632 memory=92996 CPUtime=1.45 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 20372 0 0 0 137 8 0 0 20 0 1 0 241656636 169607168 23249 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 41408 23249 2464 595 0 26075 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 92996 KiB

[startup+3.10545 s]
/proc/loadavg: 3.52 1.24 0.50 5/264 174504
/proc/meminfo: memFree=128041388/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=165632 memory=92996 CPUtime=3.04 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 20373 0 0 0 282 22 0 0 20 0 1 0 241656636 169607168 23249 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 41408 23249 2464 595 0 26075 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 92996 KiB

[startup+6.30015 s]
/proc/loadavg: 3.52 1.24 0.50 5/264 174504
/proc/meminfo: memFree=127681848/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=165632 memory=92996 CPUtime=6.24 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 20373 0 0 0 575 49 0 0 20 0 1 0 241656636 169607168 23249 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 41408 23249 2464 595 0 26075 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 92996 KiB

[startup+12.7001 s]
/proc/loadavg: 3.59 1.33 0.53 5/264 174504
/proc/meminfo: memFree=127681856/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=165632 memory=92996 CPUtime=12.62 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 20373 0 0 0 1167 95 0 0 20 0 1 0 241656636 169607168 23249 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 41408 23249 2464 595 0 26075 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 92996 KiB

[startup+25.5002 s]
/proc/loadavg: 3.65 1.42 0.57 5/264 174505
/proc/meminfo: memFree=127681856/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=165632 memory=92996 CPUtime=25.39 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 20373 0 0 0 2341 198 0 0 20 0 1 0 241656636 169607168 23249 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 41408 23249 2464 595 0 26075 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 165632 KiB
Current children cumulated memory: 92996 KiB

[startup+51.1054 s]
/proc/loadavg: 3.84 1.64 0.67 5/264 174505
/proc/meminfo: memFree=127607292/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=229284 memory=152224 CPUtime=50.93 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 28155 0 0 0 4867 226 0 0 20 0 1 0 241656636 234786816 38056 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 57321 38056 2496 595 0 41988 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 229284 KiB
Current children cumulated memory: 152224 KiB

[startup+102.3 s]
/proc/loadavg: 3.99 2.05 0.87 5/264 174507
/proc/meminfo: memFree=127460596/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=257040 memory=181044 CPUtime=101.97 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 34851 0 0 0 9968 229 0 0 20 0 1 0 241656636 263208960 45261 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 64260 45261 2496 595 0 48927 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 257040 KiB
Current children cumulated memory: 181044 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 2.44 1.08 5/264 174509
/proc/meminfo: memFree=127373796/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=392444 memory=269564 CPUtime=161.79 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 42692 0 0 0 15937 242 0 0 20 0 1 0 241656636 401862656 67391 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 98111 67391 2528 595 0 82778 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 392444 KiB
Current children cumulated memory: 269564 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 2.74 1.27 5/264 174511
/proc/meminfo: memFree=127355424/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=403208 memory=279804 CPUtime=221.6 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 45265 0 0 0 21917 243 0 0 20 0 1 0 241656636 412884992 69951 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 100802 69951 2528 595 0 85469 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 403208 KiB
Current children cumulated memory: 279804 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.99 1.45 5/262 174513
/proc/meminfo: memFree=127347888/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=408188 memory=285308 CPUtime=281.41 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 46659 0 0 0 27650 491 0 0 20 0 1 0 241656636 417984512 71327 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 102047 71327 2528 595 0 86714 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 408188 KiB
Current children cumulated memory: 285308 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 3.19 1.61 5/262 174515
/proc/meminfo: memFree=127311556/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=417284 memory=294012 CPUtime=341.22 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 48812 0 0 0 33630 492 0 0 20 0 1 0 241656636 427298816 73503 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 104321 73503 2528 595 0 88988 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 417284 KiB
Current children cumulated memory: 294012 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 3.38 1.77 5/262 174517
/proc/meminfo: memFree=127320828/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=422660 memory=299388 CPUtime=401.03 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 50155 0 0 0 39611 492 0 0 20 0 1 0 241656636 432803840 74847 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 105665 74847 2528 595 0 90332 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 422660 KiB
Current children cumulated memory: 299388 KiB

[startup+462.3 s]
/proc/loadavg: 4.22 3.55 1.93 5/262 174519
/proc/meminfo: memFree=127305016/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=427544 memory=304252 CPUtime=460.83 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 51380 0 0 0 45591 492 0 0 20 0 1 0 241656636 437805056 76063 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 106886 76063 2528 595 0 91553 0

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

Current children cumulated memory: 377084 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.11 4.01 5/262 174709
/proc/meminfo: memFree=128570896/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=495532 memory=378108 CPUtime=2974.21 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 68685 0 0 0 296617 804 0 0 20 0 1 0 241656636 507424768 94527 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 123883 94527 2624 595 0 108550 0
Current children cumulated CPU time: 2974.21 s
Current children cumulated vsize: 495532 KiB
Current children cumulated memory: 378108 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.01 5/263 174763
/proc/meminfo: memFree=128506580/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=496288 memory=378748 CPUtime=3034.07 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 68851 0 0 0 302603 804 0 0 20 0 1 0 241656636 508198912 94687 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124072 94687 2624 595 0 108739 0
Current children cumulated CPU time: 3034.07 s
Current children cumulated vsize: 496288 KiB
Current children cumulated memory: 378748 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.13 4.02 5/263 174765
/proc/meminfo: memFree=128477968/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=496288 memory=378748 CPUtime=3093.95 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 68852 0 0 0 308327 1068 0 0 20 0 1 0 241656636 508198912 94687 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124072 94687 2624 595 0 108739 0
Current children cumulated CPU time: 3093.95 s
Current children cumulated vsize: 496288 KiB
Current children cumulated memory: 378748 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.02 5/263 174768
/proc/meminfo: memFree=128478912/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=496640 memory=379132 CPUtime=3153.82 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 68921 0 0 0 314314 1068 0 0 20 0 1 0 241656636 508559360 94783 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124160 94783 2624 595 0 108827 0
Current children cumulated CPU time: 3153.82 s
Current children cumulated vsize: 496640 KiB
Current children cumulated memory: 379132 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.02 5/263 174770
/proc/meminfo: memFree=128471012/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=497160 memory=379516 CPUtime=3213.68 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 69037 0 0 0 320300 1068 0 0 20 0 1 0 241656636 509091840 94879 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124290 94879 2624 595 0 108957 0
Current children cumulated CPU time: 3213.68 s
Current children cumulated vsize: 497160 KiB
Current children cumulated memory: 379516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.02 5/263 174772
/proc/meminfo: memFree=128463960/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=497636 memory=380028 CPUtime=3273.55 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 69154 0 0 0 326287 1068 0 0 20 0 1 0 241656636 509579264 95007 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124409 95007 2624 595 0 109076 0
Current children cumulated CPU time: 3273.55 s
Current children cumulated vsize: 497636 KiB
Current children cumulated memory: 380028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.02 5/263 174775
/proc/meminfo: memFree=128464944/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=498980 memory=381308 CPUtime=3333.42 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 69499 0 0 0 332274 1068 0 0 20 0 1 0 241656636 510955520 95327 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124745 95327 2624 595 0 109412 0
Current children cumulated CPU time: 3333.42 s
Current children cumulated vsize: 498980 KiB
Current children cumulated memory: 381308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.03 5/263 174777
/proc/meminfo: memFree=128465072/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=498980 memory=381308 CPUtime=3393.29 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 69499 0 0 0 338261 1068 0 0 20 0 1 0 241656636 510955520 95327 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124745 95327 2624 595 0 109412 0
Current children cumulated CPU time: 3393.29 s
Current children cumulated vsize: 498980 KiB
Current children cumulated memory: 381308 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.03 5/263 174779
/proc/meminfo: memFree=128414796/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=499508 memory=381948 CPUtime=3453.15 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 69635 0 0 0 344247 1068 0 0 20 0 1 0 241656636 511496192 95487 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 124877 95487 2624 595 0 109544 0
Current children cumulated CPU time: 3453.15 s
Current children cumulated vsize: 499508 KiB
Current children cumulated memory: 381948 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.20 4.06 5/263 174781
/proc/meminfo: memFree=128418948/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=500412 memory=382844 CPUtime=3513.02 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 69894 0 0 0 350228 1074 0 0 20 0 1 0 241656636 512421888 95711 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 125103 95711 2624 595 0 109770 0
Current children cumulated CPU time: 3513.02 s
Current children cumulated vsize: 500412 KiB
Current children cumulated memory: 382844 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.18 4.06 5/263 174783
/proc/meminfo: memFree=128421356/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=503024 memory=385788 CPUtime=3572.89 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 70614 0 0 0 356214 1075 0 0 20 0 1 0 241656636 515096576 96447 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 125756 96447 2624 595 0 110423 0
Current children cumulated CPU time: 3572.89 s
Current children cumulated vsize: 503024 KiB
Current children cumulated memory: 385788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.22 4.18 4.07 4/259 174799
/proc/meminfo: memFree=128503544/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=503024 memory=385788 CPUtime=3600.02 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 70622 0 0 0 358927 1075 0 0 20 0 1 0 241656636 515096576 96447 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 125756 96447 2624 595 0 110423 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 503024 KiB
Current children cumulated memory: 385788 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.62 s, system=10.76 s

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

[startup+3609.6 s]
/proc/loadavg: 4.22 4.18 4.07 4/259 174799
/proc/meminfo: memFree=128503544/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=341196 memory=288248 CPUtime=3600.12 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 70622 0 0 0 358937 1075 0 0 20 0 1 0 241656636 349384704 72062 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 85299 72062 2624 595 0 69966 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 341196 KiB
Current children cumulated memory: 288248 KiB

[startup+3609.8 s]
/proc/loadavg: 4.22 4.18 4.07 4/259 174799
/proc/meminfo: memFree=128503544/131249996 swapFree=33010672/33010684
[pid=174503] ppid=174500 vsize=341196 memory=288248 CPUtime=3600.32 cores=4,6
/proc/174503/stat : 174503 (SynLSCD) R 174500 174503 174066 0 -1 4194304 70622 0 0 0 358957 1075 0 0 20 0 1 0 241656636 349384704 72062 18446744073709551615 94706691571712 94706694006313 140730863379120 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94706694487288 94706694520320 94706702102528 140730863384963 140730863385098 140730863385098 140730863390702 0
/proc/174503/statm: 85299 72062 2624 595 0 69966 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 341196 KiB
Current children cumulated memory: 288248 KiB

Child status: 0

Real time (s): 3609.84
CPU time (s): 3600.38
CPU user time (s): 3589.62
CPU system time (s): 10.76
CPU usage (%): 99.7378
Max. virtual memory (cumulated for all children) (KiB): 503024
Max. memory (cumulated for all children) (KiB): 385788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.62
system time used= 10.76
maximum resident set size= 385788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70647
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= 230
involuntary context switches= 1648


# summary of solver processes directly reported to runsolver:
#   pid: 174503
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3589.62
#   total CPU system time (s): 10.76

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.21856 second user time and 14.8806 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 10:36:27
IDJOB=4545788
IDBENCH=158265
IDSOLVER=3421
FILE ID=nodeC024/4545788-1753259787
RUNJOBID= nodeC024-1753259701-174084
SLURM_JOB_ID= 9689179
Free space on /tmp= 432996 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K138.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-4545788-1753259787/watcher-4545788-1753259787 -o /tmp/evaluation-result-4545788-1753259787/solver-4545788-1753259787 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753259701-174084 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545788-1753259787.opb

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

MD5SUM BENCH= df8f338dbd068337fef89bf4c43df9f5
RANDOM SEED=748932326

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128950440 kB
MemAvailable:   129568844 kB
Buffers:            2128 kB
Cached:          1380064 kB
SwapCached:            8 kB
Active:          1351948 kB
Inactive:         252836 kB
Active(anon):     247252 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   251248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50204 kB
Writeback:             0 kB
AnonPages:        223796 kB
Mapped:           119816 kB
Shmem:             26248 kB
KReclaimable:     202996 kB
Slab:             299364 kB
SReclaimable:     202996 kB
SUnreclaim:        96368 kB
KernelStack:        4336 kB
PageTables:         3728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     617600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-07-23 11:36:37