Trace number 4527243

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
LSIPExact S1? (TO) 3600.53 2907.33

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-631710.0.u.opb
MD5SUM3de1ff2182bb2a8df9b13aa693b03795
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 benchmark7728.55
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169577
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1966
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
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 202
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 758
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1425.81/726.59	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1425.81/726.59	c numVar: 167056
1425.81/726.59	c numCon: 169577
1425.81/726.59	c numEqual: 300
1425.81/726.59	c intSize: 10
1425.81/726.59	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1425.81/726.59	c ------------------- Paras list -------------------
1425.81/726.59	c Name                	 Type      	 Now       	 Default   	 Comment
1425.81/726.59	c timeout             	 double    	 3600.000000	 3600      	 
1425.81/726.59	c mip_time            	 double    	 0.200000  	 0.5       	 
1425.81/726.59	c ls_time             	 double    	 10.000000 	 10        	 
1425.81/726.59	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1425.81/726.59	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1425.81/726.59	c random_seed         	 int       	 0         	 0         	 
1425.81/726.59	c sample_size         	 int       	 50        	 50        	 
1425.81/726.59	c sub_score           	 int       	 1         	 1         	 
1425.81/726.59	c tabu_base           	 int       	 3         	 3         	 
1425.81/726.59	c tabu_variation      	 int       	 1         	 1         	 
1425.81/726.59	c sub_div             	 int       	 4         	 4         	 
1425.81/726.59	c nbcore              	 int       	 2         	 1         	 
1425.81/726.59	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1425.81/726.59	c print_sol           	 int       	 1         	 1         	 
1425.81/726.59	c tmpdir              	 string		 .         	 "."       	 
1425.81/726.59	c home                	 string		 HOME	 "."       	 
1425.81/726.59	c benchname           	 string		 HOME/instance-4527243-1752235889.opb	 ""        	 
1425.81/726.59	c --------------------------------------------------
1425.81/726.59	c Local Search solver
1425.81/726.59	c MIP solver
1425.81/726.59	c use Exact solver
3600.04/2906.80	c receive signal 15, try to interrupt solver...
1425.97/2907.11	c Exact solver (PID 115481) interrupted gracefully.
3600.48/2907.30	s UNKNOWN
3600.48/2907.30	c Total time: 2907

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 (62464 MiB free)
  memory of node 1: 64465 MiB (61294 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527243-1752235889/watcher-4527243-1752235889 -o /tmp/evaluation-result-4527243-1752235889/solver-4527243-1752235889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114477 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527243-1752235889.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 6.89 7.61 7.76 5/266 115116
/proc/meminfo: memFree=126645992/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=144364 memory=109692 CPUtime=0.09 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 19791 0 0 0 6 3 0 0 20 0 1 0 139266841 147828736 27423 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 36091 27423 1152 6655 0 26326 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 144364 KiB
Current children cumulated memory: 109692 KiB

[startup+0.205636 s]*
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126605672/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=181336 memory=146684 CPUtime=0.19 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 29027 0 0 0 15 4 0 0 20 0 1 0 139266841 185688064 36671 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 45334 36671 1152 6655 0 35569 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 181336 KiB
Current children cumulated memory: 146684 KiB

[startup+0.305547 s]*
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126581480/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=205064 memory=170492 CPUtime=0.29 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 34969 0 0 0 24 5 0 0 20 0 1 0 139266841 209985536 42623 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 51266 42623 1152 6655 0 41501 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 205064 KiB
Current children cumulated memory: 170492 KiB

[startup+0.700198 s]
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126555180/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=243924 memory=209148 CPUtime=0.68 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 44655 0 0 0 62 6 0 0 20 0 1 0 139266841 249778176 52287 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 60981 52287 1152 6655 0 51216 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 243924 KiB
Current children cumulated memory: 209148 KiB

[startup+1.50018 s]
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126555432/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=243924 memory=209148 CPUtime=1.48 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 44655 0 0 0 142 6 0 0 20 0 1 0 139266841 249778176 52287 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 60981 52287 1152 6655 0 51216 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 243924 KiB
Current children cumulated memory: 209148 KiB

[startup+3.10536 s]
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126590248/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=243924 memory=209148 CPUtime=3.08 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 44668 0 0 0 302 6 0 0 20 0 1 0 139266841 249778176 52287 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 60981 52287 1152 6655 0 51216 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 243924 KiB
Current children cumulated memory: 209148 KiB

[startup+6.30017 s]
/proc/loadavg: 6.45 7.49 7.72 5/267 115117
/proc/meminfo: memFree=126603568/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=243924 memory=209148 CPUtime=6.26 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 44681 0 0 0 620 6 0 0 20 0 1 0 139266841 249778176 52287 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 60981 52287 1152 6655 0 51216 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 243924 KiB
Current children cumulated memory: 209148 KiB

[startup+12.7002 s]
/proc/loadavg: 6.41 7.47 7.71 7/267 115119
/proc/meminfo: memFree=126230256/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=679324 memory=549396 CPUtime=12.64 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 108456 0 0 0 1245 19 0 0 20 0 2 0 139266841 695627776 137349 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 169831 137349 2912 6655 0 143714 0
[pid=115115/tid=115119] ppid=115112 vsize=679324 memory=436956 CPUtime=0 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) S 115112 115115 114460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139267896 695627776 137349 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 679324 KiB
Current children cumulated memory: 549396 KiB

[startup+25.5002 s]
/proc/loadavg: 6.50 7.45 7.70 8/268 115121
/proc/meminfo: memFree=125887452/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=923520 memory=783800 CPUtime=36.35 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 168110 0 0 0 3604 31 0 0 20 0 2 0 139266841 945684480 195950 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 230880 195950 3392 6655 0 212065 0
[pid=115115/tid=115119] ppid=115112 vsize=923520 memory=783800 CPUtime=10.96 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 25109 0 0 0 1092 4 0 0 20 0 2 0 139267896 945684480 195950 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 36.35 s
Current children cumulated vsize: 923520 KiB
Current children cumulated memory: 783800 KiB

[startup+51.1057 s]
/proc/loadavg: 6.41 7.34 7.66 7/268 115213
/proc/meminfo: memFree=125773604/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1157440 memory=976928 CPUtime=86.96 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 276080 0 0 0 8650 46 0 0 20 0 2 0 139266841 1185218560 244232 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 289360 244232 3424 6655 0 270545 0
[pid=115115/tid=115119] ppid=115112 vsize=1157440 memory=14156 CPUtime=36.09 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 45889 0 0 0 3602 7 0 0 20 0 2 0 139267896 1185218560 244232 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 86.96 s
Current children cumulated vsize: 1157440 KiB
Current children cumulated memory: 976928 KiB

[startup+102.3 s]
/proc/loadavg: 6.47 7.21 7.60 7/270 115354
/proc/meminfo: memFree=125764264/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1157440 memory=996000 CPUtime=188.48 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 313903 0 0 0 18796 52 0 0 20 0 2 0 139266841 1185218560 249000 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 289360 249000 3424 6655 0 270545 0
[pid=115115/tid=115119] ppid=115112 vsize=1157440 memory=14156 CPUtime=86.67 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 74205 0 0 0 8656 11 0 0 20 0 2 0 139267896 1185218560 249000 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 188.48 s
Current children cumulated vsize: 1157440 KiB
Current children cumulated memory: 996000 KiB

[startup+162.3 s]
/proc/loadavg: 6.21 7.00 7.50 7/272 115358
/proc/meminfo: memFree=125680124/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1157440 memory=1020448 CPUtime=307.55 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 386136 0 0 0 30697 58 0 0 20 0 2 0 139266841 1185218560 255112 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 289360 255112 3424 6655 0 270545 0
[pid=115115/tid=115119] ppid=115112 vsize=1157440 memory=1014688 CPUtime=145.99 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 120536 0 0 0 14584 15 0 0 20 0 2 0 139267896 1185218560 255112 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 307.55 s
Current children cumulated vsize: 1157440 KiB
Current children cumulated memory: 1020448 KiB

[startup+222.3 s]
/proc/loadavg: 6.28 6.88 7.42 7/271 115452
/proc/meminfo: memFree=127843008/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1245772 memory=1105300 CPUtime=426.57 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 447293 0 0 0 42582 75 0 0 20 0 2 0 139266841 1275670528 276325 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 311443 276325 3456 6655 0 293041 0
[pid=115115/tid=115119] ppid=115112 vsize=1245772 memory=1105300 CPUtime=205.25 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 138079 0 0 0 20503 22 0 0 20 0 2 0 139267896 1275670528 276325 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 426.57 s
Current children cumulated vsize: 1245772 KiB
Current children cumulated memory: 1105300 KiB

[startup+282.3 s]
/proc/loadavg: 6.66 6.87 7.38 9/272 115456
/proc/meminfo: memFree=127712940/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1245772 memory=1110932 CPUtime=545.69 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 485789 0 0 0 54491 78 0 0 20 0 2 0 139266841 1275670528 277733 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 311443 277733 3456 6655 0 294459 0
[pid=115115/tid=115119] ppid=115112 vsize=1245772 memory=1110932 CPUtime=264.6 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 167164 0 0 0 26435 25 0 0 20 0 2 0 139267896 1275670528 277733 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 545.69 s
Current children cumulated vsize: 1245772 KiB
Current children cumulated memory: 1110932 KiB

[startup+342.3 s]
/proc/loadavg: 6.99 6.93 7.37 8/270 115458
/proc/meminfo: memFree=127696812/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1245772 memory=1112212 CPUtime=664.83 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 508610 0 0 0 66403 80 0 0 20 0 2 0 139266841 1275670528 278053 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 311443 278053 3456 6655 0 294785 0
[pid=115115/tid=115119] ppid=115112 vsize=1245772 memory=1110932 CPUtime=323.96 cores=0,2
/proc/115115/task/115119/stat : 115119 (LSIPExact) R 115112 115115 114460 0 -1 4194368 168655 0 0 0 32371 25 0 0 20 0 2 0 139267896 1275670528 278053 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
Current children cumulated CPU time: 664.83 s
Current children cumulated vsize: 1245772 KiB
Current children cumulated memory: 1112212 KiB

[startup+402.3 s]

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

/proc/115481/statm: 2914879 2713105 1088 1011 0 2913646 0
Current children cumulated CPU time: 3076.79 s
Current children cumulated vsize: 12882332 KiB
Current children cumulated memory: 11930948 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 3.50 5.13 2/246 115664
/proc/meminfo: memFree=117661076/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11694264 memory=10888340 CPUtime=1710.68 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1848738 0 0 0 170431 637 0 0 20 0 1 0 139339501 11974926336 2722085 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2923566 2722085 1088 1011 0 2922333 0
Current children cumulated CPU time: 3136.65 s
Current children cumulated vsize: 12917080 KiB
Current children cumulated memory: 11966868 KiB

[startup+2502.3 s]
/proc/loadavg: 1.25 3.05 4.87 2/246 115666
/proc/meminfo: memFree=117607480/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11740356 memory=10934548 CPUtime=1770.54 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1861551 0 0 0 176410 644 0 0 20 0 1 0 139339501 12022124544 2733637 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2935089 2733637 1088 1011 0 2933856 0
Current children cumulated CPU time: 3196.51 s
Current children cumulated vsize: 12963172 KiB
Current children cumulated memory: 12013076 KiB

[startup+2562.3 s]
/proc/loadavg: 1.14 2.69 4.63 2/246 115668
/proc/meminfo: memFree=117566196/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11795220 memory=10985836 CPUtime=1830.39 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1871551 0 0 0 182387 652 0 0 20 0 1 0 139339501 12078305280 2746459 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2948805 2746459 1088 1011 0 2947572 0
Current children cumulated CPU time: 3256.36 s
Current children cumulated vsize: 13018036 KiB
Current children cumulated memory: 12064364 KiB

[startup+2622.3 s]
/proc/loadavg: 1.12 2.40 4.41 2/246 115670
/proc/meminfo: memFree=117552684/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11800548 memory=10995800 CPUtime=1890.25 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1876298 0 0 0 188366 659 0 0 20 0 1 0 139339501 12083761152 2748950 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2950137 2748950 1088 1011 0 2948904 0
Current children cumulated CPU time: 3316.22 s
Current children cumulated vsize: 13023364 KiB
Current children cumulated memory: 12074328 KiB

[startup+2682.3 s]
/proc/loadavg: 1.09 2.16 4.20 2/246 115672
/proc/meminfo: memFree=117551440/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11800548 memory=10999512 CPUtime=1950.1 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1878190 0 0 0 194345 665 0 0 20 0 1 0 139339501 12083761152 2749878 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2950137 2749878 1088 1011 0 2948904 0
Current children cumulated CPU time: 3376.07 s
Current children cumulated vsize: 13023364 KiB
Current children cumulated memory: 12078040 KiB

[startup+2742.3 s]
/proc/loadavg: 1.07 1.96 4.00 2/246 115674
/proc/meminfo: memFree=117546196/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11801316 memory=11003568 CPUtime=2009.96 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1881235 0 0 0 200325 671 0 0 20 0 1 0 139339501 12084547584 2750892 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2950329 2750892 1088 1011 0 2949096 0
Current children cumulated CPU time: 3435.93 s
Current children cumulated vsize: 13024132 KiB
Current children cumulated memory: 12082096 KiB

[startup+2802.3 s]
/proc/loadavg: 1.06 1.80 3.82 2/246 115677
/proc/meminfo: memFree=117522484/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11805900 memory=11008560 CPUtime=2069.82 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1883564 0 0 0 206306 676 0 0 20 0 1 0 139339501 12089241600 2752140 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2951475 2752140 1088 1011 0 2950242 0
Current children cumulated CPU time: 3495.79 s
Current children cumulated vsize: 13028716 KiB
Current children cumulated memory: 12087088 KiB

[startup+2862.3 s]
/proc/loadavg: 1.06 1.66 3.64 2/246 115679
/proc/meminfo: memFree=117484392/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11834880 memory=11044676 CPUtime=2129.67 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1889063 0 0 0 212283 684 0 0 20 0 1 0 139339501 12118917120 2761169 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2958720 2761169 1088 1011 0 2957487 0
Current children cumulated CPU time: 3555.64 s
Current children cumulated vsize: 13057696 KiB
Current children cumulated memory: 12123204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2906.8 s]
/proc/loadavg: 1.07 1.58 3.52 2/246 115680
/proc/meminfo: memFree=117482216/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=1425.97 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) S 115112 115115 114460 0 -1 4194304 758763 0 0 0 142497 100 0 0 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
[pid=115481] ppid=115115 vsize=11834880 memory=11047236 CPUtime=2174.07 cores=0,2
/proc/115481/stat : 115481 (Exact) R 115115 115481 115481 0 -1 4194304 1890892 0 0 0 216720 687 0 0 20 0 1 0 139339501 12118917120 2761809 18446744073709551615 4198400 8335837 140722786647808 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41234432 140722786654393 140722786654747 140722786654747 140722786660303 0
/proc/115481/statm: 2958720 2761809 1088 1011 0 2957487 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 13057696 KiB
Current children cumulated memory: 12125764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.37 s, system=8.15695 s

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

[startup+2907.2 s]
/proc/loadavg: 1.07 1.58 3.52 2/246 115681
/proc/meminfo: memFree=123860236/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1222816 memory=1078528 CPUtime=3600.38 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 771382 1891035 0 0 142505 100 216722 711 20 0 1 0 139266841 1252163584 269632 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 305704 269632 3776 6655 0 289788 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 1222816 KiB
Current children cumulated memory: 1078528 KiB

[startup+2907.3 s]
/proc/loadavg: 1.07 1.58 3.52 2/246 115681
/proc/meminfo: memFree=123860236/131249996 swapFree=33000896/33010684
[pid=115115] ppid=115112 vsize=1204544 memory=1060340 CPUtime=3600.48 cores=0,2
/proc/115115/stat : 115115 (LSIPExact) R 115112 115115 114460 0 -1 4194304 795427 1891035 0 0 142514 101 216722 711 20 0 1 0 139266841 1233453056 265085 18446744073709551615 94111641501696 94111668758865 140728850989568 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94111677260936 94111677692544 94111685144576 140728850995544 140728850995720 140728850995720 140728851001324 0
/proc/115115/statm: 301136 265085 3776 6655 0 285220 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 1204544 KiB
Current children cumulated memory: 1060340 KiB

Child status: 0

Real time (s): 2907.33
CPU time (s): 3600.53
CPU user time (s): 3592.37
CPU system time (s): 8.15695
CPU usage (%): 123.843
Max. virtual memory (cumulated for all children) (KiB): 13127332
Max. memory (cumulated for all children) (KiB): 12191304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.37
system time used= 8.15695
maximum resident set size= 11147596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2687777
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= 410
involuntary context switches= 37048


# summary of solver processes directly reported to runsolver:
#   pid: 115115
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3592.37
#   total CPU system time (s): 8.15695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75038 second user time and 13.2714 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 14:11:30
IDJOB=4527243
IDBENCH=164408
IDSOLVER=3384
FILE ID=nodeC023/4527243-1752235889
RUNJOBID= nodeC023-1752232205-114477
SLURM_JOB_ID= 9682534
Free space on /tmp= 431696 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527243-1752235889/watcher-4527243-1752235889 -o /tmp/evaluation-result-4527243-1752235889/solver-4527243-1752235889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114477 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527243-1752235889.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=711647137

nodeC023 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.914
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.991
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.650
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		: 3611.872
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.890
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.915
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		: 3593.781
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		: 3700.000
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:       131249996 kB
MemFree:        126729564 kB
MemAvailable:   126892084 kB
Buffers:              16 kB
Cached:           903576 kB
SwapCached:         2860 kB
Active:          2760576 kB
Inactive:         740144 kB
Active(anon):    2556992 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   687388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            145540 kB
Writeback:             0 kB
AnonPages:       2595824 kB
Mapped:           119068 kB
Shmem:             12612 kB
KReclaimable:     221576 kB
Slab:             314348 kB
SReclaimable:     221576 kB
SUnreclaim:        92772 kB
KernelStack:        4352 kB
PageTables:         8300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3077708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431816 MiB
End job on nodeC023 at 2025-07-11 14:59:57