Trace number 4545758

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.25 3610.84

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.61/3.70	c #vars 44846 #constraints 989877 22.0728 1
3.61/3.70	c intsize: 10
6.91/7.01	c 989877 constraints
6.91/7.01	c Finish cloning data from SAT to LS
6.91/7.01	c restart_num_ls  -100000 0
127.24/127.86	c Use LS-small
127.24/127.86	c restart_num_ls  0 507
127.24/127.86	c LS 90 26
440.54/442.14	c Use LS-small
440.54/442.14	c restart_num_ls  507 1768
440.54/442.14	c LS 80 47
959.26/962.53	c Use LS-small
959.26/962.53	c restart_num_ls  1768 2809
959.26/962.53	c LS 70 73
1755.89/1761.40	c Use LS-small
1755.89/1761.40	c restart_num_ls  2809 5402
1755.89/1761.40	c LS 60 66
1755.89/1761.40	c similarity no use LS 0.968135
2434.32/2441.77	c restart_num_ls  5402 7929
2434.32/2441.77	c LS 60 36
3600.00/3610.60	c Use LS-small
3600.00/3610.60	c Program interrupted by user.
3600.00/3610.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62418 MiB free)
  memory of node 1: 64507 MiB (62821 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545758-1753259785/watcher-4545758-1753259785 -o /tmp/evaluation-result-4545758-1753259785/solver-4545758-1753259785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753259701-203946 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545758-1753259785.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=204253, runsolver pid=204250

[startup+0.10007 s]*
/proc/loadavg: 3.19 1.13 0.46 3/245 204257
/proc/meminfo: memFree=128229768/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=113000 memory=38936 CPUtime=0.04 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 4722 0 0 0 1 3 0 0 20 0 1 0 241658389 115712000 9702 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 28250 9734 2208 595 0 12917 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 113000 KiB
Current children cumulated memory: 38936 KiB

[startup+0.211437 s]*
/proc/loadavg: 3.19 1.13 0.46 4/245 204260
/proc/meminfo: memFree=128225992/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=116944 memory=46032 CPUtime=0.14 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 5989 0 0 0 11 3 0 0 20 0 1 0 241658389 119750656 11508 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 29236 11508 2240 595 0 13903 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 116944 KiB
Current children cumulated memory: 46032 KiB

[startup+0.311129 s]*
/proc/loadavg: 3.19 1.13 0.46 3/243 204264
/proc/meminfo: memFree=128220212/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=118660 memory=47824 CPUtime=0.25 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 6421 0 0 0 21 4 0 0 20 0 1 0 241658389 121507840 11956 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 29665 11956 2240 595 0 14332 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 118660 KiB
Current children cumulated memory: 47824 KiB

[startup+0.70028 s]
/proc/loadavg: 3.19 1.13 0.46 3/242 204271
/proc/meminfo: memFree=128223352/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=126184 memory=59240 CPUtime=0.62 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 8353 0 0 0 58 4 0 0 20 0 1 0 241658389 129212416 14810 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 31546 14810 2240 595 0 16213 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 126184 KiB
Current children cumulated memory: 59240 KiB

[startup+1.5003 s]
/proc/loadavg: 3.19 1.13 0.46 4/247 204285
/proc/meminfo: memFree=128192232/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=147048 memory=88352 CPUtime=1.42 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 13715 0 0 0 135 7 0 0 20 0 1 0 241658389 150577152 22088 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 36762 22088 2240 595 0 21429 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 147048 KiB
Current children cumulated memory: 88352 KiB

[startup+3.11291 s]
/proc/loadavg: 3.19 1.13 0.46 5/250 204291
/proc/meminfo: memFree=128001944/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=255220 memory=191452 CPUtime=3.03 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 32727 0 0 0 290 13 0 0 20 0 1 0 241658389 261345280 47863 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 63805 47863 2240 595 0 48472 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 255220 KiB
Current children cumulated memory: 191452 KiB

[startup+6.30033 s]
/proc/loadavg: 3.33 1.19 0.49 5/250 204291
/proc/meminfo: memFree=126967616/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=1154024 memory=1038136 CPUtime=6.2 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 112429 0 0 0 571 49 0 0 20 0 1 0 241658389 1181720576 259534 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 288506 259534 2432 595 0 273173 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 1154024 KiB
Current children cumulated memory: 1038136 KiB

[startup+12.7003 s]
/proc/loadavg: 3.39 1.24 0.50 5/250 204292
/proc/meminfo: memFree=126505008/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=1969856 memory=1749056 CPUtime=12.57 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 221167 0 0 0 1182 75 0 0 20 0 1 0 241658389 2017132544 437264 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 492464 437264 2464 595 0 477131 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1749056 KiB

[startup+25.5004 s]
/proc/loadavg: 3.60 1.39 0.57 5/251 204323
/proc/meminfo: memFree=126581980/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=1969856 memory=1749568 CPUtime=25.33 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 221333 0 0 0 2450 83 0 0 20 0 1 0 241658389 2017132544 437392 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 492464 437392 2464 595 0 477131 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1749568 KiB

[startup+51.113 s]
/proc/loadavg: 3.82 1.62 0.66 5/251 204323
/proc/meminfo: memFree=126647056/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=1969856 memory=1750208 CPUtime=50.84 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 221486 0 0 0 4987 97 0 0 20 0 1 0 241658389 2017132544 437552 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 492464 437552 2464 595 0 477131 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1750208 KiB

[startup+102.3 s]
/proc/loadavg: 3.92 1.99 0.84 5/252 204326
/proc/meminfo: memFree=126494512/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2054440 memory=1869840 CPUtime=101.84 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 229970 0 0 0 10070 114 0 0 20 0 1 0 241658389 2103746560 467460 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 513610 467460 2528 595 0 498277 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 2054440 KiB
Current children cumulated memory: 1869840 KiB

[startup+162.3 s]
/proc/loadavg: 4.59 2.53 1.10 5/252 204328
/proc/meminfo: memFree=126482980/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2057664 memory=1875500 CPUtime=161.64 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 231286 0 0 0 16025 139 0 0 20 0 1 0 241658389 2107047936 468875 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 514416 468875 2528 595 0 499083 0
Current children cumulated CPU time: 161.64 s
Current children cumulated vsize: 2057664 KiB
Current children cumulated memory: 1875500 KiB

[startup+222.3 s]
/proc/loadavg: 4.44 2.87 1.31 5/251 204330
/proc/meminfo: memFree=126445912/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2064408 memory=1882300 CPUtime=221.45 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 232473 0 0 0 21991 154 0 0 20 0 1 0 241658389 2113953792 470575 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 516102 470575 2528 595 0 500769 0
Current children cumulated CPU time: 221.45 s
Current children cumulated vsize: 2064408 KiB
Current children cumulated memory: 1882300 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 3.11 1.49 5/250 204332
/proc/meminfo: memFree=126413928/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2073140 memory=1891424 CPUtime=281.24 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 234399 0 0 0 27969 155 0 0 20 0 1 0 241658389 2122895360 472856 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 518285 472856 2528 595 0 502952 0
Current children cumulated CPU time: 281.24 s
Current children cumulated vsize: 2073140 KiB
Current children cumulated memory: 1891424 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.29 1.66 5/250 204334
/proc/meminfo: memFree=126360756/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2075172 memory=1893496 CPUtime=341.05 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 235965 0 0 0 33949 156 0 0 20 0 1 0 241658389 2124976128 473374 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 518793 473374 2528 595 0 503460 0
Current children cumulated CPU time: 341.05 s
Current children cumulated vsize: 2075172 KiB
Current children cumulated memory: 1893496 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.45 1.82 5/249 204336
/proc/meminfo: memFree=126379840/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2076796 memory=1895524 CPUtime=400.86 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 237960 0 0 0 39928 158 0 0 20 0 1 0 241658389 2126639104 473881 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 519199 473881 2528 595 0 503866 0
Current children cumulated CPU time: 400.86 s
Current children cumulated vsize: 2076796 KiB
Current children cumulated memory: 1895524 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.57 1.96 5/250 204339
/proc/meminfo: memFree=126350232/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2078148 memory=1896792 CPUtime=460.67 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 239208 0 0 0 45891 176 0 0 20 0 1 0 241658389 2128023552 474198 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 519537 474198 2528 595 0 504204 0
Current children cumulated CPU time: 460.67 s

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

Current children cumulated memory: 1972616 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.11 4.01 5/249 204480
/proc/meminfo: memFree=125783696/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2127356 memory=1972744 CPUtime=2913.6 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 280437 0 0 0 291033 327 0 0 20 0 1 0 241658389 2178412544 493186 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 531839 493186 2528 595 0 516506 0
Current children cumulated CPU time: 2913.6 s
Current children cumulated vsize: 2127356 KiB
Current children cumulated memory: 1972744 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/250 204489
/proc/meminfo: memFree=125786692/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2127536 memory=1972968 CPUtime=2973.43 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 281191 0 0 0 297015 328 0 0 20 0 1 0 241658389 2178596864 493242 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 531884 493242 2528 595 0 516551 0
Current children cumulated CPU time: 2973.43 s
Current children cumulated vsize: 2127536 KiB
Current children cumulated memory: 1972968 KiB

[startup+3042.3 s]
/proc/loadavg: 4.48 4.19 4.04 5/250 204491
/proc/meminfo: memFree=125788532/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2127940 memory=1973380 CPUtime=3033.27 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 283003 0 0 0 302996 331 0 0 20 0 1 0 241658389 2179010560 493345 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 531985 493345 2528 595 0 516652 0
Current children cumulated CPU time: 3033.27 s
Current children cumulated vsize: 2127940 KiB
Current children cumulated memory: 1973380 KiB

[startup+3102.3 s]
/proc/loadavg: 4.51 4.28 4.08 5/250 204493
/proc/meminfo: memFree=125789292/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2128196 memory=1973640 CPUtime=3093.1 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 284152 0 0 0 308978 332 0 0 20 0 1 0 241658389 2179272704 493410 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 532049 493410 2528 595 0 516716 0
Current children cumulated CPU time: 3093.1 s
Current children cumulated vsize: 2128196 KiB
Current children cumulated memory: 1973640 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.24 4.08 5/250 204495
/proc/meminfo: memFree=125780948/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2128420 memory=1973856 CPUtime=3152.94 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 285236 0 0 0 314960 334 0 0 20 0 1 0 241658389 2179502080 493464 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 532105 493464 2528 595 0 516772 0
Current children cumulated CPU time: 3152.94 s
Current children cumulated vsize: 2128420 KiB
Current children cumulated memory: 1973856 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.21 4.08 5/251 204498
/proc/meminfo: memFree=125782508/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2128608 memory=1974000 CPUtime=3212.77 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 285813 0 0 0 320943 334 0 0 20 0 1 0 241658389 2179694592 493500 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 532152 493500 2528 595 0 516819 0
Current children cumulated CPU time: 3212.77 s
Current children cumulated vsize: 2128608 KiB
Current children cumulated memory: 1974000 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.20 4.09 5/250 204500
/proc/meminfo: memFree=125746568/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2153820 memory=1999292 CPUtime=3272.6 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 288394 0 0 0 326919 341 0 0 20 0 1 0 241658389 2205511680 499823 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 538455 499823 2528 595 0 523122 0
Current children cumulated CPU time: 3272.6 s
Current children cumulated vsize: 2153820 KiB
Current children cumulated memory: 1999292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.17 4.09 5/250 204502
/proc/meminfo: memFree=125747660/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2168156 memory=2013628 CPUtime=3332.45 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289065 0 0 0 332903 342 0 0 20 0 1 0 241658389 2220191744 503407 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 542039 503407 2528 595 0 526706 0
Current children cumulated CPU time: 3332.45 s
Current children cumulated vsize: 2168156 KiB
Current children cumulated memory: 2013628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/250 204504
/proc/meminfo: memFree=125748672/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2168156 memory=2013628 CPUtime=3392.28 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289065 0 0 0 338886 342 0 0 20 0 1 0 241658389 2220191744 503407 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 542039 503407 2528 595 0 526706 0
Current children cumulated CPU time: 3392.28 s
Current children cumulated vsize: 2168156 KiB
Current children cumulated memory: 2013628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/250 204506
/proc/meminfo: memFree=125739880/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2168156 memory=2013628 CPUtime=3452.12 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289067 0 0 0 344870 342 0 0 20 0 1 0 241658389 2220191744 503407 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 542039 503407 2528 595 0 526706 0
Current children cumulated CPU time: 3452.12 s
Current children cumulated vsize: 2168156 KiB
Current children cumulated memory: 2013628 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/250 204508
/proc/meminfo: memFree=125714760/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2168156 memory=2013628 CPUtime=3511.95 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289067 0 0 0 350853 342 0 0 20 0 1 0 241658389 2220191744 503407 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 542039 503407 2528 595 0 526706 0
Current children cumulated CPU time: 3511.95 s
Current children cumulated vsize: 2168156 KiB
Current children cumulated memory: 2013628 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/249 204554
/proc/meminfo: memFree=125909836/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2168156 memory=2013628 CPUtime=3571.78 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289235 0 0 0 356836 342 0 0 20 0 1 0 241658389 2220191744 503407 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 542039 503407 2528 595 0 526706 0
Current children cumulated CPU time: 3571.78 s
Current children cumulated vsize: 2168156 KiB
Current children cumulated memory: 2013628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.04 4.11 4.08 5/250 204562
/proc/meminfo: memFree=125893676/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=2168156 memory=2013628 CPUtime=3600 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289359 0 0 0 359658 342 0 0 20 0 1 0 241658389 2220191744 503407 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 542039 503407 2528 595 0 526706 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2168156 KiB
Current children cumulated memory: 2013628 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.42844 s

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

[startup+3610.8 s]
/proc/loadavg: 4.04 4.11 4.08 5/250 204562
/proc/meminfo: memFree=125893676/131382112 swapFree=33010416/33010684
[pid=204253] ppid=204250 vsize=1693420 memory=1551860 CPUtime=3600.2 cores=0,2
/proc/204253/stat : 204253 (SynLSCD) R 204250 204253 203929 0 -1 4194304 289431 0 0 0 359678 342 0 0 20 0 1 0 241658389 1734062080 387965 18446744073709551615 94205689999360 94205692433961 140731035172064 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94205692914936 94205692947968 94205719654400 140731035179395 140731035179530 140731035179530 140731035185134 0
/proc/204253/statm: 423355 387965 2592 595 0 408022 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 1693420 KiB
Current children cumulated memory: 1551860 KiB

Child status: 0

Real time (s): 3610.84
CPU time (s): 3600.25
CPU user time (s): 3596.82
CPU system time (s): 3.42844
CPU usage (%): 99.7067
Max. virtual memory (cumulated for all children) (KiB): 2186592
Max. memory (cumulated for all children) (KiB): 2032064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.42844
maximum resident set size= 2032064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289459
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= 219
involuntary context switches= 7939


# summary of solver processes directly reported to runsolver:
#   pid: 204253
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.42844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5961 second user time and 35.5756 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 10:36:27
IDJOB=4545758
IDBENCH=155532
IDSOLVER=3421
FILE ID=nodeC012/4545758-1753259785
RUNJOBID= nodeC012-1753259701-203946
SLURM_JOB_ID= 9689167
Free space on /tmp= 432780 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.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-4545758-1753259785/watcher-4545758-1753259785 -o /tmp/evaluation-result-4545758-1753259785/solver-4545758-1753259785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753259701-203946 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545758-1753259785.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=381433518

nodeC012 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.968
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.411
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.39
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		: 1895.517
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.39
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.766
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.39
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		: 1197.202
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.39
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		: 3492.448
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.39
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.148
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.39
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		: 1196.936
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128228112 kB
MemAvailable:   129178900 kB
Buffers:            2136 kB
Cached:          1715964 kB
SwapCached:           12 kB
Active:          1421116 kB
Inactive:         512392 kB
Active(anon):     236860 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   507704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             52856 kB
Writeback:             0 kB
AnonPages:        216780 kB
Mapped:           115048 kB
Shmem:             26140 kB
KReclaimable:     196524 kB
Slab:             288428 kB
SReclaimable:     196524 kB
SUnreclaim:        91904 kB
KernelStack:        3968 kB
PageTables:         3452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     538344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432864 MiB
End job on nodeC012 at 2025-07-23 11:36:38