Trace number 4527442

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.27 1837.84

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark3600.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.18/1835.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.18/1835.80	c numVar: 99789
3600.18/1835.80	c numCon: 388956
3600.18/1835.80	c numEqual: 0
3600.18/1835.80	c intSize: 12
3600.18/1835.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.18/1835.80	c ------------------- Paras list -------------------
3600.18/1835.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.18/1835.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.18/1835.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.18/1835.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.18/1835.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.18/1835.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.18/1835.80	c random_seed         	 int       	 0         	 0         	 
3600.18/1835.80	c sample_size         	 int       	 50        	 50        	 
3600.18/1835.80	c sub_score           	 int       	 1         	 1         	 
3600.18/1835.80	c tabu_base           	 int       	 3         	 3         	 
3600.18/1835.80	c tabu_variation      	 int       	 1         	 1         	 
3600.18/1835.80	c sub_div             	 int       	 4         	 4         	 
3600.18/1835.80	c nbcore              	 int       	 2         	 1         	 
3600.18/1835.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.18/1835.80	c print_sol           	 int       	 1         	 1         	 
3600.18/1835.80	c tmpdir              	 string		 .         	 "."       	 
3600.18/1835.80	c home                	 string		 HOME	 "."       	 
3600.18/1835.80	c benchname           	 string		 HOME/instance-4527442-1752232300.opb	 ""        	 
3600.18/1835.80	c --------------------------------------------------
3600.18/1835.80	c Local Search solver
3600.18/1835.80	c LS find feasible solution for PBO with objective value 37
3600.18/1835.80	c MIP solver
3600.18/1835.80	c receive signal 15, try to interrupt solver...

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527442-1752232300/watcher-4527442-1752232300 -o /tmp/evaluation-result-4527442-1752232300/solver-4527442-1752232300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752232205-113967 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527442-1752232300.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114354, runsolver pid=114351

[startup+0.100065 s]*
/proc/loadavg: 5.12 1.71 0.66 8/272 114355
/proc/meminfo: memFree=121700420/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=146604 memory=103800 CPUtime=0.09 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 19857 0 0 0 7 2 0 0 20 0 1 0 138907743 150122496 25950 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 36651 25950 1152 6655 0 26886 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 146604 KiB
Current children cumulated memory: 103800 KiB

[startup+0.206188 s]*
/proc/loadavg: 5.12 1.71 0.66 8/272 114355
/proc/meminfo: memFree=121686116/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=200856 memory=166204 CPUtime=0.2 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 30350 0 0 0 15 5 0 0 20 0 1 0 138907743 205676544 41551 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 50214 41551 1152 6655 0 40449 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 200856 KiB
Current children cumulated memory: 166204 KiB

[startup+0.306024 s]*
/proc/loadavg: 5.12 1.71 0.66 8/272 114355
/proc/meminfo: memFree=121685108/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=229128 memory=194364 CPUtime=0.3 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 37403 0 0 0 24 6 0 0 20 0 1 0 138907743 234627072 48591 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 57282 48591 1152 6655 0 47517 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 229128 KiB
Current children cumulated memory: 194364 KiB

[startup+0.700197 s]
/proc/loadavg: 5.27 1.80 0.70 8/272 114355
/proc/meminfo: memFree=121645596/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=298412 memory=263484 CPUtime=0.68 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 54687 0 0 0 59 9 0 0 20 0 1 0 138907743 305573888 65871 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 74603 65871 1152 6655 0 64838 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 298412 KiB
Current children cumulated memory: 263484 KiB

[startup+1.50019 s]
/proc/loadavg: 5.27 1.80 0.70 8/272 114355
/proc/meminfo: memFree=121621404/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=298412 memory=263484 CPUtime=1.48 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 54687 0 0 0 139 9 0 0 20 0 1 0 138907743 305573888 65871 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 74603 65871 1152 6655 0 64838 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 298412 KiB
Current children cumulated memory: 263484 KiB

[startup+3.10601 s]
/proc/loadavg: 5.27 1.80 0.70 8/272 114355
/proc/meminfo: memFree=121612836/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=298412 memory=263484 CPUtime=3.08 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 54728 0 0 0 299 9 0 0 20 0 1 0 138907743 305573888 65871 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 74603 65871 1152 6655 0 64838 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 298412 KiB
Current children cumulated memory: 263484 KiB

[startup+6.3002 s]
/proc/loadavg: 5.41 1.89 0.73 8/272 114355
/proc/meminfo: memFree=121611324/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=298412 memory=263484 CPUtime=6.26 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 54748 0 0 0 617 9 0 0 20 0 1 0 138907743 305573888 65871 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 74603 65871 1152 6655 0 64838 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 298412 KiB
Current children cumulated memory: 263484 KiB

[startup+12.7002 s]
/proc/loadavg: 5.54 1.97 0.77 8/273 114356
/proc/meminfo: memFree=121256668/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=693680 memory=581976 CPUtime=12.64 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 112446 0 0 0 1243 21 0 0 20 0 2 0 138907743 710328320 145494 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 173420 145494 2752 6655 0 147303 0
[pid=114354/tid=114356] ppid=114351 vsize=693680 memory=594532 CPUtime=0 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) S 114351 114354 113948 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138908806 710328320 145494 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 693680 KiB
Current children cumulated memory: 581976 KiB

[startup+25.5002 s]
/proc/loadavg: 5.84 2.15 0.84 8/273 114356
/proc/meminfo: memFree=121008676/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=948504 memory=797404 CPUtime=25.39 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 173585 0 0 0 2507 32 0 0 20 0 2 0 138907743 971268096 199351 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 237126 199351 2912 6655 0 211009 0
[pid=114354/tid=114356] ppid=114351 vsize=948504 memory=797404 CPUtime=0 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) S 114351 114354 113948 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138908806 971268096 199351 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 948504 KiB
Current children cumulated memory: 797404 KiB

[startup+51.106 s]
/proc/loadavg: 6.45 2.65 1.05 9/272 114357
/proc/meminfo: memFree=120534040/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1399036 memory=1251248 CPUtime=60.1 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 280808 0 0 0 5951 59 0 0 20 0 2 0 138907743 1432612864 312812 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 349759 312812 3328 6655 0 334429 0
[pid=114354/tid=114356] ppid=114351 vsize=1399036 memory=1249156 CPUtime=9.22 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 23461 0 0 0 918 4 0 0 20 0 2 0 138908806 1432612864 312812 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 60.1 s
Current children cumulated vsize: 1399036 KiB
Current children cumulated memory: 1251248 KiB

[startup+102.3 s]
/proc/loadavg: 7.45 3.51 1.42 9/271 114359
/proc/meminfo: memFree=120366360/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1465172 memory=1336336 CPUtime=161.67 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 327866 0 0 0 16102 65 0 0 20 0 2 0 138907743 1500336128 334084 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 366293 334084 3360 6655 0 353513 0
[pid=114354/tid=114356] ppid=114351 vsize=1465172 memory=1336336 CPUtime=59.8 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 50885 0 0 0 5973 7 0 0 20 0 2 0 138908806 1500336128 334084 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 1465172 KiB
Current children cumulated memory: 1336336 KiB

[startup+162.3 s]
/proc/loadavg: 7.86 4.34 1.84 9/271 114361
/proc/meminfo: memFree=119838060/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1871528 memory=1742304 CPUtime=280.63 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 394228 0 0 0 27970 93 0 0 20 0 2 0 138907743 1916444672 435576 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 467882 435576 3360 6655 0 454692 0
[pid=114354/tid=114356] ppid=114351 vsize=1871528 memory=1650316 CPUtime=119.04 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 102087 0 0 0 11870 34 0 0 20 0 2 0 138908806 1916444672 435576 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 280.63 s
Current children cumulated vsize: 1871528 KiB
Current children cumulated memory: 1742304 KiB

[startup+222.3 s]
/proc/loadavg: 8.04 5.04 2.24 9/270 114363
/proc/meminfo: memFree=119694532/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1872304 memory=1743184 CPUtime=399.61 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 422655 0 0 0 39862 99 0 0 20 0 2 0 138907743 1917239296 435796 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468076 435796 3360 6655 0 454886 0
[pid=114354/tid=114356] ppid=114351 vsize=1872304 memory=1742920 CPUtime=178.29 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 115507 0 0 0 17791 38 0 0 20 0 2 0 138908806 1917239296 435796 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 399.61 s
Current children cumulated vsize: 1872304 KiB
Current children cumulated memory: 1743184 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 5.60 2.61 9/268 114366
/proc/meminfo: memFree=119582104/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1872764 memory=1743552 CPUtime=518.61 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 424413 0 0 0 51758 103 0 0 20 0 2 0 138907743 1917710336 435888 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468191 435888 3360 6655 0 455001 0
[pid=114354/tid=114356] ppid=114351 vsize=1872764 memory=1743400 CPUtime=237.55 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 116289 0 0 0 23713 42 0 0 20 0 2 0 138908806 1917710336 435888 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 518.61 s
Current children cumulated vsize: 1872764 KiB
Current children cumulated memory: 1743552 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 6.07 2.96 9/269 114370
/proc/meminfo: memFree=119296928/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1873100 memory=1743848 CPUtime=637.51 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 453266 0 0 0 63645 106 0 0 20 0 2 0 138907743 1918054400 435962 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468275 435962 3360 6655 0 455085 0
[pid=114354/tid=114356] ppid=114351 vsize=1873100 memory=1743400 CPUtime=297.1 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 129973 0 0 0 29666 44 0 0 20 0 2 0 138908806 1918054400 435962 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 637.51 s
Current children cumulated vsize: 1873100 KiB
Current children cumulated memory: 1743848 KiB

[startup+402.3 s]

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

/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 721070 0 0 0 265901 137 0 0 20 0 2 0 138907743 1920790528 436733 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468943 436733 3360 6655 0 455753 0
[pid=114354/tid=114356] ppid=114351 vsize=1875772 memory=14824 CPUtime=1312.53 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 251887 0 0 0 131193 60 0 0 20 0 2 0 138908806 1920790528 436733 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 2660.38 s
Current children cumulated vsize: 1875772 KiB
Current children cumulated memory: 1746932 KiB

[startup+1422.3 s]
/proc/loadavg: 7.08 7.13 5.98 8/269 114422
/proc/meminfo: memFree=116912244/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1875908 memory=1746972 CPUtime=2779.39 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 721806 0 0 0 277801 138 0 0 20 0 2 0 138907743 1920929792 436743 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468977 436743 3360 6655 0 455787 0
[pid=114354/tid=114356] ppid=114351 vsize=1875908 memory=14824 CPUtime=1372.26 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 252242 0 0 0 137166 60 0 0 20 0 2 0 138908806 1920929792 436743 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 2779.39 s
Current children cumulated vsize: 1875908 KiB
Current children cumulated memory: 1746972 KiB

[startup+1482.3 s]
/proc/loadavg: 7.15 7.13 6.06 8/268 114424
/proc/meminfo: memFree=116813816/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1875908 memory=1746988 CPUtime=2898.45 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 751438 0 0 0 289704 141 0 0 20 0 2 0 138907743 1920929792 436747 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468977 436747 3360 6655 0 455787 0
[pid=114354/tid=114356] ppid=114351 vsize=1875908 memory=14824 CPUtime=1432.03 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 266129 0 0 0 143141 62 0 0 20 0 2 0 138908806 1920929792 436747 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 2898.45 s
Current children cumulated vsize: 1875908 KiB
Current children cumulated memory: 1746988 KiB

[startup+1542.3 s]
/proc/loadavg: 7.11 7.12 6.12 8/268 114427
/proc/meminfo: memFree=116710316/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1875908 memory=1746992 CPUtime=3017.47 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 751997 0 0 0 301606 141 0 0 20 0 2 0 138907743 1920929792 436748 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 468977 436748 3360 6655 0 455787 0
[pid=114354/tid=114356] ppid=114351 vsize=1875908 memory=1746992 CPUtime=1491.77 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 266294 0 0 0 149115 62 0 0 20 0 2 0 138908806 1920929792 436748 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3017.47 s
Current children cumulated vsize: 1875908 KiB
Current children cumulated memory: 1746992 KiB

[startup+1602.3 s]
/proc/loadavg: 7.04 7.10 6.18 8/268 114429
/proc/meminfo: memFree=116544244/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1952720 memory=1804980 CPUtime=3136.63 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 790555 0 0 0 313517 146 0 0 20 0 2 0 138907743 1999585280 451245 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 488180 451245 3392 6655 0 474990 0
[pid=114354/tid=114356] ppid=114351 vsize=1952720 memory=1804596 CPUtime=1551.57 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 289748 0 0 0 155092 65 0 0 20 0 2 0 138908806 1999585280 451245 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3136.63 s
Current children cumulated vsize: 1952720 KiB
Current children cumulated memory: 1804980 KiB

[startup+1662.3 s]
/proc/loadavg: 7.11 7.11 6.25 8/268 114431
/proc/meminfo: memFree=116426440/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1952720 memory=1805108 CPUtime=3255.75 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 790990 0 0 0 325429 146 0 0 20 0 2 0 138907743 1999585280 451277 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 488180 451277 3392 6655 0 474990 0
[pid=114354/tid=114356] ppid=114351 vsize=1952720 memory=1804596 CPUtime=1611.35 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 289756 0 0 0 161070 65 0 0 20 0 2 0 138908806 1999585280 451277 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3255.75 s
Current children cumulated vsize: 1952720 KiB
Current children cumulated memory: 1805108 KiB

[startup+1722.3 s]
/proc/loadavg: 7.44 7.18 6.33 8/268 114433
/proc/meminfo: memFree=116313552/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1952720 memory=1805108 CPUtime=3374.91 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 804830 0 0 0 337343 148 0 0 20 0 2 0 138907743 1999585280 451277 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 488180 451277 3392 6655 0 474990 0
[pid=114354/tid=114356] ppid=114351 vsize=1952720 memory=1804596 CPUtime=1671.15 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 289918 0 0 0 167050 65 0 0 20 0 2 0 138908806 1999585280 451277 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3374.91 s
Current children cumulated vsize: 1952720 KiB
Current children cumulated memory: 1805108 KiB

[startup+1782.3 s]
/proc/loadavg: 6.81 7.04 6.33 8/270 114538
/proc/meminfo: memFree=119939392/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1952720 memory=1807984 CPUtime=3494.02 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 838393 0 0 0 349252 150 0 0 20 0 2 0 138907743 1999585280 451996 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 488180 451996 3424 6655 0 474990 0
[pid=114354/tid=114356] ppid=114351 vsize=1952720 memory=14824 CPUtime=1730.93 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 309477 0 0 0 173026 67 0 0 20 0 2 0 138908806 1999585280 451996 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3494.02 s
Current children cumulated vsize: 1952720 KiB
Current children cumulated memory: 1807984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.8 s]
/proc/loadavg: 6.90 7.02 6.37 8/269 114540
/proc/meminfo: memFree=119091204/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1952720 memory=1807984 CPUtime=3600.18 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 840506 0 0 0 359867 151 0 0 20 0 2 0 138907743 1999585280 451996 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 488180 451996 3424 6655 0 474990 0
[pid=114354/tid=114356] ppid=114351 vsize=1952720 memory=21996 CPUtime=1784.21 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) R 114351 114354 113948 0 -1 4194368 309777 0 0 0 178354 67 0 0 20 0 2 0 138908806 1999585280 451996 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 1952720 KiB
Current children cumulated memory: 1807984 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1837.84 s]
# the end of solver process 114354 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3600.69 s, system=1.57097 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1836.8 s]
/proc/loadavg: 6.91 7.02 6.37 7/269 114540
/proc/meminfo: memFree=119424116/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1602856 memory=1479224 CPUtime=3601.22 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 853855 0 0 0 359969 153 0 0 20 0 2 0 138907743 1641324544 369806 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 400714 369806 3424 6655 0 387545 0
[pid=114354/tid=114356] ppid=114351 vsize=1602856 memory=1807984 CPUtime=1784.27 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) S 114351 114354 113948 0 -1 4194368 321433 0 0 0 178358 69 0 0 20 0 2 0 138908806 1641324544 369806 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3601.22 s
Current children cumulated vsize: 1602856 KiB
Current children cumulated memory: 1479224 KiB

[startup+1837.6 s]
/proc/loadavg: 6.91 7.02 6.37 7/269 114540
/proc/meminfo: memFree=119424116/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1602856 memory=1479224 CPUtime=3602.02 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 853855 0 0 0 360049 153 0 0 20 0 2 0 138907743 1641324544 369806 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 400714 369806 3424 6655 0 387545 0
[pid=114354/tid=114356] ppid=114351 vsize=1602856 memory=20736 CPUtime=1784.27 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) S 114351 114354 113948 0 -1 4194368 321433 0 0 0 178358 69 0 0 20 0 2 0 138908806 1641324544 369806 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 1602856 KiB
Current children cumulated memory: 1479224 KiB

[startup+1837.8 s]
/proc/loadavg: 6.91 7.02 6.37 7/269 114540
/proc/meminfo: memFree=119424116/131249996 swapFree=33010672/33010684
[pid=114354] ppid=114351 vsize=1602856 memory=1479224 CPUtime=3602.21 cores=1,3
/proc/114354/stat : 114354 (LSIPExact) R 114351 114354 113948 0 -1 4194304 853855 0 0 0 360068 153 0 0 20 0 2 0 138907743 1641324544 369806 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
/proc/114354/statm: 400714 369806 3424 6655 0 387545 0
[pid=114354/tid=114356] ppid=114351 vsize=1602856 memory=3328 CPUtime=1784.27 cores=1,3
/proc/114354/task/114356/stat : 114356 (LSIPExact) S 114351 114354 113948 0 -1 4194368 321433 0 0 0 178358 69 0 0 20 0 2 0 138908806 1641324544 369806 18446744073709551615 94829611094016 94829638351185 140729453838736 0 0 0 0 0 16386 1 0 0 -1 1 0 0 0 0 0 94829646853256 94829647284864 94829663072256 140729453840728 140729453840904 140729453840904 140729453846508 0
Current children cumulated CPU time: 3602.21 s
Current children cumulated vsize: 1602856 KiB
Current children cumulated memory: 1479224 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1837.84
CPU time (s): 3602.27
CPU user time (s): 3600.69
CPU system time (s): 1.57097
CPU usage (%): 196.006
Max. virtual memory (cumulated for all children) (KiB): 1952720
Max. memory (cumulated for all children) (KiB): 1807984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.69
system time used= 1.57096
maximum resident set size= 1810032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 853855
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= 105
involuntary context switches= 69549


# summary of solver processes directly reported to runsolver:
#   pid: 114354
#   total CPU time (s): 3602.27
#   total CPU user time (s): 3600.69
#   total CPU system time (s): 1.57097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.84734 second user time and 9.22157 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-11 13:11:40
IDJOB=4527442
IDBENCH=148190
IDSOLVER=3384
FILE ID=nodeC017/4527442-1752232300
RUNJOBID= nodeC017-1752232205-113967
SLURM_JOB_ID= 9682528
Free space on /tmp= 432252 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_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-4527442-1752232300/watcher-4527442-1752232300 -o /tmp/evaluation-result-4527442-1752232300/solver-4527442-1752232300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752232205-113967 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527442-1752232300.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=133869697

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121793448 kB
MemAvailable:   126493224 kB
Buffers:            1688 kB
Cached:          5465668 kB
SwapCached:            8 kB
Active:          3456112 kB
Inactive:        5165392 kB
Active(anon):    3156268 kB
Inactive(anon):    15952 kB
Active(file):     299844 kB
Inactive(file):  5149440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56428 kB
Writeback:            76 kB
AnonPages:       3155400 kB
Mapped:           141656 kB
Shmem:             18072 kB
KReclaimable:     179060 kB
Slab:             273084 kB
SReclaimable:     179060 kB
SUnreclaim:        94024 kB
KernelStack:        4384 kB
PageTables:         9332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3529220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432240 MiB
End job on nodeC017 at 2025-07-11 13:42:18