Trace number 4527207

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.09 2902.22

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1429.72/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1429.72/726.02	c numVar: 4288
1429.72/726.02	c numCon: 9520
1429.72/726.02	c numEqual: 1328
1429.72/726.02	c intSize: 4
1429.72/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1429.72/726.02	c ------------------- Paras list -------------------
1429.72/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1429.72/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1429.72/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1429.72/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1429.72/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1429.72/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1429.72/726.02	c random_seed         	 int       	 0         	 0         	 
1429.72/726.02	c sample_size         	 int       	 50        	 50        	 
1429.72/726.02	c sub_score           	 int       	 1         	 1         	 
1429.72/726.02	c tabu_base           	 int       	 3         	 3         	 
1429.72/726.02	c tabu_variation      	 int       	 1         	 1         	 
1429.72/726.02	c sub_div             	 int       	 4         	 4         	 
1429.72/726.02	c nbcore              	 int       	 2         	 1         	 
1429.72/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1429.72/726.02	c print_sol           	 int       	 1         	 1         	 
1429.72/726.02	c tmpdir              	 string		 .         	 "."       	 
1429.72/726.02	c home                	 string		 HOME	 "."       	 
1429.72/726.02	c benchname           	 string		 HOME/instance-4527207-1752235243.opb	 ""        	 
1429.72/726.02	c --------------------------------------------------
1429.72/726.02	c Local Search solver
1429.72/726.02	c MIP solver
1429.72/726.02	c use Exact solver
3600.05/2902.20	c receive signal 15, try to interrupt solver...
3600.05/2902.21	c Exact solver (PID 110482) interrupted gracefully.
3600.05/2902.22	s UNKNOWN
3600.05/2902.22	c Total time: 2902

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: 63665 MiB (56694 MiB free)
  memory of node 1: 64507 MiB (44548 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=110246, runsolver pid=110243

[startup+0.100064 s]*
/proc/loadavg: 6.24 6.90 7.04 7/266 110247
/proc/meminfo: memFree=103668604/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=0.09 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 9 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+0.205729 s]*
/proc/loadavg: 6.24 6.90 7.04 7/266 110247
/proc/meminfo: memFree=103668604/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=0.2 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 20 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+0.30553 s]*
/proc/loadavg: 6.24 6.90 7.04 7/266 110247
/proc/meminfo: memFree=103668796/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=0.3 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 30 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+0.700175 s]
/proc/loadavg: 6.24 6.90 7.04 7/266 110247
/proc/meminfo: memFree=103668796/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=0.68 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 68 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+1.50016 s]
/proc/loadavg: 6.24 6.90 7.04 7/266 110247
/proc/meminfo: memFree=103668796/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=1.48 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 148 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+3.10537 s]
/proc/loadavg: 6.22 6.89 7.04 7/266 110247
/proc/meminfo: memFree=103668044/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=3.08 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 308 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+6.30016 s]
/proc/loadavg: 6.22 6.89 7.04 7/266 110247
/proc/meminfo: memFree=103675012/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=48292 memory=13824 CPUtime=6.27 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 2437 0 0 0 627 0 0 0 20 0 1 0 139203148 49451008 3456 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 12073 3456 1184 6655 0 2308 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 48292 KiB
Current children cumulated memory: 13824 KiB

[startup+12.7002 s]
/proc/loadavg: 6.35 6.89 7.04 8/267 110248
/proc/meminfo: memFree=103633456/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=164412 memory=75872 CPUtime=15.18 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 15528 0 0 0 1516 2 0 0 20 0 2 0 139203148 168357888 18968 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 41103 18968 3520 6655 0 17507 0
[pid=110246/tid=110248] ppid=110243 vsize=164412 memory=-7880352373785394560 CPUtime=2.53 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 2663 0 0 0 253 0 0 0 20 0 2 0 139204150 168357888 18968 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 15.18 s
Current children cumulated vsize: 164412 KiB
Current children cumulated memory: 75872 KiB

[startup+25.5002 s]
/proc/loadavg: 6.45 6.89 7.04 8/268 110260
/proc/meminfo: memFree=103635736/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=169868 memory=82400 CPUtime=40.57 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 37675 0 0 0 4052 5 0 0 20 0 2 0 139203148 173944832 20600 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 42467 20600 3520 6655 0 19188 0
[pid=110246/tid=110248] ppid=110243 vsize=169868 memory=81248 CPUtime=15.17 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 9431 0 0 0 1516 1 0 0 20 0 2 0 139204150 173944832 20600 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 40.57 s
Current children cumulated vsize: 169868 KiB
Current children cumulated memory: 82400 KiB

[startup+51.1055 s]
/proc/loadavg: 6.64 6.90 7.03 8/268 110261
/proc/meminfo: memFree=103585176/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=180992 memory=106848 CPUtime=91.42 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 53472 0 0 0 9135 7 0 0 20 0 2 0 139203148 185335808 26712 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 45248 26712 3520 6655 0 24822 0
[pid=110246/tid=110248] ppid=110243 vsize=180992 memory=98016 CPUtime=40.49 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 17124 0 0 0 4047 2 0 0 20 0 2 0 139204150 185335808 26712 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 91.42 s
Current children cumulated vsize: 180992 KiB
Current children cumulated memory: 106848 KiB

[startup+102.3 s]
/proc/loadavg: 6.98 6.95 7.04 8/269 110264
/proc/meminfo: memFree=103562484/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=189512 memory=134880 CPUtime=193.14 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 65542 0 0 0 19305 9 0 0 20 0 2 0 139203148 194060288 33720 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 47378 33720 3520 6655 0 31807 0
[pid=110246/tid=110248] ppid=110243 vsize=189512 memory=134624 CPUtime=91.16 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 23561 0 0 0 9113 3 0 0 20 0 2 0 139204150 194060288 33720 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 193.14 s
Current children cumulated vsize: 189512 KiB
Current children cumulated memory: 134880 KiB

[startup+162.3 s]
/proc/loadavg: 7.00 6.97 7.03 8/270 110273
/proc/meminfo: memFree=103541804/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=199748 memory=155872 CPUtime=310.99 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 72744 0 0 0 31089 10 0 0 20 0 2 0 139203148 204541952 38968 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 49937 38968 3520 6655 0 37105 0
[pid=110246/tid=110248] ppid=110243 vsize=199748 memory=151520 CPUtime=149.2 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 26679 0 0 0 14916 4 0 0 20 0 2 0 139204150 204541952 38968 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 310.99 s
Current children cumulated vsize: 199748 KiB
Current children cumulated memory: 155872 KiB

[startup+222.3 s]
/proc/loadavg: 7.00 6.97 7.03 8/269 110275
/proc/meminfo: memFree=103543256/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=199748 memory=155872 CPUtime=430.15 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 75637 0 0 0 43004 11 0 0 20 0 2 0 139203148 204541952 38968 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 49937 38968 3520 6655 0 37105 0
[pid=110246/tid=110248] ppid=110243 vsize=199748 memory=155872 CPUtime=208.55 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 27157 0 0 0 20851 4 0 0 20 0 2 0 139204150 204541952 38968 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 430.15 s
Current children cumulated vsize: 199748 KiB
Current children cumulated memory: 155872 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 7.01 7.03 8/269 110277
/proc/meminfo: memFree=103542116/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=205856 memory=151212 CPUtime=549.18 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 84124 0 0 0 54906 12 0 0 20 0 2 0 139203148 210796544 37803 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 51464 37803 3520 6655 0 38632 0
[pid=110246/tid=110248] ppid=110243 vsize=205856 memory=151212 CPUtime=267.84 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 30038 0 0 0 26779 5 0 0 20 0 2 0 139204150 210796544 37803 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 549.18 s
Current children cumulated vsize: 205856 KiB
Current children cumulated memory: 151212 KiB

[startup+342.3 s]
/proc/loadavg: 7.18 7.04 7.04 8/268 110278
/proc/meminfo: memFree=103425812/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=205856 memory=151212 CPUtime=667.73 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) R 110243 110246 108963 0 -1 4194304 88772 0 0 0 66759 14 0 0 20 0 2 0 139203148 210796544 37803 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 51464 37803 3520 6655 0 38632 0
[pid=110246/tid=110248] ppid=110243 vsize=205856 memory=151212 CPUtime=327.29 cores=4,6
/proc/110246/task/110248/stat : 110248 (LSIPExact) R 110243 110246 108963 0 -1 4194368 30453 0 0 0 32724 5 0 0 20 0 2 0 139204150 210796544 37803 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
Current children cumulated CPU time: 667.73 s
Current children cumulated vsize: 205856 KiB
Current children cumulated memory: 151212 KiB

[startup+402.3 s]

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

/proc/loadavg: 3.10 3.61 4.86 4/252 110760
/proc/meminfo: memFree=104053504/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=172800 memory=157408 CPUtime=1591.8 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 30414 0 0 0 158921 259 0 0 20 0 1 0 139275751 176947200 39352 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 43200 39352 1120 1011 0 41967 0
Current children cumulated CPU time: 3021.56 s
Current children cumulated vsize: 384748 KiB
Current children cumulated memory: 297156 KiB

[startup+2382.3 s]
/proc/loadavg: 3.08 3.51 4.75 4/252 110762
/proc/meminfo: memFree=104052264/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=175004 memory=159456 CPUtime=1651.63 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 30949 0 0 0 164893 270 0 0 20 0 1 0 139275751 179204096 39864 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 43751 39864 1120 1011 0 42518 0
Current children cumulated CPU time: 3081.39 s
Current children cumulated vsize: 386952 KiB
Current children cumulated memory: 299204 KiB

[startup+2442.3 s]
/proc/loadavg: 3.09 3.43 4.64 4/253 110765
/proc/meminfo: memFree=104053132/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=176040 memory=160608 CPUtime=1711.47 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 31217 0 0 0 170867 280 0 0 20 0 1 0 139275751 180264960 40152 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 44010 40152 1120 1011 0 42777 0
Current children cumulated CPU time: 3141.23 s
Current children cumulated vsize: 387988 KiB
Current children cumulated memory: 300356 KiB

[startup+2502.3 s]
/proc/loadavg: 3.08 3.36 4.54 4/253 110767
/proc/meminfo: memFree=104053540/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=176172 memory=160608 CPUtime=1771.3 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 31245 0 0 0 176837 293 0 0 20 0 1 0 139275751 180400128 40152 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 44043 40152 1120 1011 0 42810 0
Current children cumulated CPU time: 3201.06 s
Current children cumulated vsize: 388120 KiB
Current children cumulated memory: 300356 KiB

[startup+2562.3 s]
/proc/loadavg: 3.15 3.33 4.45 4/253 110769
/proc/meminfo: memFree=104046724/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=176756 memory=161248 CPUtime=1831.13 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 31391 0 0 0 182811 302 0 0 20 0 1 0 139275751 180998144 40312 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 44189 40312 1120 1011 0 42956 0
Current children cumulated CPU time: 3260.89 s
Current children cumulated vsize: 388704 KiB
Current children cumulated memory: 300996 KiB

[startup+2622.3 s]
/proc/loadavg: 2.32 3.09 4.30 2/248 110812
/proc/meminfo: memFree=104556984/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=177292 memory=161760 CPUtime=1890.98 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 31527 0 0 0 188786 312 0 0 20 0 1 0 139275751 181547008 40440 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 44323 40440 1120 1011 0 43090 0
Current children cumulated CPU time: 3320.74 s
Current children cumulated vsize: 389240 KiB
Current children cumulated memory: 301508 KiB

[startup+2682.3 s]
/proc/loadavg: 1.52 2.72 4.10 2/248 110814
/proc/meminfo: memFree=104574356/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=178472 memory=162912 CPUtime=1950.86 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 31843 0 0 0 194760 326 0 0 20 0 1 0 139275751 182755328 40728 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 44618 40728 1120 1011 0 43385 0
Current children cumulated CPU time: 3380.62 s
Current children cumulated vsize: 390420 KiB
Current children cumulated memory: 302660 KiB

[startup+2742.3 s]
/proc/loadavg: 1.29 2.43 3.91 2/248 110816
/proc/meminfo: memFree=104562520/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=180656 memory=169300 CPUtime=2010.72 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 32394 0 0 0 200736 336 0 0 20 0 1 0 139275751 184991744 42325 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 45164 42325 1120 1011 0 43931 0
Current children cumulated CPU time: 3440.48 s
Current children cumulated vsize: 392604 KiB
Current children cumulated memory: 309048 KiB

[startup+2802.3 s]
/proc/loadavg: 1.16 2.19 3.73 2/248 110818
/proc/meminfo: memFree=104562680/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=181700 memory=170324 CPUtime=2070.6 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 32655 0 0 0 206714 346 0 0 20 0 1 0 139275751 186060800 42581 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 45425 42581 1120 1011 0 44192 0
Current children cumulated CPU time: 3500.36 s
Current children cumulated vsize: 393648 KiB
Current children cumulated memory: 310072 KiB

[startup+2862.3 s]
/proc/loadavg: 1.13 1.98 3.56 2/248 110819
/proc/meminfo: memFree=104562964/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=181872 memory=170452 CPUtime=2130.47 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 32698 0 0 0 212690 357 0 0 20 0 1 0 139275751 186236928 42613 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 45468 42613 1120 1011 0 44235 0
Current children cumulated CPU time: 3560.23 s
Current children cumulated vsize: 393820 KiB
Current children cumulated memory: 310200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2902.2 s]
/proc/loadavg: 1.15 1.88 3.46 2/249 110822
/proc/meminfo: memFree=104563588/131249988 swapFree=33010160/33010684
[pid=110246] ppid=110243 vsize=211948 memory=139748 CPUtime=1429.76 cores=4,6
/proc/110246/stat : 110246 (LSIPExact) S 110243 110246 108963 0 -1 4194304 118469 0 0 0 142955 21 0 0 20 0 1 0 139203148 217034752 34937 18446744073709551615 94312701067264 94312728324433 140728318147136 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94312736826504 94312737258112 94312751415296 140728318151000 140728318151176 140728318151176 140728318156780 0
/proc/110246/statm: 52987 34937 3552 6655 0 40703 0
[pid=110482] ppid=110246 vsize=183744 memory=172372 CPUtime=2170.29 cores=4,6
/proc/110482/stat : 110482 (Exact) R 110246 110482 110482 0 -1 4194304 33166 0 0 0 216665 364 0 0 20 0 1 0 139275751 188153856 43093 18446744073709551615 4198400 8335837 140721342826480 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26554368 140721342834873 140721342835227 140721342835227 140721342840783 0
/proc/110482/statm: 45936 43093 1120 1011 0 44703 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 395692 KiB
Current children cumulated memory: 312120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=3.86818 s

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

Child status: 0

Real time (s): 2902.22
CPU time (s): 3600.09
CPU user time (s): 3596.22
CPU system time (s): 3.86818
CPU usage (%): 124.046
Max. virtual memory (cumulated for all children) (KiB): 395692
Max. memory (cumulated for all children) (KiB): 312120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 3.86818
maximum resident set size= 172372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152235
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= 552
involuntary context switches= 18855


# summary of solver processes directly reported to runsolver:
#   pid: 110246
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 3.86818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51975 second user time and 12.6802 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-11 14:00:43
IDJOB=4527207
IDBENCH=162179
IDSOLVER=3384
FILE ID=nodeC034/4527207-1752235243
RUNJOBID= nodeC034-1752232205-108980
SLURM_JOB_ID= 9682545
Free space on /tmp= 429812 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527207-1752235243/watcher-4527207-1752235243 -o /tmp/evaluation-result-4527207-1752235243/solver-4527207-1752235243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1752232205-108980 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527207-1752235243.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=2071682478

nodeC034 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.754
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.53
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.756
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.772
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.53
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		: 3587.154
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.53
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		: 3700.000
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.53
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.759
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        103672384 kB
MemAvailable:   128521608 kB
Buffers:            2128 kB
Cached:         25584708 kB
SwapCached:           36 kB
Active:          1648700 kB
Inactive:       25104364 kB
Active(anon):    1182136 kB
Inactive(anon):     2160 kB
Active(file):     466564 kB
Inactive(file): 25102204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45088 kB
Writeback:             4 kB
AnonPages:       1167264 kB
Mapped:           147292 kB
Shmem:             18068 kB
KReclaimable:     238988 kB
Slab:             334972 kB
SReclaimable:     238988 kB
SUnreclaim:        95984 kB
KernelStack:        4288 kB
PageTables:         5444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1540396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429904 MiB
End job on nodeC034 at 2025-07-11 14:49:05