Trace number 4527078

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 1924.94 1220.91

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x100split.cnf-plain.pb.metafix.opb
MD5SUMe27638fbedede025521b1384f289f9e5
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 benchmark201.671
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1001
Total number of constraints4002
Number of constraints which are clauses4002
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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=121409, runsolver pid=121406

[startup+0.100067 s]*
/proc/loadavg: 5.60 5.97 6.34 7/252 121410
/proc/meminfo: memFree=111459724/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=0.1 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 10 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+0.212811 s]*
/proc/loadavg: 5.60 5.97 6.34 6/252 121410
/proc/meminfo: memFree=111459724/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=0.21 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 21 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+0.313164 s]*
/proc/loadavg: 5.60 5.97 6.34 6/252 121410
/proc/meminfo: memFree=111459724/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=0.31 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 31 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+0.70029 s]
/proc/loadavg: 5.60 5.97 6.34 6/252 121410
/proc/meminfo: memFree=111459724/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=0.68 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 68 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+1.50029 s]
/proc/loadavg: 5.60 5.97 6.34 6/252 121410
/proc/meminfo: memFree=111459740/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=1.48 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 148 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+3.1132 s]
/proc/loadavg: 5.60 5.97 6.34 6/252 121410
/proc/meminfo: memFree=111468060/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=3.09 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 309 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+6.30029 s]
/proc/loadavg: 5.55 5.95 6.33 6/252 121410
/proc/meminfo: memFree=111472692/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=42300 memory=7808 CPUtime=6.27 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 934 0 0 0 627 0 0 0 20 0 1 0 139175496 43315200 1952 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 10575 1952 1184 6655 0 810 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 7808 KiB

[startup+12.7002 s]
/proc/loadavg: 5.58 5.95 6.33 7/253 121411
/proc/meminfo: memFree=111452972/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=136444 memory=43184 CPUtime=15.27 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 7285 0 0 0 1525 2 0 0 20 0 2 0 139175496 139718656 10796 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 34111 10796 3456 6655 0 9274 0
[pid=121409/tid=121411] ppid=121406 vsize=136444 memory=43184 CPUtime=2.6 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 1408 0 0 0 260 0 0 0 20 0 2 0 139176498 139718656 10796 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 136444 KiB
Current children cumulated memory: 43184 KiB

[startup+25.5002 s]
/proc/loadavg: 5.68 5.96 6.32 7/253 121412
/proc/meminfo: memFree=111452620/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=136444 memory=45744 CPUtime=40.7 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 15803 0 0 0 4068 2 0 0 20 0 2 0 139175496 139718656 11436 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 34111 11436 3456 6655 0 9785 0
[pid=121409/tid=121411] ppid=121406 vsize=136444 memory=45744 CPUtime=15.28 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 5044 0 0 0 1528 0 0 0 20 0 2 0 139176498 139718656 11436 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 136444 KiB
Current children cumulated memory: 45744 KiB

[startup+51.1058 s]
/proc/loadavg: 5.58 5.91 6.30 6/252 121412
/proc/meminfo: memFree=111581924/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=137780 memory=52144 CPUtime=91.48 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 23443 0 0 0 9145 3 0 0 20 0 2 0 139175496 141086720 13036 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 34445 13036 3488 6655 0 11270 0
[pid=121409/tid=121411] ppid=121406 vsize=137780 memory=52144 CPUtime=40.57 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 8208 0 0 0 4056 1 0 0 20 0 2 0 139176498 141086720 13036 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 91.48 s
Current children cumulated vsize: 137780 KiB
Current children cumulated memory: 52144 KiB

[startup+102.3 s]
/proc/loadavg: 5.90 5.94 6.28 7/251 121414
/proc/meminfo: memFree=111554656/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=67376 CPUtime=192.12 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 32884 0 0 0 19208 4 0 0 20 0 2 0 139175496 156368896 16844 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 16844 3488 6655 0 15067 0
[pid=121409/tid=121411] ppid=121406 vsize=152704 memory=67376 CPUtime=91.46 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 11041 0 0 0 9145 1 0 0 20 0 2 0 139176498 156368896 16844 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 192.12 s
Current children cumulated vsize: 152704 KiB
Current children cumulated memory: 67376 KiB

[startup+162.3 s]
/proc/loadavg: 6.03 5.97 6.27 7/251 121416
/proc/meminfo: memFree=111526416/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=67376 CPUtime=311.41 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 41083 0 0 0 31136 5 0 0 20 0 2 0 139175496 156368896 16844 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 16844 3488 6655 0 15067 0
[pid=121409/tid=121411] ppid=121406 vsize=152704 memory=67376 CPUtime=151.3 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 14884 0 0 0 15129 1 0 0 20 0 2 0 139176498 156368896 16844 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 311.41 s
Current children cumulated vsize: 152704 KiB
Current children cumulated memory: 67376 KiB

[startup+222.3 s]
/proc/loadavg: 6.06 5.99 6.26 7/252 121419
/proc/meminfo: memFree=111501232/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=67376 CPUtime=430.7 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 42105 0 0 0 43065 5 0 0 20 0 2 0 139175496 156368896 16844 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 16844 3488 6655 0 15067 0
[pid=121409/tid=121411] ppid=121406 vsize=152704 memory=67376 CPUtime=211.14 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 15226 0 0 0 21113 1 0 0 20 0 2 0 139176498 156368896 16844 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 430.7 s
Current children cumulated vsize: 152704 KiB
Current children cumulated memory: 67376 KiB

[startup+282.3 s]
/proc/loadavg: 6.12 6.02 6.25 7/253 121422
/proc/meminfo: memFree=111467036/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=67888 CPUtime=549.99 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 50236 0 0 0 54993 6 0 0 20 0 2 0 139175496 156368896 16972 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 16972 3488 6655 0 15198 0
[pid=121409/tid=121411] ppid=121406 vsize=152704 memory=14336 CPUtime=270.99 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 19671 0 0 0 27097 2 0 0 20 0 2 0 139176498 156368896 16972 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 549.99 s
Current children cumulated vsize: 152704 KiB
Current children cumulated memory: 67888 KiB

[startup+342.3 s]
/proc/loadavg: 6.25 6.07 6.25 8/252 121435
/proc/meminfo: memFree=110676116/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=68912 CPUtime=669.28 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) R 121406 121409 120784 0 -1 4194304 51209 0 0 0 66922 6 0 0 20 0 2 0 139175496 156368896 17228 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 17228 3488 6655 0 15464 0
[pid=121409/tid=121411] ppid=121406 vsize=152704 memory=67632 CPUtime=330.83 cores=0,2
/proc/121409/task/121411/stat : 121411 (LSIPExact) R 121406 121409 120784 0 -1 4194368 20140 0 0 0 33081 2 0 0 20 0 2 0 139176498 156368896 17228 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
Current children cumulated CPU time: 669.28 s
Current children cumulated vsize: 152704 KiB
Current children cumulated memory: 68912 KiB


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

/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 40516 0 0 0 21473 81 0 0 20 0 1 0 139248099 145592320 30634 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 35545 30634 1120 1011 0 34312 0
Current children cumulated CPU time: 1647.23 s
Current children cumulated vsize: 294884 KiB
Current children cumulated memory: 197608 KiB

[startup+1002.3 s]
/proc/loadavg: 6.51 7.05 6.83 7/252 121697
/proc/meminfo: memFree=115436876/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=146556 memory=131024 CPUtime=275.34 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 41635 0 0 0 27438 96 0 0 20 0 1 0 139248099 150073344 32756 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 36639 32756 1120 1011 0 35406 0
Current children cumulated CPU time: 1707.03 s
Current children cumulated vsize: 299260 KiB
Current children cumulated memory: 206096 KiB

[startup+1062.3 s]
/proc/loadavg: 6.39 6.92 6.79 8/255 121935
/proc/meminfo: memFree=115322424/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=162748 memory=151308 CPUtime=335.13 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 44174 0 0 0 33400 113 0 0 20 0 1 0 139248099 166653952 37827 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 40687 37827 1120 1011 0 39454 0
Current children cumulated CPU time: 1766.82 s
Current children cumulated vsize: 315452 KiB
Current children cumulated memory: 226380 KiB

[startup+1122.3 s]
/proc/loadavg: 6.82 6.95 6.82 8/256 121938
/proc/meminfo: memFree=115291196/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=168320 memory=161040 CPUtime=394.94 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 45570 0 0 0 39365 129 0 0 20 0 1 0 139248099 172359680 40260 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 42080 40260 1120 1011 0 40847 0
Current children cumulated CPU time: 1826.63 s
Current children cumulated vsize: 321024 KiB
Current children cumulated memory: 236112 KiB

[startup+1182.3 s]
/proc/loadavg: 7.12 7.01 6.85 8/257 121941
/proc/meminfo: memFree=115184284/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=217916 memory=175384 CPUtime=454.75 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 48069 0 0 0 45332 143 0 0 20 0 1 0 139248099 223145984 43846 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 54479 43846 1120 1011 0 53246 0
Current children cumulated CPU time: 1886.44 s
Current children cumulated vsize: 370620 KiB
Current children cumulated memory: 250456 KiB

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

# cumulated CPU time of all completed processes:  user=1923.31 s, system=1.62411 s

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

[startup+1203.2 s]
/proc/loadavg: 7.08 7.00 6.85 8/257 121942
/proc/meminfo: memFree=115156556/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=220612 memory=180204 CPUtime=475.58 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 48760 0 0 0 47409 149 0 0 20 0 1 0 139248099 225906688 45051 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55153 45051 1120 1011 0 53920 0
Current children cumulated CPU time: 1907.27 s
Current children cumulated vsize: 373316 KiB
Current children cumulated memory: 255276 KiB

[startup+1209.6 s]
/proc/loadavg: 7.07 7.00 6.85 8/257 121942
/proc/meminfo: memFree=115158500/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=221108 memory=182644 CPUtime=481.95 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 48885 0 0 0 48045 150 0 0 20 0 1 0 139248099 226414592 45661 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55277 45661 1120 1011 0 54044 0
Current children cumulated CPU time: 1913.64 s
Current children cumulated vsize: 373812 KiB
Current children cumulated memory: 257716 KiB

[startup+1216 s]*
/proc/loadavg: 7.07 7.00 6.85 7/257 121943
/proc/meminfo: memFree=115149124/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=221108 memory=182644 CPUtime=488.34 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 48911 0 0 0 48683 151 0 0 20 0 1 0 139248099 226414592 45661 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55277 45661 1120 1011 0 54044 0
Current children cumulated CPU time: 1920.03 s
Current children cumulated vsize: 373812 KiB
Current children cumulated memory: 257716 KiB

[startup+1219.2 s]
/proc/loadavg: 7.06 7.00 6.85 7/257 121943
/proc/meminfo: memFree=115131676/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=223108 memory=184692 CPUtime=491.53 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 49413 0 0 0 49001 152 0 0 20 0 1 0 139248099 228462592 46173 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55777 46173 1120 1011 0 54544 0
Current children cumulated CPU time: 1923.22 s
Current children cumulated vsize: 375812 KiB
Current children cumulated memory: 259764 KiB

[startup+1220 s]*
/proc/loadavg: 7.06 7.00 6.85 7/257 121943
/proc/meminfo: memFree=115130668/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=223108 memory=184692 CPUtime=492.33 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 49413 0 0 0 49081 152 0 0 20 0 1 0 139248099 228462592 46173 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55777 46173 1120 1011 0 54544 0
Current children cumulated CPU time: 1924.02 s
Current children cumulated vsize: 375812 KiB
Current children cumulated memory: 259764 KiB

[startup+1220.4 s]
/proc/loadavg: 7.06 7.00 6.85 7/257 121943
/proc/meminfo: memFree=115130668/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=223108 memory=184692 CPUtime=492.72 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 49413 0 0 0 49120 152 0 0 20 0 1 0 139248099 228462592 46173 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55777 46173 1120 1011 0 54544 0
Current children cumulated CPU time: 1924.41 s
Current children cumulated vsize: 375812 KiB
Current children cumulated memory: 259764 KiB

[startup+1220.8 s]
/proc/loadavg: 7.06 7.00 6.85 7/257 121943
/proc/meminfo: memFree=115130668/131382116 swapFree=33010684/33010684
[pid=121409] ppid=121406 vsize=152704 memory=75072 CPUtime=1431.69 cores=0,2
/proc/121409/stat : 121409 (LSIPExact) S 121406 121409 120784 0 -1 4194304 69609 0 0 0 143161 8 0 0 20 0 1 0 139175496 156368896 18768 18446744073709551615 94729562370048 94729589627217 140733196867968 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94729598129288 94729598560896 94729614573568 140733196876120 140733196876296 140733196876296 140733196881900 0
/proc/121409/statm: 38176 18768 3520 6655 0 17468 0
[pid=121502] ppid=121409 vsize=223108 memory=184692 CPUtime=493.12 cores=0,2
/proc/121502/stat : 121502 (Exact) R 121409 121502 121502 0 -1 4194304 49413 0 0 0 49160 152 0 0 20 0 1 0 139248099 228462592 46173 18446744073709551615 4198400 8335837 140726242339184 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 20774912 140726242343097 140726242343451 140726242343451 140726242349007 0
/proc/121502/statm: 55777 46173 1120 1011 0 54544 0
Current children cumulated CPU time: 1924.81 s
Current children cumulated vsize: 375812 KiB
Current children cumulated memory: 259764 KiB

Child status: 0

Real time (s): 1220.91
CPU time (s): 1924.94
CPU user time (s): 1923.31
CPU system time (s): 1.62411
CPU usage (%): 157.664
Max. virtual memory (cumulated for all children) (KiB): 375812
Max. memory (cumulated for all children) (KiB): 259764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1923.31
system time used= 1.62411
maximum resident set size= 224256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119657
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= 357
involuntary context switches= 17700


# summary of solver processes directly reported to runsolver:
#   pid: 121409
#   total CPU time (s): 1924.94
#   total CPU user time (s): 1923.31
#   total CPU system time (s): 1.62411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.97933 second user time and 8.63729 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-11 13:55:57
IDJOB=4527078
IDBENCH=160381
IDSOLVER=3384
FILE ID=nodeC011/4527078-1752234957
RUNJOBID= nodeC011-1752232205-120800
SLURM_JOB_ID= 9682522
Free space on /tmp= 430068 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x100split.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-4527078-1752234957/watcher-4527078-1752234957 -o /tmp/evaluation-result-4527078-1752234957/solver-4527078-1752234957 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752232205-120800 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527078-1752234957.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= e27638fbedede025521b1384f289f9e5
RANDOM SEED=261742251

nodeC011 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		: 1197.166
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	: 6984.20
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		: 3492.102
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	: 6984.20
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.289
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	: 6984.20
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		: 3492.078
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	: 6984.20
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		: 3492.109
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.644
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	: 6984.20
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.567
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	: 6984.20
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		: 3700.000
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        111459676 kB
MemAvailable:   117947124 kB
Buffers:            3276 kB
Cached:          7257740 kB
SwapCached:            0 kB
Active:         12362628 kB
Inactive:        6812272 kB
Active(anon):   11929740 kB
Inactive(anon):     2104 kB
Active(file):     432888 kB
Inactive(file):  6810168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44772 kB
Writeback:             0 kB
AnonPages:      11912884 kB
Mapped:           136016 kB
Shmem:             17960 kB
KReclaimable:     167652 kB
Slab:             257136 kB
SReclaimable:     167652 kB
SUnreclaim:        89484 kB
KernelStack:        4064 kB
PageTables:        27172 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13160908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6699008 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430052 MiB
End job on nodeC011 at 2025-07-11 14:16:19