Trace number 4527385

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.18 1820.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM5da80f5858be2a333e7d6bf1625fcb5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
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.17/1818.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.17/1818.20	c numVar: 61
3600.17/1818.20	c numCon: 15
3600.17/1818.20	c numEqual: 0
3600.17/1818.20	c intSize: 13
3600.17/1818.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.17/1818.20	c ------------------- Paras list -------------------
3600.17/1818.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.17/1818.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.17/1818.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.17/1818.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.17/1818.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.17/1818.20	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.17/1818.20	c random_seed         	 int       	 0         	 0         	 
3600.17/1818.20	c sample_size         	 int       	 50        	 50        	 
3600.17/1818.20	c sub_score           	 int       	 1         	 1         	 
3600.17/1818.20	c tabu_base           	 int       	 3         	 3         	 
3600.17/1818.20	c tabu_variation      	 int       	 1         	 1         	 
3600.17/1818.20	c sub_div             	 int       	 4         	 4         	 
3600.17/1818.20	c nbcore              	 int       	 2         	 1         	 
3600.17/1818.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.17/1818.20	c print_sol           	 int       	 1         	 1         	 
3600.17/1818.20	c tmpdir              	 string		 .         	 "."       	 
3600.17/1818.20	c home                	 string		 HOME	 "."       	 
3600.17/1818.20	c benchname           	 string		 HOME/instance-4527385-1752232235.opb	 ""        	 
3600.17/1818.20	c --------------------------------------------------
3600.17/1818.20	c Local Search solver
3600.17/1818.20	c MIP solver
3600.17/1818.20	c receive signal 15, try to interrupt solver...
3601.78/1819.86	c use Exact solver
3602.15/1820.20	s UNKNOWN
3602.15/1820.20	c Total time: 1820

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=108129, runsolver pid=108126

[startup+0.100056 s]*
/proc/loadavg: 2.40 0.64 0.27 8/267 108130
/proc/meminfo: memFree=126760000/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=0.09 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 9 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+0.205459 s]*
/proc/loadavg: 2.40 0.64 0.27 8/267 108130
/proc/meminfo: memFree=126759760/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=0.2 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 20 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+0.304636 s]*
/proc/loadavg: 2.40 0.64 0.27 8/267 108130
/proc/meminfo: memFree=126759760/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=0.3 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 30 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+0.700101 s]
/proc/loadavg: 2.40 0.64 0.27 8/267 108130
/proc/meminfo: memFree=126759792/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=0.69 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 69 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+1.5001 s]
/proc/loadavg: 2.40 0.64 0.27 8/267 108130
/proc/meminfo: memFree=126755760/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=1.49 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 149 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+3.10442 s]
/proc/loadavg: 2.40 0.64 0.27 8/267 108130
/proc/meminfo: memFree=126747964/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=3.09 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 309 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+6.3001 s]
/proc/loadavg: 2.77 0.75 0.31 8/267 108130
/proc/meminfo: memFree=126759840/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=39772 memory=5120 CPUtime=6.28 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 304 0 0 0 628 0 0 0 20 0 1 0 138903446 40726528 1280 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 9943 1280 1120 6655 0 178 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 39772 KiB
Current children cumulated memory: 5120 KiB

[startup+12.7002 s]
/proc/loadavg: 3.11 0.85 0.35 9/268 108131
/proc/meminfo: memFree=126752400/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=132096 memory=40576 CPUtime=15.27 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 6611 0 0 0 1526 1 0 0 20 0 2 0 138903446 135266304 10144 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 33024 10144 3424 6655 0 9334 0
[pid=108129/tid=108131] ppid=108126 vsize=132096 memory=36096 CPUtime=2.61 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 2933 0 0 0 261 0 0 0 20 0 2 0 138904447 135266304 10144 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 132096 KiB
Current children cumulated memory: 40576 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 1.22 0.47 9/268 108131
/proc/meminfo: memFree=126657204/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=177780 memory=96788 CPUtime=40.68 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 32849 0 0 0 4062 6 0 0 20 0 2 0 138903446 182046720 24197 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 44445 24197 3424 6655 0 24489 0
[pid=108129/tid=108131] ppid=108126 vsize=177780 memory=92328 CPUtime=15.29 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 17307 0 0 0 1527 2 0 0 20 0 2 0 138904447 182046720 24197 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 177780 KiB
Current children cumulated memory: 96788 KiB

[startup+51.1054 s]
/proc/loadavg: 5.54 1.76 0.68 9/268 108132
/proc/meminfo: memFree=126451084/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=288764 memory=219888 CPUtime=91.52 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 54635 0 0 0 9139 13 0 0 20 0 2 0 138903446 295694336 54972 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 72191 54972 3424 6655 0 54558 0
[pid=108129/tid=108131] ppid=108126 vsize=288764 memory=205404 CPUtime=40.64 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 28477 0 0 0 4058 6 0 0 20 0 2 0 138904447 295694336 54972 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 91.52 s
Current children cumulated vsize: 288764 KiB
Current children cumulated memory: 219888 KiB

[startup+102.3 s]
/proc/loadavg: 7.06 2.76 1.07 9/268 108134
/proc/meminfo: memFree=125840208/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=528848 memory=455004 CPUtime=193.15 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 102787 0 0 0 19288 27 0 0 20 0 2 0 138903446 541540352 113751 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 132212 113751 3424 6655 0 121627 0
[pid=108129/tid=108131] ppid=108126 vsize=528848 memory=449332 CPUtime=91.47 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 54278 0 0 0 9132 15 0 0 20 0 2 0 138904447 541540352 113751 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 193.15 s
Current children cumulated vsize: 528848 KiB
Current children cumulated memory: 455004 KiB

[startup+162.3 s]
/proc/loadavg: 7.72 3.73 1.51 9/268 108136
/proc/meminfo: memFree=125301704/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=846376 memory=743704 CPUtime=312.27 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 126647 0 0 0 31188 39 0 0 20 0 2 0 138903446 866689024 185926 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 211594 185926 3424 6655 0 189241 0
[pid=108129/tid=108131] ppid=108126 vsize=846376 memory=535036 CPUtime=151.19 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 69489 0 0 0 15097 22 0 0 20 0 2 0 138904447 866689024 185926 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 312.27 s
Current children cumulated vsize: 846376 KiB
Current children cumulated memory: 743704 KiB

[startup+222.3 s]
/proc/loadavg: 7.95 4.53 1.93 9/268 108138
/proc/meminfo: memFree=124910536/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=1042152 memory=947356 CPUtime=431.4 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 171228 0 0 0 43087 53 0 0 20 0 2 0 138903446 1067163648 236839 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 260538 236839 3424 6655 0 240777 0
[pid=108129/tid=108131] ppid=108126 vsize=1042152 memory=896304 CPUtime=210.87 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 89998 0 0 0 21057 30 0 0 20 0 2 0 138904447 1067163648 236839 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 431.4 s
Current children cumulated vsize: 1042152 KiB
Current children cumulated memory: 947356 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 5.18 2.32 9/268 108140
/proc/meminfo: memFree=124390300/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=1353964 memory=1274592 CPUtime=550.52 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 220415 0 0 0 54985 67 0 0 20 0 2 0 138903446 1386459136 318648 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 338491 318648 3424 6655 0 322979 0
[pid=108129/tid=108131] ppid=108126 vsize=1353964 memory=1196024 CPUtime=270.6 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 120266 0 0 0 27022 38 0 0 20 0 2 0 138904447 1386459136 318648 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 550.52 s
Current children cumulated vsize: 1353964 KiB
Current children cumulated memory: 1274592 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 5.71 2.68 9/266 108142
/proc/meminfo: memFree=123963820/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=1592492 memory=1483896 CPUtime=669.66 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 239089 0 0 0 66889 77 0 0 20 0 2 0 138903446 1630711808 370974 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 398123 370974 3424 6655 0 386348 0
[pid=108129/tid=108131] ppid=108126 vsize=1592492 memory=1348452 CPUtime=330.33 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 131746 0 0 0 32989 44 0 0 20 0 2 0 138904447 1630711808 370974 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 669.66 s
Current children cumulated vsize: 1592492 KiB
Current children cumulated memory: 1483896 KiB


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

/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 1589409 0 0 0 269074 426 0 0 20 0 2 0 138903446 6010466304 1395494 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1467399 1395494 3424 6655 0 1442974 0
[pid=108129/tid=108131] ppid=108126 vsize=5869596 memory=5501308 CPUtime=1342.3 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 819579 0 0 0 133990 240 0 0 20 0 2 0 138904447 6010466304 1395494 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 2695 s
Current children cumulated vsize: 5869596 KiB
Current children cumulated memory: 5581976 KiB

[startup+1422.3 s]
/proc/loadavg: 8.05 8.05 6.46 9/268 108192
/proc/meminfo: memFree=115939740/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6043904 memory=5765184 CPUtime=2814.13 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 1734374 0 0 0 280956 457 0 0 20 0 2 0 138903446 6188957696 1441296 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1510976 1441296 3424 6655 0 1488896 0
[pid=108129/tid=108131] ppid=108126 vsize=6043904 memory=5501308 CPUtime=1402.03 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 891012 0 0 0 139948 255 0 0 20 0 2 0 138904447 6188957696 1441296 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 2814.13 s
Current children cumulated vsize: 6043904 KiB
Current children cumulated memory: 5765184 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 8.07 6.57 9/268 108194
/proc/meminfo: memFree=115560632/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6186096 memory=5951340 CPUtime=2933.26 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 1848418 0 0 0 292845 481 0 0 20 0 2 0 138903446 6334562304 1487835 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1546524 1487835 3424 6655 0 1527000 0
[pid=108129/tid=108131] ppid=108126 vsize=6186096 memory=5862772 CPUtime=1461.77 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 948178 0 0 0 145910 267 0 0 20 0 2 0 138904447 6334562304 1487835 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 2933.26 s
Current children cumulated vsize: 6186096 KiB
Current children cumulated memory: 5951340 KiB

[startup+1542.3 s]
/proc/loadavg: 8.11 8.07 6.66 9/267 108196
/proc/meminfo: memFree=115160040/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6363704 memory=6145524 CPUtime=3052.4 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 1973055 0 0 0 304729 511 0 0 20 0 2 0 138903446 6516432896 1536381 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1590926 1536381 3424 6655 0 1574482 0
[pid=108129/tid=108131] ppid=108126 vsize=6363704 memory=6131948 CPUtime=1521.47 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 1010004 0 0 0 151866 281 0 0 20 0 2 0 138904447 6516432896 1536381 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 3052.4 s
Current children cumulated vsize: 6363704 KiB
Current children cumulated memory: 6145524 KiB

[startup+1602.3 s]
/proc/loadavg: 8.09 8.07 6.76 9/268 108199
/proc/meminfo: memFree=114761524/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6543028 memory=6339736 CPUtime=3171.53 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 2104776 0 0 0 316614 539 0 0 20 0 2 0 138903446 6700060672 1584934 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1635757 1584934 3424 6655 0 1623072 0
[pid=108129/tid=108131] ppid=108126 vsize=6543028 memory=6131948 CPUtime=1580.86 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 1072078 0 0 0 157790 296 0 0 20 0 2 0 138904447 6700060672 1584934 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 3171.53 s
Current children cumulated vsize: 6543028 KiB
Current children cumulated memory: 6339736 KiB

[startup+1662.3 s]
/proc/loadavg: 8.10 8.07 6.84 9/268 108201
/proc/meminfo: memFree=114359524/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6830500 memory=6550208 CPUtime=3290.67 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 2271769 0 0 0 328495 572 0 0 20 0 2 0 138903446 6994432000 1637552 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1707625 1637552 3424 6655 0 1682263 0
[pid=108129/tid=108131] ppid=108126 vsize=6830500 memory=6131948 CPUtime=1640.32 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 1153188 0 0 0 163720 312 0 0 20 0 2 0 138904447 6994432000 1637552 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 3290.67 s
Current children cumulated vsize: 6830500 KiB
Current children cumulated memory: 6550208 KiB

[startup+1722.3 s]
/proc/loadavg: 8.09 8.07 6.92 9/267 108203
/proc/meminfo: memFree=113964624/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6975068 memory=6747492 CPUtime=3409.79 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 2394640 0 0 0 340382 597 0 0 20 0 2 0 138903446 7142469632 1686873 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1743767 1686873 3424 6655 0 1721613 0
[pid=108129/tid=108131] ppid=108126 vsize=6975068 memory=6131948 CPUtime=1700.05 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 1213258 0 0 0 169680 325 0 0 20 0 2 0 138904447 7142469632 1686873 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 3409.79 s
Current children cumulated vsize: 6975068 KiB
Current children cumulated memory: 6747492 KiB

[startup+1782.3 s]
/proc/loadavg: 7.99 8.05 6.99 8/267 108205
/proc/meminfo: memFree=113551936/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=7149772 memory=6939424 CPUtime=3528.91 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 2580474 0 0 0 352259 632 0 0 20 0 2 0 138903446 7321366528 1734856 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1787443 1734856 3424 6655 0 1768084 0
[pid=108129/tid=108131] ppid=108126 vsize=7149772 memory=6861872 CPUtime=1759.6 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 1305785 0 0 0 175617 343 0 0 20 0 2 0 138904447 7321366528 1734856 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 3528.91 s
Current children cumulated vsize: 7149772 KiB
Current children cumulated memory: 6939424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.2 s]
/proc/loadavg: 7.05 7.82 6.96 7/267 108355
/proc/meminfo: memFree=117914456/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=7254304 memory=7048428 CPUtime=3600.17 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 2661511 0 0 0 359365 652 0 0 20 0 2 0 138903446 7428407296 1762107 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1813576 1762107 3424 6655 0 1795931 0
[pid=108129/tid=108131] ppid=108126 vsize=7254304 memory=9216 CPUtime=1795.11 cores=5,7
/proc/108129/task/108131/stat : 108131 (LSIPExact) R 108126 108129 108004 0 -1 4194368 1347209 0 0 0 179156 355 0 0 20 0 2 0 138904447 7428407296 1762107 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 7254304 KiB
Current children cumulated memory: 7048428 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3595.45 s, system=6.72821 s

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

[startup+1819.2 s]
/proc/loadavg: 6.88 7.77 6.95 6/266 108355
/proc/meminfo: memFree=118732772/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=6329352 memory=6192040 CPUtime=3601.18 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) R 108126 108129 108004 0 -1 4194304 2795520 0 0 0 359456 662 0 0 20 0 1 0 138903446 6481256448 1548010 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 1582338 1548010 3456 6655 0 1564693 0
Current children cumulated CPU time: 3601.18 s
Current children cumulated vsize: 6329352 KiB
Current children cumulated memory: 6192040 KiB

[startup+1820 s]*
/proc/loadavg: 6.88 7.77 6.95 6/267 108356
/proc/meminfo: memFree=124057956/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=564932 memory=478240 CPUtime=3601.84 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) S 108126 108129 108004 0 -1 4194304 2821841 0 0 0 359514 670 0 0 20 0 1 0 138903446 578490368 119560 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 141233 119560 3456 6655 0 131467 0
[pid=108356] ppid=108129 vsize=27080 memory=5632 CPUtime=0.11 cores=5,7
/proc/108356/stat : 108356 (Exact) R 108129 108356 108356 0 -1 4194304 705 0 0 0 11 0 0 0 20 0 1 0 139085432 27729920 1408 18446744073709551615 4198400 8335837 140729765662416 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33124352 140729765669049 140729765669403 140729765669403 140729765674959 0
/proc/108356/statm: 6770 1408 1120 1011 0 5537 0
Current children cumulated CPU time: 3601.95 s
Current children cumulated vsize: 592012 KiB
Current children cumulated memory: 483872 KiB

[startup+1820.2 s]
/proc/loadavg: 6.88 7.77 6.95 6/267 108356
/proc/meminfo: memFree=124057956/131250000 swapFree=33010416/33010684
[pid=108129] ppid=108126 vsize=564932 memory=478240 CPUtime=3601.84 cores=5,7
/proc/108129/stat : 108129 (LSIPExact) S 108126 108129 108004 0 -1 4194304 2821841 0 0 0 359514 670 0 0 20 0 1 0 138903446 578490368 119560 18446744073709551615 94486338863104 94486366120273 140733659524688 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94486374622344 94486375053952 94486384136192 140733659531608 140733659531784 140733659531784 140733659537388 0
/proc/108129/statm: 141233 119560 3456 6655 0 131467 0
[pid=108356] ppid=108129 vsize=27608 memory=6656 CPUtime=0.31 cores=5,7
/proc/108356/stat : 108356 (Exact) R 108129 108356 108356 0 -1 4194304 974 0 0 0 30 1 0 0 20 0 1 0 139085432 28270592 1664 18446744073709551615 4198400 8335837 140729765662416 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33124352 140729765669049 140729765669403 140729765669403 140729765674959 0
/proc/108356/statm: 6902 1664 1120 1011 0 5669 0
Current children cumulated CPU time: 3602.15 s
Current children cumulated vsize: 592540 KiB
Current children cumulated memory: 484896 KiB

Child status: 0

Real time (s): 1820.21
CPU time (s): 3602.18
CPU user time (s): 3595.45
CPU system time (s): 6.72821
CPU usage (%): 197.899
Max. virtual memory (cumulated for all children) (KiB): 7254304
Max. memory (cumulated for all children) (KiB): 7048428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.45
system time used= 6.72821
maximum resident set size= 7048428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2822845
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= 1572
involuntary context switches= 152938


# summary of solver processes directly reported to runsolver:
#   pid: 108129
#   total CPU time (s): 3602.18
#   total CPU user time (s): 3595.45
#   total CPU system time (s): 6.72821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.23884 second user time and 6.52762 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-11 13:10:35
IDJOB=4527385
IDBENCH=147597
IDSOLVER=3384
FILE ID=nodeC027/4527385-1752232235
RUNJOBID= nodeC027-1752232205-108024
SLURM_JOB_ID= 9682538
Free space on /tmp= 431032 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_2.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527385-1752232235/watcher-4527385-1752232235 -o /tmp/evaluation-result-4527385-1752232235/solver-4527385-1752232235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752232205-108024 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527385-1752232235.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5da80f5858be2a333e7d6bf1625fcb5c
RANDOM SEED=1287912451

nodeC027 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.410
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.29
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.628
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.29
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.636
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126761392 kB
MemAvailable:   128641020 kB
Buffers:            2488 kB
Cached:          2672552 kB
SwapCached:           12 kB
Active:          1682152 kB
Inactive:        2112044 kB
Active(anon):    1134428 kB
Inactive(anon):     2792 kB
Active(file):     547724 kB
Inactive(file):  2109252 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44676 kB
Writeback:            12 kB
AnonPages:       1122428 kB
Mapped:           141724 kB
Shmem:             18056 kB
KReclaimable:     123384 kB
Slab:             215252 kB
SReclaimable:     123384 kB
SUnreclaim:        91868 kB
KernelStack:        4304 kB
PageTables:         5428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1549724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430928 MiB
End job on nodeC027 at 2025-07-11 13:40:56