Trace number 4503411

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 S1UNSAT 1468.88 764.432

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
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 benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 196
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

1430.82/726.35	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.82/726.35	c numVar: 7351
1430.82/726.35	c numCon: 155824
1430.82/726.35	c numEqual: 288
1430.82/726.35	c intSize: 8
1430.82/726.35	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.82/726.35	c ------------------- Paras list -------------------
1430.82/726.35	c Name                	 Type      	 Now       	 Default   	 Comment
1430.82/726.35	c timeout             	 double    	 3600.000000	 3600      	 
1430.82/726.35	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.82/726.35	c ls_time             	 double    	 10.000000 	 10        	 
1430.82/726.35	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.82/726.35	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.82/726.35	c random_seed         	 int       	 0         	 0         	 
1430.82/726.35	c sample_size         	 int       	 50        	 50        	 
1430.82/726.35	c sub_score           	 int       	 1         	 1         	 
1430.82/726.35	c tabu_base           	 int       	 3         	 3         	 
1430.82/726.35	c tabu_variation      	 int       	 1         	 1         	 
1430.82/726.35	c sub_div             	 int       	 4         	 4         	 
1430.82/726.35	c nbcore              	 int       	 2         	 1         	 
1430.82/726.35	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.82/726.35	c print_sol           	 int       	 1         	 1         	 
1430.82/726.35	c tmpdir              	 string		 .         	 "."       	 
1430.82/726.35	c home                	 string		 HOME	 "."       	 
1430.82/726.35	c benchname           	 string		 HOME/instance-4503411-1751134355.opb	 ""        	 
1430.82/726.35	c --------------------------------------------------
1430.82/726.35	c Local Search solver
1430.82/726.35	c MIP solver
1430.82/726.35	c use Exact solver
1468.72/764.32	c Exact infeasible
1468.84/764.42	s UNSATISFIABLE
1468.84/764.42	c Total time: 764

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129283692/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=109660 memory=74952 CPUtime=0.09 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 16222 0 0 0 7 2 0 0 20 0 1 0 29113097 112291840 18738 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 27415 18738 1152 6655 0 17650 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109660 KiB
Current children cumulated memory: 74952 KiB

[startup+0.205521 s]*
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129251436/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=145488 memory=110792 CPUtime=0.2 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 25154 0 0 0 16 4 0 0 20 0 1 0 29113097 148979712 27666 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 36372 27698 1152 6655 0 26607 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 145488 KiB
Current children cumulated memory: 110792 KiB

[startup+0.305433 s]*
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129243372/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=151348 memory=116680 CPUtime=0.3 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 26631 0 0 0 26 4 0 0 20 0 1 0 29113097 154980352 29170 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 37837 29170 1152 6655 0 28072 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 151348 KiB
Current children cumulated memory: 116680 KiB

[startup+0.700173 s]
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129243372/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=151348 memory=116680 CPUtime=0.68 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 26631 0 0 0 64 4 0 0 20 0 1 0 29113097 154980352 29170 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 37837 29170 1152 6655 0 28072 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 151348 KiB
Current children cumulated memory: 116680 KiB

[startup+1.50017 s]
/proc/loadavg: 7.88 7.22 4.25 7/267 13260
/proc/meminfo: memFree=129243564/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=151348 memory=116680 CPUtime=1.48 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 26631 0 0 0 144 4 0 0 20 0 1 0 29113097 154980352 29170 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 37837 29170 1152 6655 0 28072 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 151348 KiB
Current children cumulated memory: 116680 KiB

[startup+3.10566 s]
/proc/loadavg: 7.81 7.21 4.27 7/267 13260
/proc/meminfo: memFree=129243880/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=151348 memory=116680 CPUtime=3.08 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 26634 0 0 0 304 4 0 0 20 0 1 0 29113097 154980352 29170 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 37837 29170 1152 6655 0 28072 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 151348 KiB
Current children cumulated memory: 116680 KiB

[startup+6.30014 s]
/proc/loadavg: 7.81 7.21 4.27 7/266 13306
/proc/meminfo: memFree=129498480/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=151348 memory=116680 CPUtime=6.27 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 26637 0 0 0 623 4 0 0 20 0 1 0 29113097 154980352 29170 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 37837 29170 1152 6655 0 28072 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 151348 KiB
Current children cumulated memory: 116680 KiB

[startup+12.7002 s]
/proc/loadavg: 7.66 7.19 4.27 8/267 13307
/proc/meminfo: memFree=129233172/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=680888 memory=593076 CPUtime=13.52 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 110605 0 0 0 1332 20 0 0 20 0 2 0 29113097 697229312 148269 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 170222 148269 3328 6655 0 153979 0
[pid=13259/tid=13307] ppid=13256 vsize=680888 memory=461904 CPUtime=0.87 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 15416 0 0 0 84 3 0 0 20 0 2 0 29114118 697229312 148269 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 680888 KiB
Current children cumulated memory: 593076 KiB

[startup+25.5002 s]
/proc/loadavg: 7.67 7.22 4.33 9/268 13308
/proc/meminfo: memFree=128844428/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=687816 memory=624408 CPUtime=38.93 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 130919 0 0 0 3868 25 0 0 20 0 2 0 29113097 704323584 156102 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 171954 156102 3328 6655 0 160344 0
[pid=13259/tid=13307] ppid=13256 vsize=687816 memory=623228 CPUtime=13.53 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 34525 0 0 0 1346 7 0 0 20 0 2 0 29114118 704323584 156102 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 38.93 s
Current children cumulated vsize: 687816 KiB
Current children cumulated memory: 624408 KiB

[startup+51.1057 s]
/proc/loadavg: 7.86 7.30 4.43 9/268 13309
/proc/meminfo: memFree=128628976/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=838140 memory=789960 CPUtime=89.74 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 203816 0 0 0 8937 37 0 0 20 0 2 0 29113097 858255360 197490 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 209535 197490 3360 6655 0 198563 0
[pid=13259/tid=13307] ppid=13256 vsize=838140 memory=789948 CPUtime=38.85 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 60737 0 0 0 3874 11 0 0 20 0 2 0 29114118 858255360 197490 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 89.74 s
Current children cumulated vsize: 838140 KiB
Current children cumulated memory: 789960 KiB

[startup+102.3 s]
/proc/loadavg: 7.86 7.39 4.62 8/267 13357
/proc/meminfo: memFree=124429776/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=844372 memory=794448 CPUtime=191.39 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 271347 0 0 0 19091 48 0 0 20 0 2 0 29113097 864636928 198612 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 211093 198612 3360 6655 0 200121 0
[pid=13259/tid=13307] ppid=13256 vsize=844372 memory=17408 CPUtime=89.52 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 75784 0 0 0 8937 15 0 0 20 0 2 0 29114118 864636928 198612 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 191.39 s
Current children cumulated vsize: 844372 KiB
Current children cumulated memory: 794448 KiB

[startup+162.3 s]
/proc/loadavg: 7.29 7.32 4.77 7/268 13361
/proc/meminfo: memFree=120137500/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=870324 memory=824404 CPUtime=310.57 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 323557 0 0 0 31003 54 0 0 20 0 2 0 29113097 891211776 206101 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 217581 206101 3360 6655 0 206609 0
[pid=13259/tid=13307] ppid=13256 vsize=870324 memory=14432 CPUtime=148.91 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 83100 0 0 0 14874 17 0 0 20 0 2 0 29114118 891211776 206101 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 310.57 s
Current children cumulated vsize: 870324 KiB
Current children cumulated memory: 824404 KiB

[startup+222.3 s]
/proc/loadavg: 6.60 7.11 4.86 7/268 13363
/proc/meminfo: memFree=119307824/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=755804 memory=712352 CPUtime=429.77 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 359048 0 0 0 42919 58 0 0 20 0 2 0 29113097 773943296 178088 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 188951 178088 3360 6655 0 177979 0
[pid=13259/tid=13307] ppid=13256 vsize=755804 memory=712352 CPUtime=208.33 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 96629 0 0 0 20813 20 0 0 20 0 2 0 29114118 773943296 178088 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 429.77 s
Current children cumulated vsize: 755804 KiB
Current children cumulated memory: 712352 KiB

[startup+282.3 s]
/proc/loadavg: 6.36 6.94 4.94 8/267 13365
/proc/meminfo: memFree=116727440/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=831588 memory=788644 CPUtime=548.88 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 400025 0 0 0 54825 63 0 0 20 0 2 0 29113097 851546112 197161 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 207897 197161 3360 6655 0 196381 0
[pid=13259/tid=13307] ppid=13256 vsize=831588 memory=763548 CPUtime=267.64 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 113527 0 0 0 26741 23 0 0 20 0 2 0 29114118 851546112 197161 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 548.88 s
Current children cumulated vsize: 831588 KiB
Current children cumulated memory: 788644 KiB

[startup+342.3 s]
/proc/loadavg: 6.81 6.97 5.08 8/267 13367
/proc/meminfo: memFree=113824312/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=846412 memory=791844 CPUtime=668.05 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 449361 0 0 0 66737 68 0 0 20 0 2 0 29113097 866725888 197961 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 211603 197961 3360 6655 0 200087 0
[pid=13259/tid=13307] ppid=13256 vsize=846412 memory=712352 CPUtime=327.04 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 134189 0 0 0 32679 25 0 0 20 0 2 0 29114118 866725888 197961 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 668.05 s
Current children cumulated vsize: 846412 KiB
Current children cumulated memory: 791844 KiB

[startup+402.3 s]
/proc/loadavg: 7.05 7.01 5.21 8/267 13369
/proc/meminfo: memFree=113661604/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=911948 memory=808144 CPUtime=787.23 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 452322 0 0 0 78654 69 0 0 20 0 2 0 29113097 933834752 202036 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 227987 202036 3360 6655 0 206404 0
[pid=13259/tid=13307] ppid=13256 vsize=911948 memory=712352 CPUtime=386.42 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 136974 0 0 0 38617 25 0 0 20 0 2 0 29114118 933834752 202036 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 787.23 s
Current children cumulated vsize: 911948 KiB
Current children cumulated memory: 808144 KiB

[startup+462.3 s]
/proc/loadavg: 6.99 7.00 5.33 8/267 13371
/proc/meminfo: memFree=111197256/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=911948 memory=810592 CPUtime=906.41 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 453472 0 0 0 90572 69 0 0 20 0 2 0 29113097 933834752 202648 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 227987 202648 3360 6655 0 206404 0
[pid=13259/tid=13307] ppid=13256 vsize=911948 memory=14432 CPUtime=445.82 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 138119 0 0 0 44557 25 0 0 20 0 2 0 29114118 933834752 202648 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 906.41 s
Current children cumulated vsize: 911948 KiB
Current children cumulated memory: 810592 KiB

[startup+522.3 s]
/proc/loadavg: 7.04 7.01 5.44 8/267 13378
/proc/meminfo: memFree=109973288/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=911948 memory=812648 CPUtime=1025.59 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 463314 0 0 0 102488 71 0 0 20 0 2 0 29113097 933834752 203162 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 227987 203162 3360 6655 0 206404 0
[pid=13259/tid=13307] ppid=13256 vsize=911948 memory=812648 CPUtime=505.21 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 147944 0 0 0 50494 27 0 0 20 0 2 0 29114118 933834752 203162 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 1025.59 s
Current children cumulated vsize: 911948 KiB
Current children cumulated memory: 812648 KiB

[startup+582.3 s]
/proc/loadavg: 7.11 7.04 5.55 8/268 13383
/proc/meminfo: memFree=109805364/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=911948 memory=813032 CPUtime=1144.76 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 469615 0 0 0 114405 71 0 0 20 0 2 0 29113097 933834752 203258 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 227987 203258 3360 6655 0 206404 0
[pid=13259/tid=13307] ppid=13256 vsize=911948 memory=813032 CPUtime=564.6 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 154237 0 0 0 56433 27 0 0 20 0 2 0 29114118 933834752 203258 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 1144.76 s
Current children cumulated vsize: 911948 KiB
Current children cumulated memory: 813032 KiB

[startup+642.3 s]
/proc/loadavg: 7.09 7.05 5.65 8/268 13385
/proc/meminfo: memFree=109610852/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=911948 memory=814056 CPUtime=1263.95 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 469685 0 0 0 126324 71 0 0 20 0 2 0 29113097 933834752 203514 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 227987 203514 3360 6655 0 206404 0
[pid=13259/tid=13307] ppid=13256 vsize=911948 memory=4252 CPUtime=623.99 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 154301 0 0 0 62372 27 0 0 20 0 2 0 29114118 933834752 203514 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 1263.95 s
Current children cumulated vsize: 911948 KiB
Current children cumulated memory: 814056 KiB

[startup+702.3 s]
/proc/loadavg: 7.14 7.07 5.75 8/268 13387
/proc/meminfo: memFree=110044136/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=911948 memory=814056 CPUtime=1383.15 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 469735 0 0 0 138244 71 0 0 20 0 2 0 29113097 933834752 203514 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 227987 203514 3360 6655 0 206404 0
[pid=13259/tid=13307] ppid=13256 vsize=911948 memory=814056 CPUtime=683.39 cores=1,3
/proc/13259/task/13307/stat : 13307 (LSIPExact) R 13256 13259 12362 0 -1 4194368 154351 0 0 0 68312 27 0 0 20 0 2 0 29114118 933834752 203514 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
Current children cumulated CPU time: 1383.15 s
Current children cumulated vsize: 911948 KiB
Current children cumulated memory: 814056 KiB

[startup+762.3 s]
/proc/loadavg: 6.27 6.86 5.76 6/268 13391
/proc/meminfo: memFree=109716508/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=780876 memory=734636 CPUtime=1430.91 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) S 13256 13259 12362 0 -1 4194304 482725 0 0 0 143019 72 0 0 20 0 1 0 29113097 799617024 183659 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 195219 183659 3360 6655 0 184457 0
[pid=13389] ppid=13259 vsize=219392 memory=205668 CPUtime=35.82 cores=1,3
/proc/13389/stat : 13389 (Exact) R 13259 13389 13389 0 -1 4194304 29217 0 0 0 3575 7 0 0 20 0 1 0 29185732 224657408 51417 18446744073709551615 4198400 8335837 140731578542848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19017728 140731578546363 140731578546717 140731578546717 140731578552271 0
/proc/13389/statm: 54848 51417 1088 1011 0 53615 0
Current children cumulated CPU time: 1466.73 s
Current children cumulated vsize: 1000268 KiB
Current children cumulated memory: 940304 KiB

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

# cumulated CPU time of all completed processes:  user=1468.05 s, system=0.826596 s

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

[startup+763.2 s]
/proc/loadavg: 6.17 6.83 5.76 6/268 13391
/proc/meminfo: memFree=109716508/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=780876 memory=734636 CPUtime=1430.91 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) S 13256 13259 12362 0 -1 4194304 482725 0 0 0 143019 72 0 0 20 0 1 0 29113097 799617024 183659 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 195219 183659 3360 6655 0 184457 0
[pid=13389] ppid=13259 vsize=219392 memory=205668 CPUtime=36.71 cores=1,3
/proc/13389/stat : 13389 (Exact) R 13259 13389 13389 0 -1 4194304 29217 0 0 0 3664 7 0 0 20 0 1 0 29185732 224657408 51417 18446744073709551615 4198400 8335837 140731578542848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19017728 140731578546363 140731578546717 140731578546717 140731578552271 0
/proc/13389/statm: 54848 51417 1088 1011 0 53615 0
Current children cumulated CPU time: 1467.62 s
Current children cumulated vsize: 1000268 KiB
Current children cumulated memory: 940304 KiB

[startup+764 s]*
/proc/loadavg: 6.17 6.83 5.76 6/268 13391
/proc/meminfo: memFree=109716508/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=780876 memory=734636 CPUtime=1430.91 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) S 13256 13259 12362 0 -1 4194304 482725 0 0 0 143019 72 0 0 20 0 1 0 29113097 799617024 183659 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 195219 183659 3360 6655 0 184457 0
[pid=13389] ppid=13259 vsize=219392 memory=205668 CPUtime=37.52 cores=1,3
/proc/13389/stat : 13389 (Exact) R 13259 13389 13389 0 -1 4194304 29217 0 0 0 3745 7 0 0 20 0 1 0 29185732 224657408 51417 18446744073709551615 4198400 8335837 140731578542848 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 19017728 140731578546363 140731578546717 140731578546717 140731578552271 0
/proc/13389/statm: 54848 51417 1088 1011 0 53615 0
Current children cumulated CPU time: 1468.43 s
Current children cumulated vsize: 1000268 KiB
Current children cumulated memory: 940304 KiB

[startup+764.4 s]
/proc/loadavg: 6.17 6.83 5.76 6/268 13391
/proc/meminfo: memFree=109716508/131250000 swapFree=33010684/33010684
[pid=13259] ppid=13256 vsize=780876 memory=734636 CPUtime=1468.84 cores=1,3
/proc/13259/stat : 13259 (LSIPExact) R 13256 13259 12362 0 -1 4194304 498980 29220 0 0 143026 73 3777 8 20 0 1 0 29113097 799617024 183659 18446744073709551615 94287220498432 94287247754833 140722509247264 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94287256257672 94287256689280 94287264825344 140722509248858 140722509249034 140722509249034 140722509254636 0
/proc/13259/statm: 195219 183659 3360 6655 0 184457 0
Current children cumulated CPU time: 1468.84 s
Current children cumulated vsize: 780876 KiB
Current children cumulated memory: 734636 KiB

Child status: 0

Real time (s): 764.432
CPU time (s): 1468.88
CPU user time (s): 1468.05
CPU system time (s): 0.826596
CPU usage (%): 192.153
Max. virtual memory (cumulated for all children) (KiB): 1000268
Max. memory (cumulated for all children) (KiB): 940304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1468.05
system time used= 0.826596
maximum resident set size= 862508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 535977
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= 352
involuntary context switches= 18393


# summary of solver processes directly reported to runsolver:
#   pid: 13259
#   total CPU time (s): 1468.88
#   total CPU user time (s): 1468.05
#   total CPU system time (s): 0.826596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25671 second user time and 3.76507 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 20:12:35
IDJOB=4503411
IDBENCH=155463
IDSOLVER=3336
FILE ID=nodeC016/4503411-1751134355
RUNJOBID= nodeC016-1751133631-12379
SLURM_JOB_ID= 9587416
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=2048737269

nodeC016 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.737
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.48
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.175
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.48
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.733
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129346896 kB
MemAvailable:   129075956 kB
Buffers:            3280 kB
Cached:           542804 kB
SwapCached:            0 kB
Active:           910804 kB
Inactive:         336432 kB
Active(anon):     719224 kB
Inactive(anon):        0 kB
Active(file):     191580 kB
Inactive(file):   336432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51068 kB
Writeback:             4 kB
AnonPages:        704332 kB
Mapped:           138772 kB
Shmem:             18072 kB
KReclaimable:      80576 kB
Slab:             162564 kB
SReclaimable:      80576 kB
SUnreclaim:        81988 kB
KernelStack:        4304 kB
PageTables:         4512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1095008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432620 MiB
End job on nodeC016 at 2025-06-28 20:25:20