Trace number 4515648

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01? (TO) 3600.07 3611.34

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
MD5SUM2ed11ed0a65f838ec27d78822f3aa2f3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.3422
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.47	c #vars 53655 #constraints 10732 0.200019 1
0.97/1.08	c 10732 constraints
0.97/1.08	c Finish cloning data from SAT to LS
0.97/1.08	c restart_num_ls  -100000 0
123.37/123.75	c Use LS-small
123.37/123.75	c restart_num_ls  0 1464
123.37/123.75	c LS 90 8
367.22/368.61	c Use LS-small
367.22/368.61	c restart_num_ls  1464 4094
367.22/368.61	c LS 80 30
799.65/802.44	c Use LS-small
799.65/802.44	c restart_num_ls  4094 8205
799.65/802.44	c LS 70 53
856.42/859.33	c Use LS-small
856.42/859.33	c restart_num_ls  8205 8952
856.42/859.33	c LS 60 29
901.02/904.10	c Use LS-small
901.02/904.10	restart_num  8952 9314
901.02/904.10	LS-restart 50 92
3600.02/3611.30	c Use LS-small
3600.02/3611.30	c Program interrupted by user.
3600.02/3611.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62708 MiB free)
  memory of node 1: 64465 MiB (63827 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=32341, runsolver pid=32338

[startup+0.100069 s]*
/proc/loadavg: 2.28 2.02 2.88 5/251 32342
/proc/meminfo: memFree=129532296/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=119532 memory=46336 CPUtime=0.08 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 5983 0 0 0 6 2 0 0 20 0 1 0 38966065 122400768 11520 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 29883 11520 2208 595 0 14550 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 119532 KiB
Current children cumulated memory: 46336 KiB

[startup+0.218255 s]*
/proc/loadavg: 2.28 2.02 2.88 5/251 32342
/proc/meminfo: memFree=129524248/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=126660 memory=53632 CPUtime=0.19 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 7910 0 0 0 16 3 0 0 20 0 1 0 38966065 129699840 13408 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 31665 13408 2208 595 0 16332 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 126660 KiB
Current children cumulated memory: 53632 KiB

[startup+0.313217 s]*
/proc/loadavg: 2.28 2.02 2.88 5/251 32342
/proc/meminfo: memFree=129516436/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=131544 memory=60576 CPUtime=0.29 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 9116 0 0 0 25 4 0 0 20 0 1 0 38966065 134701056 15144 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 32886 15144 2208 595 0 17553 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 131544 KiB
Current children cumulated memory: 60576 KiB

[startup+0.700279 s]
/proc/loadavg: 2.28 2.02 2.88 5/251 32342
/proc/meminfo: memFree=129508372/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=142928 memory=72160 CPUtime=0.66 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 12604 0 0 0 61 5 0 0 20 0 1 0 38966065 146358272 18040 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 35732 18040 2272 595 0 20399 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 142928 KiB
Current children cumulated memory: 72160 KiB

[startup+1.50026 s]
/proc/loadavg: 2.28 2.02 2.88 5/251 32342
/proc/meminfo: memFree=129464460/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=201028 memory=126392 CPUtime=1.46 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 26145 0 0 0 135 11 0 0 20 0 1 0 38966065 205852672 31598 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 50257 31598 2464 595 0 34924 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126392 KiB

[startup+3.11267 s]
/proc/loadavg: 2.42 2.05 2.88 5/251 32342
/proc/meminfo: memFree=129448332/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=201028 memory=126392 CPUtime=3.07 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 26145 0 0 0 271 36 0 0 20 0 1 0 38966065 205852672 31598 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 50257 31598 2464 595 0 34924 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126392 KiB

[startup+6.30026 s]
/proc/loadavg: 2.42 2.05 2.88 4/249 32342
/proc/meminfo: memFree=129499908/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=201028 memory=126392 CPUtime=6.25 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 26145 0 0 0 556 69 0 0 20 0 1 0 38966065 205852672 31598 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 50257 31598 2464 595 0 34924 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126392 KiB

[startup+12.7002 s]
/proc/loadavg: 2.62 2.10 2.89 5/251 32477
/proc/meminfo: memFree=129494368/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=201028 memory=126392 CPUtime=12.63 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 26145 0 0 0 1154 109 0 0 20 0 1 0 38966065 205852672 31598 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 50257 31598 2464 595 0 34924 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126392 KiB

[startup+25.5003 s]
/proc/loadavg: 2.93 2.20 2.91 5/250 32477
/proc/meminfo: memFree=129450760/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=215436 memory=145116 CPUtime=25.41 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 29772 0 0 0 2394 147 0 0 20 0 1 0 38966065 220606464 36279 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 53859 36279 2496 595 0 38526 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 215436 KiB
Current children cumulated memory: 145116 KiB

[startup+51.1128 s]
/proc/loadavg: 3.37 2.36 2.95 5/251 32614
/proc/meminfo: memFree=129435220/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=237780 memory=169460 CPUtime=50.95 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 35351 0 0 0 4947 148 0 0 20 0 1 0 38966065 243486720 42365 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 59445 42365 2496 595 0 44112 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 237780 KiB
Current children cumulated memory: 169460 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 2.65 3.02 5/251 32750
/proc/meminfo: memFree=129478300/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=262876 memory=194036 CPUtime=102.01 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 41494 0 0 0 10050 151 0 0 20 0 1 0 38966065 269185024 48509 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 65719 48509 2496 595 0 50386 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 262876 KiB
Current children cumulated memory: 194036 KiB

[startup+162.3 s]
/proc/loadavg: 4.01 2.91 3.09 4/248 33210
/proc/meminfo: memFree=129646368/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=274752 memory=206708 CPUtime=161.84 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 44467 0 0 0 15876 308 0 0 20 0 1 0 38966065 281346048 51677 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 68688 51677 2496 595 0 53355 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 274752 KiB
Current children cumulated memory: 206708 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 3.16 3.16 5/253 33973
/proc/meminfo: memFree=129539900/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=313216 memory=249332 CPUtime=221.43 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 54219 0 0 0 21802 341 0 0 20 0 1 0 38966065 320733184 62333 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 78304 62333 2496 595 0 62971 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 313216 KiB
Current children cumulated memory: 249332 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.33 3.22 5/254 34110
/proc/meminfo: memFree=129478404/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=341600 memory=279668 CPUtime=281.22 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 61236 0 0 0 27769 353 0 0 20 0 1 0 38966065 349798400 69917 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 85400 69917 2496 595 0 70067 0
Current children cumulated CPU time: 281.22 s
Current children cumulated vsize: 341600 KiB
Current children cumulated memory: 279668 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.47 3.28 5/254 34336
/proc/meminfo: memFree=129420356/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=373308 memory=311412 CPUtime=341.01 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 69268 0 0 0 33743 358 0 0 20 0 1 0 38966065 382267392 77853 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 93327 77853 2496 595 0 77994 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 373308 KiB
Current children cumulated memory: 311412 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.58 3.33 5/255 34383
/proc/meminfo: memFree=129331896/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=390540 memory=328948 CPUtime=400.82 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 73596 0 0 0 39562 520 0 0 20 0 1 0 38966065 399912960 82237 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 97635 82237 2560 595 0 82302 0
Current children cumulated CPU time: 400.82 s
Current children cumulated vsize: 390540 KiB
Current children cumulated memory: 328948 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.68 3.38 5/255 34385
/proc/meminfo: memFree=129311124/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=403964 memory=342388 CPUtime=460.61 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 77057 0 0 0 45532 529 0 0 20 0 1 0 38966065 413659136 85597 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 100991 85597 2560 595 0 85658 0
Current children cumulated CPU time: 460.61 s

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

Current children cumulated memory: 800228 KiB

[startup+2922.3 s]
/proc/loadavg: 4.73 4.29 4.11 5/249 34662
/proc/meminfo: memFree=128602952/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=865452 memory=806116 CPUtime=2913.12 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 192649 0 0 0 290107 1205 0 0 20 0 1 0 38966065 886222848 201529 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 216363 201529 2560 595 0 201030 0
Current children cumulated CPU time: 2913.12 s
Current children cumulated vsize: 865452 KiB
Current children cumulated memory: 806116 KiB

[startup+2982.3 s]
/proc/loadavg: 4.38 4.27 4.11 5/249 34664
/proc/meminfo: memFree=128594644/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=872032 memory=812516 CPUtime=2972.9 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 194266 0 0 0 296085 1205 0 0 20 0 1 0 38966065 892960768 203129 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 218008 203129 2560 595 0 202675 0
Current children cumulated CPU time: 2972.9 s
Current children cumulated vsize: 872032 KiB
Current children cumulated memory: 812516 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.23 4.10 5/252 34671
/proc/meminfo: memFree=128587280/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=881416 memory=821860 CPUtime=3032.68 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 196632 0 0 0 302063 1205 0 0 20 0 1 0 38966065 902569984 205465 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 220354 205465 2560 595 0 205021 0
Current children cumulated CPU time: 3032.68 s
Current children cumulated vsize: 881416 KiB
Current children cumulated memory: 821860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.22 4.10 5/252 34673
/proc/meminfo: memFree=128579092/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=889992 memory=830436 CPUtime=3092.48 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 198762 0 0 0 308042 1206 0 0 20 0 1 0 38966065 911351808 207609 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 222498 207609 2560 595 0 207165 0
Current children cumulated CPU time: 3092.48 s
Current children cumulated vsize: 889992 KiB
Current children cumulated memory: 830436 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.19 4.10 5/252 34675
/proc/meminfo: memFree=128571204/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=893116 memory=833636 CPUtime=3152.27 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 199570 0 0 0 314021 1206 0 0 20 0 1 0 38966065 914550784 208409 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 223279 208409 2560 595 0 207946 0
Current children cumulated CPU time: 3152.27 s
Current children cumulated vsize: 893116 KiB
Current children cumulated memory: 833636 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.17 4.09 5/252 34677
/proc/meminfo: memFree=128553920/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=902252 memory=842724 CPUtime=3212.06 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 201834 0 0 0 320000 1206 0 0 20 0 1 0 38966065 923906048 210681 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 225563 210681 2560 595 0 210230 0
Current children cumulated CPU time: 3212.06 s
Current children cumulated vsize: 902252 KiB
Current children cumulated memory: 842724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.62 4.30 4.14 5/252 34683
/proc/meminfo: memFree=128528936/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=912412 memory=852964 CPUtime=3271.89 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 204376 0 0 0 325982 1207 0 0 20 0 1 0 38966065 934309888 213241 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 228103 213241 2560 595 0 212770 0
Current children cumulated CPU time: 3271.89 s
Current children cumulated vsize: 912412 KiB
Current children cumulated memory: 852964 KiB

[startup+3342.3 s]
/proc/loadavg: 4.91 4.44 4.20 5/250 34684
/proc/meminfo: memFree=128522668/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=920592 memory=861156 CPUtime=3331.72 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 206437 0 0 0 331965 1207 0 0 20 0 1 0 38966065 942686208 215289 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 230148 215289 2560 595 0 214815 0
Current children cumulated CPU time: 3331.72 s
Current children cumulated vsize: 920592 KiB
Current children cumulated memory: 861156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.61 4.46 4.22 5/249 34686
/proc/meminfo: memFree=128510460/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=929612 memory=870116 CPUtime=3391.57 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 208676 0 0 0 337949 1208 0 0 20 0 1 0 38966065 951922688 217529 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 232403 217529 2560 595 0 217070 0
Current children cumulated CPU time: 3391.57 s
Current children cumulated vsize: 929612 KiB
Current children cumulated memory: 870116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.41 4.22 5/250 34689
/proc/meminfo: memFree=128504932/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=939120 memory=879716 CPUtime=3451.41 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 211069 0 0 0 343933 1208 0 0 20 0 1 0 38966065 961658880 219929 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 234780 219929 2560 595 0 219447 0
Current children cumulated CPU time: 3451.41 s
Current children cumulated vsize: 939120 KiB
Current children cumulated memory: 879716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.34 4.20 5/250 34691
/proc/meminfo: memFree=128490760/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=948788 memory=889316 CPUtime=3511.25 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 213470 0 0 0 349917 1208 0 0 20 0 1 0 38966065 971558912 222329 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 237197 222329 2560 595 0 221864 0
Current children cumulated CPU time: 3511.25 s
Current children cumulated vsize: 948788 KiB
Current children cumulated memory: 889316 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.31 4.20 5/250 34693
/proc/meminfo: memFree=128484244/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=955864 memory=896484 CPUtime=3571.1 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 215278 0 0 0 355901 1209 0 0 20 0 1 0 38966065 978804736 224121 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 238966 224121 2560 595 0 223633 0
Current children cumulated CPU time: 3571.1 s
Current children cumulated vsize: 955864 KiB
Current children cumulated memory: 896484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.10 4.28 4.19 5/251 34698
/proc/meminfo: memFree=128485708/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=957384 memory=898020 CPUtime=3600.02 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 215658 0 0 0 358793 1209 0 0 20 0 1 0 38966065 980361216 224505 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 239346 224505 2560 595 0 224013 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 957384 KiB
Current children cumulated memory: 898020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.97 s, system=12.106 s

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

[startup+3611.3 s]
/proc/loadavg: 4.10 4.28 4.19 5/251 34698
/proc/meminfo: memFree=128485708/131382112 swapFree=33010684/33010684
[pid=32341] ppid=32338 vsize=957384 memory=898020 CPUtime=3600.02 cores=5,7
/proc/32341/stat : 32341 (SynLSCD) R 32338 32341 32092 0 -1 4194304 215658 0 0 0 358793 1209 0 0 20 0 1 0 38966065 980361216 224505 18446744073709551615 94145346674688 94145349108841 140725855314816 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94145349590264 94145349623296 94145379094528 140725855316326 140725855316459 140725855316459 140725855322061 0
/proc/32341/statm: 239346 224505 2560 595 0 224013 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 957384 KiB
Current children cumulated memory: 898020 KiB

Child status: 0

Real time (s): 3611.34
CPU time (s): 3600.07
CPU user time (s): 3587.97
CPU system time (s): 12.106
CPU usage (%): 99.6879
Max. virtual memory (cumulated for all children) (KiB): 957384
Max. memory (cumulated for all children) (KiB): 898020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.97
system time used= 12.106
maximum resident set size= 898148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215684
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= 4177


# summary of solver processes directly reported to runsolver:
#   pid: 32341
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3587.97
#   total CPU system time (s): 12.106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5017 second user time and 33.043 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 23:34:27
IDJOB=4515648
IDBENCH=165325
IDSOLVER=3369
FILE ID=nodeC005/4515648-1751232867
RUNJOBID= nodeC005-1751232830-32105
SLURM_JOB_ID= 9587711
Free space on /tmp= 433044 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.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-4515648-1751232867/watcher-4515648-1751232867 -o /tmp/evaluation-result-4515648-1751232867/solver-4515648-1751232867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751232830-32105 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4515648-1751232867.opb

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

MD5SUM BENCH= 2ed11ed0a65f838ec27d78822f3aa2f3
RANDOM SEED=1919173461

nodeC005 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		: 3662.020
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.90
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		: 3493.985
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129573876 kB
MemAvailable:   129671560 kB
Buffers:            3280 kB
Cached:           901128 kB
SwapCached:            0 kB
Active:           634740 kB
Inactive:         653240 kB
Active(anon):     401532 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file):   653240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5040 kB
Writeback:             4 kB
AnonPages:        386920 kB
Mapped:           113528 kB
Shmem:             17960 kB
KReclaimable:     101724 kB
Slab:             184188 kB
SReclaimable:     101724 kB
SUnreclaim:        82464 kB
KernelStack:        4096 kB
PageTables:         3900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     774928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC005 at 2025-06-30 00:34:38