Trace number 4541619

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-06-01? (TO) 3600.11 3609.02

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.04	c #vars 2170 #constraints 3973 1.83088 1
0.07/0.10	c 3973 constraints
0.07/0.10	c Finish cloning data from SAT to LS
0.07/0.10	c restart_num_ls  -100000 0
43.95/44.12	c Use LS-small
43.95/44.12	c update_LS_target_phase-runLS
1365.57/1369.07	c restart_num  0 301
1365.57/1369.07	c LS-restart 90 7
3547.52/3556.36	c Use LS-small
3547.52/3556.36	c restart_num  301 602
3547.52/3556.36	c LS-restart 80 88
3600.09/3609.00	c Use LS-small
3600.09/3609.00	c Program interrupted by user.
3600.09/3609.00	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 (62102 MiB free)
  memory of node 1: 64465 MiB (59445 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100059 s]*
/proc/loadavg: 1.66 3.46 3.93 6/263 166867
/proc/meminfo: memFree=124444216/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=95536 memory=22232 CPUtime=0.07 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3554 0 0 0 7 0 0 0 20 0 1 0 236666668 97828864 5558 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 23884 5558 2464 595 0 8551 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 95536 KiB
Current children cumulated memory: 22232 KiB

[startup+0.204904 s]*
/proc/loadavg: 1.66 3.46 3.93 6/263 166867
/proc/meminfo: memFree=124421708/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=0.18 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 17 1 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+0.304504 s]*
/proc/loadavg: 1.66 3.46 3.93 6/263 166867
/proc/meminfo: memFree=124421708/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=0.27 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 26 1 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+0.7001 s]
/proc/loadavg: 1.66 3.46 3.93 6/263 166867
/proc/meminfo: memFree=124421708/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=0.66 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 64 2 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+1.50009 s]
/proc/loadavg: 1.66 3.46 3.93 6/263 166867
/proc/meminfo: memFree=124421708/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=1.46 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 140 6 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+3.10449 s]
/proc/loadavg: 1.93 3.48 3.93 6/263 166867
/proc/meminfo: memFree=124422092/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=3.06 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 295 11 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+6.3001 s]
/proc/loadavg: 1.93 3.48 3.93 6/263 166867
/proc/meminfo: memFree=124418544/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=6.25 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 603 22 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+12.7001 s]
/proc/loadavg: 2.25 3.50 3.93 6/263 166867
/proc/meminfo: memFree=124374136/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=12.63 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 1219 44 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+25.5001 s]
/proc/loadavg: 2.52 3.52 3.93 6/263 166868
/proc/meminfo: memFree=124291120/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=96592 memory=23640 CPUtime=25.4 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 3910 0 0 0 2448 92 0 0 20 0 1 0 236666668 98910208 5910 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 24148 5910 2464 595 0 8815 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 96592 KiB
Current children cumulated memory: 23640 KiB

[startup+51.1048 s]
/proc/loadavg: 3.11 3.57 3.94 6/263 166868
/proc/meminfo: memFree=124216536/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=108956 memory=47432 CPUtime=50.93 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 7173 0 0 0 4922 171 0 0 20 0 1 0 236666668 111570944 11858 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 27239 11858 2592 595 0 11906 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 108956 KiB
Current children cumulated memory: 47432 KiB

[startup+102.3 s]
/proc/loadavg: 3.71 3.66 3.95 6/263 166870
/proc/meminfo: memFree=124101876/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=176988 memory=107220 CPUtime=101.98 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 15538 0 0 0 10000 198 0 0 20 0 1 0 236666668 181235712 26805 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 44247 26805 2592 595 0 28914 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 176988 KiB
Current children cumulated memory: 107220 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 3.74 3.96 6/263 166872
/proc/meminfo: memFree=124036156/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=235168 memory=144780 CPUtime=161.83 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 19707 0 0 0 15970 213 0 0 20 0 1 0 236666668 240812032 36195 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 58792 36195 2592 595 0 43459 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 235168 KiB
Current children cumulated memory: 144780 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.81 3.98 6/263 166874
/proc/meminfo: memFree=123993612/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=242632 memory=152332 CPUtime=221.68 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 21612 0 0 0 21945 223 0 0 20 0 1 0 236666668 248455168 38083 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 60658 38083 2592 595 0 45325 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 242632 KiB
Current children cumulated memory: 152332 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.86 3.99 6/262 166876
/proc/meminfo: memFree=123941844/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=243016 memory=152716 CPUtime=281.54 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 21708 0 0 0 27918 236 0 0 20 0 1 0 236666668 248848384 38179 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 60754 38179 2592 595 0 45421 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 243016 KiB
Current children cumulated memory: 152716 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.90 4.00 6/262 166878
/proc/meminfo: memFree=123949716/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=243016 memory=152844 CPUtime=341.39 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 21747 0 0 0 33890 249 0 0 20 0 1 0 236666668 248848384 38211 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 60754 38211 2592 595 0 45421 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 243016 KiB
Current children cumulated memory: 152844 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.94 4.00 6/262 166880
/proc/meminfo: memFree=123920112/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=244040 memory=153740 CPUtime=401.25 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 21984 0 0 0 39866 259 0 0 20 0 1 0 236666668 249896960 38435 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 61010 38435 2592 595 0 45677 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 244040 KiB
Current children cumulated memory: 153740 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.97 4.00 6/262 166882
/proc/meminfo: memFree=123897252/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=245272 memory=154764 CPUtime=461.09 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 22255 0 0 0 45841 268 0 0 20 0 1 0 236666668 251158528 38691 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 61318 38691 2592 595 0 45985 0

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

Current children cumulated memory: 176524 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.10 4.11 6/263 167006
/proc/meminfo: memFree=123716124/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=265684 memory=176524 CPUtime=2855.22 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 26885 0 0 0 284821 701 0 0 20 0 1 0 236666668 272060416 44131 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66421 44131 2592 595 0 51088 0
Current children cumulated CPU time: 2855.22 s
Current children cumulated vsize: 265684 KiB
Current children cumulated memory: 176524 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.09 4.10 6/263 167008
/proc/meminfo: memFree=123716844/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=266404 memory=177164 CPUtime=2915.08 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27032 0 0 0 290802 706 0 0 20 0 1 0 236666668 272797696 44291 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66601 44291 2592 595 0 51268 0
Current children cumulated CPU time: 2915.08 s
Current children cumulated vsize: 266404 KiB
Current children cumulated memory: 177164 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.11 4.10 6/263 167017
/proc/meminfo: memFree=123717272/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=266404 memory=177164 CPUtime=2974.93 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27032 0 0 0 296776 717 0 0 20 0 1 0 236666668 272797696 44291 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66601 44291 2592 595 0 51268 0
Current children cumulated CPU time: 2974.93 s
Current children cumulated vsize: 266404 KiB
Current children cumulated memory: 177164 KiB

[startup+3042.3 s]
/proc/loadavg: 4.05 4.08 4.09 6/263 167019
/proc/meminfo: memFree=123709076/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=266852 memory=177292 CPUtime=3034.78 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27085 0 0 0 302756 722 0 0 20 0 1 0 236666668 273256448 44323 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66713 44323 2592 595 0 51380 0
Current children cumulated CPU time: 3034.78 s
Current children cumulated vsize: 266852 KiB
Current children cumulated memory: 177292 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/263 167021
/proc/meminfo: memFree=123696400/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=266852 memory=178572 CPUtime=3094.63 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27094 0 0 0 308732 731 0 0 20 0 1 0 236666668 273256448 44643 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66713 44643 2592 595 0 51380 0
Current children cumulated CPU time: 3094.63 s
Current children cumulated vsize: 266852 KiB
Current children cumulated memory: 178572 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.09 4.09 6/264 167024
/proc/meminfo: memFree=123684680/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=266852 memory=179852 CPUtime=3154.48 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27126 0 0 0 314712 736 0 0 20 0 1 0 236666668 273256448 44963 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66713 44963 2592 595 0 51380 0
Current children cumulated CPU time: 3154.48 s
Current children cumulated vsize: 266852 KiB
Current children cumulated memory: 179852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 6/264 167026
/proc/meminfo: memFree=123692820/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=266852 memory=179852 CPUtime=3214.34 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27126 0 0 0 320689 745 0 0 20 0 1 0 236666668 273256448 44963 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66713 44963 2592 595 0 51380 0
Current children cumulated CPU time: 3214.34 s
Current children cumulated vsize: 266852 KiB
Current children cumulated memory: 179852 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 6/264 167028
/proc/meminfo: memFree=123689228/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=267584 memory=180492 CPUtime=3274.19 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27286 0 0 0 326671 748 0 0 20 0 1 0 236666668 274006016 45123 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66896 45123 2592 595 0 51563 0
Current children cumulated CPU time: 3274.19 s
Current children cumulated vsize: 267584 KiB
Current children cumulated memory: 180492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/264 167030
/proc/meminfo: memFree=123636864/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=267584 memory=180492 CPUtime=3334.04 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27286 0 0 0 332650 754 0 0 20 0 1 0 236666668 274006016 45123 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66896 45123 2592 595 0 51563 0
Current children cumulated CPU time: 3334.04 s
Current children cumulated vsize: 267584 KiB
Current children cumulated memory: 180492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.09 6/264 167031
/proc/meminfo: memFree=123637452/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=267584 memory=180492 CPUtime=3393.9 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27286 0 0 0 338631 759 0 0 20 0 1 0 236666668 274006016 45123 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 66896 45123 2592 595 0 51563 0
Current children cumulated CPU time: 3393.9 s
Current children cumulated vsize: 267584 KiB
Current children cumulated memory: 180492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/264 167033
/proc/meminfo: memFree=123637460/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=268352 memory=181132 CPUtime=3453.76 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27455 0 0 0 344609 767 0 0 20 0 1 0 236666668 274792448 45283 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 67088 45283 2592 595 0 51755 0
Current children cumulated CPU time: 3453.76 s
Current children cumulated vsize: 268352 KiB
Current children cumulated memory: 181132 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/263 167035
/proc/meminfo: memFree=123637340/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=268352 memory=181132 CPUtime=3513.6 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27455 0 0 0 350588 772 0 0 20 0 1 0 236666668 274792448 45283 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 67088 45283 2592 595 0 51755 0
Current children cumulated CPU time: 3513.6 s
Current children cumulated vsize: 268352 KiB
Current children cumulated memory: 181132 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.09 4.09 6/262 167043
/proc/meminfo: memFree=123609116/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=268352 memory=181260 CPUtime=3573.45 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27472 0 0 0 356466 879 0 0 20 0 1 0 236666668 274792448 45315 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 67088 45315 2592 595 0 51755 0
Current children cumulated CPU time: 3573.45 s
Current children cumulated vsize: 268352 KiB
Current children cumulated memory: 181260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.08 4.08 4.09 6/262 167045
/proc/meminfo: memFree=123617160/131249988 swapFree=33010416/33010684
[pid=166858] ppid=166848 vsize=268352 memory=181260 CPUtime=3600.09 cores=0,2
/proc/166858/stat : 166858 (SynLSCD-PS) R 166848 166858 166798 0 -1 4194304 27472 0 0 0 359067 942 0 0 20 0 1 0 236666668 274792448 45315 18446744073709551615 94048120471552 94048122906553 140736351188448 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94048123387128 94048123420160 94048153604096 140736351197534 140736351197670 140736351197670 140736351203274 0
/proc/166858/statm: 67088 45315 2592 595 0 51755 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 268352 KiB
Current children cumulated memory: 181260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.68 s, system=9.42274 s

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

Child status: 0

Real time (s): 3609.02
CPU time (s): 3600.11
CPU user time (s): 3590.68
CPU system time (s): 9.42274
CPU usage (%): 99.7531
Max. virtual memory (cumulated for all children) (KiB): 268352
Max. memory (cumulated for all children) (KiB): 181260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.68
system time used= 9.42274
maximum resident set size= 181388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27498
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= 208
involuntary context switches= 7904


# summary of solver processes directly reported to runsolver:
#   pid: 166858
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3590.68
#   total CPU system time (s): 9.42274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.28833 second user time and 12.512 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-22 20:44:41
IDJOB=4541619
IDBENCH=163199
IDSOLVER=3370
FILE ID=nodeC031/4541619-1753209881
RUNJOBID= nodeC031-1753209881-166808
SLURM_JOB_ID= 9687773
Free space on /tmp= 432952 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
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-4541619-1753209881/watcher-4541619-1753209881 -o /tmp/evaluation-result-4541619-1753209881/solver-4541619-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753209881-166808 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541619-1753209881.opb

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

MD5SUM BENCH= 21d0ffe78b9aba15f7c4d4a17a4e20d2
RANDOM SEED=942850719

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		: 3600.525
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		: 3600.257
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		: 3599.883
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		: 3601.311
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		: 3595.769
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.895
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		: 3599.888
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		: 2854.520
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:        124471272 kB
MemAvailable:   129580700 kB
Buffers:            2128 kB
Cached:          5794560 kB
SwapCached:            8 kB
Active:          1217328 kB
Inactive:        4660512 kB
Active(anon):      96936 kB
Inactive(anon):    10464 kB
Active(file):    1120392 kB
Inactive(file):  4650048 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10692 kB
Writeback:             0 kB
AnonPages:         84224 kB
Mapped:           108752 kB
Shmem:             26248 kB
KReclaimable:     356456 kB
Slab:             455024 kB
SReclaimable:     356456 kB
SUnreclaim:        98568 kB
KernelStack:        3924 kB
PageTables:         2772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     359384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 432936 MiB
End job on nodeC031 at 2025-07-22 21:44:50