Trace number 4546577

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-PS 2025-07-23? (TO) 3600.12 3609.86

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-29array_ineq6.opb
MD5SUMe0dec10818bb8f0f47ba8429a0e85943
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 benchmark2.84362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5220
Total number of constraints6961
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints1799
Minimum length of a constraint1
Maximum length of a constraint116
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 144115188075855872
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 576460752303423487
Number of bits of the biggest sum of numbers59
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 intsize: 59
0.00/0.09	c 7059 constraints
0.00/0.09	c Finish cloning data from SAT to LS
0.00/0.09	c restart_num_ls  -100000 0
3.37/3.43	c Use LS-small
3.37/3.43	c update_LS_target_phase-runLS-restart
760.32/762.61	c restart_num  0 315
760.32/762.61	c LS-restart 90 28
763.51/765.81	c Use LS-small
763.51/765.81	c update_LS_target_phase-runLS-restart
1782.51/1787.64	c restart_num  315 618
1782.51/1787.64	c LS-restart 80 90
1788.69/1793.82	c Use LS-small
1788.69/1793.82	c update_LS_target_phase-runLS-restart
3600.05/3609.84	c Program interrupted by user.
3600.05/3609.84	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 (62586 MiB free)
  memory of node 1: 64465 MiB (63421 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546577-1753263318/watcher-4546577-1753263318 -o /tmp/evaluation-result-4546577-1753263318/solver-4546577-1753263318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753259701-170277 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546577-1753263318.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
solver pid=171110, runsolver pid=171107
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.11 4.09 4.01 5/263 171111
/proc/meminfo: memFree=129025256/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=100540 memory=27200 CPUtime=0.08 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 5116 0 0 0 7 1 0 0 20 0 1 0 242009333 102952960 6800 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 25135 6800 2400 595 0 9802 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 100540 KiB
Current children cumulated memory: 27200 KiB

[startup+0.205508 s]*
/proc/loadavg: 4.11 4.09 4.01 5/263 171111
/proc/meminfo: memFree=129025256/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=100540 memory=27200 CPUtime=0.18 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 5116 0 0 0 17 1 0 0 20 0 1 0 242009333 102952960 6800 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 25135 6800 2400 595 0 9802 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 100540 KiB
Current children cumulated memory: 27200 KiB

[startup+0.304714 s]*
/proc/loadavg: 4.11 4.09 4.01 5/263 171111
/proc/meminfo: memFree=129025256/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=100540 memory=27200 CPUtime=0.28 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 5116 0 0 0 27 1 0 0 20 0 1 0 242009333 102952960 6800 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 25135 6800 2400 595 0 9802 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 100540 KiB
Current children cumulated memory: 27200 KiB

[startup+0.700101 s]
/proc/loadavg: 4.11 4.09 4.01 6/263 171111
/proc/meminfo: memFree=129025256/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=100540 memory=27200 CPUtime=0.67 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 5116 0 0 0 66 1 0 0 20 0 1 0 242009333 102952960 6800 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 25135 6800 2400 595 0 9802 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 100540 KiB
Current children cumulated memory: 27200 KiB

[startup+1.5001 s]
/proc/loadavg: 4.10 4.09 4.01 5/263 171111
/proc/meminfo: memFree=129025008/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=100540 memory=27200 CPUtime=1.47 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 5116 0 0 0 146 1 0 0 20 0 1 0 242009333 102952960 6800 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 25135 6800 2400 595 0 9802 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 100540 KiB
Current children cumulated memory: 27200 KiB

[startup+3.10512 s]
/proc/loadavg: 4.10 4.09 4.01 5/263 171111
/proc/meminfo: memFree=129025048/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=100540 memory=27200 CPUtime=3.07 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 5116 0 0 0 306 1 0 0 20 0 1 0 242009333 102952960 6800 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 25135 6800 2400 595 0 9802 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 100540 KiB
Current children cumulated memory: 27200 KiB

[startup+6.30011 s]
/proc/loadavg: 4.09 4.09 4.01 5/263 171111
/proc/meminfo: memFree=129021268/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=105224 memory=38744 CPUtime=6.26 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 6293 0 0 0 624 2 0 0 20 0 1 0 242009333 107749376 9686 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 26306 9686 2624 595 0 10973 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 105224 KiB
Current children cumulated memory: 38744 KiB

[startup+12.7001 s]
/proc/loadavg: 4.08 4.08 4.01 5/263 171111
/proc/meminfo: memFree=129009636/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=111580 memory=53500 CPUtime=12.64 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 7949 0 0 0 1260 4 0 0 20 0 1 0 242009333 114257920 13375 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 27895 13375 2624 595 0 12562 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 111580 KiB
Current children cumulated memory: 53500 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 4.08 4.01 5/263 171111
/proc/meminfo: memFree=128981512/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=131952 memory=69268 CPUtime=25.41 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 10078 0 0 0 2532 9 0 0 20 0 1 0 242009333 135118848 17317 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 32988 17317 2624 595 0 17655 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 131952 KiB
Current children cumulated memory: 69268 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.09 4.01 5/263 171112
/proc/meminfo: memFree=128973228/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=139056 memory=82516 CPUtime=50.94 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 11863 0 0 0 5077 17 0 0 20 0 1 0 242009333 142393344 20629 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 34764 20629 2624 595 0 19431 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 139056 KiB
Current children cumulated memory: 82516 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/264 171301
/proc/meminfo: memFree=129186936/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=148016 memory=91476 CPUtime=102.01 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 14119 0 0 0 10168 33 0 0 20 0 1 0 242009333 151568384 22869 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 37004 22869 2624 595 0 21671 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 148016 KiB
Current children cumulated memory: 91476 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/266 171440
/proc/meminfo: memFree=129169036/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=181764 memory=117460 CPUtime=161.85 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 17210 0 0 0 16129 56 0 0 20 0 1 0 242009333 186126336 29365 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 45441 29365 2624 595 0 30108 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 181764 KiB
Current children cumulated memory: 117460 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/265 171892
/proc/meminfo: memFree=129033672/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=183256 memory=118868 CPUtime=221.65 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 17575 0 0 0 22083 82 0 0 20 0 1 0 242009333 187654144 29717 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 45814 29717 2624 595 0 30481 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 183256 KiB
Current children cumulated memory: 118868 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/266 172164
/proc/meminfo: memFree=128135256/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=185376 memory=121044 CPUtime=281.43 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 18113 0 0 0 28037 106 0 0 20 0 1 0 242009333 189825024 30261 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 46344 30261 2624 595 0 31011 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 185376 KiB
Current children cumulated memory: 121044 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.11 4.03 5/266 172166
/proc/meminfo: memFree=128003244/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=199828 memory=139128 CPUtime=341.26 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 21670 0 0 0 34005 121 0 0 20 0 1 0 242009333 204623872 34782 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 49957 34782 2624 595 0 34624 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 199828 KiB
Current children cumulated memory: 139128 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/265 172167
/proc/meminfo: memFree=127941272/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=245436 memory=153752 CPUtime=401.08 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 23750 0 0 0 39973 135 0 0 20 0 1 0 242009333 251326464 38438 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 61359 38438 2624 595 0 46026 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 245436 KiB
Current children cumulated memory: 153752 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/263 172169
/proc/meminfo: memFree=127919252/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=246064 memory=154392 CPUtime=460.9 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 23942 0 0 0 45942 148 0 0 20 0 1 0 242009333 251969536 38598 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 61516 38598 2624 595 0 46183 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 219384 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/265 172305
/proc/meminfo: memFree=127644712/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=288280 memory=219384 CPUtime=2854.44 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 34578 0 0 0 284678 766 0 0 20 0 1 0 242009333 295198720 54846 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 72070 54846 2624 595 0 56737 0
Current children cumulated CPU time: 2854.44 s
Current children cumulated vsize: 288280 KiB
Current children cumulated memory: 219384 KiB

[startup+2922.3 s]
/proc/loadavg: 4.37 4.18 4.11 5/264 172307
/proc/meminfo: memFree=127644784/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=291168 memory=222328 CPUtime=2914.28 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 35306 0 0 0 290649 779 0 0 20 0 1 0 242009333 298156032 55582 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 72792 55582 2624 595 0 57459 0
Current children cumulated CPU time: 2914.28 s
Current children cumulated vsize: 291168 KiB
Current children cumulated memory: 222328 KiB

[startup+2982.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/262 172309
/proc/meminfo: memFree=127644560/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=293352 memory=224504 CPUtime=2974.13 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 35854 0 0 0 296616 797 0 0 20 0 1 0 242009333 300392448 56126 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 73338 56126 2624 595 0 58005 0
Current children cumulated CPU time: 2974.13 s
Current children cumulated vsize: 293352 KiB
Current children cumulated memory: 224504 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.15 4.11 5/262 172311
/proc/meminfo: memFree=127637268/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=293352 memory=224504 CPUtime=3033.98 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 35854 0 0 0 302590 808 0 0 20 0 1 0 242009333 300392448 56126 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 73338 56126 2624 595 0 58005 0
Current children cumulated CPU time: 3033.98 s
Current children cumulated vsize: 293352 KiB
Current children cumulated memory: 224504 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/264 172321
/proc/meminfo: memFree=127612916/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=300808 memory=233220 CPUtime=3093.83 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 37523 0 0 0 308564 819 0 0 20 0 1 0 242009333 308027392 58305 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75202 58305 2624 595 0 59869 0
Current children cumulated CPU time: 3093.83 s
Current children cumulated vsize: 300808 KiB
Current children cumulated memory: 233220 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/265 172324
/proc/meminfo: memFree=127613004/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=302272 memory=236864 CPUtime=3153.68 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 37910 0 0 0 314533 835 0 0 20 0 1 0 242009333 309526528 59216 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75568 59216 2624 595 0 60235 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 302272 KiB
Current children cumulated memory: 236864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/265 172326
/proc/meminfo: memFree=127623520/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=302596 memory=236864 CPUtime=3213.53 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 37918 0 0 0 320506 847 0 0 20 0 1 0 242009333 309858304 59216 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75649 59216 2624 595 0 60316 0
Current children cumulated CPU time: 3213.53 s
Current children cumulated vsize: 302596 KiB
Current children cumulated memory: 236864 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/266 172329
/proc/meminfo: memFree=127623316/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=302596 memory=236864 CPUtime=3273.38 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 37921 0 0 0 326481 857 0 0 20 0 1 0 242009333 309858304 59216 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75649 59216 2624 595 0 60316 0
Current children cumulated CPU time: 3273.38 s
Current children cumulated vsize: 302596 KiB
Current children cumulated memory: 236864 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/266 172331
/proc/meminfo: memFree=127623408/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=302596 memory=236864 CPUtime=3333.23 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 37921 0 0 0 332452 871 0 0 20 0 1 0 242009333 309858304 59216 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75649 59216 2624 595 0 60316 0
Current children cumulated CPU time: 3333.23 s
Current children cumulated vsize: 302596 KiB
Current children cumulated memory: 236864 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/264 172333
/proc/meminfo: memFree=127623816/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=302596 memory=237120 CPUtime=3393.08 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 37975 0 0 0 338418 890 0 0 20 0 1 0 242009333 309858304 59280 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75649 59280 2624 595 0 60316 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 302596 KiB
Current children cumulated memory: 237120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 172335
/proc/meminfo: memFree=127622500/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=303148 memory=237504 CPUtime=3452.92 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 38183 0 0 0 344391 901 0 0 20 0 1 0 242009333 310423552 59376 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75787 59376 2624 595 0 60454 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 303148 KiB
Current children cumulated memory: 237504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 172337
/proc/meminfo: memFree=127622812/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=303148 memory=237504 CPUtime=3512.77 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 38183 0 0 0 350364 913 0 0 20 0 1 0 242009333 310423552 59376 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75787 59376 2624 595 0 60454 0
Current children cumulated CPU time: 3512.77 s
Current children cumulated vsize: 303148 KiB
Current children cumulated memory: 237504 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 172340
/proc/meminfo: memFree=127611432/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=303148 memory=237504 CPUtime=3572.62 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 38183 0 0 0 356340 922 0 0 20 0 1 0 242009333 310423552 59376 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 75787 59376 2624 595 0 60454 0
Current children cumulated CPU time: 3572.62 s
Current children cumulated vsize: 303148 KiB
Current children cumulated memory: 237504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 172341
/proc/meminfo: memFree=127603904/131249996 swapFree=33006296/33010684
[pid=171110] ppid=171107 vsize=304564 memory=239168 CPUtime=3600.05 cores=0,2
/proc/171110/stat : 171110 (SynLSCD-PS) R 171107 171110 170260 0 -1 4194304 38586 0 0 0 359078 927 0 0 20 0 1 0 242009333 311873536 59792 18446744073709551615 94750632083456 94750634518873 140725850772848 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94750634999032 94750635032064 94750658793472 140725850777981 140725850778119 140725850778119 140725850783723 0
/proc/171110/statm: 76141 59792 2624 595 0 60808 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 304564 KiB
Current children cumulated memory: 239168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.84 s, system=9.28093 s

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

Child status: 0

Real time (s): 3609.86
CPU time (s): 3600.12
CPU user time (s): 3590.84
CPU system time (s): 9.28093
CPU usage (%): 99.7301
Max. virtual memory (cumulated for all children) (KiB): 304564
Max. memory (cumulated for all children) (KiB): 239168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.84
system time used= 9.28093
maximum resident set size= 239168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38611
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= 182
involuntary context switches= 4770


# summary of solver processes directly reported to runsolver:
#   pid: 171110
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3590.84
#   total CPU system time (s): 9.28093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.73256 second user time and 15.9976 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 11:35:18
IDJOB=4546577
IDBENCH=163217
IDSOLVER=3422
FILE ID=nodeC015/4546577-1753263318
RUNJOBID= nodeC015-1753259701-170277
SLURM_JOB_ID= 9689170
Free space on /tmp= 432548 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-29array_ineq6.opb
COMMAND LINE= ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546577-1753263318/watcher-4546577-1753263318 -o /tmp/evaluation-result-4546577-1753263318/solver-4546577-1753263318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753259701-170277 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546577-1753263318.opb

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
RANDOM SEED=554905260

nodeC015 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		: 3600.061
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	: 7000.14
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		: 3600.067
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	: 7000.14
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		: 3522.182
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	: 7000.14
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		: 3488.728
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	: 7000.14
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		: 3600.320
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	: 7000.14
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		: 3600.073
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	: 7000.14
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		: 3599.545
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	: 7000.14
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		: 3587.511
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129032816 kB
MemAvailable:   129292996 kB
Buffers:            1508 kB
Cached:          1028592 kB
SwapCached:         3888 kB
Active:          1357824 kB
Inactive:         183908 kB
Active(anon):     485676 kB
Inactive(anon):    48308 kB
Active(file):     872148 kB
Inactive(file):   135600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3560 kB
Writeback:             0 kB
AnonPages:        510828 kB
Mapped:           117704 kB
Shmem:             22352 kB
KReclaimable:     183340 kB
Slab:             279468 kB
SReclaimable:     183340 kB
SUnreclaim:        96128 kB
KernelStack:        4256 kB
PageTables:         4232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     901512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432520 MiB
End job on nodeC015 at 2025-07-23 12:35:29