Trace number 4490551

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.13 1819.84

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_4.opb
MD5SUMc109c801c35aa8e8336c6dae8cef540e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint84
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6154
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.08/1817.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.08/1817.80	c numVar: 198
3600.08/1817.80	c numCon: 16
3600.08/1817.80	c numEqual: 0
3600.08/1817.80	c intSize: 13
3600.08/1817.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.08/1817.80	c ------------------- Paras list -------------------
3600.08/1817.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.08/1817.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.08/1817.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.08/1817.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.08/1817.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.08/1817.80	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.08/1817.80	c random_seed         	 int       	 0         	 0         	 
3600.08/1817.80	c sample_size         	 int       	 50        	 50        	 
3600.08/1817.80	c sub_score           	 int       	 1         	 1         	 
3600.08/1817.80	c tabu_base           	 int       	 3         	 3         	 
3600.08/1817.80	c tabu_variation      	 int       	 1         	 1         	 
3600.08/1817.80	c sub_div             	 int       	 4         	 4         	 
3600.08/1817.80	c nbcore              	 int       	 2         	 1         	 
3600.08/1817.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.08/1817.80	c print_sol           	 int       	 1         	 1         	 
3600.08/1817.80	c tmpdir              	 string		 .         	 "."       	 
3600.08/1817.80	c home                	 string		 HOME	 "."       	 
3600.08/1817.80	c benchname           	 string		 HOME/instance-4490551-1751366207.opb	 ""        	 
3600.08/1817.80	c --------------------------------------------------
3600.08/1817.80	c Local Search solver
3600.08/1817.80	c LS find feasible solution for PBO with objective value 362
3600.08/1817.80	c MIP solver
3600.08/1817.80	c receive signal 15, try to interrupt solver...
3600.08/1817.80	c MIP solver find feasible solution
3600.08/1817.80	c MIP solver objective value: 12

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: 63837 MiB (60574 MiB free)
  memory of node 1: 64465 MiB (62784 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490551-1751366207/watcher-4490551-1751366207 -o /tmp/evaluation-result-4490551-1751366207/solver-4490551-1751366207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751365444-52300 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4490551-1751366207.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=52530, runsolver pid=52527

[startup+0.100063 s]*
/proc/loadavg: 8.11 7.78 6.29 8/252 52531
/proc/meminfo: memFree=126342788/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=0.1 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 10 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+0.213109 s]*
/proc/loadavg: 8.11 7.78 6.29 8/252 52531
/proc/meminfo: memFree=126343012/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=0.21 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 21 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+0.312599 s]*
/proc/loadavg: 8.11 7.78 6.29 9/252 52531
/proc/meminfo: memFree=126342508/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=0.31 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 31 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+0.700211 s]
/proc/loadavg: 8.11 7.78 6.29 8/252 52531
/proc/meminfo: memFree=126342508/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=0.68 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 68 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+1.50025 s]
/proc/loadavg: 8.11 7.78 6.29 8/252 52531
/proc/meminfo: memFree=126340744/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=1.48 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 148 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+3.1127 s]
/proc/loadavg: 8.02 7.76 6.30 8/252 52531
/proc/meminfo: memFree=126338764/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=3.09 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 309 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+6.30021 s]
/proc/loadavg: 8.02 7.76 6.30 8/252 52531
/proc/meminfo: memFree=126335132/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=39904 memory=5376 CPUtime=6.27 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 341 0 0 0 627 0 0 0 20 0 1 0 52300170 40861696 1344 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 9976 1344 1152 6655 0 211 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5376 KiB

[startup+12.7002 s]
/proc/loadavg: 7.94 7.75 6.30 9/253 52533
/proc/meminfo: memFree=126312876/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=122912 memory=29244 CPUtime=15.27 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 3831 0 0 0 1527 0 0 0 20 0 2 0 52300170 125861888 7311 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 30728 7311 3360 6655 0 5784 0
[pid=52530/tid=52533] ppid=52527 vsize=122912 memory=6256 CPUtime=2.63 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 1192 0 0 0 263 0 0 0 20 0 2 0 52301171 125861888 7311 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 122912 KiB
Current children cumulated memory: 29244 KiB

[startup+25.5002 s]
/proc/loadavg: 8.02 7.78 6.33 9/253 52533
/proc/meminfo: memFree=126211348/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=151612 memory=70332 CPUtime=40.68 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 27628 0 0 0 4065 3 0 0 20 0 2 0 52300170 155250688 17583 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 37903 17583 3360 6655 0 16515 0
[pid=52530/tid=52533] ppid=52527 vsize=151612 memory=18816 CPUtime=15.29 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 12169 0 0 0 1528 1 0 0 20 0 2 0 52301171 155250688 17583 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 151612 KiB
Current children cumulated memory: 70332 KiB

[startup+51.1052 s]
/proc/loadavg: 8.02 7.80 6.38 9/253 52533
/proc/meminfo: memFree=126008736/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=200552 memory=147104 CPUtime=91.52 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 56898 0 0 0 9145 7 0 0 20 0 2 0 52300170 205365248 36776 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 50138 36776 3360 6655 0 35975 0
[pid=52530/tid=52533] ppid=52527 vsize=200552 memory=14720 CPUtime=40.64 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 31012 0 0 0 4060 4 0 0 20 0 2 0 52301171 205365248 36776 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 91.52 s
Current children cumulated vsize: 200552 KiB
Current children cumulated memory: 147104 KiB

[startup+102.3 s]
/proc/loadavg: 8.05 7.85 6.47 9/253 52535
/proc/meminfo: memFree=125731656/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=340420 memory=273044 CPUtime=193.18 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 158472 0 0 0 19299 19 0 0 20 0 2 0 52300170 348590080 68261 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 85105 68261 3360 6655 0 67633 0
[pid=52530/tid=52533] ppid=52527 vsize=340420 memory=265364 CPUtime=91.32 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 111895 0 0 0 9119 13 0 0 20 0 2 0 52301171 348590080 68261 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 193.18 s
Current children cumulated vsize: 340420 KiB
Current children cumulated memory: 273044 KiB

[startup+162.3 s]
/proc/loadavg: 8.13 7.91 6.58 9/253 52537
/proc/meminfo: memFree=125381724/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=504112 memory=421176 CPUtime=312.31 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 181378 0 0 0 31207 24 0 0 20 0 2 0 52300170 516210688 105294 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 126028 105294 3360 6655 0 105257 0
[pid=52530/tid=52533] ppid=52527 vsize=504112 memory=367228 CPUtime=150.72 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 128982 0 0 0 15054 18 0 0 20 0 2 0 52301171 516210688 105294 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 312.31 s
Current children cumulated vsize: 504112 KiB
Current children cumulated memory: 421176 KiB

[startup+222.3 s]
/proc/loadavg: 8.09 7.94 6.68 9/254 52540
/proc/meminfo: memFree=125092776/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=613040 memory=516496 CPUtime=431.48 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 294740 0 0 0 43112 36 0 0 20 0 2 0 52300170 627752960 129124 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 153260 129124 3360 6655 0 128508 0
[pid=52530/tid=52533] ppid=52527 vsize=613040 memory=494736 CPUtime=210.13 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 172493 0 0 0 20989 24 0 0 20 0 2 0 52301171 627752960 129124 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 431.48 s
Current children cumulated vsize: 613040 KiB
Current children cumulated memory: 516496 KiB

[startup+282.3 s]
/proc/loadavg: 8.38 8.06 6.80 9/254 52542
/proc/meminfo: memFree=124755412/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=706932 memory=653936 CPUtime=550.65 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 336873 0 0 0 55020 45 0 0 20 0 2 0 52300170 723898368 163484 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 176733 163484 3360 6655 0 165179 0
[pid=52530/tid=52533] ppid=52527 vsize=706932 memory=646640 CPUtime=269.52 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 196476 0 0 0 26923 29 0 0 20 0 2 0 52301171 723898368 163484 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 550.65 s
Current children cumulated vsize: 706932 KiB
Current children cumulated memory: 653936 KiB

[startup+342.3 s]
/proc/loadavg: 8.20 8.06 6.88 9/255 52547
/proc/meminfo: memFree=124464604/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=849128 memory=782300 CPUtime=669.81 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 378605 0 0 0 66928 53 0 0 20 0 2 0 52300170 869507072 195575 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 212282 195575 3360 6655 0 197111 0
[pid=52530/tid=52533] ppid=52527 vsize=849128 memory=14720 CPUtime=328.93 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 212568 0 0 0 32860 33 0 0 20 0 2 0 52301171 869507072 195575 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 669.81 s
Current children cumulated vsize: 849128 KiB
Current children cumulated memory: 782300 KiB

[startup+402.3 s]

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

Current children cumulated memory: 1515056 KiB

[startup+1362.3 s]
/proc/loadavg: 7.12 7.43 7.41 8/253 52691
/proc/meminfo: memFree=125899556/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1612944 memory=1552992 CPUtime=2695.53 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1351887 0 0 0 269370 183 0 0 20 0 2 0 52300170 1651654656 388248 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 403236 388248 3360 6655 0 387752 0
[pid=52530/tid=52533] ppid=52527 vsize=1612944 memory=1501616 CPUtime=1340.55 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 890626 0 0 0 133943 112 0 0 20 0 2 0 52301171 1651654656 388248 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 2695.53 s
Current children cumulated vsize: 1612944 KiB
Current children cumulated memory: 1552992 KiB

[startup+1422.3 s]
/proc/loadavg: 7.10 7.36 7.39 8/252 52692
/proc/meminfo: memFree=125600948/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1629216 memory=1587040 CPUtime=2814.69 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1389381 0 0 0 281280 189 0 0 20 0 2 0 52300170 1668317184 396760 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 407304 396760 3360 6655 0 395761 0
[pid=52530/tid=52533] ppid=52527 vsize=1629216 memory=1501616 CPUtime=1399.96 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 909160 0 0 0 139880 116 0 0 20 0 2 0 52301171 1668317184 396760 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 2814.69 s
Current children cumulated vsize: 1629216 KiB
Current children cumulated memory: 1587040 KiB

[startup+1482.3 s]
/proc/loadavg: 7.08 7.31 7.37 8/252 52705
/proc/meminfo: memFree=125160684/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1770468 memory=1649236 CPUtime=2933.85 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1445835 0 0 0 293187 198 0 0 20 0 2 0 52300170 1812959232 412309 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 442617 412309 3360 6655 0 420161 0
[pid=52530/tid=52533] ppid=52527 vsize=1770468 memory=1501616 CPUtime=1459.37 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 939186 0 0 0 145817 120 0 0 20 0 2 0 52301171 1812959232 412309 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 2933.85 s
Current children cumulated vsize: 1770468 KiB
Current children cumulated memory: 1649236 KiB

[startup+1542.3 s]
/proc/loadavg: 7.09 7.27 7.35 8/253 52710
/proc/meminfo: memFree=124850992/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1798400 memory=1717328 CPUtime=3053 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1489109 0 0 0 305097 203 0 0 20 0 2 0 52300170 1841561600 429332 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 449600 429332 3360 6655 0 433696 0
[pid=52530/tid=52533] ppid=52527 vsize=1798400 memory=1501616 CPUtime=1518.79 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 964823 0 0 0 151756 123 0 0 20 0 2 0 52301171 1841561600 429332 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 3053 s
Current children cumulated vsize: 1798400 KiB
Current children cumulated memory: 1717328 KiB

[startup+1602.3 s]
/proc/loadavg: 7.08 7.23 7.33 8/253 52712
/proc/meminfo: memFree=124575960/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1823224 memory=1771392 CPUtime=3172.11 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1530569 0 0 0 316999 212 0 0 20 0 2 0 52300170 1866981376 442848 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 455806 442848 3360 6655 0 445627 0
[pid=52530/tid=52533] ppid=52527 vsize=1823224 memory=1748576 CPUtime=1578.18 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 984799 0 0 0 157691 127 0 0 20 0 2 0 52301171 1866981376 442848 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 3172.11 s
Current children cumulated vsize: 1823224 KiB
Current children cumulated memory: 1771392 KiB

[startup+1662.3 s]
/proc/loadavg: 7.15 7.22 7.32 8/253 52714
/proc/meminfo: memFree=124052352/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1912624 memory=1825816 CPUtime=3291.25 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1583625 0 0 0 328907 218 0 0 20 0 2 0 52300170 1958526976 456454 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 478156 456454 3360 6655 0 457693 0
[pid=52530/tid=52533] ppid=52527 vsize=1912624 memory=1748576 CPUtime=1637.92 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 1012944 0 0 0 163662 130 0 0 20 0 2 0 52301171 1958526976 456454 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 3291.25 s
Current children cumulated vsize: 1912624 KiB
Current children cumulated memory: 1825816 KiB

[startup+1722.3 s]
/proc/loadavg: 7.05 7.17 7.30 8/252 52720
/proc/meminfo: memFree=123796228/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=1936948 memory=1880052 CPUtime=3410.41 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1633505 0 0 0 340816 225 0 0 20 0 2 0 52300170 1983434752 470013 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 484237 470013 3360 6655 0 469647 0
[pid=52530/tid=52533] ppid=52527 vsize=1936948 memory=1748576 CPUtime=1697.67 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 1032710 0 0 0 169634 133 0 0 20 0 2 0 52301171 1983434752 470013 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 3410.41 s
Current children cumulated vsize: 1936948 KiB
Current children cumulated memory: 1880052 KiB

[startup+1782.3 s]
/proc/loadavg: 7.06 7.16 7.28 8/252 52722
/proc/meminfo: memFree=123550784/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=2044352 memory=1949848 CPUtime=3529.57 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1714930 0 0 0 352722 235 0 0 20 0 2 0 52300170 2093416448 487462 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 511088 487462 3360 6655 0 486410 0
[pid=52530/tid=52533] ppid=52527 vsize=2044352 memory=1929204 CPUtime=1757.41 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 1078416 0 0 0 175603 138 0 0 20 0 2 0 52301171 2093416448 487462 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 3529.57 s
Current children cumulated vsize: 2044352 KiB
Current children cumulated memory: 1949848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.8 s]
/proc/loadavg: 7.08 7.15 7.27 8/252 52723
/proc/meminfo: memFree=123409868/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=2108500 memory=1983512 CPUtime=3600.08 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1772359 0 0 0 359765 243 0 0 20 0 2 0 52300170 2159104000 495878 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 527125 495878 3360 6655 0 506110 0
[pid=52530/tid=52533] ppid=52527 vsize=2108500 memory=1953048 CPUtime=1792.76 cores=0,2
/proc/52530/task/52533/stat : 52533 (LSIPExact) R 52527 52530 52290 0 -1 4194368 1108946 0 0 0 179133 143 0 0 20 0 2 0 52301171 2159104000 495878 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2108500 KiB
Current children cumulated memory: 1983512 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3599.6 s, system=2.52561 s

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

[startup+1819.2 s]
/proc/loadavg: 6.99 7.13 7.26 7/251 52723
/proc/meminfo: memFree=123403756/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=2108500 memory=1981968 CPUtime=3601.48 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1862308 0 0 0 359900 248 0 0 20 0 1 0 52300170 2159104000 495492 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 527125 495492 3392 6655 0 506110 0
Current children cumulated CPU time: 3601.48 s
Current children cumulated vsize: 2108500 KiB
Current children cumulated memory: 1981968 KiB

[startup+1819.6 s]
/proc/loadavg: 6.99 7.13 7.26 7/251 52723
/proc/meminfo: memFree=123403756/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=2108500 memory=1981968 CPUtime=3601.88 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1864798 0 0 0 359940 248 0 0 20 0 1 0 52300170 2159104000 495492 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 527125 495492 3392 6655 0 506110 0
Current children cumulated CPU time: 3601.88 s
Current children cumulated vsize: 2108500 KiB
Current children cumulated memory: 1981968 KiB

[startup+1819.8 s]
/proc/loadavg: 6.99 7.13 7.26 7/251 52723
/proc/meminfo: memFree=123403756/131382112 swapFree=33010684/33010684
[pid=52530] ppid=52527 vsize=2108500 memory=1981968 CPUtime=3602.08 cores=0,2
/proc/52530/stat : 52530 (LSIPExact) R 52527 52530 52290 0 -1 4194304 1865667 0 0 0 359960 248 0 0 20 0 1 0 52300170 2159104000 495492 18446744073709551615 94567782866944 94567810123345 140733719065008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94567818626184 94567819057792 94567826526208 140733719071066 140733719071242 140733719071242 140733719076844 0
/proc/52530/statm: 527125 495492 3392 6655 0 506110 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 2108500 KiB
Current children cumulated memory: 1981968 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1819.84
CPU time (s): 3602.13
CPU user time (s): 3599.6
CPU system time (s): 2.52561
CPU usage (%): 197.937
Max. virtual memory (cumulated for all children) (KiB): 2108500
Max. memory (cumulated for all children) (KiB): 1983512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.6
system time used= 2.52561
maximum resident set size= 1983896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1865667
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= 9620
involuntary context switches= 80418


# summary of solver processes directly reported to runsolver:
#   pid: 52530
#   total CPU time (s): 3602.13
#   total CPU user time (s): 3599.6
#   total CPU system time (s): 2.52561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.35741 second user time and 7.24444 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 12:36:48
IDJOB=4490551
IDBENCH=147593
IDSOLVER=3336
FILE ID=nodeC005/4490551-1751366207
RUNJOBID= nodeC005-1751365444-52300
SLURM_JOB_ID= 9598182
Free space on /tmp= 430540 MiB

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

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

MD5SUM BENCH= c109c801c35aa8e8336c6dae8cef540e
RANDOM SEED=1450673556

nodeC005 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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.722
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.235
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.729
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.722
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.720
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.729
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.728
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126331440 kB
MemAvailable:   127198476 kB
Buffers:            2752 kB
Cached:          1666168 kB
SwapCached:            0 kB
Active:          3132512 kB
Inactive:        1317520 kB
Active(anon):    2790908 kB
Inactive(anon):     8164 kB
Active(file):     341604 kB
Inactive(file):  1309356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44652 kB
Writeback:            56 kB
AnonPages:       2780328 kB
Mapped:           140124 kB
Shmem:             17960 kB
KReclaimable:     111404 kB
Slab:             196020 kB
SReclaimable:     111404 kB
SUnreclaim:        84616 kB
KernelStack:        4064 kB
PageTables:         8576 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3167984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430496 MiB
End job on nodeC005 at 2025-07-01 13:07:08