Trace number 4545366

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.51 2922.45

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-dec2-3-3-1.opb
MD5SUMecd2a3a27adff12226215cdbd4072e2c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark212.659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100222
Total number of constraints145826
Number of constraints which are clauses32332
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints113388
Minimum length of a constraint1
Maximum length of a constraint2712
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 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2977
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

1409.84/726.38	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1409.84/726.38	c numVar: 100222
1409.84/726.38	c numCon: 145826
1409.84/726.38	c numEqual: 126
1409.84/726.38	c intSize: 12
1409.84/726.38	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1409.84/726.38	c ------------------- Paras list -------------------
1409.84/726.38	c Name                	 Type      	 Now       	 Default   	 Comment
1409.84/726.38	c timeout             	 double    	 3600.000000	 3600      	 
1409.84/726.38	c mip_time            	 double    	 0.200000  	 0.5       	 
1409.84/726.38	c ls_time             	 double    	 10.000000 	 10        	 
1409.84/726.38	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1409.84/726.38	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1409.84/726.38	c random_seed         	 int       	 0         	 0         	 
1409.84/726.38	c sample_size         	 int       	 50        	 50        	 
1409.84/726.38	c sub_score           	 int       	 1         	 1         	 
1409.84/726.38	c tabu_base           	 int       	 3         	 3         	 
1409.84/726.38	c tabu_variation      	 int       	 1         	 1         	 
1409.84/726.38	c sub_div             	 int       	 4         	 4         	 
1409.84/726.38	c nbcore              	 int       	 2         	 1         	 
1409.84/726.38	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1409.84/726.38	c print_sol           	 int       	 1         	 1         	 
1409.84/726.38	c tmpdir              	 string		 .         	 "."       	 
1409.84/726.38	c home                	 string		 HOME	 "."       	 
1409.84/726.38	c benchname           	 string		 HOME/instance-4545366-1753219655.opb	 ""        	 
1409.84/726.38	c --------------------------------------------------
1409.84/726.38	c Local Search solver
1409.84/726.38	c MIP solver
1409.84/726.38	c use Exact solver
3600.11/2922.00	c receive signal 15, try to interrupt solver...
1409.98/2922.31	c Exact solver (PID 169120) interrupted gracefully.
3600.45/2922.43	s UNKNOWN
3600.45/2922.43	c Total time: 2923

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545366-1753219655/watcher-4545366-1753219655 -o /tmp/evaluation-result-4545366-1753219655/solver-4545366-1753219655 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166613 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545366-1753219655.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=169033, runsolver pid=169030

[startup+0.100063 s]*
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123099112/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=121020 memory=85860 CPUtime=0.09 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 16883 0 0 0 7 2 0 0 20 0 1 0 237642119 123924480 21465 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 30255 21465 1152 6655 0 20490 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 121020 KiB
Current children cumulated memory: 85860 KiB

[startup+0.205758 s]*
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123058792/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=160692 memory=125412 CPUtime=0.2 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 26782 0 0 0 16 4 0 0 20 0 1 0 237642119 164548608 31353 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 40173 31353 1152 6655 0 30408 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 160692 KiB
Current children cumulated memory: 125412 KiB

[startup+0.305675 s]*
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123026536/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=189912 memory=154596 CPUtime=0.29 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 34072 0 0 0 24 5 0 0 20 0 1 0 237642119 194469888 38649 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 47478 38649 1152 6655 0 37713 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 189912 KiB
Current children cumulated memory: 154596 KiB

[startup+0.700187 s]
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123026536/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=191092 memory=155748 CPUtime=0.69 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 34367 0 0 0 63 6 0 0 20 0 1 0 237642119 195678208 38937 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 47773 38937 1152 6655 0 38008 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155748 KiB

[startup+1.50019 s]
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123026548/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=191092 memory=155748 CPUtime=1.48 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 34367 0 0 0 142 6 0 0 20 0 1 0 237642119 195678208 38937 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 47773 38937 1152 6655 0 38008 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155748 KiB

[startup+3.10561 s]
/proc/loadavg: 7.12 6.65 6.21 8/267 169034
/proc/meminfo: memFree=123026800/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=191092 memory=155748 CPUtime=3.08 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 34374 0 0 0 302 6 0 0 20 0 1 0 237642119 195678208 38937 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 47773 38937 1152 6655 0 38008 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155748 KiB

[startup+6.30017 s]
/proc/loadavg: 7.11 6.65 6.22 8/267 169034
/proc/meminfo: memFree=123026904/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=191092 memory=155748 CPUtime=6.26 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 34381 0 0 0 620 6 0 0 20 0 1 0 237642119 195678208 38937 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 47773 38937 1152 6655 0 38008 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155748 KiB

[startup+12.7002 s]
/proc/loadavg: 7.10 6.66 6.22 8/268 169035
/proc/meminfo: memFree=122836708/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=521112 memory=387992 CPUtime=12.62 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 99077 0 0 0 1242 20 0 0 20 0 2 0 237642119 533618688 96998 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 130278 96998 3008 6655 0 104161 0
[pid=169033/tid=169035] ppid=169030 vsize=521112 memory=363204 CPUtime=0 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) S 169030 169033 166602 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237643149 533618688 96998 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 521112 KiB
Current children cumulated memory: 387992 KiB

[startup+25.5002 s]
/proc/loadavg: 7.38 6.74 6.26 9/268 169035
/proc/meminfo: memFree=122255176/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1057876 memory=925972 CPUtime=36.44 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 147341 0 0 0 3607 37 0 0 20 0 2 0 237642119 1083265024 231493 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 264469 231493 3008 6655 0 239075 0
[pid=169033/tid=169035] ppid=169030 vsize=1057876 memory=925972 CPUtime=11.33 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) R 169030 169033 166602 0 -1 4194368 15082 0 0 0 1128 5 0 0 20 0 2 0 237643149 1083265024 231493 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 36.44 s
Current children cumulated vsize: 1057876 KiB
Current children cumulated memory: 925972 KiB

[startup+51.1054 s]
/proc/loadavg: 7.25 6.76 6.28 7/268 169037
/proc/meminfo: memFree=117455212/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=810048 memory=753764 CPUtime=84.06 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 211734 0 0 0 8362 44 0 0 20 0 2 0 237642119 829489152 188441 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 202512 188441 3072 6655 0 190214 0
[pid=169033/tid=169035] ppid=169030 vsize=810048 memory=14248 CPUtime=33.64 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) S 169030 169033 166602 0 -1 4194368 35749 0 0 0 3355 9 0 0 20 0 2 0 237643149 829489152 188441 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 84.06 s
Current children cumulated vsize: 810048 KiB
Current children cumulated memory: 753764 KiB

[startup+102.3 s]
/proc/loadavg: 7.03 6.77 6.31 8/267 169039
/proc/meminfo: memFree=106125152/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1325480 memory=1223340 CPUtime=175.6 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 368249 0 0 0 17486 74 0 0 20 0 2 0 237642119 1357291520 305835 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 331370 305835 3424 6655 0 314089 0
[pid=169033/tid=169035] ppid=169030 vsize=1325480 memory=1223340 CPUtime=74.13 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) R 169030 169033 166602 0 -1 4194368 76120 0 0 0 7393 20 0 0 20 0 2 0 237643149 1357291520 305835 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 175.6 s
Current children cumulated vsize: 1325480 KiB
Current children cumulated memory: 1223340 KiB

[startup+162.3 s]
/proc/loadavg: 7.55 6.96 6.40 9/268 169088
/proc/meminfo: memFree=126705768/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1337336 memory=1240524 CPUtime=294.72 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 453736 0 0 0 29388 84 0 0 20 0 2 0 237642119 1369432064 310131 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 334334 310131 3424 6655 0 317053 0
[pid=169033/tid=169035] ppid=169030 vsize=1337336 memory=1226156 CPUtime=133.5 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) R 169030 169033 166602 0 -1 4194368 92433 0 0 0 13329 21 0 0 20 0 2 0 237643149 1369432064 310131 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 294.72 s
Current children cumulated vsize: 1337336 KiB
Current children cumulated memory: 1240524 KiB

[startup+222.3 s]
/proc/loadavg: 7.78 7.13 6.50 9/267 169089
/proc/meminfo: memFree=126879164/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1341660 memory=1249444 CPUtime=409.95 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 494588 0 0 0 40904 91 0 0 20 0 2 0 237642119 1373859840 312361 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 335415 312361 3424 6655 0 319906 0
[pid=169033/tid=169035] ppid=169030 vsize=1341660 memory=14248 CPUtime=189.02 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) R 169030 169033 166602 0 -1 4194368 104612 0 0 0 18878 24 0 0 20 0 2 0 237643149 1373859840 312361 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 409.95 s
Current children cumulated vsize: 1341660 KiB
Current children cumulated memory: 1249444 KiB

[startup+282.3 s]
/proc/loadavg: 7.96 7.31 6.60 9/267 169091
/proc/meminfo: memFree=126796324/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1341660 memory=1278372 CPUtime=529.01 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 558857 0 0 0 52804 97 0 0 20 0 2 0 237642119 1373859840 319593 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 335415 319593 3424 6655 0 321823 0
[pid=169033/tid=169035] ppid=169030 vsize=1341660 memory=9457 CPUtime=248.32 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) R 169030 169033 166602 0 -1 4194368 118406 0 0 0 24806 26 0 0 20 0 2 0 237643149 1373859840 319593 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 529.01 s
Current children cumulated vsize: 1341660 KiB
Current children cumulated memory: 1278372 KiB

[startup+342.3 s]
/proc/loadavg: 8.04 7.45 6.70 9/270 169098
/proc/meminfo: memFree=126732840/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1341660 memory=1291232 CPUtime=648 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 564757 0 0 0 64701 99 0 0 20 0 2 0 237642119 1373859840 322808 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 335415 322808 3424 6655 0 324311 0
[pid=169033/tid=169035] ppid=169030 vsize=1341660 memory=9457 CPUtime=307.58 cores=4,6
/proc/169033/task/169035/stat : 169035 (LSIPExact) R 169030 169033 166602 0 -1 4194368 123304 0 0 0 30730 28 0 0 20 0 2 0 237643149 1373859840 322808 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
Current children cumulated CPU time: 648 s
Current children cumulated vsize: 1341660 KiB
Current children cumulated memory: 1291232 KiB


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

Current children cumulated CPU time: 3061.71 s
Current children cumulated vsize: 17232316 KiB
Current children cumulated memory: 15515264 KiB

[startup+2442.3 s]
/proc/loadavg: 2.19 2.15 2.92 3/255 169297
/proc/meminfo: memFree=113184500/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15974616 memory=14340484 CPUtime=1711.59 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2184328 0 0 0 170253 906 0 0 20 0 1 0 237714758 16358006784 3585121 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3993654 3585121 1088 1011 0 3992421 0
Current children cumulated CPU time: 3121.57 s
Current children cumulated vsize: 17232316 KiB
Current children cumulated memory: 15519872 KiB

[startup+2502.3 s]
/proc/loadavg: 2.07 2.12 2.86 3/256 169300
/proc/meminfo: memFree=113163980/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15974616 memory=14348548 CPUtime=1771.45 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2185730 0 0 0 176235 910 0 0 20 0 1 0 237714758 16358006784 3587137 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3993654 3587137 1088 1011 0 3992421 0
Current children cumulated CPU time: 3181.43 s
Current children cumulated vsize: 17232316 KiB
Current children cumulated memory: 15527936 KiB

[startup+2562.3 s]
/proc/loadavg: 2.14 2.13 2.81 3/256 169302
/proc/meminfo: memFree=113155972/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15974616 memory=14358788 CPUtime=1831.31 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2189020 0 0 0 182216 915 0 0 20 0 1 0 237714758 16358006784 3589697 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3993654 3589697 1088 1011 0 3992421 0
Current children cumulated CPU time: 3241.29 s
Current children cumulated vsize: 17232316 KiB
Current children cumulated memory: 15538176 KiB

[startup+2622.3 s]
/proc/loadavg: 1.83 2.05 2.74 2/249 169335
/proc/meminfo: memFree=113527476/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15986564 memory=14369948 CPUtime=1891.15 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2191031 0 0 0 188188 927 0 0 20 0 1 0 237714758 16370241536 3592487 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3996641 3592487 1088 1011 0 3995408 0
Current children cumulated CPU time: 3301.13 s
Current children cumulated vsize: 17244264 KiB
Current children cumulated memory: 15549336 KiB

[startup+2682.3 s]
/proc/loadavg: 1.35 1.87 2.64 2/249 169337
/proc/meminfo: memFree=113522144/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15986564 memory=14375452 CPUtime=1951 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2192797 0 0 0 194168 932 0 0 20 0 1 0 237714758 16370241536 3593863 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3996641 3593863 1088 1011 0 3995408 0
Current children cumulated CPU time: 3360.98 s
Current children cumulated vsize: 17244264 KiB
Current children cumulated memory: 15554840 KiB

[startup+2742.3 s]
/proc/loadavg: 1.24 1.74 2.54 2/248 169339
/proc/meminfo: memFree=113515808/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15986564 memory=14381980 CPUtime=2010.86 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2195015 0 0 0 200149 937 0 0 20 0 1 0 237714758 16370241536 3595495 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3996641 3595495 1088 1011 0 3995408 0
Current children cumulated CPU time: 3420.84 s
Current children cumulated vsize: 17244264 KiB
Current children cumulated memory: 15561368 KiB

[startup+2802.3 s]
/proc/loadavg: 1.14 1.62 2.45 2/248 169344
/proc/meminfo: memFree=113508452/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15986564 memory=14390812 CPUtime=2070.71 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2198875 0 0 0 206130 941 0 0 20 0 1 0 237714758 16370241536 3597703 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3996641 3597703 1088 1011 0 3995408 0
Current children cumulated CPU time: 3480.69 s
Current children cumulated vsize: 17244264 KiB
Current children cumulated memory: 15570200 KiB

[startup+2862.3 s]
/proc/loadavg: 1.09 1.52 2.36 2/248 169346
/proc/meminfo: memFree=113511716/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=15988296 memory=14402460 CPUtime=2130.57 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2201484 0 0 0 212112 945 0 0 20 0 1 0 237714758 16372015104 3600615 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 3997074 3600615 1088 1011 0 3995841 0
Current children cumulated CPU time: 3540.55 s
Current children cumulated vsize: 17245996 KiB
Current children cumulated memory: 15581848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2922 s]*
/proc/loadavg: 1.06 1.44 2.28 2/248 169352
/proc/meminfo: memFree=113485600/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 0 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
[pid=169120] ppid=169033 vsize=16006000 memory=14414620 CPUtime=2190.13 cores=4,6
/proc/169120/stat : 169120 (Exact) R 169033 169120 169120 0 -1 4194304 2205223 0 0 0 218055 958 0 0 20 0 1 0 237714758 16390144000 3603655 18446744073709551615 4198400 8335837 140727819605408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35401728 140727819614393 140727819614747 140727819614747 140727819620303 0
/proc/169120/statm: 4001500 3603655 1088 1011 0 4000267 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 17263700 KiB
Current children cumulated memory: 15594008 KiB

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

[startup+2922.3 s]
/proc/loadavg: 1.06 1.44 2.28 2/248 169352
/proc/meminfo: memFree=113485600/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=1409.98 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) S 169030 169033 166602 0 -1 4194304 784885 137 0 0 140867 131 0 0 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
Current children cumulated CPU time: 1409.98 s
Current children cumulated vsize: 1257700 KiB
Current children cumulated memory: 1179388 KiB
heavy processes:

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

# cumulated CPU time of all completed processes:  user=3589.34 s, system=11.1665 s

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

[startup+2922.41 s]
/proc/loadavg: 1.06 1.44 2.28 1/248 169353
/proc/meminfo: memFree=127941764/131250000 swapFree=33008356/33010684
[pid=169033] ppid=169030 vsize=1257700 memory=1179388 CPUtime=3600.45 cores=4,6
/proc/169033/stat : 169033 (LSIPExact) R 169030 169033 166602 0 -1 4194304 801797 2205434 0 0 140875 132 218056 982 20 0 1 0 237642119 1287884800 294847 18446744073709551615 94408598425600 94408625682769 140732746316976 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94408634184840 94408634616448 94408661708800 140732746324312 140732746324488 140732746324488 140732746330092 0
/proc/169033/statm: 314425 294847 3456 6655 0 303443 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 1257700 KiB
Current children cumulated memory: 1179388 KiB

Child status: 0

Real time (s): 2922.45
CPU time (s): 3600.51
CPU user time (s): 3589.34
CPU system time (s): 11.1665
CPU usage (%): 123.202
Max. virtual memory (cumulated for all children) (KiB): 18851476
Max. memory (cumulated for all children) (KiB): 17066176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.34
system time used= 11.1665
maximum resident set size= 15886788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3018995
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= 520
involuntary context switches= 23241


# summary of solver processes directly reported to runsolver:
#   pid: 169033
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3589.34
#   total CPU system time (s): 11.1665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03332 second user time and 11.4905 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 23:27:35
IDJOB=4545366
IDBENCH=180847
IDSOLVER=3384
FILE ID=nodeC014/4545366-1753219655
RUNJOBID= nodeC014-1753209940-166613
SLURM_JOB_ID= 9687781
Free space on /tmp= 432688 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-dec2-3-3-1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545366-1753219655/watcher-4545366-1753219655 -o /tmp/evaluation-result-4545366-1753219655/solver-4545366-1753219655 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166613 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545366-1753219655.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= ecd2a3a27adff12226215cdbd4072e2c
RANDOM SEED=1812018186

nodeC014 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		: 3600.074
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.23
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.169
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.23
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.114
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.23
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		: 3600.114
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.23
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		: 3597.311
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.23
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.119
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.23
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.121
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.23
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.731
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123170556 kB
MemAvailable:   123804800 kB
Buffers:             696 kB
Cached:          1379524 kB
SwapCached:         1624 kB
Active:          6756664 kB
Inactive:         559516 kB
Active(anon):    5934876 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   533820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51832 kB
Writeback:             4 kB
AnonPages:       5937472 kB
Mapped:           143888 kB
Shmem:             24612 kB
KReclaimable:     235752 kB
Slab:             332148 kB
SReclaimable:     235752 kB
SUnreclaim:        96396 kB
KernelStack:        4304 kB
PageTables:        15032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6603260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3205120 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432812 MiB
End job on nodeC014 at 2025-07-23 00:16:18