Trace number 4545992

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.14 3609.96

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab71-20-100.0.u.opb
MD5SUM5a0bcd4a9e5bc1c51804f47b1691eae0
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 benchmark39.0848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6689
Total number of constraints6377
Number of constraints which are clauses6255
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6255
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 1966006
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501966013
Number of bits of the biggest sum of numbers29
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.04	c #vars 6689 #constraints 6377 0.953356 1
0.00/0.04	c intsize: 29
0.58/0.66	c 6377 constraints
0.58/0.66	c Finish cloning data from SAT to LS
0.58/0.66	c restart_num_ls  -100000 0
1614.83/1619.11	c Use LS-small
1614.83/1619.11	restart_num  0 317
1614.83/1619.11	c LS-restart 90 29
3600.06/3609.90	c Use LS-small
3600.06/3609.90	c Program interrupted by user.
3600.06/3609.90	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=157460, runsolver pid=157457

[startup+0.100059 s]*
/proc/loadavg: 4.14 4.13 4.08 5/263 157461
/proc/meminfo: memFree=121144432/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=100376 memory=27652 CPUtime=0.09 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 5210 0 0 0 8 1 0 0 20 0 1 0 242036615 102785024 6913 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 25094 6913 2464 595 0 9761 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 100376 KiB
Current children cumulated memory: 27652 KiB

[startup+0.205466 s]*
/proc/loadavg: 4.14 4.13 4.08 5/263 157461
/proc/meminfo: memFree=121144432/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=101736 memory=28420 CPUtime=0.19 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 5411 0 0 0 18 1 0 0 20 0 1 0 242036615 104177664 7105 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 25434 7105 2464 595 0 10101 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 101736 KiB
Current children cumulated memory: 28420 KiB

[startup+0.304458 s]*
/proc/loadavg: 4.14 4.13 4.08 5/263 157461
/proc/meminfo: memFree=121144432/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=101736 memory=28420 CPUtime=0.29 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 5420 0 0 0 27 2 0 0 20 0 1 0 242036615 104177664 7105 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 25434 7105 2464 595 0 10101 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 101736 KiB
Current children cumulated memory: 28420 KiB

[startup+0.700166 s]
/proc/loadavg: 4.14 4.13 4.08 5/263 157461
/proc/meminfo: memFree=121112428/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185476 CPUtime=0.68 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44690 0 0 0 60 8 0 0 20 0 1 0 242036615 264781824 46369 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46369 2464 595 0 49311 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185476 KiB

[startup+1.50014 s]
/proc/loadavg: 4.14 4.13 4.08 5/263 157461
/proc/meminfo: memFree=120983300/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185604 CPUtime=1.48 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44696 0 0 0 138 10 0 0 20 0 1 0 242036615 264781824 46401 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46401 2464 595 0 49311 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185604 KiB

[startup+3.10524 s]
/proc/loadavg: 4.13 4.13 4.08 5/263 157461
/proc/meminfo: memFree=120983332/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185604 CPUtime=3.08 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44696 0 0 0 295 13 0 0 20 0 1 0 242036615 264781824 46401 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46401 2464 595 0 49311 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185604 KiB

[startup+6.30011 s]
/proc/loadavg: 4.13 4.13 4.08 5/263 157461
/proc/meminfo: memFree=120983356/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185604 CPUtime=6.27 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44696 0 0 0 609 18 0 0 20 0 1 0 242036615 264781824 46401 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46401 2464 595 0 49311 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185604 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.12 4.08 5/263 157462
/proc/meminfo: memFree=120967224/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185604 CPUtime=12.65 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44697 0 0 0 1236 29 0 0 20 0 1 0 242036615 264781824 46401 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46401 2464 595 0 49311 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185604 KiB

[startup+25.5001 s]
/proc/loadavg: 4.17 4.13 4.09 5/263 157462
/proc/meminfo: memFree=120951848/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185604 CPUtime=25.43 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44697 0 0 0 2493 50 0 0 20 0 1 0 242036615 264781824 46401 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46401 2464 595 0 49311 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185604 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 157462
/proc/meminfo: memFree=120929372/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=258576 memory=185604 CPUtime=50.98 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 44697 0 0 0 5005 93 0 0 20 0 1 0 242036615 264781824 46401 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 64644 46401 2464 595 0 49311 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 258576 KiB
Current children cumulated memory: 185604 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.10 4.08 5/262 157464
/proc/meminfo: memFree=120720684/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=569168 memory=414432 CPUtime=102.05 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 57674 0 0 0 10080 125 0 0 20 0 1 0 242036615 582828032 103608 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 142292 103608 2496 595 0 126959 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 569168 KiB
Current children cumulated memory: 414432 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 157466
/proc/meminfo: memFree=120549884/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=859044 memory=582572 CPUtime=161.91 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 74558 0 0 0 16048 143 0 0 20 0 1 0 242036615 879661056 145643 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 214761 145643 2496 595 0 199428 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 859044 KiB
Current children cumulated memory: 582572 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/262 157468
/proc/meminfo: memFree=120510092/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=902652 memory=621612 CPUtime=221.76 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 84306 0 0 0 22025 151 0 0 20 0 1 0 242036615 924315648 155403 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 225663 155403 2496 595 0 210330 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 902652 KiB
Current children cumulated memory: 621612 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 157470
/proc/meminfo: memFree=120493040/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=916952 memory=633388 CPUtime=281.61 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 87319 0 0 0 28001 160 0 0 20 0 1 0 242036615 938958848 158347 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 229238 158347 2496 595 0 213905 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 916952 KiB
Current children cumulated memory: 633388 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 157474
/proc/meminfo: memFree=120405448/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=977664 memory=686124 CPUtime=341.46 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 100632 0 0 0 33976 170 0 0 20 0 1 0 242036615 1001127936 171531 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 244416 171531 2496 595 0 229083 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 977664 KiB
Current children cumulated memory: 686124 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 157524
/proc/meminfo: memFree=120330612/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1003196 memory=707116 CPUtime=401.32 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 105886 0 0 0 39954 178 0 0 20 0 1 0 242036615 1027272704 176779 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 250799 176779 2496 595 0 235466 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 1003196 KiB
Current children cumulated memory: 707116 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 157531
/proc/meminfo: memFree=120263760/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1050984 memory=746796 CPUtime=461.17 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 115857 0 0 0 45932 185 0 0 20 0 1 0 242036615 1076207616 186699 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 262746 186699 2496 595 0 247413 0
Current children cumulated CPU time: 461.17 s

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

Current children cumulated memory: 893484 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 159188
/proc/meminfo: memFree=119394108/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1156464 memory=896428 CPUtime=2914.09 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 140949 0 0 0 290908 501 0 0 20 0 1 0 242036615 1184219136 224107 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 289116 224107 2592 595 0 273783 0
Current children cumulated CPU time: 2914.09 s
Current children cumulated vsize: 1156464 KiB
Current children cumulated memory: 896428 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 159190
/proc/meminfo: memFree=119377052/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1157128 memory=897324 CPUtime=2973.95 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 141190 0 0 0 296892 503 0 0 20 0 1 0 242036615 1184899072 224331 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 289282 224331 2592 595 0 273949 0
Current children cumulated CPU time: 2973.95 s
Current children cumulated vsize: 1157128 KiB
Current children cumulated memory: 897324 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 159193
/proc/meminfo: memFree=119337240/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1160060 memory=899884 CPUtime=3033.8 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 141837 0 0 0 302875 505 0 0 20 0 1 0 242036615 1187901440 224971 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 290015 224971 2592 595 0 274682 0
Current children cumulated CPU time: 3033.8 s
Current children cumulated vsize: 1160060 KiB
Current children cumulated memory: 899884 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 159195
/proc/meminfo: memFree=119343312/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1160680 memory=900652 CPUtime=3093.66 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 142031 0 0 0 308860 506 0 0 20 0 1 0 242036615 1188536320 225163 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 290170 225163 2592 595 0 274837 0
Current children cumulated CPU time: 3093.66 s
Current children cumulated vsize: 1160680 KiB
Current children cumulated memory: 900652 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 159198
/proc/meminfo: memFree=119355268/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1162084 memory=902060 CPUtime=3153.51 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 142374 0 0 0 314843 508 0 0 20 0 1 0 242036615 1189974016 225515 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 290521 225515 2592 595 0 275188 0
Current children cumulated CPU time: 3153.51 s
Current children cumulated vsize: 1162084 KiB
Current children cumulated memory: 902060 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/264 159200
/proc/meminfo: memFree=119342388/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1164648 memory=904108 CPUtime=3213.38 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 142892 0 0 0 320827 511 0 0 20 0 1 0 242036615 1192599552 226027 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 291162 226027 2592 595 0 275829 0
Current children cumulated CPU time: 3213.38 s
Current children cumulated vsize: 1164648 KiB
Current children cumulated memory: 904108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 159202
/proc/meminfo: memFree=119306172/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1164648 memory=904620 CPUtime=3273.23 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 143002 0 0 0 326811 512 0 0 20 0 1 0 242036615 1192599552 226155 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 291162 226155 2592 595 0 275829 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 1164648 KiB
Current children cumulated memory: 904620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 159204
/proc/meminfo: memFree=119308892/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1166980 memory=906540 CPUtime=3333.09 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 143497 0 0 0 332795 514 0 0 20 0 1 0 242036615 1194987520 226635 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 291745 226635 2592 595 0 276412 0
Current children cumulated CPU time: 3333.09 s
Current children cumulated vsize: 1166980 KiB
Current children cumulated memory: 906540 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 159207
/proc/meminfo: memFree=119291208/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1168248 memory=908076 CPUtime=3392.95 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 143867 0 0 0 338780 515 0 0 20 0 1 0 242036615 1196285952 227019 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 292062 227019 2592 595 0 276729 0
Current children cumulated CPU time: 3392.95 s
Current children cumulated vsize: 1168248 KiB
Current children cumulated memory: 908076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 159214
/proc/meminfo: memFree=119282880/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1169152 memory=908844 CPUtime=3452.8 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 144106 0 0 0 344764 516 0 0 20 0 1 0 242036615 1197211648 227211 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 292288 227211 2592 595 0 276955 0
Current children cumulated CPU time: 3452.8 s
Current children cumulated vsize: 1169152 KiB
Current children cumulated memory: 908844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 159220
/proc/meminfo: memFree=119296888/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1170776 memory=910380 CPUtime=3512.67 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 144499 0 0 0 350749 518 0 0 20 0 1 0 242036615 1198874624 227595 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 292694 227595 2592 595 0 277361 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 1170776 KiB
Current children cumulated memory: 910380 KiB

[startup+3582.3 s]
/proc/loadavg: 3.60 3.97 4.05 4/259 159252
/proc/meminfo: memFree=122761476/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1173080 memory=912684 CPUtime=3572.52 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 145068 0 0 0 356732 520 0 0 20 0 1 0 242036615 1201233920 228171 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 293270 228171 2592 595 0 277937 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 1173080 KiB
Current children cumulated memory: 912684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 3.42 3.89 4.02 4/259 159253
/proc/meminfo: memFree=122761668/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1173216 memory=912684 CPUtime=3600.06 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 145080 0 0 0 359485 521 0 0 20 0 1 0 242036615 1201373184 228171 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 293304 228171 2592 595 0 277971 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1173216 KiB
Current children cumulated memory: 912684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.92 s, system=5.22008 s

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

[startup+3609.9 s]
/proc/loadavg: 3.42 3.89 4.02 4/259 159253
/proc/meminfo: memFree=122761668/131250000 swapFree=33010672/33010684
[pid=157460] ppid=157457 vsize=1173216 memory=912684 CPUtime=3600.06 cores=1,3
/proc/157460/stat : 157460 (SynLSCD) R 157457 157460 156365 0 -1 4194304 145080 0 0 0 359485 521 0 0 20 0 1 0 242036615 1201373184 228171 18446744073709551615 94618832449536 94618834884137 140721418584912 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94618835365112 94618835398144 94618871775232 140721418586499 140721418586634 140721418586634 140721418592238 0
/proc/157460/statm: 293304 228171 2592 595 0 277971 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1173216 KiB
Current children cumulated memory: 912684 KiB

Child status: 0

Real time (s): 3609.96
CPU time (s): 3600.14
CPU user time (s): 3594.92
CPU system time (s): 5.22008
CPU usage (%): 99.7279
Max. virtual memory (cumulated for all children) (KiB): 1173216
Max. memory (cumulated for all children) (KiB): 912684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.92
system time used= 5.22008
maximum resident set size= 912812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145107
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= 266
involuntary context switches= 3359


# summary of solver processes directly reported to runsolver:
#   pid: 157460
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3594.92
#   total CPU system time (s): 5.22008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54665 second user time and 16.1052 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-23 11:39:40
IDJOB=4545992
IDBENCH=164254
IDSOLVER=3421
FILE ID=nodeC026/4545992-1753263580
RUNJOBID= nodeC026-1753259701-156384
SLURM_JOB_ID= 9689181
Free space on /tmp= 433004 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab71-20-100.0.u.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-4545992-1753263580/watcher-4545992-1753263580 -o /tmp/evaluation-result-4545992-1753263580/solver-4545992-1753263580 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753259701-156384 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545992-1753263580.opb

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

MD5SUM BENCH= 5a0bcd4a9e5bc1c51804f47b1691eae0
RANDOM SEED=748932326

nodeC026 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.792
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.59
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		: 3493.697
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.59
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		: 3600.393
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.59
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		: 3599.789
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.59
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.788
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.59
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.732
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.59
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		: 3739.450
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.59
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		: 3595.285
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121144416 kB
MemAvailable:   126137440 kB
Buffers:            2128 kB
Cached:          5617524 kB
SwapCached:            4 kB
Active:          4628372 kB
Inactive:        4475388 kB
Active(anon):    3505032 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4470044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3944 kB
Writeback:            16 kB
AnonPages:       3487320 kB
Mapped:           120832 kB
Shmem:             26268 kB
KReclaimable:     460440 kB
Slab:             564924 kB
SReclaimable:     460440 kB
SUnreclaim:       104484 kB
KernelStack:        4268 kB
PageTables:        10228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4217820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC026 at 2025-07-23 12:39:50