Trace number 4527016

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 NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.88 2924.66

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1413.18/727.92	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1413.18/727.92	c numVar: 42127
1413.18/727.92	c numCon: 974306
1413.18/727.92	c numEqual: 1542
1413.18/727.92	c intSize: 10
1413.18/727.92	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1413.18/727.92	c ------------------- Paras list -------------------
1413.18/727.92	c Name                	 Type      	 Now       	 Default   	 Comment
1413.18/727.92	c timeout             	 double    	 3600.000000	 3600      	 
1413.18/727.92	c mip_time            	 double    	 0.200000  	 0.5       	 
1413.18/727.92	c ls_time             	 double    	 10.000000 	 10        	 
1413.18/727.92	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1413.18/727.92	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1413.18/727.92	c random_seed         	 int       	 0         	 0         	 
1413.18/727.92	c sample_size         	 int       	 50        	 50        	 
1413.18/727.92	c sub_score           	 int       	 1         	 1         	 
1413.18/727.92	c tabu_base           	 int       	 3         	 3         	 
1413.18/727.92	c tabu_variation      	 int       	 1         	 1         	 
1413.18/727.92	c sub_div             	 int       	 4         	 4         	 
1413.18/727.92	c nbcore              	 int       	 2         	 1         	 
1413.18/727.92	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1413.18/727.92	c print_sol           	 int       	 1         	 1         	 
1413.18/727.92	c tmpdir              	 string		 .         	 "."       	 
1413.18/727.92	c home                	 string		 HOME	 "."       	 
1413.18/727.92	c benchname           	 string		 HOME/instance-4527016-1752234035.opb	 ""        	 
1413.18/727.92	c --------------------------------------------------
1413.18/727.92	c Local Search solver
1413.18/727.92	c MIP solver
1413.18/727.92	c use Exact solver
3600.10/2923.80	c receive signal 15, try to interrupt solver...
1413.20/2923.91	c Exact solver (PID 120388) interrupted gracefully.
3600.80/2924.62	s UNKNOWN
3600.80/2924.62	c Total time: 2925

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: 63708 MiB (61185 MiB free)
  memory of node 1: 64465 MiB (60826 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527016-1752234035/watcher-4527016-1752234035 -o /tmp/evaluation-result-4527016-1752234035/solver-4527016-1752234035 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1752232205-119013 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527016-1752234035.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=120064, runsolver pid=120061

[startup+0.10008 s]*
/proc/loadavg: 7.58 7.98 6.88 7/266 120065
/proc/meminfo: memFree=124940080/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=36564 memory=256 CPUtime=0 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) D 120061 120064 118997 0 -1 4194304 73 0 0 0 0 0 0 0 20 0 1 0 139081212 37441536 64 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 9141 64 64 6655 0 166 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36564 KiB
Current children cumulated memory: 256 KiB

[startup+0.206071 s]*
/proc/loadavg: 7.58 7.98 6.88 8/266 120065
/proc/meminfo: memFree=124762032/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=237168 memory=177888 CPUtime=0.08 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 32758 0 0 0 3 5 0 0 20 0 1 0 139081212 242860032 44472 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 59292 44472 1152 6655 0 49527 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 237168 KiB
Current children cumulated memory: 177888 KiB

[startup+0.305827 s]*
/proc/loadavg: 7.58 7.98 6.88 8/266 120065
/proc/meminfo: memFree=124685484/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=291552 memory=248672 CPUtime=0.19 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 46893 0 0 0 11 8 0 0 20 0 1 0 139081212 298549248 62168 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 72888 62168 1152 6655 0 63123 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 291552 KiB
Current children cumulated memory: 248672 KiB

[startup+0.700187 s]
/proc/loadavg: 7.58 7.98 6.88 8/266 120065
/proc/meminfo: memFree=124613276/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=423036 memory=387748 CPUtime=0.57 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 71408 0 0 0 44 13 0 0 20 0 1 0 139081212 433188864 96937 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 105759 96937 1184 6655 0 95994 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 423036 KiB
Current children cumulated memory: 387748 KiB

[startup+1.50019 s]
/proc/loadavg: 7.58 7.98 6.88 8/266 120065
/proc/meminfo: memFree=124452248/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=646976 memory=609572 CPUtime=1.37 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 126856 0 0 0 114 23 0 0 20 0 1 0 139081212 662503424 152393 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 161744 152393 1184 6655 0 151979 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 646976 KiB
Current children cumulated memory: 609572 KiB

[startup+3.10564 s]
/proc/loadavg: 7.54 7.97 6.89 8/266 120065
/proc/meminfo: memFree=124230740/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=728088 memory=690596 CPUtime=2.96 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 147118 0 0 0 270 26 0 0 20 0 1 0 139081212 745562112 172649 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 182022 172649 1184 6655 0 172257 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690596 KiB

[startup+6.30018 s]
/proc/loadavg: 7.54 7.97 6.89 8/266 120065
/proc/meminfo: memFree=124230236/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=728088 memory=690596 CPUtime=6.15 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 147179 0 0 0 588 27 0 0 20 0 1 0 139081212 745562112 172649 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 182022 172649 1184 6655 0 172257 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690596 KiB

[startup+12.7002 s]
/proc/loadavg: 7.45 7.93 6.89 8/267 120067
/proc/meminfo: memFree=123510496/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=1542400 memory=1431344 CPUtime=12.52 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 236141 0 0 0 1204 48 0 0 20 0 2 0 139081212 1579417600 357836 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 385600 357836 2720 6655 0 359483 0
[pid=120064/tid=120067] ppid=120061 vsize=1542400 memory=1415320 CPUtime=0 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) S 120061 120064 118997 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139082354 1579417600 357836 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 12.52 s
Current children cumulated vsize: 1542400 KiB
Current children cumulated memory: 1431344 KiB

[startup+25.5002 s]
/proc/loadavg: 7.38 7.90 6.89 8/267 120067
/proc/meminfo: memFree=123069252/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=1911408 memory=1815636 CPUtime=25.33 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 303829 0 0 0 2464 69 0 0 20 0 2 0 139081212 1957281792 453909 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 477852 453909 2944 6655 0 461887 0
[pid=120064/tid=120067] ppid=120061 vsize=1911408 memory=1700696 CPUtime=0.04 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) S 120061 120064 118997 0 -1 4194368 5674 0 0 0 3 1 0 0 20 0 2 0 139082354 1957281792 453909 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 1911408 KiB
Current children cumulated memory: 1815636 KiB

[startup+51.1059 s]
/proc/loadavg: 7.60 7.91 6.92 9/267 120067
/proc/meminfo: memFree=121345632/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3873748 memory=3508548 CPUtime=72.63 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 446320 0 0 0 7135 128 0 0 20 0 2 0 139081212 3966717952 877137 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 968437 877137 3424 6655 0 949323 0
[pid=120064/tid=120067] ppid=120061 vsize=3873748 memory=3496004 CPUtime=21.9 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) R 120061 120064 118997 0 -1 4194368 41870 0 0 0 2173 17 0 0 20 0 2 0 139082354 3966717952 877137 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 72.63 s
Current children cumulated vsize: 3873748 KiB
Current children cumulated memory: 3508548 KiB

[startup+102.3 s]
/proc/loadavg: 7.84 7.93 6.99 9/267 120124
/proc/meminfo: memFree=123837192/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3693076 memory=3469552 CPUtime=174.07 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 559769 0 0 0 17232 175 0 0 20 0 2 0 139081212 3781709824 867388 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 923269 867388 3424 6655 0 907673 0
[pid=120064/tid=120067] ppid=120061 vsize=3693076 memory=3511440 CPUtime=72.46 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) R 120061 120064 118997 0 -1 4194368 78822 0 0 0 7205 41 0 0 20 0 2 0 139082354 3781709824 867388 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 174.07 s
Current children cumulated vsize: 3693076 KiB
Current children cumulated memory: 3469552 KiB

[startup+162.3 s]
/proc/loadavg: 7.99 7.96 7.06 9/267 120126
/proc/meminfo: memFree=123221492/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=4387620 memory=4062632 CPUtime=293.05 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 674845 0 0 0 29061 244 0 0 20 0 2 0 139081212 4492922880 1015658 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 1096905 1015658 3488 6655 0 1082091 0
[pid=120064/tid=120067] ppid=120061 vsize=4387620 memory=14848 CPUtime=131.73 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) R 120061 120064 118997 0 -1 4194368 127553 0 0 0 13115 58 0 0 20 0 2 0 139082354 4492922880 1015658 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 293.05 s
Current children cumulated vsize: 4387620 KiB
Current children cumulated memory: 4062632 KiB

[startup+222.3 s]
/proc/loadavg: 7.75 7.88 7.09 9/269 120270
/proc/meminfo: memFree=123143892/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3753680 memory=3579128 CPUtime=412.02 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 714304 0 0 0 40930 272 0 0 20 0 2 0 139081212 3843768320 894782 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 938420 894782 3488 6655 0 923606 0
[pid=120064/tid=120067] ppid=120061 vsize=3753680 memory=14848 CPUtime=190.97 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) R 120061 120064 118997 0 -1 4194368 143362 0 0 0 19023 74 0 0 20 0 2 0 139082354 3843768320 894782 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 412.02 s
Current children cumulated vsize: 3753680 KiB
Current children cumulated memory: 3579128 KiB

[startup+282.3 s]
/proc/loadavg: 7.95 7.92 7.15 9/269 120272
/proc/meminfo: memFree=123045068/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3840328 memory=3687144 CPUtime=531.09 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 782693 0 0 0 52812 297 0 0 20 0 2 0 139081212 3932495872 921786 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 960082 921786 3488 6655 0 945268 0
[pid=120064/tid=120067] ppid=120061 vsize=3840328 memory=3654660 CPUtime=250.3 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) R 120061 120064 118997 0 -1 4194368 161995 0 0 0 24943 87 0 0 20 0 2 0 139082354 3932495872 921786 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 531.09 s
Current children cumulated vsize: 3840328 KiB
Current children cumulated memory: 3687144 KiB

[startup+342.3 s]
/proc/loadavg: 7.85 7.89 7.19 9/269 120367
/proc/meminfo: memFree=122779188/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3930704 memory=3787768 CPUtime=650.03 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 866169 0 0 0 64680 323 0 0 20 0 2 0 139081212 4025040896 946942 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 982676 946942 3488 6655 0 967862 0
[pid=120064/tid=120067] ppid=120061 vsize=3930704 memory=3766768 CPUtime=309.55 cores=0,2
/proc/120064/task/120067/stat : 120067 (LSIPExact) R 120061 120064 118997 0 -1 4194368 188359 0 0 0 30851 104 0 0 20 0 2 0 139082354 4025040896 946942 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
Current children cumulated CPU time: 650.03 s
Current children cumulated vsize: 3930704 KiB
Current children cumulated memory: 3787768 KiB


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

/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1401400 memory=1287240 CPUtime=1766.7 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 168528 0 0 0 176545 125 0 0 20 0 1 0 139154004 1435033600 321810 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 350350 321810 1120 1011 0 349117 0
Current children cumulated CPU time: 3179.9 s
Current children cumulated vsize: 4568252 KiB
Current children cumulated memory: 4399756 KiB

[startup+2562.3 s]
/proc/loadavg: 4.18 4.72 5.32 5/268 120537
/proc/meminfo: memFree=121156648/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1402100 memory=1287976 CPUtime=1826.5 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 170441 0 0 0 182523 127 0 0 20 0 1 0 139154004 1435750400 321994 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 350525 321994 1120 1011 0 349292 0
Current children cumulated CPU time: 3239.7 s
Current children cumulated vsize: 4568952 KiB
Current children cumulated memory: 4400492 KiB

[startup+2622.3 s]
/proc/loadavg: 4.10 4.60 5.24 5/268 120540
/proc/meminfo: memFree=121146828/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1402660 memory=1289176 CPUtime=1886.31 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 172426 0 0 0 188502 129 0 0 20 0 1 0 139154004 1436323840 322294 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 350665 322294 1120 1011 0 349432 0
Current children cumulated CPU time: 3299.51 s
Current children cumulated vsize: 4569512 KiB
Current children cumulated memory: 4401692 KiB

[startup+2682.3 s]
/proc/loadavg: 4.13 4.52 5.17 5/268 120542
/proc/meminfo: memFree=121152236/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1403832 memory=1293548 CPUtime=1946.13 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 173958 0 0 0 194482 131 0 0 20 0 1 0 139154004 1437523968 323387 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 350958 323387 1120 1011 0 349725 0
Current children cumulated CPU time: 3359.33 s
Current children cumulated vsize: 4570684 KiB
Current children cumulated memory: 4406064 KiB

[startup+2742.3 s]
/proc/loadavg: 4.09 4.44 5.10 5/268 120544
/proc/meminfo: memFree=121145168/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1404804 memory=1294520 CPUtime=2005.94 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 175930 0 0 0 200461 133 0 0 20 0 1 0 139154004 1438519296 323630 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 351201 323630 1120 1011 0 349968 0
Current children cumulated CPU time: 3419.14 s
Current children cumulated vsize: 4571656 KiB
Current children cumulated memory: 4407036 KiB

[startup+2802.3 s]
/proc/loadavg: 4.13 4.39 5.04 5/268 120547
/proc/meminfo: memFree=121138064/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1406528 memory=1300340 CPUtime=2065.76 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 177728 0 0 0 206441 135 0 0 20 0 1 0 139154004 1440284672 325085 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 351632 325085 1120 1011 0 350399 0
Current children cumulated CPU time: 3478.96 s
Current children cumulated vsize: 4573380 KiB
Current children cumulated memory: 4412856 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.33 4.97 5/267 120549
/proc/meminfo: memFree=121140620/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1408352 memory=1302136 CPUtime=2125.59 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 179538 0 0 0 212422 137 0 0 20 0 1 0 139154004 1442152448 325534 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 352088 325534 1120 1011 0 350855 0
Current children cumulated CPU time: 3538.79 s
Current children cumulated vsize: 4575204 KiB
Current children cumulated memory: 4414652 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.30 4.92 5/267 120551
/proc/meminfo: memFree=121125684/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1409008 memory=1302820 CPUtime=2185.4 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 181443 0 0 0 218401 139 0 0 20 0 1 0 139154004 1442824192 325705 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 352252 325705 1120 1011 0 351019 0
Current children cumulated CPU time: 3598.6 s
Current children cumulated vsize: 4575860 KiB
Current children cumulated memory: 4415336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2923.8 s]
/proc/loadavg: 4.14 4.30 4.92 5/267 120551
/proc/meminfo: memFree=121121784/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3166852 memory=3112516 CPUtime=1413.2 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) S 120061 120064 118997 0 -1 4194304 1303635 0 0 0 140833 487 0 0 20 0 1 0 139081212 3242856448 778129 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 791713 778129 3552 6655 0 778254 0
[pid=120388] ppid=120064 vsize=1409008 memory=1302820 CPUtime=2186.9 cores=0,2
/proc/120388/stat : 120388 (Exact) R 120064 120388 120388 0 -1 4194304 181443 0 0 0 218551 139 0 0 20 0 1 0 139154004 1442824192 325705 18446744073709551615 4198400 8335837 140726975757856 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 45195264 140726975760569 140726975760923 140726975760923 140726975766479 0
/proc/120388/statm: 352252 325705 1120 1011 0 351019 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 4575860 KiB
Current children cumulated memory: 4415336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.49 s, system=6.38748 s

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

[startup+2924 s]*
/proc/loadavg: 4.14 4.30 4.92 5/266 120552
/proc/meminfo: memFree=122448360/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3144016 memory=3089776 CPUtime=3600.21 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 1352905 181578 0 0 140839 490 218552 140 20 0 1 0 139081212 3219472384 772444 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 786004 772444 3552 6655 0 772545 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 3144016 KiB
Current children cumulated memory: 3089776 KiB

[startup+2924.4 s]
/proc/loadavg: 4.14 4.30 4.92 5/266 120552
/proc/meminfo: memFree=122448360/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3144016 memory=3089776 CPUtime=3600.6 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 1367734 181578 0 0 140877 491 218552 140 20 0 1 0 139081212 3219472384 772444 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 786004 772444 3552 6655 0 772545 0
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 3144016 KiB
Current children cumulated memory: 3089776 KiB

[startup+2924.6 s]
/proc/loadavg: 4.14 4.30 4.92 5/266 120552
/proc/meminfo: memFree=122448360/131249996 swapFree=33006296/33010684
[pid=120064] ppid=120061 vsize=3144016 memory=3089776 CPUtime=3600.8 cores=0,2
/proc/120064/stat : 120064 (LSIPExact) R 120061 120064 118997 0 -1 4194304 1429742 181578 0 0 140894 494 218552 140 20 0 1 0 139081212 3219472384 772444 18446744073709551615 94882449170432 94882476427601 140735480118832 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94882484929672 94882485361280 94882488250368 140735480121688 140735480121864 140735480121864 140735480127468 0
/proc/120064/statm: 786004 772444 3552 6655 0 772545 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 3144016 KiB
Current children cumulated memory: 3089776 KiB

Child status: 0

Real time (s): 2924.66
CPU time (s): 3600.88
CPU user time (s): 3594.49
CPU system time (s): 6.38748
CPU usage (%): 123.121
Max. virtual memory (cumulated for all children) (KiB): 4610680
Max. memory (cumulated for all children) (KiB): 4450156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.49
system time used= 6.38748
maximum resident set size= 4278904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1625129
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= 611
involuntary context switches= 49359


# summary of solver processes directly reported to runsolver:
#   pid: 120064
#   total CPU time (s): 3600.88
#   total CPU user time (s): 3594.49
#   total CPU system time (s): 6.38748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71746 second user time and 15.15 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-11 13:40:36
IDJOB=4527016
IDBENCH=155524
IDSOLVER=3384
FILE ID=nodeC015/4527016-1752234035
RUNJOBID= nodeC015-1752232205-119013
SLURM_JOB_ID= 9682526
Free space on /tmp= 432236 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527016-1752234035/watcher-4527016-1752234035 -o /tmp/evaluation-result-4527016-1752234035/solver-4527016-1752234035 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1752232205-119013 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527016-1752234035.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=1632632239

nodeC015 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		: 3571.796
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.305
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.103
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.986
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.064
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.158
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.073
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.463
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124940080 kB
MemAvailable:   125996268 kB
Buffers:            1508 kB
Cached:          1835720 kB
SwapCached:         3880 kB
Active:          4009784 kB
Inactive:        1586304 kB
Active(anon):    3724288 kB
Inactive(anon):    48724 kB
Active(file):     285496 kB
Inactive(file):  1537580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87672 kB
Writeback:             4 kB
AnonPages:       3756308 kB
Mapped:           139580 kB
Shmem:             14152 kB
KReclaimable:     144700 kB
Slab:             238688 kB
SReclaimable:     144700 kB
SUnreclaim:        93988 kB
KernelStack:        4272 kB
PageTables:        10484 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4138508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432156 MiB
End job on nodeC015 at 2025-07-11 14:29:22