Trace number 4527080

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 S1UNSAT 1471.74 764.561

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x20split.cnf-plain.pb.metafix.opb
MD5SUM5fa6a1707c990041c74d493ed085ddd0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.60153
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints802
Number of constraints which are clauses802
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1433.27/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1433.27/726.02	c numVar: 201
1433.27/726.02	c numCon: 802
1433.27/726.02	c numEqual: 0
1433.27/726.02	c intSize: 3
1433.27/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1433.27/726.02	c ------------------- Paras list -------------------
1433.27/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1433.27/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1433.27/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1433.27/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1433.27/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1433.27/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1433.27/726.02	c random_seed         	 int       	 0         	 0         	 
1433.27/726.02	c sample_size         	 int       	 50        	 50        	 
1433.27/726.02	c sub_score           	 int       	 1         	 1         	 
1433.27/726.02	c tabu_base           	 int       	 3         	 3         	 
1433.27/726.02	c tabu_variation      	 int       	 1         	 1         	 
1433.27/726.02	c sub_div             	 int       	 4         	 4         	 
1433.27/726.02	c nbcore              	 int       	 2         	 1         	 
1433.27/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1433.27/726.02	c print_sol           	 int       	 1         	 1         	 
1433.27/726.02	c tmpdir              	 string		 .         	 "."       	 
1433.27/726.02	c home                	 string		 HOME	 "."       	 
1433.27/726.02	c benchname           	 string		 HOME/instance-4527080-1752234889.opb	 ""        	 
1433.27/726.02	c --------------------------------------------------
1433.27/726.02	c Local Search solver
1433.27/726.02	c MIP solver
1433.27/726.02	c use Exact solver
1471.67/764.55	c Exact infeasible
1471.67/764.55	s UNSATISFIABLE
1471.67/764.55	c Total time: 764

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: 63794 MiB (61692 MiB free)
  memory of node 1: 64507 MiB (58928 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527080-1752234889/watcher-4527080-1752234889 -o /tmp/evaluation-result-4527080-1752234889/solver-4527080-1752234889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752232205-111425 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527080-1752234889.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=112445, runsolver pid=112442

[startup+0.100068 s]*
/proc/loadavg: 7.11 7.65 7.48 7/253 112446
/proc/meminfo: memFree=123516412/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=0.09 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 9 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+0.213984 s]*
/proc/loadavg: 7.11 7.65 7.48 7/253 112446
/proc/meminfo: memFree=123516412/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=0.21 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 21 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+0.313515 s]*
/proc/loadavg: 7.11 7.65 7.48 7/253 112446
/proc/meminfo: memFree=123516412/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=0.3 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 30 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+0.700326 s]
/proc/loadavg: 7.11 7.65 7.48 7/253 112446
/proc/meminfo: memFree=123519376/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=0.68 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 68 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+1.50032 s]
/proc/loadavg: 7.11 7.65 7.48 7/253 112446
/proc/meminfo: memFree=123519376/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=1.47 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 147 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+3.11332 s]
/proc/loadavg: 7.11 7.65 7.48 7/253 112446
/proc/meminfo: memFree=123523636/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=3.08 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 308 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+6.3003 s]
/proc/loadavg: 7.10 7.64 7.48 7/253 112446
/proc/meminfo: memFree=123523768/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=40176 memory=5888 CPUtime=6.26 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 409 0 0 0 626 0 0 0 20 0 1 0 139167836 41140224 1472 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 10044 1472 1216 6655 0 279 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5888 KiB

[startup+12.7002 s]
/proc/loadavg: 7.02 7.61 7.47 8/254 112447
/proc/meminfo: memFree=123487164/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=121244 memory=25564 CPUtime=15.29 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 2745 0 0 0 1528 1 0 0 20 0 2 0 139167836 124153856 6391 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 30311 6391 3520 6655 0 4661 0
[pid=112445/tid=112447] ppid=112442 vsize=121244 memory=25052 CPUtime=2.63 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 509 0 0 0 263 0 0 0 20 0 2 0 139168837 124153856 6391 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 121244 KiB
Current children cumulated memory: 25564 KiB

[startup+25.5001 s]
/proc/loadavg: 7.01 7.59 7.46 8/254 112448
/proc/meminfo: memFree=123491200/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=121244 memory=25820 CPUtime=40.75 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 4916 0 0 0 4074 1 0 0 20 0 2 0 139167836 124153856 6455 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 30311 6455 3520 6655 0 4695 0
[pid=112445/tid=112447] ppid=112442 vsize=121244 memory=14720 CPUtime=15.32 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 1407 0 0 0 1532 0 0 0 20 0 2 0 139168837 124153856 6455 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 40.75 s
Current children cumulated vsize: 121244 KiB
Current children cumulated memory: 25820 KiB

[startup+51.1051 s]
/proc/loadavg: 7.16 7.56 7.46 8/254 112448
/proc/meminfo: memFree=122767852/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=122612 memory=27740 CPUtime=90.8 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 7828 0 0 0 9078 2 0 0 20 0 2 0 139167836 125554688 6935 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 30653 6935 3552 6655 0 5284 0
[pid=112445/tid=112447] ppid=112442 vsize=122612 memory=27740 CPUtime=40.78 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 2598 0 0 0 4077 1 0 0 20 0 2 0 139168837 125554688 6935 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 90.8 s
Current children cumulated vsize: 122612 KiB
Current children cumulated memory: 27740 KiB

[startup+102.3 s]
/proc/loadavg: 7.36 7.57 7.46 8/253 112450
/proc/meminfo: memFree=122437036/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=32348 CPUtime=192.54 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 13941 0 0 0 19252 2 0 0 20 0 2 0 139167836 130007040 8087 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8087 3552 6655 0 6381 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=32348 CPUtime=91.85 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 4841 0 0 0 9184 1 0 0 20 0 2 0 139168837 130007040 8087 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 192.54 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 32348 KiB

[startup+162.3 s]
/proc/loadavg: 7.18 7.48 7.44 8/253 112452
/proc/meminfo: memFree=122402212/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=32476 CPUtime=311.9 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 14485 0 0 0 31187 3 0 0 20 0 2 0 139167836 130007040 8119 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8119 3552 6655 0 6413 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=32476 CPUtime=151.72 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 5065 0 0 0 15171 1 0 0 20 0 2 0 139168837 130007040 8119 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 311.9 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 32476 KiB

[startup+222.3 s]
/proc/loadavg: 7.21 7.43 7.43 8/253 112454
/proc/meminfo: memFree=122388376/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=32860 CPUtime=431.3 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 17875 0 0 0 43127 3 0 0 20 0 2 0 139167836 130007040 8215 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8215 3552 6655 0 6511 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=32732 CPUtime=211.6 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 6692 0 0 0 21159 1 0 0 20 0 2 0 139168837 130007040 8215 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 431.3 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 32860 KiB

[startup+282.3 s]
/proc/loadavg: 7.14 7.37 7.40 8/253 112457
/proc/meminfo: memFree=122352852/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=33372 CPUtime=550.65 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 18227 0 0 0 55062 3 0 0 20 0 2 0 139167836 130007040 8343 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8343 3552 6655 0 6618 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=33116 CPUtime=271.47 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 6840 0 0 0 27146 1 0 0 20 0 2 0 139168837 130007040 8343 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 550.65 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 33372 KiB

[startup+342.3 s]
/proc/loadavg: 7.13 7.33 7.38 8/253 112459
/proc/meminfo: memFree=122189700/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=33756 CPUtime=670 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 20060 0 0 0 66997 3 0 0 20 0 2 0 139167836 130007040 8439 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8439 3552 6655 0 6705 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=33116 CPUtime=331.34 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 7604 0 0 0 33133 1 0 0 20 0 2 0 139168837 130007040 8439 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 670 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 33756 KiB

[startup+402.3 s]
/proc/loadavg: 7.15 7.30 7.37 8/253 112472
/proc/meminfo: memFree=122151992/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34012 CPUtime=789.36 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 22368 0 0 0 78932 4 0 0 20 0 2 0 139167836 130007040 8503 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8503 3552 6655 0 6798 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=33116 CPUtime=391.21 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 8650 0 0 0 39120 1 0 0 20 0 2 0 139168837 130007040 8503 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 789.36 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 34012 KiB

[startup+462.3 s]
/proc/loadavg: 7.10 7.26 7.35 8/253 112476
/proc/meminfo: memFree=121918988/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34396 CPUtime=908.73 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 22620 0 0 0 90869 4 0 0 20 0 2 0 139167836 130007040 8599 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8599 3552 6655 0 6872 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=14720 CPUtime=451.08 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 8752 0 0 0 45107 1 0 0 20 0 2 0 139168837 130007040 8599 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 908.73 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 34396 KiB

[startup+522.3 s]
/proc/loadavg: 7.19 7.25 7.34 8/253 112482
/proc/meminfo: memFree=121356100/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34780 CPUtime=1028.08 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 22876 0 0 0 102804 4 0 0 20 0 2 0 139167836 130007040 8695 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8695 3552 6655 0 6989 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=34780 CPUtime=510.95 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 8881 0 0 0 51094 1 0 0 20 0 2 0 139168837 130007040 8695 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 1028.08 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 34780 KiB

[startup+582.3 s]
/proc/loadavg: 7.12 7.22 7.33 8/253 112485
/proc/meminfo: memFree=120968392/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=35292 CPUtime=1147.43 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 24958 0 0 0 114739 4 0 0 20 0 2 0 139167836 130007040 8823 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8823 3552 6655 0 7089 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=34780 CPUtime=570.84 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 9710 0 0 0 57082 2 0 0 20 0 2 0 139168837 130007040 8823 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 1147.43 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 35292 KiB

[startup+642.3 s]
/proc/loadavg: 7.53 7.31 7.35 9/254 112533
/proc/meminfo: memFree=121952716/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=35932 CPUtime=1266.78 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 27374 0 0 0 126673 5 0 0 20 0 2 0 139167836 130007040 8983 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8983 3552 6655 0 7167 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=34780 CPUtime=630.69 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 10710 0 0 0 63067 2 0 0 20 0 2 0 139168837 130007040 8983 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 1266.78 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 35932 KiB

[startup+702.3 s]
/proc/loadavg: 7.94 7.47 7.40 8/255 112536
/proc/meminfo: memFree=121889144/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=36316 CPUtime=1386.13 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) R 112442 112445 111409 0 -1 4194304 27782 0 0 0 138608 5 0 0 20 0 2 0 139167836 130007040 9079 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 9079 3552 6655 0 7267 0
[pid=112445/tid=112447] ppid=112442 vsize=126960 memory=34780 CPUtime=690.54 cores=4,6
/proc/112445/task/112447/stat : 112447 (LSIPExact) R 112442 112445 111409 0 -1 4194368 10867 0 0 0 69052 2 0 0 20 0 2 0 139168837 130007040 9079 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
Current children cumulated CPU time: 1386.13 s
Current children cumulated vsize: 126960 KiB
Current children cumulated memory: 36316 KiB

[startup+762.3 s]
/proc/loadavg: 7.43 7.43 7.40 7/255 112539
/proc/meminfo: memFree=121730396/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34696 CPUtime=1433.31 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) S 112442 112445 111409 0 -1 4194304 29245 0 0 0 143325 6 0 0 20 0 1 0 139167836 130007040 8674 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8674 3584 6655 0 7299 0
[pid=112538] ppid=112445 vsize=44724 memory=33208 CPUtime=36.16 cores=4,6
/proc/112538/stat : 112538 (Exact) R 112445 112538 112538 0 -1 4194304 10107 0 0 0 3568 48 0 0 20 0 1 0 139240438 45797376 8302 18446744073709551615 4198400 8335837 140730099643680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14573568 140730099652793 140730099653147 140730099653147 140730099658703 0
/proc/112538/statm: 11181 8302 1120 1011 0 9948 0
Current children cumulated CPU time: 1469.47 s
Current children cumulated vsize: 171684 KiB
Current children cumulated memory: 67904 KiB

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

# cumulated CPU time of all completed processes:  user=1471.16 s, system=0.578311 s

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

[startup+763.2 s]
/proc/loadavg: 7.43 7.43 7.40 7/255 112539
/proc/meminfo: memFree=121730900/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34696 CPUtime=1433.31 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) S 112442 112445 111409 0 -1 4194304 29245 0 0 0 143325 6 0 0 20 0 1 0 139167836 130007040 8674 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8674 3584 6655 0 7299 0
[pid=112538] ppid=112445 vsize=45164 memory=33720 CPUtime=37.06 cores=4,6
/proc/112538/stat : 112538 (Exact) R 112445 112538 112538 0 -1 4194304 10220 0 0 0 3657 49 0 0 20 0 1 0 139240438 46247936 8430 18446744073709551615 4198400 8335837 140730099643680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14573568 140730099652793 140730099653147 140730099653147 140730099658703 0
/proc/112538/statm: 11291 8430 1120 1011 0 10058 0
Current children cumulated CPU time: 1470.37 s
Current children cumulated vsize: 172124 KiB
Current children cumulated memory: 68416 KiB

[startup+764 s]*
/proc/loadavg: 7.43 7.43 7.40 7/255 112539
/proc/meminfo: memFree=121729136/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34696 CPUtime=1433.31 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) S 112442 112445 111409 0 -1 4194304 29245 0 0 0 143325 6 0 0 20 0 1 0 139167836 130007040 8674 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8674 3584 6655 0 7299 0
[pid=112538] ppid=112445 vsize=45164 memory=33720 CPUtime=37.87 cores=4,6
/proc/112538/stat : 112538 (Exact) R 112445 112538 112538 0 -1 4194304 10220 0 0 0 3737 50 0 0 20 0 1 0 139240438 46247936 8430 18446744073709551615 4198400 8335837 140730099643680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14573568 140730099652793 140730099653147 140730099653147 140730099658703 0
/proc/112538/statm: 11291 8430 1120 1011 0 10058 0
Current children cumulated CPU time: 1471.18 s
Current children cumulated vsize: 172124 KiB
Current children cumulated memory: 68416 KiB

[startup+764.4 s]
/proc/loadavg: 7.43 7.43 7.40 7/255 112539
/proc/meminfo: memFree=121729136/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34696 CPUtime=1433.31 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) S 112442 112445 111409 0 -1 4194304 29245 0 0 0 143325 6 0 0 20 0 1 0 139167836 130007040 8674 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8674 3584 6655 0 7299 0
[pid=112538] ppid=112445 vsize=45356 memory=33848 CPUtime=38.25 cores=4,6
/proc/112538/stat : 112538 (Exact) R 112445 112538 112538 0 -1 4194304 10268 0 0 0 3775 50 0 0 20 0 1 0 139240438 46444544 8462 18446744073709551615 4198400 8335837 140730099643680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14573568 140730099652793 140730099653147 140730099653147 140730099658703 0
/proc/112538/statm: 11339 8462 1120 1011 0 10106 0
Current children cumulated CPU time: 1471.56 s
Current children cumulated vsize: 172316 KiB
Current children cumulated memory: 68544 KiB

[startup+764.5 s]
/proc/loadavg: 7.43 7.43 7.40 7/255 112539
/proc/meminfo: memFree=121729136/131382112 swapFree=33009904/33010684
[pid=112445] ppid=112442 vsize=126960 memory=34696 CPUtime=1433.31 cores=4,6
/proc/112445/stat : 112445 (LSIPExact) S 112442 112445 111409 0 -1 4194304 29245 0 0 0 143325 6 0 0 20 0 1 0 139167836 130007040 8674 18446744073709551615 94834348089344 94834375346513 140723413198528 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94834383848584 94834384280192 94834404073472 140723413203288 140723413203464 140723413203464 140723413209068 0
/proc/112445/statm: 31740 8674 3584 6655 0 7299 0
[pid=112538] ppid=112445 vsize=45356 memory=33848 CPUtime=38.36 cores=4,6
/proc/112538/stat : 112538 (Exact) R 112445 112538 112538 0 -1 4194304 10268 0 0 0 3785 51 0 0 20 0 1 0 139240438 46444544 8462 18446744073709551615 4198400 8335837 140730099643680 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 14573568 140730099652793 140730099653147 140730099653147 140730099658703 0
/proc/112538/statm: 11339 8462 1120 1011 0 10106 0
Current children cumulated CPU time: 1471.67 s
Current children cumulated vsize: 172316 KiB
Current children cumulated memory: 68544 KiB

Child status: 0

Real time (s): 764.561
CPU time (s): 1471.74
CPU user time (s): 1471.16
CPU system time (s): 0.578311
CPU usage (%): 192.495
Max. virtual memory (cumulated for all children) (KiB): 172316
Max. memory (cumulated for all children) (KiB): 68544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1471.16
system time used= 0.578311
maximum resident set size= 36700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39651
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= 309
involuntary context switches= 11595


# summary of solver processes directly reported to runsolver:
#   pid: 112445
#   total CPU time (s): 1471.74
#   total CPU user time (s): 1471.16
#   total CPU system time (s): 0.578311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.74451 second user time and 3.5682 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-11 13:54:49
IDJOB=4527080
IDBENCH=160357
IDSOLVER=3384
FILE ID=nodeC001/4527080-1752234889
RUNJOBID= nodeC001-1752232205-111425
SLURM_JOB_ID= 9682512
Free space on /tmp= 432348 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x20split.cnf-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527080-1752234889/watcher-4527080-1752234889 -o /tmp/evaluation-result-4527080-1752234889/solver-4527080-1752234889 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752232205-111425 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527080-1752234889.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5fa6a1707c990041c74d493ed085ddd0
RANDOM SEED=816111701

nodeC001 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		: 3661.570
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.49
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.555
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.49
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		: 1197.430
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.49
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		: 3591.504
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.49
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		: 1197.212
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.49
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.795
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.49
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		: 1197.265
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.49
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.513
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123516124 kB
MemAvailable:   125219944 kB
Buffers:            1668 kB
Cached:          2486068 kB
SwapCached:          128 kB
Active:          4963584 kB
Inactive:        2236408 kB
Active(anon):    4702196 kB
Inactive(anon):    27836 kB
Active(file):     261388 kB
Inactive(file):  2208572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44676 kB
Writeback:            16 kB
AnonPages:       4713176 kB
Mapped:           146156 kB
Shmem:             17776 kB
KReclaimable:     146588 kB
Slab:             234900 kB
SReclaimable:     146588 kB
SUnreclaim:        88312 kB
KernelStack:        4080 kB
PageTables:        12756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5385476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1882112 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432304 MiB
End job on nodeC001 at 2025-07-11 14:07:34