Trace number 4527807

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.52 1850.11

General information on the benchmark

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

Solver Data

3600.04/1847.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1847.90	c numVar: 887342
3600.04/1847.90	c numCon: 892924
3600.04/1847.90	c numEqual: 64
3600.04/1847.90	c intSize: 12
3600.04/1847.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1847.90	c ------------------- Paras list -------------------
3600.04/1847.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1847.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1847.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1847.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1847.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1847.90	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1847.90	c random_seed         	 int       	 0         	 0         	 
3600.04/1847.90	c sample_size         	 int       	 50        	 50        	 
3600.04/1847.90	c sub_score           	 int       	 1         	 1         	 
3600.04/1847.90	c tabu_base           	 int       	 3         	 3         	 
3600.04/1847.90	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1847.90	c sub_div             	 int       	 4         	 4         	 
3600.04/1847.90	c nbcore              	 int       	 2         	 1         	 
3600.04/1847.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1847.90	c print_sol           	 int       	 1         	 1         	 
3600.04/1847.90	c tmpdir              	 string		 .         	 "."       	 
3600.04/1847.90	c home                	 string		 HOME	 "."       	 
3600.04/1847.90	c benchname           	 string		 HOME/instance-4527807-1752236184.opb	 ""        	 
3600.04/1847.90	c --------------------------------------------------
3600.04/1847.90	c Local Search solver
3600.04/1847.90	c MIP solver
3600.04/1847.90	c receive signal 15, try to interrupt solver...
3600.72/1848.36	c use Exact solver

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527807-1752236184/watcher-4527807-1752236184 -o /tmp/evaluation-result-4527807-1752236184/solver-4527807-1752236184 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752232205-112023 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527807-1752236184.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114037, runsolver pid=114034

[startup+0.100073 s]*
/proc/loadavg: 6.92 6.61 6.69 7/255 114038
/proc/meminfo: memFree=99697220/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=159744 memory=79896 CPUtime=0.08 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 14417 0 0 0 4 4 0 0 20 0 1 0 139297326 163577856 19974 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 39936 19974 1120 6655 0 30171 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 159744 KiB
Current children cumulated memory: 79896 KiB

[startup+0.218107 s]*
/proc/loadavg: 6.92 6.61 6.69 7/255 114038
/proc/meminfo: memFree=99608132/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=224556 memory=167320 CPUtime=0.19 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 30638 0 0 0 9 10 0 0 20 0 1 0 139297326 229945344 41830 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 56139 41830 1120 6655 0 46374 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 224556 KiB
Current children cumulated memory: 167320 KiB

[startup+0.313656 s]*
/proc/loadavg: 6.92 6.61 6.69 7/255 114038
/proc/meminfo: memFree=99536308/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=271884 memory=228760 CPUtime=0.27 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 42925 0 0 0 14 13 0 0 20 0 1 0 139297326 278409216 57190 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 67971 57190 1120 6655 0 58206 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 271884 KiB
Current children cumulated memory: 228760 KiB

[startup+0.700278 s]
/proc/loadavg: 6.84 6.60 6.69 7/255 114038
/proc/meminfo: memFree=99528244/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=283760 memory=239896 CPUtime=0.61 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 45732 0 0 0 46 15 0 0 20 0 1 0 139297326 290570240 59974 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 70940 59974 1120 6655 0 61175 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 283760 KiB
Current children cumulated memory: 239896 KiB

[startup+1.50023 s]
/proc/loadavg: 6.84 6.60 6.69 7/255 114038
/proc/meminfo: memFree=99280948/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=643028 memory=607460 CPUtime=1.4 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 96235 0 0 0 109 31 0 0 20 0 1 0 139297326 658460672 151865 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 160757 151865 1120 6655 0 150992 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 643028 KiB
Current children cumulated memory: 607460 KiB

[startup+3.10578 s]
/proc/loadavg: 6.84 6.60 6.69 7/255 114038
/proc/meminfo: memFree=98623996/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=1091508 memory=1053148 CPUtime=2.98 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 204119 0 0 0 248 50 0 0 20 0 1 0 139297326 1117704192 263287 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 272877 263287 1120 6655 0 263112 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 1091508 KiB
Current children cumulated memory: 1053148 KiB

[startup+6.30036 s]
/proc/loadavg: 6.78 6.59 6.69 7/255 114038
/proc/meminfo: memFree=98563196/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=1091508 memory=1053148 CPUtime=6.15 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 204302 0 0 0 565 50 0 0 20 0 1 0 139297326 1117704192 263287 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 272877 263287 1120 6655 0 263112 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 1091508 KiB
Current children cumulated memory: 1053148 KiB

[startup+12.7004 s]
/proc/loadavg: 6.79 6.59 6.69 7/255 114038
/proc/meminfo: memFree=97642860/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=2192328 memory=2068000 CPUtime=12.52 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 313509 0 0 0 1171 81 0 0 20 0 2 0 139297326 2244943872 517000 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 548082 517000 2560 6655 0 521965 0
Current children cumulated CPU time: 12.52 s
Current children cumulated vsize: 2192328 KiB
Current children cumulated memory: 2068000 KiB

[startup+25.5003 s]
/proc/loadavg: 6.67 6.57 6.68 8/255 114040
/proc/meminfo: memFree=107921388/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=3511784 memory=3104460 CPUtime=27.59 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 471766 0 0 0 2617 142 0 0 20 0 2 0 139297326 3596066816 776115 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 877946 776115 2880 6655 0 858680 0
[pid=114037/tid=114039] ppid=114034 vsize=3511784 memory=3036048 CPUtime=2.59 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 16683 0 0 0 251 8 0 0 20 0 2 0 139298563 3596066816 776115 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 27.59 s
Current children cumulated vsize: 3511784 KiB
Current children cumulated memory: 3104460 KiB

[startup+51.1056 s]
/proc/loadavg: 6.81 6.62 6.69 8/253 114054
/proc/meminfo: memFree=115863732/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=4363888 memory=3895328 CPUtime=78.37 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 540450 0 0 0 7672 165 0 0 20 0 2 0 139297326 4468621312 973832 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1090972 973832 2880 6655 0 1068504 0
[pid=114037/tid=114039] ppid=114034 vsize=4363888 memory=3856412 CPUtime=27.9 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 43384 0 0 0 2770 20 0 0 20 0 2 0 139298563 4468621312 973832 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 78.37 s
Current children cumulated vsize: 4363888 KiB
Current children cumulated memory: 3895328 KiB

[startup+102.3 s]
/proc/loadavg: 6.60 6.61 6.69 7/247 114073
/proc/meminfo: memFree=114497848/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6102552 memory=5712552 CPUtime=171.19 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 637398 0 0 0 16902 217 0 0 20 0 2 0 139297326 6249013248 1428138 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1525638 1428138 2880 6655 0 1511360 0
[pid=114037/tid=114039] ppid=114034 vsize=6102552 memory=11988 CPUtime=74.55 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 82882 0 0 0 7409 46 0 0 20 0 2 0 139298563 6249013248 1428138 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 171.19 s
Current children cumulated vsize: 6102552 KiB
Current children cumulated memory: 5712552 KiB

[startup+162.3 s]
/proc/loadavg: 5.98 6.41 6.61 7/246 114075
/proc/meminfo: memFree=114799380/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=7155756 memory=6536392 CPUtime=290.24 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 689491 0 0 0 28780 244 0 0 20 0 2 0 139297326 7327494144 1634098 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1788939 1634098 2880 6655 0 1774661 0
[pid=114037/tid=114039] ppid=114034 vsize=7155756 memory=5712552 CPUtime=133.85 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 101795 0 0 0 13327 58 0 0 20 0 2 0 139298563 7327494144 1634098 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 290.24 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6536392 KiB

[startup+222.3 s]
/proc/loadavg: 6.03 6.35 6.58 7/246 114077
/proc/meminfo: memFree=113284804/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=7155756 memory=6816072 CPUtime=409.22 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 724957 0 0 0 40668 254 0 0 20 0 2 0 139297326 7327494144 1704018 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1788939 1704018 2880 6655 0 1774661 0
[pid=114037/tid=114039] ppid=114034 vsize=7155756 memory=6816072 CPUtime=193.13 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 115933 0 0 0 19250 63 0 0 20 0 2 0 139298563 7327494144 1704018 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 409.22 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816072 KiB

[startup+282.3 s]
/proc/loadavg: 5.96 6.28 6.54 7/246 114079
/proc/meminfo: memFree=113259336/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=7155756 memory=6816072 CPUtime=528.24 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 743872 0 0 0 52567 257 0 0 20 0 2 0 139297326 7327494144 1704018 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1788939 1704018 2880 6655 0 1774661 0
[pid=114037/tid=114039] ppid=114034 vsize=7155756 memory=6816072 CPUtime=252.43 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 126114 0 0 0 25178 65 0 0 20 0 2 0 139298563 7327494144 1704018 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 528.24 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816072 KiB

[startup+342.3 s]
/proc/loadavg: 5.99 6.23 6.50 7/246 114081
/proc/meminfo: memFree=113239588/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=7155756 memory=6816072 CPUtime=647.25 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 786837 0 0 0 64464 261 0 0 20 0 2 0 139297326 7327494144 1704018 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1788939 1704018 2880 6655 0 1774661 0
[pid=114037/tid=114039] ppid=114034 vsize=7155756 memory=6816072 CPUtime=311.71 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 142889 0 0 0 31104 67 0 0 20 0 2 0 139298563 7327494144 1704018 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 647.25 s
Current children cumulated vsize: 7155756 KiB
Current children cumulated memory: 6816072 KiB

[startup+402.3 s]
/proc/loadavg: 6.18 6.23 6.48 7/248 114088
/proc/meminfo: memFree=113209792/131382120 swapFree=33010416/33010684

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

[startup+1602.3 s]
/proc/loadavg: 4.08 4.31 5.11 5/241 114171
/proc/meminfo: memFree=117746556/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6523388 memory=6010656 CPUtime=3112.98 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 1928323 0 0 0 310515 783 0 0 20 0 2 0 139297326 6679949312 1502664 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1630847 1502664 3360 6655 0 1598353 0
[pid=114037/tid=114039] ppid=114034 vsize=6523388 memory=6009936 CPUtime=1535.55 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 866636 0 0 0 153043 512 0 0 20 0 2 0 139298563 6679949312 1502664 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3112.98 s
Current children cumulated vsize: 6523388 KiB
Current children cumulated memory: 6010656 KiB

[startup+1662.3 s]
/proc/loadavg: 4.12 4.28 5.05 5/241 114176
/proc/meminfo: memFree=117716976/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6524204 memory=6014988 CPUtime=3231.82 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 2016923 0 0 0 322381 801 0 0 20 0 2 0 139297326 6680784896 1503747 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1631051 1503747 3360 6655 0 1598557 0
[pid=114037/tid=114039] ppid=114034 vsize=6524204 memory=6009936 CPUtime=1594.74 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 941604 0 0 0 158947 527 0 0 20 0 2 0 139298563 6680784896 1503747 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3231.82 s
Current children cumulated vsize: 6524204 KiB
Current children cumulated memory: 6014988 KiB

[startup+1722.3 s]
/proc/loadavg: 4.09 4.24 4.98 5/242 114183
/proc/meminfo: memFree=117715560/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6524204 memory=6014988 CPUtime=3350.64 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 2050875 0 0 0 334256 808 0 0 20 0 2 0 139297326 6680784896 1503747 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1631051 1503747 3360 6655 0 1598557 0
[pid=114037/tid=114039] ppid=114034 vsize=6524204 memory=6009936 CPUtime=1653.92 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 957983 0 0 0 164862 530 0 0 20 0 2 0 139298563 6680784896 1503747 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3350.64 s
Current children cumulated vsize: 6524204 KiB
Current children cumulated memory: 6014988 KiB

[startup+1782.3 s]
/proc/loadavg: 3.90 4.18 4.92 3/234 114218
/proc/meminfo: memFree=121058040/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6524204 memory=6014988 CPUtime=3469.69 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 2069109 0 0 0 346158 811 0 0 20 0 2 0 139297326 6680784896 1503747 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1631051 1503747 3360 6655 0 1598557 0
[pid=114037/tid=114039] ppid=114034 vsize=6524204 memory=14464 CPUtime=1713.25 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 976217 0 0 0 170792 533 0 0 20 0 2 0 139298563 6680784896 1503747 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3469.69 s
Current children cumulated vsize: 6524204 KiB
Current children cumulated memory: 6014988 KiB

[startup+1842.3 s]
/proc/loadavg: 2.75 3.79 4.74 3/234 114220
/proc/meminfo: memFree=121279812/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6525276 memory=6018208 CPUtime=3588.9 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 2086835 0 0 0 358071 819 0 0 20 0 2 0 139297326 6681882624 1504552 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1631319 1504552 3360 6655 0 1598825 0
[pid=114037/tid=114039] ppid=114034 vsize=6525276 memory=6015892 CPUtime=1772.64 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 993933 0 0 0 176723 541 0 0 20 0 2 0 139298563 6681882624 1504552 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3588.9 s
Current children cumulated vsize: 6525276 KiB
Current children cumulated memory: 6018208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1847.9 s]
/proc/loadavg: 2.69 3.76 4.72 3/234 114220
/proc/meminfo: memFree=121279056/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6525404 memory=6018336 CPUtime=3600.04 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 2087901 0 0 0 359183 821 0 0 20 0 2 0 139297326 6682013696 1504584 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1631351 1504584 3360 6655 0 1598857 0
[pid=114037/tid=114039] ppid=114034 vsize=6525404 memory=14464 CPUtime=1778.2 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 994999 0 0 0 177277 543 0 0 20 0 2 0 139298563 6682013696 1504584 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 6525404 KiB
Current children cumulated memory: 6018336 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1850.11 s]
# the end of solver process 114037 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3592.5 s, system=8.49689 s

[startup+1850.11 s]
# the end of solver process 114221 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3593.75 s, system=8.76762 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1848 s]*
/proc/loadavg: 2.69 3.76 4.72 3/234 114220
/proc/meminfo: memFree=121258324/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=6565504 memory=6056896 CPUtime=3600.24 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) R 114034 114037 112005 0 -1 4194304 2088348 0 0 0 359203 821 0 0 20 0 2 0 139297326 6723076096 1514224 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1641376 1514224 3360 6655 0 1608882 0
[pid=114037/tid=114039] ppid=114034 vsize=6565504 memory=-7880352373768683388 CPUtime=1778.3 cores=4,6
/proc/114037/task/114039/stat : 114039 (LSIPExact) R 114034 114037 112005 0 -1 4194368 995442 0 0 0 177287 543 0 0 20 0 2 0 139298563 6723076096 1514224 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 6565504 KiB
Current children cumulated memory: 6056896 KiB

[startup+1848.8 s]
/proc/loadavg: 2.69 3.76 4.72 3/234 114220
/proc/meminfo: memFree=121258324/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=4384300 memory=4099664 CPUtime=3600.78 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) S 114034 114037 112005 0 -1 4194304 2202367 0 0 0 359249 829 0 0 20 0 1 0 139297326 4489523200 1024916 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1096075 1024916 3392 6655 0 1078170 0
Current children cumulated CPU time: 3600.78 s
Current children cumulated vsize: 4384300 KiB
Current children cumulated memory: 4099664 KiB

[startup+1849.6 s]
/proc/loadavg: 2.69 3.76 4.72 2/234 114221
/proc/meminfo: memFree=122663792/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=4384300 memory=4099664 CPUtime=3600.78 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) S 114034 114037 112005 0 -1 4194304 2202367 0 0 0 359249 829 0 0 20 0 1 0 139297326 4489523200 1024916 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1096075 1024916 3392 6655 0 1078170 0
[pid=114221] ppid=114037 vsize=731744 memory=716900 CPUtime=1.2 cores=4,6
/proc/114221/stat : 114221 (Exact) R 114037 114221 114221 0 -1 4194304 65186 0 0 0 97 23 0 0 20 0 1 0 139482163 749305856 179225 18446744073709551615 4198400 8335837 140736142132896 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 37240832 140736142141625 140736142141979 140736142141979 140736142147535 0
/proc/114221/statm: 182936 179225 960 1011 0 181703 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 5116044 KiB
Current children cumulated memory: 4816564 KiB

[startup+1849.8 s]
/proc/loadavg: 2.69 3.76 4.72 2/234 114221
/proc/meminfo: memFree=122663792/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=4384300 memory=4099664 CPUtime=3600.78 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) S 114034 114037 112005 0 -1 4194304 2202367 0 0 0 359249 829 0 0 20 0 1 0 139297326 4489523200 1024916 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1096075 1024916 3392 6655 0 1078170 0
[pid=114221] ppid=114037 vsize=759808 memory=749300 CPUtime=1.4 cores=4,6
/proc/114221/stat : 114221 (Exact) R 114037 114221 114221 0 -1 4194304 72250 0 0 0 115 25 0 0 20 0 1 0 139482163 778043392 187325 18446744073709551615 4198400 8335837 140736142132896 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 37240832 140736142141625 140736142141979 140736142141979 140736142147535 0
/proc/114221/statm: 189952 187325 960 1011 0 188719 0
Current children cumulated CPU time: 3602.18 s
Current children cumulated vsize: 5144108 KiB
Current children cumulated memory: 4848964 KiB

[startup+1849.9 s]
/proc/loadavg: 2.69 3.76 4.72 2/234 114221
/proc/meminfo: memFree=122663792/131382120 swapFree=33010416/33010684
[pid=114037] ppid=114034 vsize=4384300 memory=4099664 CPUtime=3600.78 cores=4,6
/proc/114037/stat : 114037 (LSIPExact) S 114034 114037 112005 0 -1 4194304 2202367 0 0 0 359249 829 0 0 20 0 1 0 139297326 4489523200 1024916 18446744073709551615 94091874594816 94091901851985 140734483121392 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94091910354056 94091910785664 94091929919488 140734483130712 140734483130888 140734483130888 140734483136492 0
/proc/114037/statm: 1096075 1024916 3392 6655 0 1078170 0
[pid=114221] ppid=114037 vsize=773888 memory=765468 CPUtime=1.49 cores=4,6
/proc/114221/stat : 114221 (Exact) R 114037 114221 114221 0 -1 4194304 75797 0 0 0 124 25 0 0 20 0 1 0 139482163 792461312 191367 18446744073709551615 4198400 8335837 140736142132896 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 37240832 140736142141625 140736142141979 140736142141979 140736142147535 0
/proc/114221/statm: 193472 191367 960 1011 0 192239 0
Current children cumulated CPU time: 3602.27 s
Current children cumulated vsize: 5158188 KiB
Current children cumulated memory: 4865132 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1850.11
CPU time (s): 3602.52
CPU user time (s): 3593.75
CPU system time (s): 8.76762
CPU usage (%): 194.719
Max. virtual memory (cumulated for all children) (KiB): 7155756
Max. memory (cumulated for all children) (KiB): 6816072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.75
system time used= 8.76762
maximum resident set size= 6816072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2278164
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= 427
involuntary context switches= 38285


# summary of solver processes directly reported to runsolver:
#   pid: 114037,114221
#   total CPU time (s): 3602.52
#   total CPU user time (s): 3593.75
#   total CPU system time (s): 8.76762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02938 second user time and 9.45514 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-11 14:16:25
IDJOB=4527807
IDBENCH=180565
IDSOLVER=3384
FILE ID=nodeC002/4527807-1752236184
RUNJOBID= nodeC002-1752232205-112023
SLURM_JOB_ID= 9682513
Free space on /tmp= 430460 MiB

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

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

MD5SUM BENCH= 2e656679a8d40db5005d825083b376ef
RANDOM SEED=492757674

nodeC002 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.070
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.81
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		: 3591.680
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.81
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.679
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.81
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.626
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.81
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		: 2793.523
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.81
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		: 3491.906
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.81
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.81
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		: 3492.123
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        99770088 kB
MemAvailable:   103704784 kB
Buffers:            2128 kB
Cached:          4733212 kB
SwapCached:           28 kB
Active:         26557304 kB
Inactive:        4425904 kB
Active(anon):   26259396 kB
Inactive(anon):     6404 kB
Active(file):     297908 kB
Inactive(file):  4419500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             88880 kB
Writeback:             4 kB
AnonPages:      26247864 kB
Mapped:           147096 kB
Shmem:             17932 kB
KReclaimable:     113832 kB
Slab:             202052 kB
SReclaimable:     113832 kB
SUnreclaim:        88220 kB
KernelStack:        4112 kB
PageTables:        56772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   28038068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8314880 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431172 MiB
End job on nodeC002 at 2025-07-11 14:47:15