Trace number 4527547

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.23 1826.24

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_9_shg.opb
MD5SUM6ff458260e5cc7a1e00e7b04a599a648
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark613.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7840
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint34
Maximum length of a constraint64
Number of terms in the objective function 7840
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 7840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7840
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1824.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1824.20	c numVar: 7840
3600.16/1824.20	c numCon: 65280
3600.16/1824.20	c numEqual: 0
3600.16/1824.20	c intSize: 13
3600.16/1824.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1824.20	c ------------------- Paras list -------------------
3600.16/1824.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1824.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1824.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1824.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1824.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1824.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1824.20	c random_seed         	 int       	 0         	 0         	 
3600.16/1824.20	c sample_size         	 int       	 50        	 50        	 
3600.16/1824.20	c sub_score           	 int       	 1         	 1         	 
3600.16/1824.20	c tabu_base           	 int       	 3         	 3         	 
3600.16/1824.20	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1824.20	c sub_div             	 int       	 4         	 4         	 
3600.16/1824.20	c nbcore              	 int       	 2         	 1         	 
3600.16/1824.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1824.20	c print_sol           	 int       	 1         	 1         	 
3600.16/1824.20	c tmpdir              	 string		 .         	 "."       	 
3600.16/1824.20	c home                	 string		 HOME	 "."       	 
3600.16/1824.20	c benchname           	 string		 HOME/instance-4527547-1752233211.opb	 ""        	 
3600.16/1824.20	c --------------------------------------------------
3600.16/1824.20	c Local Search solver
3600.16/1824.20	c LS find feasible solution for PBO with objective value 62
3600.16/1824.20	c MIP solver
3600.16/1824.20	c receive signal 15, try to interrupt solver...
3600.16/1824.30	c MIP solver find feasible solution
3600.33/1824.32	c MIP solver objective value: 42
3600.33/1824.38	c MIP find feasible solution for PBO with objective value 42
3600.33/1824.38	c copy file: 0
3600.33/1824.38	c gen ub file: HOME/instance-4527547-1752233211.opb_ub.opb
3600.33/1824.38	c use Exact 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 (59869 MiB free)
  memory of node 1: 64507 MiB (54537 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527547-1752233211/watcher-4527547-1752233211 -o /tmp/evaluation-result-4527547-1752233211/solver-4527547-1752233211 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752232205-115832 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527547-1752233211.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=116213, runsolver pid=116210
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 6.88 6.96 5.02 8/267 116214
/proc/meminfo: memFree=117096404/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=101384 memory=58496 CPUtime=0.08 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 13645 0 0 0 7 1 0 0 20 0 1 0 138998855 103817216 14624 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 25346 14624 1120 6655 0 15581 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101384 KiB
Current children cumulated memory: 58496 KiB

[startup+0.205637 s]*
/proc/loadavg: 6.88 6.96 5.02 8/267 116214
/proc/meminfo: memFree=117049028/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=139592 memory=104832 CPUtime=0.2 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 25241 0 0 0 16 4 0 0 20 0 1 0 138998855 142942208 26208 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 34898 26208 1120 6655 0 25133 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 139592 KiB
Current children cumulated memory: 104832 KiB

[startup+0.305593 s]*
/proc/loadavg: 6.88 6.96 5.02 9/267 116214
/proc/meminfo: memFree=117033300/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=161552 memory=126848 CPUtime=0.29 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 30746 0 0 0 24 5 0 0 20 0 1 0 138998855 165429248 31712 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 40388 31712 1120 6655 0 30623 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 161552 KiB
Current children cumulated memory: 126848 KiB

[startup+0.700162 s]
/proc/loadavg: 6.88 6.96 5.02 8/267 116214
/proc/meminfo: memFree=116984916/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=236848 memory=201856 CPUtime=0.68 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 49492 0 0 0 60 8 0 0 20 0 1 0 138998855 242532352 50464 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 59212 50464 1120 6655 0 49447 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 236848 KiB
Current children cumulated memory: 201856 KiB

[startup+1.50017 s]
/proc/loadavg: 6.88 6.96 5.02 8/267 116214
/proc/meminfo: memFree=116899488/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=374036 memory=339328 CPUtime=1.48 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 83857 0 0 0 133 15 0 0 20 0 1 0 138998855 383012864 84832 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 93509 84832 1120 6655 0 83744 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 374036 KiB
Current children cumulated memory: 339328 KiB

[startup+3.10539 s]
/proc/loadavg: 6.88 6.96 5.02 8/267 116214
/proc/meminfo: memFree=116695852/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=476700 memory=441984 CPUtime=3.08 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 109542 0 0 0 289 19 0 0 20 0 1 0 138998855 488140800 110496 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 119175 110496 1120 6655 0 109410 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 476700 KiB
Current children cumulated memory: 441984 KiB

[startup+6.30017 s]
/proc/loadavg: 6.97 6.98 5.04 8/267 116214
/proc/meminfo: memFree=116681256/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=476700 memory=441984 CPUtime=6.27 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 109542 0 0 0 608 19 0 0 20 0 1 0 138998855 488140800 110496 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 119175 110496 1120 6655 0 109410 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 476700 KiB
Current children cumulated memory: 441984 KiB

[startup+12.7002 s]
/proc/loadavg: 6.97 6.98 5.05 8/268 116215
/proc/meminfo: memFree=116365528/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1045200 memory=940460 CPUtime=12.66 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 155558 0 0 0 1230 36 0 0 20 0 2 0 138998855 1070284800 235115 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 261300 235115 2944 6655 0 235183 0
[pid=116213/tid=116215] ppid=116210 vsize=1045200 memory=749204 CPUtime=0 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) S 116210 116213 115813 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138999942 1070284800 235115 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1045200 KiB
Current children cumulated memory: 940460 KiB

[startup+25.5002 s]
/proc/loadavg: 7.06 7.00 5.08 9/268 116215
/proc/meminfo: memFree=115702304/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1495360 memory=1432648 CPUtime=30.86 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 239526 0 0 0 3025 61 0 0 20 0 2 0 138998855 1531248640 358162 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 373840 358162 3392 6655 0 363082 0
[pid=116213/tid=116215] ppid=116210 vsize=1495360 memory=1228940 CPUtime=5.44 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 48218 0 0 0 535 9 0 0 20 0 2 0 138999942 1531248640 358162 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 30.86 s
Current children cumulated vsize: 1495360 KiB
Current children cumulated memory: 1432648 KiB

[startup+51.1054 s]
/proc/loadavg: 7.45 7.09 5.17 9/268 116215
/proc/meminfo: memFree=115366756/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1596356 memory=1545052 CPUtime=81.7 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 306444 0 0 0 8092 78 0 0 20 0 2 0 138998855 1634668544 386263 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 399089 386263 3424 6655 0 388331 0
[pid=116213/tid=116215] ppid=116210 vsize=1596356 memory=1545052 CPUtime=30.75 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 64986 0 0 0 3064 11 0 0 20 0 2 0 138999942 1634668544 386263 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 81.7 s
Current children cumulated vsize: 1596356 KiB
Current children cumulated memory: 1545052 KiB

[startup+102.3 s]
/proc/loadavg: 7.83 7.25 5.32 9/267 116217
/proc/meminfo: memFree=115091092/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1624916 memory=1579756 CPUtime=182.94 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 406763 0 0 0 18206 88 0 0 20 0 2 0 138998855 1663913984 394939 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 406229 394939 3424 6655 0 395471 0
[pid=116213/tid=116215] ppid=116210 vsize=1624916 memory=1579756 CPUtime=80.99 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 131946 0 0 0 8082 17 0 0 20 0 2 0 138999942 1663913984 394939 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 182.94 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579756 KiB

[startup+162.3 s]
/proc/loadavg: 7.99 7.41 5.50 9/268 116220
/proc/meminfo: memFree=114850944/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1624916 memory=1579756 CPUtime=302 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 452927 0 0 0 30108 92 0 0 20 0 2 0 138998855 1663913984 394939 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 406229 394939 3424 6655 0 395471 0
[pid=116213/tid=116215] ppid=116210 vsize=1624916 memory=1579756 CPUtime=140.28 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 165590 0 0 0 14008 20 0 0 20 0 2 0 138999942 1663913984 394939 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 302 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579756 KiB

[startup+222.3 s]
/proc/loadavg: 8.11 7.55 5.67 9/267 116222
/proc/meminfo: memFree=114597792/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1624916 memory=1579756 CPUtime=421.05 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 457542 0 0 0 42012 93 0 0 20 0 2 0 138998855 1663913984 394939 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 406229 394939 3424 6655 0 395471 0
[pid=116213/tid=116215] ppid=116210 vsize=1624916 memory=1579756 CPUtime=199.56 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 166472 0 0 0 19936 20 0 0 20 0 2 0 138999942 1663913984 394939 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 421.05 s
Current children cumulated vsize: 1624916 KiB
Current children cumulated memory: 1579756 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 7.63 5.82 9/267 116224
/proc/meminfo: memFree=114356704/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1667532 memory=1624728 CPUtime=540.17 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 495305 0 0 0 53918 99 0 0 20 0 2 0 138998855 1707552768 406182 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 416883 406182 3424 6655 0 406125 0
[pid=116213/tid=116215] ppid=116210 vsize=1667532 memory=1579756 CPUtime=258.88 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 185436 0 0 0 25864 24 0 0 20 0 2 0 138999942 1707552768 406182 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 540.17 s
Current children cumulated vsize: 1667532 KiB
Current children cumulated memory: 1624728 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 7.72 5.96 9/267 116232
/proc/meminfo: memFree=114122776/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1667532 memory=1624728 CPUtime=659.24 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 519319 0 0 0 65822 102 0 0 20 0 2 0 138998855 1707552768 406182 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 416883 406182 3424 6655 0 406125 0
[pid=116213/tid=116215] ppid=116210 vsize=1667532 memory=1579756 CPUtime=318.17 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 199752 0 0 0 31791 26 0 0 20 0 2 0 138999942 1707552768 406182 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 659.24 s
Current children cumulated vsize: 1667532 KiB
Current children cumulated memory: 1624728 KiB


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

/proc/meminfo: memFree=117131316/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=2802.21 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 787707 0 0 0 280088 133 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=-7880352373835922810 CPUtime=1385.6 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 398427 0 0 0 138511 49 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 2802.21 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

[startup+1482.3 s]
/proc/loadavg: 7.11 7.36 7.11 8/268 116473
/proc/meminfo: memFree=117130220/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=2921.23 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 787876 0 0 0 291990 133 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=14384 CPUtime=1444.91 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 398583 0 0 0 144442 49 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 2921.23 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

[startup+1542.3 s]
/proc/loadavg: 7.09 7.31 7.11 8/268 116475
/proc/meminfo: memFree=117083544/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=3040.26 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 788349 0 0 0 303893 133 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=14384 CPUtime=1504.21 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 398857 0 0 0 150372 49 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 3040.26 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

[startup+1602.3 s]
/proc/loadavg: 7.10 7.26 7.10 8/268 116483
/proc/meminfo: memFree=116836444/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=3159.27 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 788931 0 0 0 315794 133 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=1626752 CPUtime=1563.51 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 399204 0 0 0 156302 49 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 3159.27 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

[startup+1662.3 s]
/proc/loadavg: 6.56 7.09 7.05 7/268 116487
/proc/meminfo: memFree=116657208/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=3278.44 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 789730 0 0 0 327711 133 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=1626752 CPUtime=1622.89 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 399809 0 0 0 162240 49 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 3278.44 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

[startup+1722.3 s]
/proc/loadavg: 6.24 6.90 6.99 7/267 116489
/proc/meminfo: memFree=116630580/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=3397.67 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 789996 0 0 0 339634 133 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=1626752 CPUtime=1682.3 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 400028 0 0 0 168181 49 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 3397.67 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

[startup+1782.3 s]
/proc/loadavg: 6.25 6.78 6.94 7/267 116491
/proc/meminfo: memFree=116607180/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=3516.9 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 790580 0 0 0 351556 134 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=1626752 CPUtime=1741.7 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 400067 0 0 0 174120 50 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 3516.9 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.2 s]
/proc/loadavg: 6.19 6.70 6.90 7/267 116491
/proc/meminfo: memFree=116513152/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1668636 memory=1626752 CPUtime=3600.16 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) R 116210 116213 115813 0 -1 4194304 791367 0 0 0 359882 134 0 0 20 0 2 0 138998855 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 417159 406688 3424 6655 0 406401 0
[pid=116213/tid=116215] ppid=116210 vsize=1668636 memory=2760 CPUtime=1783.19 cores=1,3
/proc/116213/task/116215/stat : 116215 (LSIPExact) R 116210 116213 115813 0 -1 4194368 400410 0 0 0 178269 50 0 0 20 0 2 0 138999942 1708683264 406688 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 1668636 KiB
Current children cumulated memory: 1626752 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.03 s, system=1.40038 s

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

# cumulated CPU time of all completed processes:  user=3600.64 s, system=1.59761 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1825.6 s]
/proc/loadavg: 6.09 6.67 6.89 6/267 116494
/proc/meminfo: memFree=116534872/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1591352 memory=1551820 CPUtime=3600.39 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) S 116210 116213 115813 0 -1 4194304 840173 228 0 0 359903 136 0 0 20 0 1 0 138998855 1629544448 387955 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 397838 387955 3456 6655 0 387080 0
[pid=116493] ppid=116213 vsize=94368 memory=86828 CPUtime=1.19 cores=1,3
/proc/116493/stat : 116493 (Exact) R 116213 116493 116493 0 -1 4194304 17927 0 0 0 113 6 0 0 20 0 1 0 139181293 96632832 21707 18446744073709551615 4198400 8335837 140727360853408 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34586624 140727360862386 140727360862747 140727360862747 140727360868303 0
/proc/116493/statm: 23592 21707 928 1011 0 22359 0
Current children cumulated CPU time: 3601.58 s
Current children cumulated vsize: 1685720 KiB
Current children cumulated memory: 1638648 KiB

[startup+1826 s]*
/proc/loadavg: 6.09 6.67 6.89 6/267 116494
/proc/meminfo: memFree=116390512/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1591352 memory=1551820 CPUtime=3600.39 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) S 116210 116213 115813 0 -1 4194304 840173 228 0 0 359903 136 0 0 20 0 1 0 138998855 1629544448 387955 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 397838 387955 3456 6655 0 387080 0
[pid=116493] ppid=116213 vsize=209296 memory=195032 CPUtime=1.58 cores=1,3
/proc/116493/stat : 116493 (Exact) R 116213 116493 116493 0 -1 4194304 38623 0 0 0 148 10 0 0 20 0 1 0 139181293 214319104 48758 18446744073709551615 4198400 8335837 140727360853408 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34586624 140727360862386 140727360862747 140727360862747 140727360868303 0
/proc/116493/statm: 52324 48758 1056 1011 0 51091 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 1800648 KiB
Current children cumulated memory: 1746852 KiB

[startup+1826.2 s]
/proc/loadavg: 6.09 6.67 6.89 6/267 116494
/proc/meminfo: memFree=116390512/131249996 swapFree=33010416/33010684
[pid=116213] ppid=116210 vsize=1591352 memory=1551820 CPUtime=3600.39 cores=1,3
/proc/116213/stat : 116213 (LSIPExact) S 116210 116213 115813 0 -1 4194304 840173 228 0 0 359903 136 0 0 20 0 1 0 138998855 1629544448 387955 18446744073709551615 94470079184896 94470106442065 140724111042304 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94470114944136 94470115375744 94470116859904 140724111047000 140724111047176 140724111047176 140724111052780 0
/proc/116213/statm: 397838 387955 3456 6655 0 387080 0
[pid=116493] ppid=116213 vsize=363140 memory=350960 CPUtime=1.78 cores=1,3
/proc/116493/stat : 116493 (Exact) R 116213 116493 116493 0 -1 4194304 48902 0 0 0 160 18 0 0 20 0 1 0 139181293 371855360 87740 18446744073709551615 4198400 8335837 140727360853408 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34586624 140727360862386 140727360862747 140727360862747 140727360868303 0
/proc/116493/statm: 90785 87740 1056 1011 0 89552 0
Current children cumulated CPU time: 3602.17 s
Current children cumulated vsize: 1954492 KiB
Current children cumulated memory: 1902780 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1826.24
CPU time (s): 3602.23
CPU user time (s): 3600.64
CPU system time (s): 1.59761
CPU usage (%): 197.248
Max. virtual memory (cumulated for all children) (KiB): 1954492
Max. memory (cumulated for all children) (KiB): 1902780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.64
system time used= 1.59761
maximum resident set size= 1699984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 889304
page faults= 0
swaps= 0
block input operations= 61848
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 499
involuntary context switches= 54012


# summary of solver processes directly reported to runsolver:
#   pid: 116213,116493
#   total CPU time (s): 3602.23
#   total CPU user time (s): 3600.64
#   total CPU system time (s): 1.59761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.69698 second user time and 8.53022 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-11 13:26:51
IDJOB=4527547
IDBENCH=155400
IDSOLVER=3384
FILE ID=nodeC022/4527547-1752233211
RUNJOBID= nodeC022-1752232205-115832
SLURM_JOB_ID= 9682533
Free space on /tmp= 432108 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_9_shg.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527547-1752233211/watcher-4527547-1752233211 -o /tmp/evaluation-result-4527547-1752233211/solver-4527547-1752233211 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752232205-115832 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527547-1752233211.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6ff458260e5cc7a1e00e7b04a599a648
RANDOM SEED=1910245197

nodeC022 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.672
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.44
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.902
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.44
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.714
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.44
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		: 3589.568
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.44
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.515
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.44
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.719
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.44
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.732
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117152888 kB
MemAvailable:   125218268 kB
Buffers:            2128 kB
Cached:          8814068 kB
SwapCached:           32 kB
Active:          5211372 kB
Inactive:        8157260 kB
Active(anon):    4568340 kB
Inactive(anon):     2124 kB
Active(file):     643032 kB
Inactive(file):  8155136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75584 kB
Writeback:            56 kB
AnonPages:       4555552 kB
Mapped:           141844 kB
Shmem:             18028 kB
KReclaimable:     212500 kB
Slab:             306448 kB
SReclaimable:     212500 kB
SUnreclaim:        93948 kB
KernelStack:        4304 kB
PageTables:        12040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4920144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1325056 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432076 MiB
End job on nodeC022 at 2025-07-11 13:57:17