Trace number 4512998

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 S2? (TO) 3600.05 2554.04

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-4.opb
MD5SUM62b9b3a7043eef7698d06bd9353a3da3
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 benchmark255.636
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2134.32/1084.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2134.32/1084.03	c numVar: 4128
2134.32/1084.03	c numCon: 8704
2134.32/1084.03	c numEqual: 1280
2134.32/1084.03	c intSize: 4
2134.32/1084.03	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2134.32/1084.03	c ------------------- Paras list -------------------
2134.32/1084.03	c Name                	 Type      	 Now       	 Default   	 Comment
2134.32/1084.03	c timeout             	 double    	 3600.000000	 3600      	 
2134.32/1084.03	c mip_time            	 double    	 0.300000  	 0.5       	 
2134.32/1084.03	c ls_time             	 double    	 10.000000 	 10        	 
2134.32/1084.03	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2134.32/1084.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2134.32/1084.03	c random_seed         	 int       	 0         	 0         	 
2134.32/1084.03	c sample_size         	 int       	 50        	 50        	 
2134.32/1084.03	c sub_score           	 int       	 1         	 1         	 
2134.32/1084.03	c tabu_base           	 int       	 3         	 3         	 
2134.32/1084.03	c tabu_variation      	 int       	 1         	 1         	 
2134.32/1084.03	c sub_div             	 int       	 4         	 4         	 
2134.32/1084.03	c nbcore              	 int       	 2         	 1         	 
2134.32/1084.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2134.32/1084.03	c print_sol           	 int       	 1         	 1         	 
2134.32/1084.03	c tmpdir              	 string		 .         	 "."       	 
2134.32/1084.03	c home                	 string		 HOME	 "."       	 
2134.32/1084.03	c benchname           	 string		 HOME/instance-4512998-1751188499.opb	 ""        	 
2134.32/1084.03	c --------------------------------------------------
2134.32/1084.03	c Local Search solver
2134.32/1084.03	c MIP solver
2134.32/1084.03	c use Exact solver
3600.02/2554.01	c receive signal 15, try to interrupt solver...
3600.02/2554.02	c Exact solver (PID 23821) interrupted gracefully.
3600.02/2554.03	s UNKNOWN
3600.02/2554.03	c Total time: 2554

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62876 MiB free)
  memory of node 1: 64465 MiB (62801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512998-1751188499/watcher-4512998-1751188499 -o /tmp/evaluation-result-4512998-1751188499/solver-4512998-1751188499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4512998-1751188499.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23702, runsolver pid=23699

[startup+0.100071 s]*
/proc/loadavg: 6.28 6.52 6.59 7/254 23703
/proc/meminfo: memFree=128694800/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=0.09 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 9 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+0.212904 s]*
/proc/loadavg: 6.28 6.52 6.59 7/254 23703
/proc/meminfo: memFree=128694800/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=0.2 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 20 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+0.312995 s]*
/proc/loadavg: 6.28 6.52 6.59 7/254 23703
/proc/meminfo: memFree=128694800/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=0.3 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 30 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+0.700301 s]
/proc/loadavg: 6.28 6.52 6.59 7/254 23703
/proc/meminfo: memFree=128694800/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=0.68 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 68 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+1.50025 s]
/proc/loadavg: 6.28 6.52 6.59 7/254 23703
/proc/meminfo: memFree=128706604/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=1.47 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 147 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+3.11279 s]
/proc/loadavg: 6.34 6.53 6.59 7/254 23703
/proc/meminfo: memFree=128730796/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=3.08 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 308 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+6.30022 s]
/proc/loadavg: 6.34 6.53 6.59 7/254 23703
/proc/meminfo: memFree=128763580/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=47620 memory=13184 CPUtime=6.26 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 2258 0 0 0 626 0 0 0 20 0 1 0 34529306 48762880 3296 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 11905 3296 1216 6655 0 2140 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13184 KiB

[startup+12.7002 s]
/proc/loadavg: 6.37 6.53 6.59 8/255 23704
/proc/meminfo: memFree=128831376/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=161124 memory=71424 CPUtime=15.17 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 14391 0 0 0 1514 3 0 0 20 0 2 0 34529306 164990976 17856 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 40281 17856 3552 6655 0 16451 0
[pid=23702/tid=23704] ppid=23699 vsize=161124 memory=70912 CPUtime=2.52 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 2449 0 0 0 252 0 0 0 20 0 2 0 34530309 164990976 17856 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 161124 KiB
Current children cumulated memory: 71424 KiB

[startup+25.5002 s]
/proc/loadavg: 6.47 6.55 6.59 8/256 23706
/proc/meminfo: memFree=128934424/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=166776 memory=79360 CPUtime=40.6 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 36005 0 0 0 4055 5 0 0 20 0 2 0 34529306 170778624 19840 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 41694 19840 3552 6655 0 18462 0
[pid=23702/tid=23704] ppid=23699 vsize=166776 memory=76416 CPUtime=15.2 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 7401 0 0 0 1519 1 0 0 20 0 2 0 34530309 170778624 19840 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 40.6 s
Current children cumulated vsize: 166776 KiB
Current children cumulated memory: 79360 KiB

[startup+51.1053 s]
/proc/loadavg: 6.81 6.62 6.62 9/257 23758
/proc/meminfo: memFree=129388880/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=167544 memory=86016 CPUtime=91.41 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 48109 0 0 0 9132 9 0 0 20 0 2 0 34529306 171565056 21504 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 41886 21504 3552 6655 0 19856 0
[pid=23702/tid=23704] ppid=23699 vsize=167544 memory=86016 CPUtime=40.53 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 12151 0 0 0 4051 2 0 0 20 0 2 0 34530309 171565056 21504 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 91.41 s
Current children cumulated vsize: 167544 KiB
Current children cumulated memory: 86016 KiB

[startup+102.3 s]
/proc/loadavg: 7.48 6.84 6.69 9/256 23760
/proc/meminfo: memFree=129606276/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=167544 memory=87808 CPUtime=193.11 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 61197 0 0 0 19301 10 0 0 20 0 2 0 34529306 171565056 21952 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 41886 21952 3552 6655 0 20314 0
[pid=23702/tid=23704] ppid=23699 vsize=167544 memory=87808 CPUtime=91.24 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 18975 0 0 0 9122 2 0 0 20 0 2 0 34530309 171565056 21952 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 193.11 s
Current children cumulated vsize: 167544 KiB
Current children cumulated memory: 87808 KiB

[startup+162.3 s]
/proc/loadavg: 8.02 7.12 6.80 9/257 23763
/proc/meminfo: memFree=129527852/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=167544 memory=90880 CPUtime=312.31 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 64371 0 0 0 31221 10 0 0 20 0 2 0 34529306 171565056 22720 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 41886 22720 3552 6655 0 20977 0
[pid=23702/tid=23704] ppid=23699 vsize=167544 memory=89088 CPUtime=150.66 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 20715 0 0 0 15064 2 0 0 20 0 2 0 34530309 171565056 22720 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 312.31 s
Current children cumulated vsize: 167544 KiB
Current children cumulated memory: 90880 KiB

[startup+222.3 s]
/proc/loadavg: 7.69 7.22 6.86 7/256 23766
/proc/meminfo: memFree=129444836/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=167544 memory=91520 CPUtime=431.54 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 66110 0 0 0 43143 11 0 0 20 0 2 0 34529306 171565056 22880 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 41886 22880 3552 6655 0 21048 0
[pid=23702/tid=23704] ppid=23699 vsize=167544 memory=14352 CPUtime=210.22 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 22209 0 0 0 21019 3 0 0 20 0 2 0 34530309 171565056 22880 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 431.54 s
Current children cumulated vsize: 167544 KiB
Current children cumulated memory: 91520 KiB

[startup+282.3 s]
/proc/loadavg: 7.31 7.19 6.88 8/256 23768
/proc/meminfo: memFree=129440852/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=167936 memory=92288 CPUtime=550.75 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 66304 0 0 0 55064 11 0 0 20 0 2 0 34529306 171966464 23072 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 41984 23072 3552 6655 0 21146 0
[pid=23702/tid=23704] ppid=23699 vsize=167936 memory=92288 CPUtime=269.64 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 22210 0 0 0 26961 3 0 0 20 0 2 0 34530309 171966464 23072 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 550.75 s
Current children cumulated vsize: 167936 KiB
Current children cumulated memory: 92288 KiB

[startup+342.3 s]
/proc/loadavg: 7.47 7.24 6.91 8/258 23786
/proc/meminfo: memFree=129424564/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=171292 memory=95104 CPUtime=661.74 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) R 23699 23702 21012 0 -1 4194304 67027 0 0 0 66163 11 0 0 20 0 2 0 34529306 175403008 23776 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 42823 23776 3552 6655 0 21985 0
[pid=23702/tid=23704] ppid=23699 vsize=171292 memory=94720 CPUtime=320.83 cores=1,3
/proc/23702/task/23704/stat : 23704 (LSIPExact) R 23699 23702 21012 0 -1 4194368 22211 0 0 0 32080 3 0 0 20 0 2 0 34530309 175403008 23776 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
Current children cumulated CPU time: 661.74 s
Current children cumulated vsize: 171292 KiB
Current children cumulated memory: 95104 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.10 4.87 5.38 6/254 23911
/proc/meminfo: memFree=129048552/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=155420 memory=135080 CPUtime=875.52 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 25263 0 0 0 87396 156 0 0 20 0 1 0 34637710 159150080 33770 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 38855 33770 1120 1011 0 37622 0
Current children cumulated CPU time: 3009.9 s
Current children cumulated vsize: 345936 KiB
Current children cumulated memory: 277648 KiB

[startup+2022.3 s]
/proc/loadavg: 5.00 4.90 5.35 6/254 23913
/proc/meminfo: memFree=129048584/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=158244 memory=141992 CPUtime=935.34 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 25972 0 0 0 93365 169 0 0 20 0 1 0 34637710 162041856 35498 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 39561 35498 1120 1011 0 38328 0
Current children cumulated CPU time: 3069.72 s
Current children cumulated vsize: 348760 KiB
Current children cumulated memory: 284560 KiB

[startup+2082.3 s]
/proc/loadavg: 5.10 4.95 5.34 6/255 23916
/proc/meminfo: memFree=129038436/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=161196 memory=144936 CPUtime=995.18 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 26765 0 0 0 99340 178 0 0 20 0 1 0 34637710 165064704 36234 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 40299 36234 1120 1011 0 39066 0
Current children cumulated CPU time: 3129.56 s
Current children cumulated vsize: 351712 KiB
Current children cumulated memory: 287504 KiB

[startup+2142.3 s]
/proc/loadavg: 5.13 4.99 5.33 6/255 23918
/proc/meminfo: memFree=129039968/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=166868 memory=150568 CPUtime=1055.01 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 28183 0 0 0 105312 189 0 0 20 0 1 0 34637710 170872832 37642 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 41717 37642 1120 1011 0 40484 0
Current children cumulated CPU time: 3189.39 s
Current children cumulated vsize: 357384 KiB
Current children cumulated memory: 293136 KiB

[startup+2202.3 s]
/proc/loadavg: 5.15 5.02 5.32 6/254 23922
/proc/meminfo: memFree=129041512/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=168060 memory=151720 CPUtime=1114.83 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 28482 0 0 0 111284 199 0 0 20 0 1 0 34637710 172093440 37930 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 42015 37930 1120 1011 0 40782 0
Current children cumulated CPU time: 3249.21 s
Current children cumulated vsize: 358576 KiB
Current children cumulated memory: 294288 KiB

[startup+2262.3 s]
/proc/loadavg: 4.63 4.90 5.26 5/248 23957
/proc/meminfo: memFree=129333016/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=171716 memory=155432 CPUtime=1174.66 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 29410 0 0 0 117252 214 0 0 20 0 1 0 34637710 175837184 38858 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 42929 38858 1120 1011 0 41696 0
Current children cumulated CPU time: 3309.04 s
Current children cumulated vsize: 362232 KiB
Current children cumulated memory: 298000 KiB

[startup+2322.3 s]
/proc/loadavg: 4.35 4.77 5.19 5/248 23959
/proc/meminfo: memFree=129345536/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=172320 memory=156072 CPUtime=1234.5 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 29575 0 0 0 123224 226 0 0 20 0 1 0 34637710 176455680 39018 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 43080 39018 1120 1011 0 41847 0
Current children cumulated CPU time: 3368.88 s
Current children cumulated vsize: 362836 KiB
Current children cumulated memory: 298640 KiB

[startup+2382.3 s]
/proc/loadavg: 4.19 4.64 5.11 5/248 23961
/proc/meminfo: memFree=129316576/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=173104 memory=156840 CPUtime=1294.36 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 29773 0 0 0 129199 237 0 0 20 0 1 0 34637710 177258496 39210 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 43276 39210 1120 1011 0 42043 0
Current children cumulated CPU time: 3428.74 s
Current children cumulated vsize: 363620 KiB
Current children cumulated memory: 299408 KiB

[startup+2442.3 s]
/proc/loadavg: 4.69 4.70 5.10 5/248 23963
/proc/meminfo: memFree=129325124/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=173496 memory=157224 CPUtime=1354.21 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 29872 0 0 0 135173 248 0 0 20 0 1 0 34637710 177659904 39306 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 43374 39306 1120 1011 0 42141 0
Current children cumulated CPU time: 3488.59 s
Current children cumulated vsize: 364012 KiB
Current children cumulated memory: 299792 KiB

[startup+2502.3 s]
/proc/loadavg: 4.47 4.64 5.05 5/249 23970
/proc/meminfo: memFree=129323120/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=174792 memory=158504 CPUtime=1414.06 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 30196 0 0 0 141146 260 0 0 20 0 1 0 34637710 178987008 39626 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 43698 39626 1120 1011 0 42465 0
Current children cumulated CPU time: 3548.44 s
Current children cumulated vsize: 365308 KiB
Current children cumulated memory: 301072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2554 s]*
/proc/loadavg: 4.27 4.56 5.00 5/248 23972
/proc/meminfo: memFree=129324140/131382116 swapFree=33010684/33010684
[pid=23702] ppid=23699 vsize=190516 memory=142568 CPUtime=2134.38 cores=1,3
/proc/23702/stat : 23702 (LSIPExact) S 23699 23702 21012 0 -1 4194304 84116 0 0 0 213422 16 0 0 20 0 1 0 34529306 195088384 35642 18446744073709551615 94622881378304 94622908634705 140731933518080 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94622917137544 94622917569152 94622927785984 140731933522266 140731933522442 140731933522442 140731933528044 0
/proc/23702/statm: 47629 35642 3584 6655 0 33687 0
[pid=23821] ppid=23702 vsize=174932 memory=158760 CPUtime=1465.64 cores=1,3
/proc/23821/stat : 23821 (Exact) R 23702 23821 23821 0 -1 4194304 30275 0 0 0 146296 268 0 0 20 0 1 0 34637710 179130368 39690 18446744073709551615 4198400 8335837 140735208698976 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 23056384 140735208708283 140735208708637 140735208708637 140735208714191 0
/proc/23821/statm: 43733 39690 1120 1011 0 42500 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 365448 KiB
Current children cumulated memory: 301328 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.2 s, system=2.85171 s

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

Child status: 0

Real time (s): 2554.04
CPU time (s): 3600.05
CPU user time (s): 3597.2
CPU system time (s): 2.85171
CPU usage (%): 140.956
Max. virtual memory (cumulated for all children) (KiB): 365448
Max. memory (cumulated for all children) (KiB): 301328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.2
system time used= 2.85171
maximum resident set size= 158760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114678
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= 501
involuntary context switches= 40554


# summary of solver processes directly reported to runsolver:
#   pid: 23702
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3597.2
#   total CPU system time (s): 2.85171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.89052 second user time and 19.2477 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 11:14:59
IDJOB=4512998
IDBENCH=162247
IDSOLVER=3337
FILE ID=nodeC010/4512998-1751188499
RUNJOBID= nodeC010-1751180806-21024
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-4.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512998-1751188499/watcher-4512998-1751188499 -o /tmp/evaluation-result-4512998-1751188499/solver-4512998-1751188499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4512998-1751188499.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 62b9b3a7043eef7698d06bd9353a3da3
RANDOM SEED=2147478807

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128692532 kB
MemAvailable:   128624700 kB
Buffers:            3280 kB
Cached:           743072 kB
SwapCached:            0 kB
Active:           765060 kB
Inactive:         451708 kB
Active(anon):     488376 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   451708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45020 kB
Writeback:             0 kB
AnonPages:        469848 kB
Mapped:           143776 kB
Shmem:             17960 kB
KReclaimable:      86804 kB
Slab:             165684 kB
SReclaimable:      86804 kB
SUnreclaim:        78880 kB
KernelStack:        4096 kB
PageTables:         4048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     882832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC010 at 2025-06-29 11:57:33