Trace number 4545340

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.44 2920.95

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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61725 MiB free)
  memory of node 1: 64507 MiB (58196 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545340-1753224285/watcher-4545340-1753224285 -o /tmp/evaluation-result-4545340-1753224285/solver-4545340-1753224285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166587 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545340-1753224285.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=167748, runsolver pid=167745

[startup+0.100067 s]*
/proc/loadavg: 6.11 6.23 6.01 7/265 167749
/proc/meminfo: memFree=122719804/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=118908 memory=83788 CPUtime=0.09 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 15857 0 0 0 6 3 0 0 20 0 1 0 238107366 121761792 20947 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 29727 20947 1152 6655 0 19962 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 118908 KiB
Current children cumulated memory: 83788 KiB

[startup+0.205928 s]*
/proc/loadavg: 6.11 6.23 6.01 7/265 167749
/proc/meminfo: memFree=122679852/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=158540 memory=123340 CPUtime=0.2 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 25748 0 0 0 15 5 0 0 20 0 1 0 238107366 162344960 30835 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 39635 30835 1152 6655 0 29870 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 158540 KiB
Current children cumulated memory: 123340 KiB

[startup+0.305835 s]*
/proc/loadavg: 6.11 6.23 6.01 7/265 167749
/proc/meminfo: memFree=122647596/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=189912 memory=154572 CPUtime=0.29 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 33561 0 0 0 23 6 0 0 20 0 1 0 238107366 194469888 38643 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 47478 38643 1152 6655 0 37713 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 189912 KiB
Current children cumulated memory: 154572 KiB

[startup+0.700209 s]
/proc/loadavg: 6.11 6.23 6.01 7/265 167749
/proc/meminfo: memFree=122647596/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=191092 memory=155724 CPUtime=0.68 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 33856 0 0 0 62 6 0 0 20 0 1 0 238107366 195678208 38931 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 47773 38931 1152 6655 0 38008 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155724 KiB

[startup+1.50021 s]
/proc/loadavg: 6.11 6.23 6.01 7/265 167749
/proc/meminfo: memFree=122649392/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=191092 memory=155724 CPUtime=1.48 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 33856 0 0 0 142 6 0 0 20 0 1 0 238107366 195678208 38931 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 47773 38931 1152 6655 0 38008 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155724 KiB

[startup+3.10578 s]
/proc/loadavg: 6.10 6.22 6.01 7/265 167749
/proc/meminfo: memFree=122649580/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=191092 memory=155724 CPUtime=3.07 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 33864 0 0 0 301 6 0 0 20 0 1 0 238107366 195678208 38931 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 47773 38931 1152 6655 0 38008 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155724 KiB

[startup+6.30021 s]
/proc/loadavg: 6.10 6.22 6.01 7/265 167749
/proc/meminfo: memFree=122647280/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=191092 memory=155724 CPUtime=6.25 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 33872 0 0 0 619 6 0 0 20 0 1 0 238107366 195678208 38931 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 47773 38931 1152 6655 0 38008 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 191092 KiB
Current children cumulated memory: 155724 KiB

[startup+12.7002 s]
/proc/loadavg: 6.17 6.24 6.02 6/266 167752
/proc/meminfo: memFree=123251564/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=521112 memory=388424 CPUtime=12.62 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 99362 0 0 0 1244 18 0 0 20 0 2 0 238107366 533618688 97106 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 130278 97106 2816 6655 0 104161 0
[pid=167748/tid=167752] ppid=167745 vsize=521112 memory=335840 CPUtime=0 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) S 167745 167748 166575 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 238108393 533618688 97106 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 521112 KiB
Current children cumulated memory: 388424 KiB

[startup+25.5002 s]
/proc/loadavg: 6.15 6.22 6.01 7/266 167752
/proc/meminfo: memFree=119167868/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1057876 memory=926744 CPUtime=37.19 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 149614 0 0 0 3687 32 0 0 20 0 2 0 238107366 1083265024 231686 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 264469 231686 2816 6655 0 239075 0
[pid=167748/tid=167752] ppid=167745 vsize=1057876 memory=926744 CPUtime=11.94 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) R 167745 167748 166575 0 -1 4194368 16166 0 0 0 1189 5 0 0 20 0 2 0 238108393 1083265024 231686 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 37.19 s
Current children cumulated vsize: 1057876 KiB
Current children cumulated memory: 926744 KiB

[startup+51.1054 s]
/proc/loadavg: 5.95 6.17 6.00 6/266 167752
/proc/meminfo: memFree=111107744/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=810048 memory=754172 CPUtime=80.28 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 196526 0 0 0 7991 37 0 0 20 0 2 0 238107366 829489152 188543 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 202512 188543 2944 6655 0 190214 0
[pid=167748/tid=167752] ppid=167745 vsize=810048 memory=754172 CPUtime=29.8 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) S 167745 167748 166575 0 -1 4194368 29038 0 0 0 2974 6 0 0 20 0 2 0 238108393 829489152 188543 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 80.28 s
Current children cumulated vsize: 810048 KiB
Current children cumulated memory: 754172 KiB

[startup+102.3 s]
/proc/loadavg: 5.94 6.13 6.00 8/265 167800
/proc/meminfo: memFree=125977340/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1325480 memory=1225532 CPUtime=176.21 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 332163 0 0 0 17554 67 0 0 20 0 2 0 238107366 1357291520 306383 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 331370 306383 3328 6655 0 314089 0
[pid=167748/tid=167752] ppid=167745 vsize=1325480 memory=1225148 CPUtime=74.68 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) R 167745 167748 166575 0 -1 4194368 73034 0 0 0 7450 18 0 0 20 0 2 0 238108393 1357291520 306383 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 176.21 s
Current children cumulated vsize: 1325480 KiB
Current children cumulated memory: 1225532 KiB

[startup+162.3 s]
/proc/loadavg: 6.11 6.15 6.01 8/267 167807
/proc/meminfo: memFree=126375252/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1337336 memory=1240652 CPUtime=295.27 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 415108 0 0 0 29454 73 0 0 20 0 2 0 238107366 1369432064 310163 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 334334 310163 3328 6655 0 317053 0
[pid=167748/tid=167752] ppid=167745 vsize=1337336 memory=1227580 CPUtime=133.99 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) R 167745 167748 166575 0 -1 4194368 92577 0 0 0 13379 20 0 0 20 0 2 0 238108393 1369432064 310163 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 295.27 s
Current children cumulated vsize: 1337336 KiB
Current children cumulated memory: 1240652 KiB

[startup+222.3 s]
/proc/loadavg: 6.04 6.12 6.01 8/267 167813
/proc/meminfo: memFree=126270296/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1341660 memory=1250164 CPUtime=410.66 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 503960 0 0 0 40984 82 0 0 20 0 2 0 238107366 1373859840 312541 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 335415 312541 3328 6655 0 319906 0
[pid=167748/tid=167752] ppid=167745 vsize=1341660 memory=1240780 CPUtime=189.65 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) R 167745 167748 166575 0 -1 4194368 127150 0 0 0 18941 24 0 0 20 0 2 0 238108393 1373859840 312541 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 410.66 s
Current children cumulated vsize: 1341660 KiB
Current children cumulated memory: 1250164 KiB

[startup+282.3 s]
/proc/loadavg: 6.05 6.11 6.01 8/267 167815
/proc/meminfo: memFree=126231844/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1341660 memory=1279092 CPUtime=529.7 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 564820 0 0 0 52883 87 0 0 20 0 2 0 238107366 1373859840 319773 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 335415 319773 3328 6655 0 321823 0
[pid=167748/tid=167752] ppid=167745 vsize=1341660 memory=14444 CPUtime=248.96 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) R 167745 167748 166575 0 -1 4194368 140064 0 0 0 24870 26 0 0 20 0 2 0 238108393 1373859840 319773 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 529.7 s
Current children cumulated vsize: 1341660 KiB
Current children cumulated memory: 1279092 KiB

[startup+342.3 s]
/proc/loadavg: 6.08 6.10 6.01 8/267 167817
/proc/meminfo: memFree=126208416/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1341660 memory=1290812 CPUtime=648.74 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 572006 0 0 0 64785 89 0 0 20 0 2 0 238107366 1373859840 322703 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 335415 322703 3328 6655 0 324128 0
[pid=167748/tid=167752] ppid=167745 vsize=1341660 memory=1289020 CPUtime=308.25 cores=1,3
/proc/167748/task/167752/stat : 167752 (LSIPExact) R 167745 167748 166575 0 -1 4194368 145921 0 0 0 30798 27 0 0 20 0 2 0 238108393 1373859840 322703 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
Current children cumulated CPU time: 648.74 s
Current children cumulated vsize: 1341660 KiB
Current children cumulated memory: 1290812 KiB


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

/proc/167830/statm: 3993654 3585372 1088 1011 0 3992421 0
Current children cumulated CPU time: 3063.05 s
Current children cumulated vsize: 17166780 KiB
Current children cumulated memory: 15490816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.99 3.35 2/247 168069
/proc/meminfo: memFree=113397148/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15974616 memory=14347120 CPUtime=1711.97 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2191342 0 0 0 170423 774 0 0 20 0 1 0 238180001 16358006784 3586780 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3993654 3586780 1088 1011 0 3992421 0
Current children cumulated CPU time: 3122.92 s
Current children cumulated vsize: 17166780 KiB
Current children cumulated memory: 15496448 KiB

[startup+2502.3 s]
/proc/loadavg: 1.19 1.82 3.20 2/247 168071
/proc/meminfo: memFree=113384404/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15974616 memory=14358512 CPUtime=1771.83 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2193013 0 0 0 176409 774 0 0 20 0 1 0 238180001 16358006784 3589628 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3993654 3589628 1088 1011 0 3992421 0
Current children cumulated CPU time: 3182.78 s
Current children cumulated vsize: 17166780 KiB
Current children cumulated memory: 15507840 KiB

[startup+2562.3 s]
/proc/loadavg: 1.19 1.70 3.07 2/247 168073
/proc/meminfo: memFree=113379440/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15974616 memory=14362352 CPUtime=1831.69 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2196363 0 0 0 182395 774 0 0 20 0 1 0 238180001 16358006784 3590588 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3993654 3590588 1088 1011 0 3992421 0
Current children cumulated CPU time: 3242.64 s
Current children cumulated vsize: 17166780 KiB
Current children cumulated memory: 15511680 KiB

[startup+2622.3 s]
/proc/loadavg: 1.13 1.59 2.94 2/247 168076
/proc/meminfo: memFree=113373244/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15986564 memory=14369648 CPUtime=1891.55 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2199058 0 0 0 188373 782 0 0 20 0 1 0 238180001 16370241536 3592412 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3996641 3592412 1088 1011 0 3995408 0
Current children cumulated CPU time: 3302.5 s
Current children cumulated vsize: 17178728 KiB
Current children cumulated memory: 15518976 KiB

[startup+2682.3 s]
/proc/loadavg: 1.09 1.49 2.82 2/248 168081
/proc/meminfo: memFree=113352276/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15986564 memory=14374640 CPUtime=1951.41 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2201182 0 0 0 194359 782 0 0 20 0 1 0 238180001 16370241536 3593660 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3996641 3593660 1088 1011 0 3995408 0
Current children cumulated CPU time: 3362.36 s
Current children cumulated vsize: 17178728 KiB
Current children cumulated memory: 15523968 KiB

[startup+2742.3 s]
/proc/loadavg: 1.13 1.43 2.72 2/247 168087
/proc/meminfo: memFree=113330176/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15986564 memory=14387116 CPUtime=2011.28 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2203749 0 0 0 200345 783 0 0 20 0 1 0 238180001 16370241536 3596779 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3996641 3596779 1088 1011 0 3995408 0
Current children cumulated CPU time: 3422.23 s
Current children cumulated vsize: 17178728 KiB
Current children cumulated memory: 15536444 KiB

[startup+2802.3 s]
/proc/loadavg: 1.10 1.37 2.61 2/247 168089
/proc/meminfo: memFree=113317704/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15986564 memory=14400368 CPUtime=2071.15 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2207480 0 0 0 206331 784 0 0 20 0 1 0 238180001 16370241536 3600092 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3996641 3600092 1088 1011 0 3995408 0
Current children cumulated CPU time: 3482.1 s
Current children cumulated vsize: 17178728 KiB
Current children cumulated memory: 15549696 KiB

[startup+2862.3 s]
/proc/loadavg: 1.08 1.31 2.51 2/247 168091
/proc/meminfo: memFree=113317452/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=15988156 memory=14406384 CPUtime=2131.01 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2210719 0 0 0 212316 785 0 0 20 0 1 0 238180001 16371871744 3601596 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 3997039 3601596 1088 1011 0 3995806 0
Current children cumulated CPU time: 3541.96 s
Current children cumulated vsize: 17180320 KiB
Current children cumulated memory: 15555712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2920.5 s]
/proc/loadavg: 1.06 1.27 2.42 2/246 168093
/proc/meminfo: memFree=113302776/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 0 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
[pid=167830] ppid=167748 vsize=16006000 memory=14423324 CPUtime=2189.08 cores=1,3
/proc/167830/stat : 167830 (Exact) R 167748 167830 167830 0 -1 4194304 2214162 0 0 0 218113 795 0 0 20 0 1 0 238180001 16390144000 3605831 18446744073709551615 4198400 8335837 140733359009648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45441024 140733359012025 140733359012379 140733359012379 140733359017935 0
/proc/167830/statm: 4001500 3605831 1088 1011 0 4000267 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 17198164 KiB
Current children cumulated memory: 15572652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.04 s, system=9.39777 s

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

[startup+2920.8 s]
/proc/loadavg: 1.06 1.27 2.42 2/246 168093
/proc/meminfo: memFree=113302776/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=1410.95 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) S 167745 167748 166575 0 -1 4194304 785471 134 0 0 140978 117 0 0 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
Current children cumulated CPU time: 1410.95 s
Current children cumulated vsize: 1192164 KiB
Current children cumulated memory: 1149328 KiB

[startup+2920.9 s]
/proc/loadavg: 1.06 1.27 2.42 2/246 168093
/proc/meminfo: memFree=113302776/131249988 swapFree=33010160/33010684
[pid=167748] ppid=167745 vsize=1192164 memory=1149328 CPUtime=3600.36 cores=1,3
/proc/167748/stat : 167748 (LSIPExact) R 167745 167748 166575 0 -1 4194304 801888 2214349 0 0 140986 117 218114 819 20 0 1 0 238107366 1220775936 287332 18446744073709551615 94718754148352 94718781404753 140720961408720 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94718789907592 94718790339200 94718820941824 140720961411416 140720961411592 140720961411592 140720961417196 0
/proc/167748/statm: 298041 287332 3360 6655 0 287147 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 1192164 KiB
Current children cumulated memory: 1149328 KiB

Child status: 0

Real time (s): 2920.95
CPU time (s): 3600.44
CPU user time (s): 3591.04
CPU system time (s): 9.39777
CPU usage (%): 123.263
Max. virtual memory (cumulated for all children) (KiB): 18785940
Max. memory (cumulated for all children) (KiB): 16889916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.04
system time used= 9.39777
maximum resident set size= 15892140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3029505
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= 497
involuntary context switches= 12468


# summary of solver processes directly reported to runsolver:
#   pid: 167748
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3591.04
#   total CPU system time (s): 9.39777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.14029 second user time and 12.9532 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 00:44:45
IDJOB=4545340
IDBENCH=180847
IDSOLVER=3336
FILE ID=nodeC034/4545340-1753224285
RUNJOBID= nodeC034-1753221043-166587
SLURM_JOB_ID= 9687808
Free space on /tmp= 432868 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-4545340-1753224285/watcher-4545340-1753224285 -o /tmp/evaluation-result-4545340-1753224285/solver-4545340-1753224285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166587 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545340-1753224285.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= ecd2a3a27adff12226215cdbd4072e2c
RANDOM SEED=1240392458

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        122799392 kB
MemAvailable:   123672768 kB
Buffers:            2128 kB
Cached:          1612244 kB
SwapCached:           32 kB
Active:          7181672 kB
Inactive:         491604 kB
Active(anon):    6083016 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   489452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51632 kB
Writeback:            32 kB
AnonPages:       6058060 kB
Mapped:           149772 kB
Shmem:             26264 kB
KReclaimable:     248612 kB
Slab:             347184 kB
SReclaimable:     248612 kB
SUnreclaim:        98572 kB
KernelStack:        4256 kB
PageTables:        15228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6720796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3194880 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC034 at 2025-07-23 01:33:26