Trace number 4524148

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 S2? (TO) 3601.54 1876.2

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-FoolSolitaire-table-2-0_c24.opb
MD5SUM2e656679a8d40db5005d825083b376ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark948.994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables887342
Total number of constraints892924
Number of constraints which are clauses195370
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints697522
Minimum length of a constraint1
Maximum length of a constraint2713
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 76
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 3053
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3528.55/1803.00	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3528.55/1803.00	c numVar: 887342
3528.55/1803.00	c numCon: 892924
3528.55/1803.00	c numEqual: 64
3528.55/1803.00	c intSize: 12
3528.55/1803.00	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3528.55/1803.00	c ------------------- Paras list -------------------
3528.55/1803.00	c Name                	 Type      	 Now       	 Default   	 Comment
3528.55/1803.00	c timeout             	 double    	 3600.000000	 3600      	 
3528.55/1803.00	c mip_time            	 double    	 0.500000  	 0.5       	 
3528.55/1803.00	c ls_time             	 double    	 10.000000 	 10        	 
3528.55/1803.00	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3528.55/1803.00	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3528.55/1803.00	c random_seed         	 int       	 0         	 0         	 
3528.55/1803.00	c sample_size         	 int       	 50        	 50        	 
3528.55/1803.00	c sub_score           	 int       	 1         	 1         	 
3528.55/1803.00	c tabu_base           	 int       	 3         	 3         	 
3528.55/1803.00	c tabu_variation      	 int       	 1         	 1         	 
3528.55/1803.00	c sub_div             	 int       	 4         	 4         	 
3528.55/1803.00	c nbcore              	 int       	 2         	 1         	 
3528.55/1803.00	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3528.55/1803.00	c print_sol           	 int       	 1         	 1         	 
3528.55/1803.00	c tmpdir              	 string		 .         	 "."       	 
3528.55/1803.00	c home                	 string		 HOME	 "."       	 
3528.55/1803.00	c benchname           	 string		 HOME/instance-4524148-1751607615.opb	 ""        	 
3528.55/1803.00	c --------------------------------------------------
3528.55/1803.00	c Local Search solver
3528.55/1803.00	c MIP solver
3528.55/1803.00	c use Exact solver
3600.05/1874.70	c receive signal 15, try to interrupt solver...
3528.56/1875.21	c Exact solver (PID 87764) interrupted gracefully.
3601.42/1876.10	s UNKNOWN
3601.42/1876.10	c Total time: 1876

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524148-1751607615/watcher-4524148-1751607615 -o /tmp/evaluation-result-4524148-1751607615/solver-4524148-1751607615 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751599645-86138 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4524148-1751607615.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
solver pid=87524, runsolver pid=87521
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.79 5.61 6.11 5/268 87525
/proc/meminfo: memFree=102346424/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=250296 memory=201240 CPUtime=0.09 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 37076 0 0 0 3 6 0 0 20 0 1 0 76439278 256303104 50310 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 62574 50310 1120 6655 0 52809 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 250296 KiB
Current children cumulated memory: 201240 KiB

[startup+0.205943 s]*
/proc/loadavg: 4.72 5.58 6.10 5/268 87525
/proc/meminfo: memFree=102301880/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=279536 memory=235672 CPUtime=0.2 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 44680 0 0 0 12 8 0 0 20 0 1 0 76439278 286244864 58918 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 69884 58918 1120 6655 0 60119 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 279536 KiB
Current children cumulated memory: 235672 KiB

[startup+0.305808 s]*
/proc/loadavg: 4.72 5.58 6.10 5/268 87525
/proc/meminfo: memFree=102293816/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=288248 memory=244504 CPUtime=0.29 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 46880 0 0 0 20 9 0 0 20 0 1 0 76439278 295165952 61126 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 72062 61126 1120 6655 0 62297 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 288248 KiB
Current children cumulated memory: 244504 KiB

[startup+0.700173 s]
/proc/loadavg: 4.72 5.58 6.10 5/268 87525
/proc/meminfo: memFree=102042280/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=623600 memory=588132 CPUtime=0.68 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 91356 0 0 0 49 19 0 0 20 0 1 0 76439278 638566400 147033 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 155900 147033 1152 6655 0 146135 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 623600 KiB
Current children cumulated memory: 588132 KiB

[startup+1.50017 s]
/proc/loadavg: 4.72 5.58 6.10 5/268 87525
/proc/meminfo: memFree=101808296/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=924292 memory=886296 CPUtime=1.48 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 162827 0 0 0 117 31 0 0 20 0 1 0 76439278 946475008 221574 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 231073 221574 1152 6655 0 221308 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 924292 KiB
Current children cumulated memory: 886296 KiB

[startup+3.10593 s]
/proc/loadavg: 4.72 5.58 6.10 5/268 87525
/proc/meminfo: memFree=101437068/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=1091508 memory=1053020 CPUtime=3.08 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 204113 0 0 0 270 38 0 0 20 0 1 0 76439278 1117704192 263255 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 272877 263255 1152 6655 0 263112 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1091508 KiB
Current children cumulated memory: 1053020 KiB

[startup+6.30016 s]
/proc/loadavg: 4.67 5.56 6.09 5/268 87526
/proc/meminfo: memFree=101404552/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=1091508 memory=1053020 CPUtime=6.27 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 204315 0 0 0 588 39 0 0 20 0 1 0 76439278 1117704192 263255 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 272877 263255 1152 6655 0 263112 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1091508 KiB
Current children cumulated memory: 1053020 KiB

[startup+12.7002 s]
/proc/loadavg: 4.61 5.53 6.07 5/269 87527
/proc/meminfo: memFree=100332216/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=2220100 memory=2093244 CPUtime=12.64 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 316487 0 0 0 1197 67 0 0 20 0 2 0 76439278 2273382400 523311 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 555025 523311 2688 6655 0 528908 0
[pid=87524/tid=87527] ppid=87521 vsize=2220100 memory=1927920 CPUtime=0 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) S 87521 87524 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76440447 2273382400 523311 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2220100 KiB
Current children cumulated memory: 2093244 KiB

[startup+25.5002 s]
/proc/loadavg: 4.60 5.50 6.06 6/269 87527
/proc/meminfo: memFree=99026972/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3602492 memory=3217592 CPUtime=29.53 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 492710 0 0 0 2829 124 0 0 20 0 2 0 76439278 3688951808 804398 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 900623 804398 2912 6655 0 887835 0
[pid=87524/tid=87527] ppid=87521 vsize=3602492 memory=14592 CPUtime=4.12 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 21863 0 0 0 405 7 0 0 20 0 2 0 76440447 3688951808 804398 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 3602492 KiB
Current children cumulated memory: 3217592 KiB

[startup+51.106 s]
/proc/loadavg: 4.82 5.46 6.03 6/269 87527
/proc/meminfo: memFree=98062768/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=4363888 memory=3927516 CPUtime=80.41 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 542803 0 0 0 7897 144 0 0 20 0 2 0 76439278 4468621312 981879 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1090972 981879 2912 6655 0 1068504 0
[pid=87524/tid=87527] ppid=87521 vsize=4363888 memory=3899868 CPUtime=29.48 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 39607 0 0 0 2931 17 0 0 20 0 2 0 76440447 4468621312 981879 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 80.41 s
Current children cumulated vsize: 4363888 KiB
Current children cumulated memory: 3927516 KiB

[startup+102.3 s]
/proc/loadavg: 4.81 5.36 5.96 6/269 87529
/proc/meminfo: memFree=95585660/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6102552 memory=5714080 CPUtime=175.06 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 602144 0 0 0 17316 190 0 0 20 0 2 0 76439278 6249013248 1428520 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1525638 1428520 2912 6655 0 1511360 0
[pid=87524/tid=87527] ppid=87521 vsize=6102552 memory=4356680 CPUtime=76.78 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 62889 0 0 0 7640 38 0 0 20 0 2 0 76440447 6249013248 1428520 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 175.06 s
Current children cumulated vsize: 6102552 KiB
Current children cumulated memory: 5714080 KiB

[startup+162.3 s]
/proc/loadavg: 5.32 5.39 5.93 7/267 87623
/proc/meminfo: memFree=109419728/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=7155756 memory=6816024 CPUtime=294.24 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 670598 0 0 0 29202 222 0 0 20 0 2 0 76439278 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1788939 1704006 2912 6655 0 1774661 0
[pid=87524/tid=87527] ppid=87521 vsize=7155756 memory=4356680 CPUtime=136.56 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 91998 0 0 0 13599 57 0 0 20 0 2 0 76440447 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 294.24 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816024 KiB

[startup+222.3 s]
/proc/loadavg: 5.94 5.55 5.95 7/268 87626
/proc/meminfo: memFree=98919872/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=7155756 memory=6816024 CPUtime=413.43 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 696673 0 0 0 41118 225 0 0 20 0 2 0 76439278 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1788939 1704006 2912 6655 0 1774661 0
[pid=87524/tid=87527] ppid=87521 vsize=7155756 memory=6816024 CPUtime=196.38 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 104320 0 0 0 19580 58 0 0 20 0 2 0 76440447 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 413.43 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816024 KiB

[startup+282.3 s]
/proc/loadavg: 6.18 5.71 5.99 7/268 87632
/proc/meminfo: memFree=98835228/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=7155756 memory=6816024 CPUtime=532.6 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 720966 0 0 0 53030 230 0 0 20 0 2 0 76439278 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1788939 1704006 2912 6655 0 1774661 0
[pid=87524/tid=87527] ppid=87521 vsize=7155756 memory=6816024 CPUtime=256.19 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 113734 0 0 0 25559 60 0 0 20 0 2 0 76440447 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 532.6 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816024 KiB

[startup+342.3 s]
/proc/loadavg: 6.17 5.79 6.00 7/267 87634
/proc/meminfo: memFree=98823836/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=7155756 memory=6816024 CPUtime=651.78 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 763809 0 0 0 64942 236 0 0 20 0 2 0 76439278 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1788939 1704006 2912 6655 0 1774661 0
[pid=87524/tid=87527] ppid=87521 vsize=7155756 memory=14592 CPUtime=316.01 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 129818 0 0 0 31540 61 0 0 20 0 2 0 76440447 7327494144 1704006 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 651.78 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816024 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2773.06 s
Current children cumulated vsize: 6518432 KiB
Current children cumulated memory: 5986388 KiB

[startup+1482.3 s]
/proc/loadavg: 6.07 6.08 6.03 7/270 87744
/proc/meminfo: memFree=93515944/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6518432 memory=5986388 CPUtime=2892.35 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2004859 0 0 0 288493 742 0 0 20 0 2 0 76439278 6674874368 1496597 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1629608 1496597 3392 6655 0 1597114 0
[pid=87524/tid=87527] ppid=87521 vsize=6518432 memory=5986388 CPUtime=1431.76 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 912122 0 0 0 142695 481 0 0 20 0 2 0 76440447 6674874368 1496597 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 2892.35 s
Current children cumulated vsize: 6518432 KiB
Current children cumulated memory: 5986388 KiB

[startup+1542.3 s]
/proc/loadavg: 6.14 6.09 6.03 7/269 87751
/proc/meminfo: memFree=93513128/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6519504 memory=5987524 CPUtime=3011.56 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2046166 0 0 0 300406 750 0 0 20 0 2 0 76439278 6675972096 1496881 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1629876 1496881 3392 6655 0 1597382 0
[pid=87524/tid=87527] ppid=87521 vsize=6519504 memory=-6513160977090974051 CPUtime=1491.58 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 953422 0 0 0 148668 490 0 0 20 0 2 0 76440447 6675972096 1496881 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 3011.56 s
Current children cumulated vsize: 6519504 KiB
Current children cumulated memory: 5987524 KiB

[startup+1602.3 s]
/proc/loadavg: 6.11 6.09 6.03 7/267 87753
/proc/meminfo: memFree=93506604/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6519880 memory=5989948 CPUtime=3130.77 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2067816 0 0 0 312317 760 0 0 20 0 2 0 76439278 6676357120 1497487 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1629970 1497487 3392 6655 0 1597476 0
[pid=87524/tid=87527] ppid=87521 vsize=6519880 memory=5987900 CPUtime=1551.39 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 975064 0 0 0 154640 499 0 0 20 0 2 0 76440447 6676357120 1497487 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 3130.77 s
Current children cumulated vsize: 6519880 KiB
Current children cumulated memory: 5989948 KiB

[startup+1662.3 s]
/proc/loadavg: 6.04 6.07 6.03 7/267 87754
/proc/meminfo: memFree=93501280/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6519880 memory=5989948 CPUtime=3249.99 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2103214 0 0 0 324229 770 0 0 20 0 2 0 76439278 6676357120 1497487 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1629970 1497487 3392 6655 0 1597476 0
[pid=87524/tid=87527] ppid=87521 vsize=6519880 memory=5989948 CPUtime=1611.22 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 1010455 0 0 0 160612 510 0 0 20 0 2 0 76440447 6676357120 1497487 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 3249.99 s
Current children cumulated vsize: 6519880 KiB
Current children cumulated memory: 5989948 KiB

[startup+1722.3 s]
/proc/loadavg: 6.11 6.09 6.03 7/268 87757
/proc/meminfo: memFree=93495784/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6519880 memory=5990116 CPUtime=3369.19 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2126409 0 0 0 336140 779 0 0 20 0 2 0 76439278 6676357120 1497529 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1629970 1497529 3392 6655 0 1597476 0
[pid=87524/tid=87527] ppid=87521 vsize=6519880 memory=5989948 CPUtime=1671.02 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 1033642 0 0 0 166584 518 0 0 20 0 2 0 76440447 6676357120 1497529 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 3369.19 s
Current children cumulated vsize: 6519880 KiB
Current children cumulated memory: 5990116 KiB

[startup+1782.3 s]
/proc/loadavg: 6.09 6.09 6.03 7/269 87762
/proc/meminfo: memFree=93492892/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=6519880 memory=5990116 CPUtime=3488.4 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2147529 0 0 0 348051 789 0 0 20 0 2 0 76439278 6676357120 1497529 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 1629970 1497529 3392 6655 0 1597476 0
[pid=87524/tid=87527] ppid=87521 vsize=6519880 memory=5990116 CPUtime=1730.83 cores=0,2
/proc/87524/task/87527/stat : 87527 (LSIPExact) R 87521 87524 86128 0 -1 4194368 1054750 0 0 0 172556 527 0 0 20 0 2 0 76440447 6676357120 1497529 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
Current children cumulated CPU time: 3488.4 s
Current children cumulated vsize: 6519880 KiB
Current children cumulated memory: 5990116 KiB

[startup+1842.3 s]
/proc/loadavg: 5.59 5.96 5.99 6/269 87765
/proc/meminfo: memFree=83292368/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3902432 memory=3641308 CPUtime=3528.56 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) S 87521 87524 86128 0 -1 4194304 2403850 0 0 0 352038 818 0 0 20 0 1 0 76439278 3996090368 910327 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 975608 910327 3424 6655 0 957703 0
[pid=87764] ppid=87524 vsize=12801464 memory=12535624 CPUtime=39.17 cores=0,2
/proc/87764/stat : 87764 (Exact) R 87524 87764 87764 0 -1 4194304 1757350 0 0 0 3453 464 0 0 20 0 1 0 76619579 13108699136 3133906 18446744073709551615 4198400 8335837 140728956299744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17723392 140728956307643 140728956307997 140728956307997 140728956313551 0
/proc/87764/statm: 3200366 3133906 960 1011 0 3199133 0
Current children cumulated CPU time: 3567.73 s
Current children cumulated vsize: 16703896 KiB
Current children cumulated memory: 16176932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1874.7 s]
/proc/loadavg: 5.35 5.86 5.96 6/269 87766
/proc/meminfo: memFree=76966512/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3902432 memory=3641308 CPUtime=3528.56 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) S 87521 87524 86128 0 -1 4194304 2403850 0 0 0 352038 818 0 0 20 0 1 0 76439278 3996090368 910327 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 975608 910327 3424 6655 0 957703 0
[pid=87764] ppid=87524 vsize=19542276 memory=18991920 CPUtime=71.49 cores=0,2
/proc/87764/stat : 87764 (Exact) R 87524 87764 87764 0 -1 4194304 3032059 0 0 0 6390 759 0 0 20 0 1 0 76619579 20011290624 4747980 18446744073709551615 4198400 8335837 140728956299744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17723392 140728956307643 140728956307997 140728956307997 140728956313551 0
/proc/87764/statm: 4885569 4747980 960 1011 0 4884336 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 23444708 KiB
Current children cumulated memory: 22633228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.11 s, system=16.4234 s

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

[startup+1875.2 s]
/proc/loadavg: 5.35 5.86 5.96 6/269 87767
/proc/meminfo: memFree=83312004/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3902432 memory=3641308 CPUtime=3528.56 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) S 87521 87524 86128 0 -1 4194304 2403850 136 0 0 352038 818 0 0 20 0 1 0 76439278 3996090368 910327 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 975608 910327 3424 6655 0 957703 0
Current children cumulated CPU time: 3528.56 s
Current children cumulated vsize: 3902432 KiB
Current children cumulated memory: 3641308 KiB

[startup+1875.6 s]
/proc/loadavg: 5.35 5.86 5.96 6/269 87767
/proc/meminfo: memFree=83312004/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3832976 memory=3571856 CPUtime=3600.91 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2490159 3032283 0 0 352072 822 6391 806 20 0 1 0 76439278 3924967424 892964 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 958244 892964 3424 6655 0 940339 0
Current children cumulated CPU time: 3600.91 s
Current children cumulated vsize: 3832976 KiB
Current children cumulated memory: 3571856 KiB

[startup+1876 s]*
/proc/loadavg: 5.33 5.85 5.95 6/268 87767
/proc/meminfo: memFree=94823968/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3763648 memory=3502528 CPUtime=3601.32 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2556004 3032283 0 0 352110 825 6391 806 20 0 1 0 76439278 3853975552 875632 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 940912 875632 3424 6655 0 923007 0
Current children cumulated CPU time: 3601.32 s
Current children cumulated vsize: 3763648 KiB
Current children cumulated memory: 3502528 KiB

[startup+1876.11 s]
/proc/loadavg: 5.33 5.85 5.95 6/268 87767
/proc/meminfo: memFree=94823968/131249996 swapFree=33003468/33010684
[pid=87524] ppid=87521 vsize=3763648 memory=3502528 CPUtime=3601.42 cores=0,2
/proc/87524/stat : 87524 (LSIPExact) R 87521 87524 86128 0 -1 4194304 2594818 3032283 0 0 352119 826 6391 806 20 0 1 0 76439278 3853975552 875632 18446744073709551615 94755651448832 94755678705233 140725929790528 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94755687208072 94755687639680 94755691450368 140725929793882 140725929794058 140725929794058 140725929799660 0
/proc/87524/statm: 940912 875632 3424 6655 0 923007 0
Current children cumulated CPU time: 3601.42 s
Current children cumulated vsize: 3763648 KiB
Current children cumulated memory: 3502528 KiB

Child status: 0

Real time (s): 1876.2
CPU time (s): 3601.54
CPU user time (s): 3585.11
CPU system time (s): 16.4234
CPU usage (%): 191.959
Max. virtual memory (cumulated for all children) (KiB): 23444708
Max. memory (cumulated for all children) (KiB): 22633228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.11
system time used= 16.4234
maximum resident set size= 18992304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5628260
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= 690
involuntary context switches= 33197


# summary of solver processes directly reported to runsolver:
#   pid: 87524
#   total CPU time (s): 3601.54
#   total CPU user time (s): 3585.11
#   total CPU system time (s): 16.4234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96529 second user time and 8.74135 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 07:40:16
IDJOB=4524148
IDBENCH=180565
IDSOLVER=3337
FILE ID=nodeC021/4524148-1751607615
RUNJOBID= nodeC021-1751599645-86138
SLURM_JOB_ID= 9598875
Free space on /tmp= 430700 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-FoolSolitaire-table-2-0_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524148-1751607615/watcher-4524148-1751607615 -o /tmp/evaluation-result-4524148-1751607615/solver-4524148-1751607615 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751599645-86138 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4524148-1751607615.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 2e656679a8d40db5005d825083b376ef
RANDOM SEED=1903005515

nodeC021 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.753
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.56
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.793
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.56
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		: 3601.665
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.56
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		: 3700.000
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        102515744 kB
MemAvailable:   109154304 kB
Buffers:            1056 kB
Cached:          7371700 kB
SwapCached:           32 kB
Active:         20960684 kB
Inactive:        6909204 kB
Active(anon):   20469764 kB
Inactive(anon):    40824 kB
Active(file):     490920 kB
Inactive(file):  6868380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             88776 kB
Writeback:             8 kB
AnonPages:      20489644 kB
Mapped:           149520 kB
Shmem:             13452 kB
KReclaimable:     236600 kB
Slab:             329068 kB
SReclaimable:     236600 kB
SUnreclaim:        92468 kB
KernelStack:        4324 kB
PageTables:        43568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   24129324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14770176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429848 MiB
End job on nodeC021 at 2025-07-04 08:11:32