Trace number 4546578

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.08 3608.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
MD5SUM21d0ffe78b9aba15f7c4d4a17a4e20d2
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 benchmark0.454795
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2170
Total number of constraints5893
Number of constraints which are clauses5859
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint1023
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c intsize: 63
0.01/0.15	c 3973 constraints
0.01/0.15	c Finish cloning data from SAT to LS
0.01/0.15	c restart_num_ls  -100000 0
42.42/42.66	c Use LS-small
42.42/42.66	c update_LS_target_phase-runLS-restart
1011.05/1013.95	c restart_num  0 301
1011.05/1013.95	c LS-restart 90 7
1053.43/1056.48	c Use LS-small
1053.43/1056.48	c update_LS_target_phase-runLS-restart
2336.54/2342.40	c restart_num  301 602
2336.54/2342.40	c LS-restart 80 51
2378.66/2384.65	c Use LS-small
2378.66/2384.65	c update_LS_target_phase-runLS-restart
3386.21/3394.30	c restart_num  602 903
3386.21/3394.30	c LS-restart 70 37
3428.03/3436.28	c Use LS-small
3428.03/3436.28	c update_LS_target_phase-runLS-restart
3600.06/3608.60	c Program interrupted by user.
3600.06/3608.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546578-1753263317/watcher-4546578-1753263317 -o /tmp/evaluation-result-4546578-1753263317/solver-4546578-1753263317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753259701-174021 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546578-1753263317.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=174620, runsolver pid=174617
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.15 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124203592/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=86696 memory=13440 CPUtime=0.01 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 1347 0 0 0 1 0 0 0 20 0 1 0 242010288 88776704 3360 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 21674 3360 2272 595 0 6341 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 86696 KiB
Current children cumulated memory: 13440 KiB

[startup+0.205264 s]*
/proc/loadavg: 4.15 4.13 4.06 6/263 174621
/proc/meminfo: memFree=124194016/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=0.12 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 12 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+0.304666 s]*
/proc/loadavg: 4.15 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124194016/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=0.21 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 21 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+0.700103 s]
/proc/loadavg: 4.15 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124194016/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=0.6 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 60 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+1.5001 s]
/proc/loadavg: 4.15 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124194016/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=1.4 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 140 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+3.10496 s]
/proc/loadavg: 4.13 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124194268/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=3 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 300 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+6.3001 s]
/proc/loadavg: 4.13 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124194284/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=6.19 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 619 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+12.7001 s]
/proc/loadavg: 4.11 4.13 4.06 5/263 174621
/proc/meminfo: memFree=124194564/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=12.58 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 1258 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+25.5001 s]
/proc/loadavg: 4.17 4.14 4.06 5/263 174621
/proc/meminfo: memFree=124196728/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=96616 memory=23640 CPUtime=25.35 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 3907 0 0 0 2535 0 0 0 20 0 1 0 242010288 98934784 5910 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 24154 5910 2432 595 0 8821 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 96616 KiB
Current children cumulated memory: 23640 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.13 4.06 5/263 174622
/proc/meminfo: memFree=124161060/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=115088 memory=57152 CPUtime=50.9 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 8566 0 0 0 5084 6 0 0 20 0 1 0 242010288 117850112 14288 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 28772 14288 2592 595 0 13439 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 115088 KiB
Current children cumulated memory: 57152 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.12 4.06 5/263 174716
/proc/meminfo: memFree=124174236/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=176604 memory=101088 CPUtime=101.96 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 15564 0 0 0 10167 29 0 0 20 0 1 0 242010288 180842496 25272 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 44151 25272 2624 595 0 28818 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 176604 KiB
Current children cumulated memory: 101088 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.07 5/264 175036
/proc/meminfo: memFree=124151856/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=186964 memory=127848 CPUtime=161.77 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 18185 0 0 0 16137 40 0 0 20 0 1 0 242010288 191451136 31962 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 46741 31962 2624 595 0 31408 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 186964 KiB
Current children cumulated memory: 127848 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.17 4.09 5/265 175309
/proc/meminfo: memFree=123954336/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=195908 memory=138728 CPUtime=221.6 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 20309 0 0 0 22109 51 0 0 20 0 1 0 242010288 200609792 34682 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 48977 34682 2624 595 0 33644 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 195908 KiB
Current children cumulated memory: 138728 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.18 4.10 5/265 175490
/proc/meminfo: memFree=123954880/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=196048 memory=142184 CPUtime=281.44 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 20332 0 0 0 28084 60 0 0 20 0 1 0 242010288 200753152 35546 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 49012 35546 2624 595 0 33679 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 196048 KiB
Current children cumulated memory: 142184 KiB

[startup+342.3 s]
/proc/loadavg: 3.86 4.10 4.07 4/259 175567
/proc/meminfo: memFree=123924648/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=199276 memory=145384 CPUtime=341.27 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 21126 0 0 0 34060 67 0 0 20 0 1 0 242010288 204058624 36346 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 49819 36346 2624 595 0 34486 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 199276 KiB
Current children cumulated memory: 145384 KiB

[startup+402.3 s]
/proc/loadavg: 3.39 3.91 4.01 4/259 175569
/proc/meminfo: memFree=123883260/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=200072 memory=146152 CPUtime=401.12 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 21334 0 0 0 40026 86 0 0 20 0 1 0 242010288 204873728 36538 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 50018 36538 2624 595 0 34685 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 200072 KiB
Current children cumulated memory: 146152 KiB

[startup+462.3 s]
/proc/loadavg: 3.21 3.76 3.95 4/258 175572
/proc/meminfo: memFree=123869440/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=200420 memory=146408 CPUtime=460.97 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 21396 0 0 0 45996 101 0 0 20 0 1 0 242010288 205230080 36602 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 50105 36602 2624 595 0 34772 0

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

Current children cumulated memory: 156520 KiB

[startup+2862.3 s]
/proc/loadavg: 1.14 1.11 1.40 2/246 175756
/proc/meminfo: memFree=124283908/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=2855.34 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23831 0 0 0 285005 529 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 2855.34 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+2922.3 s]
/proc/loadavg: 1.11 1.11 1.37 2/246 175758
/proc/meminfo: memFree=124283796/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=2915.22 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23831 0 0 0 290975 547 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 2915.22 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+2982.3 s]
/proc/loadavg: 1.16 1.12 1.36 2/247 175762
/proc/meminfo: memFree=124283896/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=2975.09 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23831 0 0 0 296953 556 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 2975.09 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3042.3 s]
/proc/loadavg: 1.12 1.11 1.34 2/246 175764
/proc/meminfo: memFree=124284196/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=3034.96 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23840 0 0 0 302931 565 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 3034.96 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.10 1.32 2/245 175766
/proc/meminfo: memFree=124283988/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=3094.83 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23840 0 0 0 308905 578 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 3094.83 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3162.3 s]
/proc/loadavg: 1.15 1.12 1.31 2/246 175771
/proc/meminfo: memFree=124283800/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=3154.7 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23841 0 0 0 314878 592 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 3154.7 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3222.3 s]
/proc/loadavg: 1.11 1.11 1.29 2/246 175777
/proc/meminfo: memFree=124284276/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=3214.57 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23841 0 0 0 320848 609 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 3214.57 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.10 1.28 2/245 175779
/proc/meminfo: memFree=124284372/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=3274.45 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23849 0 0 0 326821 624 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 3274.45 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 1.11 1.27 2/245 175781
/proc/meminfo: memFree=124284228/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156520 CPUtime=3334.32 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23857 0 0 0 332792 640 0 0 20 0 1 0 242010288 215400448 39130 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39130 2624 595 0 37255 0
Current children cumulated CPU time: 3334.32 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156520 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.11 1.26 2/245 175783
/proc/meminfo: memFree=124284324/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156648 CPUtime=3394.19 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23865 0 0 0 338769 650 0 0 20 0 1 0 242010288 215400448 39162 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39162 2624 595 0 37255 0
Current children cumulated CPU time: 3394.19 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156648 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.12 1.25 2/245 175785
/proc/meminfo: memFree=124284180/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210352 memory=156648 CPUtime=3454.07 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23865 0 0 0 344753 654 0 0 20 0 1 0 242010288 215400448 39162 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52588 39162 2624 595 0 37255 0
Current children cumulated CPU time: 3454.07 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 156648 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.11 1.24 2/245 175787
/proc/meminfo: memFree=124284276/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210576 memory=156648 CPUtime=3513.95 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23890 0 0 0 350733 662 0 0 20 0 1 0 242010288 215629824 39162 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52644 39162 2624 595 0 37311 0
Current children cumulated CPU time: 3513.95 s
Current children cumulated vsize: 210576 KiB
Current children cumulated memory: 156648 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.10 1.23 2/245 175789
/proc/meminfo: memFree=124284372/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210576 memory=156648 CPUtime=3573.82 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23890 0 0 0 356711 671 0 0 20 0 1 0 242010288 215629824 39162 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52644 39162 2624 595 0 37311 0
Current children cumulated CPU time: 3573.82 s
Current children cumulated vsize: 210576 KiB
Current children cumulated memory: 156648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 1.12 1.11 1.23 2/245 175790
/proc/meminfo: memFree=124284436/131249988 swapFree=33010416/33010684
[pid=174620] ppid=174617 vsize=210576 memory=156648 CPUtime=3600.06 cores=0,2
/proc/174620/stat : 174620 (SynLSCD-PS) R 174617 174620 174004 0 -1 4194304 23890 0 0 0 359332 674 0 0 20 0 1 0 242010288 215629824 39162 18446744073709551615 94853649481728 94853651917145 140734747221232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94853652397304 94853652430336 94853660172288 140734747224445 140734747224583 140734747224583 140734747230187 0
/proc/174620/statm: 52644 39162 2624 595 0 37311 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 210576 KiB
Current children cumulated memory: 156648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.33 s, system=6.75118 s

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

Child status: 0

Real time (s): 3608.61
CPU time (s): 3600.08
CPU user time (s): 3593.33
CPU system time (s): 6.75118
CPU usage (%): 99.7637
Max. virtual memory (cumulated for all children) (KiB): 210576
Max. memory (cumulated for all children) (KiB): 156648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.33
system time used= 6.75118
maximum resident set size= 156648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23917
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= 162
involuntary context switches= 7909


# summary of solver processes directly reported to runsolver:
#   pid: 174620
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3593.33
#   total CPU system time (s): 6.75118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36974 second user time and 13.6575 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 11:35:17
IDJOB=4546578
IDBENCH=163199
IDSOLVER=3422
FILE ID=nodeC031/4546578-1753263317
RUNJOBID= nodeC031-1753259701-174021
SLURM_JOB_ID= 9689186
Free space on /tmp= 432940 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-31array_alg_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-4546578-1753263317/watcher-4546578-1753263317 -o /tmp/evaluation-result-4546578-1753263317/solver-4546578-1753263317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753259701-174021 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546578-1753263317.opb

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

MD5SUM BENCH= 21d0ffe78b9aba15f7c4d4a17a4e20d2
RANDOM SEED=554905260

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124203568 kB
MemAvailable:   129361744 kB
Buffers:            2128 kB
Cached:          5842524 kB
SwapCached:            8 kB
Active:          1445276 kB
Inactive:        4708456 kB
Active(anon):     324864 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file):  4697992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3608 kB
Writeback:             0 kB
AnonPages:        310836 kB
Mapped:           120456 kB
Shmem:             26248 kB
KReclaimable:     358020 kB
Slab:             456884 kB
SReclaimable:     358020 kB
SUnreclaim:        98864 kB
KernelStack:        4236 kB
PageTables:         3872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     708008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC031 at 2025-07-23 12:35:26