Trace number 4503232

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 S2? (TO) 3600.42 2547.84

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
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 benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2141.29/1084.62	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2141.29/1084.62	c numVar: 10086
2141.29/1084.62	c numCon: 226240
2141.29/1084.62	c numEqual: 368
2141.29/1084.62	c intSize: 8
2141.29/1084.62	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2141.29/1084.62	c ------------------- Paras list -------------------
2141.29/1084.62	c Name                	 Type      	 Now       	 Default   	 Comment
2141.29/1084.62	c timeout             	 double    	 3600.000000	 3600      	 
2141.29/1084.62	c mip_time            	 double    	 0.300000  	 0.5       	 
2141.29/1084.62	c ls_time             	 double    	 10.000000 	 10        	 
2141.29/1084.62	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2141.29/1084.62	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2141.29/1084.62	c random_seed         	 int       	 0         	 0         	 
2141.29/1084.62	c sample_size         	 int       	 50        	 50        	 
2141.29/1084.62	c sub_score           	 int       	 1         	 1         	 
2141.29/1084.62	c tabu_base           	 int       	 3         	 3         	 
2141.29/1084.62	c tabu_variation      	 int       	 1         	 1         	 
2141.29/1084.62	c sub_div             	 int       	 4         	 4         	 
2141.29/1084.62	c nbcore              	 int       	 2         	 1         	 
2141.29/1084.62	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2141.29/1084.62	c print_sol           	 int       	 1         	 1         	 
2141.29/1084.62	c tmpdir              	 string		 .         	 "."       	 
2141.29/1084.62	c home                	 string		 HOME	 "."       	 
2141.29/1084.62	c benchname           	 string		 HOME/instance-4503232-1751137945.opb	 ""        	 
2141.29/1084.62	c --------------------------------------------------
2141.29/1084.62	c Local Search solver
2141.29/1084.62	c MIP solver
2141.29/1084.62	c use Exact solver
3600.05/2547.40	c receive signal 15, try to interrupt solver...
2141.31/2547.51	c Exact solver (PID 14165) interrupted gracefully.
3600.36/2547.81	s UNKNOWN
3600.36/2547.81	c Total time: 2548

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: 63794 MiB (63102 MiB free)
  memory of node 1: 64507 MiB (63966 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503232-1751137945/watcher-4503232-1751137945 -o /tmp/evaluation-result-4503232-1751137945/solver-4503232-1751137945 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11151 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4503232-1751137945.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=14062, runsolver pid=14059

[startup+0.100073 s]*
/proc/loadavg: 7.13 7.44 7.16 7/255 14063
/proc/meminfo: memFree=130062088/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=104484 memory=61848 CPUtime=0.09 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 11870 0 0 0 6 3 0 0 20 0 1 0 29473389 106991616 15462 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 26121 15462 1184 6655 0 16356 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 104484 KiB
Current children cumulated memory: 61848 KiB

[startup+0.213214 s]*
/proc/loadavg: 7.04 7.41 7.15 7/255 14063
/proc/meminfo: memFree=130062088/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=109220 memory=74808 CPUtime=0.2 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 14091 0 0 0 16 4 0 0 20 0 1 0 29473389 111841280 18702 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 27305 18702 1184 6655 0 17540 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 109220 KiB
Current children cumulated memory: 74808 KiB

[startup+0.310747 s]*
/proc/loadavg: 7.04 7.41 7.15 7/255 14063
/proc/meminfo: memFree=130038148/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=127872 memory=93368 CPUtime=0.3 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 18756 0 0 0 24 6 0 0 20 0 1 0 29473389 130940928 23342 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 31968 23342 1184 6655 0 22203 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 127872 KiB
Current children cumulated memory: 93368 KiB

[startup+0.70029 s]
/proc/loadavg: 7.04 7.41 7.15 8/255 14063
/proc/meminfo: memFree=129997828/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=189644 memory=154936 CPUtime=0.68 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 34127 0 0 0 58 10 0 0 20 0 1 0 29473389 194195456 38734 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 47411 38734 1184 6655 0 37646 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 189644 KiB
Current children cumulated memory: 154936 KiB

[startup+1.50033 s]
/proc/loadavg: 7.04 7.41 7.15 7/255 14063
/proc/meminfo: memFree=129965572/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=199976 memory=165304 CPUtime=1.47 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 36716 0 0 0 137 10 0 0 20 0 1 0 29473389 204775424 41326 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 49994 41326 1184 6655 0 40229 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 199976 KiB
Current children cumulated memory: 165304 KiB

[startup+3.11279 s]
/proc/loadavg: 7.04 7.41 7.15 7/255 14063
/proc/meminfo: memFree=129965572/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=199976 memory=165304 CPUtime=3.08 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 36723 0 0 0 298 10 0 0 20 0 1 0 29473389 204775424 41326 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 49994 41326 1184 6655 0 40229 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 199976 KiB
Current children cumulated memory: 165304 KiB

[startup+6.30034 s]
/proc/loadavg: 6.96 7.39 7.15 7/255 14063
/proc/meminfo: memFree=129965588/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=199976 memory=165304 CPUtime=6.26 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 36730 0 0 0 616 10 0 0 20 0 1 0 29473389 204775424 41326 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 49994 41326 1184 6655 0 40229 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 199976 KiB
Current children cumulated memory: 165304 KiB

[startup+12.7004 s]
/proc/loadavg: 6.88 7.37 7.14 7/256 14064
/proc/meminfo: memFree=129687184/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=540144 memory=454304 CPUtime=12.67 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 89562 0 0 0 1244 23 0 0 20 0 2 0 29473389 553107456 113576 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 135036 113576 2944 6655 0 115266 0
[pid=14062/tid=14064] ppid=14059 vsize=540144 memory=-6371019442451747166 CPUtime=0.03 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) S 14059 14062 11133 0 -1 4194368 3210 0 0 0 2 1 0 0 20 0 2 0 29474432 553107456 113576 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 540144 KiB
Current children cumulated memory: 454304 KiB

[startup+25.5002 s]
/proc/loadavg: 6.90 7.35 7.14 8/256 14065
/proc/meminfo: memFree=129219356/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=964364 memory=895628 CPUtime=37.69 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 180363 0 0 0 3727 42 0 0 20 0 2 0 29473389 987508736 223907 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 241091 223907 3424 6655 0 230119 0
[pid=14062/tid=14064] ppid=14059 vsize=964364 memory=895628 CPUtime=12.31 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 34009 0 0 0 1221 10 0 0 20 0 2 0 29474432 987508736 223907 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 37.69 s
Current children cumulated vsize: 964364 KiB
Current children cumulated memory: 895628 KiB

[startup+51.1053 s]
/proc/loadavg: 6.94 7.32 7.13 8/256 14065
/proc/meminfo: memFree=129049520/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=1161092 memory=1092156 CPUtime=88.54 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 255773 0 0 0 8798 56 0 0 20 0 2 0 29473389 1188958208 273039 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 290273 273039 3456 6655 0 279384 0
[pid=14062/tid=14064] ppid=14059 vsize=1161092 memory=918684 CPUtime=37.64 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 58132 0 0 0 3750 14 0 0 20 0 2 0 29474432 1188958208 273039 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 88.54 s
Current children cumulated vsize: 1161092 KiB
Current children cumulated memory: 1092156 KiB

[startup+102.3 s]
/proc/loadavg: 7.09 7.30 7.14 8/256 14072
/proc/meminfo: memFree=129133740/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=1085080 memory=988012 CPUtime=190.21 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 370378 0 0 0 18951 70 0 0 20 0 2 0 29473389 1111121920 247003 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 271270 247003 3520 6655 0 252291 0
[pid=14062/tid=14064] ppid=14059 vsize=1085080 memory=1127908 CPUtime=88.28 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 78981 0 0 0 8809 19 0 0 20 0 2 0 29474432 1111121920 247003 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 190.21 s
Current children cumulated vsize: 1085080 KiB
Current children cumulated memory: 988012 KiB

[startup+162.3 s]
/proc/loadavg: 7.09 7.26 7.13 8/256 14077
/proc/meminfo: memFree=129013244/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=1216420 memory=1117912 CPUtime=309.37 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 401403 0 0 0 30860 77 0 0 20 0 2 0 29473389 1245614080 279478 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 304105 279478 3520 6655 0 285126 0
[pid=14062/tid=14064] ppid=14059 vsize=1216420 memory=990124 CPUtime=147.64 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 82061 0 0 0 14743 21 0 0 20 0 2 0 29474432 1245614080 279478 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 309.37 s
Current children cumulated vsize: 1216420 KiB
Current children cumulated memory: 1117912 KiB

[startup+222.3 s]
/proc/loadavg: 6.99 7.18 7.11 8/255 14125
/proc/meminfo: memFree=128023944/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=1085080 memory=992216 CPUtime=428.54 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 438250 0 0 0 42770 84 0 0 20 0 2 0 29473389 1111121920 248054 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 271270 248054 3520 6655 0 252291 0
[pid=14062/tid=14064] ppid=14059 vsize=1085080 memory=4252 CPUtime=207.01 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 90054 0 0 0 20677 24 0 0 20 0 2 0 29474432 1111121920 248054 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 428.54 s
Current children cumulated vsize: 1085080 KiB
Current children cumulated memory: 992216 KiB

[startup+282.3 s]
/proc/loadavg: 7.06 7.16 7.10 8/255 14127
/proc/meminfo: memFree=127755028/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=1108268 memory=1006992 CPUtime=547.75 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 486220 0 0 0 54686 89 0 0 20 0 2 0 29473389 1134866432 251748 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 277067 251748 3520 6655 0 258088 0
[pid=14062/tid=14064] ppid=14059 vsize=1108268 memory=992216 CPUtime=266.39 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 100872 0 0 0 26613 26 0 0 20 0 2 0 29474432 1134866432 251748 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 547.75 s
Current children cumulated vsize: 1108268 KiB
Current children cumulated memory: 1006992 KiB

[startup+342.3 s]
/proc/loadavg: 7.07 7.15 7.10 8/255 14129
/proc/meminfo: memFree=127656036/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=1207308 memory=1111036 CPUtime=666.94 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 499476 0 0 0 66601 93 0 0 20 0 2 0 29473389 1236283392 277759 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 301827 277759 3520 6655 0 282848 0
[pid=14062/tid=14064] ppid=14059 vsize=1207308 memory=992216 CPUtime=325.75 cores=5,7
/proc/14062/task/14064/stat : 14064 (LSIPExact) R 14059 14062 11133 0 -1 4194368 102082 0 0 0 32549 26 0 0 20 0 2 0 29474432 1236283392 277759 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
Current children cumulated CPU time: 666.94 s
Current children cumulated vsize: 1207308 KiB
Current children cumulated memory: 1111036 KiB


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

/proc/14165/statm: 116719 113904 1088 1011 0 115486 0
Current children cumulated CPU time: 3076.32 s
Current children cumulated vsize: 1322656 KiB
Current children cumulated memory: 1274500 KiB

[startup+2082.3 s]
/proc/loadavg: 5.14 4.80 5.25 6/254 14261
/proc/meminfo: memFree=127050008/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=469100 memory=460008 CPUtime=994.85 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 43778 0 0 0 99461 24 0 0 20 0 1 0 29581851 480358400 115002 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 117275 115002 1088 1011 0 116042 0
Current children cumulated CPU time: 3136.16 s
Current children cumulated vsize: 1324880 KiB
Current children cumulated memory: 1278892 KiB

[startup+2142.3 s]
/proc/loadavg: 5.11 4.85 5.23 6/254 14263
/proc/meminfo: memFree=127040592/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=471004 memory=461800 CPUtime=1054.69 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 44342 0 0 0 105445 24 0 0 20 0 1 0 29581851 482308096 115450 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 117751 115450 1088 1011 0 116518 0
Current children cumulated CPU time: 3196 s
Current children cumulated vsize: 1326784 KiB
Current children cumulated memory: 1280684 KiB

[startup+2202.3 s]
/proc/loadavg: 5.09 4.90 5.22 6/254 14265
/proc/meminfo: memFree=127017468/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=472552 memory=467544 CPUtime=1114.54 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 44782 0 0 0 111430 24 0 0 20 0 1 0 29581851 483893248 116886 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 118138 116886 1088 1011 0 116905 0
Current children cumulated CPU time: 3255.85 s
Current children cumulated vsize: 1328332 KiB
Current children cumulated memory: 1286428 KiB

[startup+2262.3 s]
/proc/loadavg: 5.13 4.95 5.22 6/254 14267
/proc/meminfo: memFree=126970656/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=474880 memory=469848 CPUtime=1174.38 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 45368 0 0 0 117414 24 0 0 20 0 1 0 29581851 486277120 117462 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 118720 117462 1088 1011 0 117487 0
Current children cumulated CPU time: 3315.69 s
Current children cumulated vsize: 1330660 KiB
Current children cumulated memory: 1288732 KiB

[startup+2322.3 s]
/proc/loadavg: 5.10 4.97 5.20 6/253 14269
/proc/meminfo: memFree=126961332/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=545944 memory=473604 CPUtime=1234.23 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 45928 0 0 0 123397 26 0 0 20 0 1 0 29581851 559046656 118401 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 136486 118401 1088 1011 0 135253 0
Current children cumulated CPU time: 3375.54 s
Current children cumulated vsize: 1401724 KiB
Current children cumulated memory: 1292488 KiB

[startup+2382.3 s]
/proc/loadavg: 5.08 5.00 5.19 6/253 14271
/proc/meminfo: memFree=126950556/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=549840 memory=479568 CPUtime=1294.08 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 47070 0 0 0 129379 29 0 0 20 0 1 0 29581851 563036160 119892 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 137460 119892 1088 1011 0 136227 0
Current children cumulated CPU time: 3435.39 s
Current children cumulated vsize: 1405620 KiB
Current children cumulated memory: 1298452 KiB

[startup+2442.3 s]
/proc/loadavg: 5.06 5.01 5.18 6/253 14273
/proc/meminfo: memFree=126911336/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=550656 memory=480336 CPUtime=1353.92 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 47285 0 0 0 135363 29 0 0 20 0 1 0 29581851 563871744 120084 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 137664 120084 1088 1011 0 136431 0
Current children cumulated CPU time: 3495.23 s
Current children cumulated vsize: 1406436 KiB
Current children cumulated memory: 1299220 KiB

[startup+2502.3 s]
/proc/loadavg: 5.06 5.02 5.18 6/253 14275
/proc/meminfo: memFree=126927480/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=818884 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204721 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204721 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=552372 memory=486196 CPUtime=1413.76 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 47843 0 0 0 141347 29 0 0 20 0 1 0 29581851 565628928 121549 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 138093 121549 1088 1011 0 136860 0
Current children cumulated CPU time: 3555.07 s
Current children cumulated vsize: 1408152 KiB
Current children cumulated memory: 1305080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2547.4 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14276
/proc/meminfo: memFree=126926760/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=819012 CPUtime=2141.31 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) S 14059 14062 11133 0 -1 4194304 643272 0 0 0 214011 120 0 0 20 0 1 0 29473389 876318720 204753 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204753 3584 6655 0 203853 0
[pid=14165] ppid=14062 vsize=554088 memory=489968 CPUtime=1458.74 cores=5,7
/proc/14165/stat : 14165 (Exact) R 14062 14165 14165 0 -1 4194304 48284 0 0 0 145845 29 0 0 20 0 1 0 29581851 567386112 122492 18446744073709551615 4198400 8335837 140722893783840 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37851136 140722893785275 140722893785629 140722893785629 140722893791183 0
/proc/14165/statm: 138522 122492 1088 1011 0 137289 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1409868 KiB
Current children cumulated memory: 1308980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.84 s, system=1.57823 s

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

[startup+2547.6 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14276
/proc/meminfo: memFree=126926760/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=819012 CPUtime=3600.16 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 649463 48439 0 0 214018 121 145847 30 20 0 1 0 29473389 876318720 204753 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204753 3584 6655 0 203853 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 855780 KiB
Current children cumulated memory: 819012 KiB

[startup+2547.8 s]
/proc/loadavg: 5.07 5.03 5.17 6/253 14276
/proc/meminfo: memFree=126926760/131382112 swapFree=33010684/33010684
[pid=14062] ppid=14059 vsize=855780 memory=819012 CPUtime=3600.36 cores=5,7
/proc/14062/stat : 14062 (LSIPExact) R 14059 14062 11133 0 -1 4194304 667784 48439 0 0 214035 124 145847 30 20 0 1 0 29473389 876318720 204753 18446744073709551615 93910742102016 93910769358417 140736872384080 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93910777861256 93910778292864 93910800584704 140736872393050 140736872393226 140736872393226 140736872398828 0
/proc/14062/statm: 213945 204753 3584 6655 0 203853 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 855780 KiB
Current children cumulated memory: 819012 KiB

Child status: 0

Real time (s): 2547.84
CPU time (s): 3600.42
CPU user time (s): 3598.84
CPU system time (s): 1.57823
CPU usage (%): 141.312
Max. virtual memory (cumulated for all children) (KiB): 1409868
Max. memory (cumulated for all children) (KiB): 1308980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.84
system time used= 1.57823
maximum resident set size= 1141252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 717836
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= 466
involuntary context switches= 24947


# summary of solver processes directly reported to runsolver:
#   pid: 14062
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3598.84
#   total CPU system time (s): 1.57823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.89442 second user time and 20.0736 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 21:12:25
IDJOB=4503232
IDBENCH=155416
IDSOLVER=3337
FILE ID=nodeC001/4503232-1751137945
RUNJOBID= nodeC001-1751133631-11151
SLURM_JOB_ID= 9587401
Free space on /tmp= 432916 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503232-1751137945/watcher-4503232-1751137945 -o /tmp/evaluation-result-4503232-1751137945/solver-4503232-1751137945 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751133631-11151 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4503232-1751137945.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=1443311538

nodeC001 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	: 0xb00001f
cpu MHz		: 3591.510
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3661.726
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.509
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.411
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.501
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.361
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.499
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130118404 kB
MemAvailable:   129842724 kB
Buffers:            3280 kB
Cached:           536560 kB
SwapCached:            0 kB
Active:           412212 kB
Inactive:         338660 kB
Active(anon):     228992 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   338660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             53944 kB
Writeback:             0 kB
AnonPages:        214108 kB
Mapped:           143456 kB
Shmem:             17960 kB
KReclaimable:      83752 kB
Slab:             162128 kB
SReclaimable:      83752 kB
SUnreclaim:        78376 kB
KernelStack:        4112 kB
PageTables:         3528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     584032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432860 MiB
End job on nodeC001 at 2025-06-28 21:54:53