Trace number 4510572

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 S2UNSAT 2204.9 1143.34

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
MD5SUMdfd517fe2a9d65b237ac06e21bad695d
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 benchmark8.34756
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints1202
Number of constraints which are clauses1202
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

2145.72/1084.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2145.72/1084.01	c numVar: 301
2145.72/1084.01	c numCon: 1202
2145.72/1084.01	c numEqual: 0
2145.72/1084.01	c intSize: 3
2145.72/1084.01	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2145.72/1084.01	c ------------------- Paras list -------------------
2145.72/1084.01	c Name                	 Type      	 Now       	 Default   	 Comment
2145.72/1084.01	c timeout             	 double    	 3600.000000	 3600      	 
2145.72/1084.01	c mip_time            	 double    	 0.300000  	 0.5       	 
2145.72/1084.01	c ls_time             	 double    	 10.000000 	 10        	 
2145.72/1084.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2145.72/1084.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2145.72/1084.01	c random_seed         	 int       	 0         	 0         	 
2145.72/1084.01	c sample_size         	 int       	 50        	 50        	 
2145.72/1084.01	c sub_score           	 int       	 1         	 1         	 
2145.72/1084.01	c tabu_base           	 int       	 3         	 3         	 
2145.72/1084.01	c tabu_variation      	 int       	 1         	 1         	 
2145.72/1084.01	c sub_div             	 int       	 4         	 4         	 
2145.72/1084.01	c nbcore              	 int       	 2         	 1         	 
2145.72/1084.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2145.72/1084.01	c print_sol           	 int       	 1         	 1         	 
2145.72/1084.01	c tmpdir              	 string		 .         	 "."       	 
2145.72/1084.01	c home                	 string		 HOME	 "."       	 
2145.72/1084.01	c benchname           	 string		 HOME/instance-4510572-1751184882.opb	 ""        	 
2145.72/1084.01	c --------------------------------------------------
2145.72/1084.01	c Local Search solver
2145.72/1084.01	c MIP solver
2145.72/1084.01	c use Exact solver
2204.83/1143.34	c Exact infeasible
2204.83/1143.34	s UNSATISFIABLE
2204.83/1143.34	c Total time: 1144

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510572-1751184882/watcher-4510572-1751184882 -o /tmp/evaluation-result-4510572-1751184882/solver-4510572-1751184882 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29164 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4510572-1751184882.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=30427, runsolver pid=30424

[startup+0.100055 s]*
/proc/loadavg: 7.44 6.56 5.77 8/269 30428
/proc/meminfo: memFree=129734128/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=0.09 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 9 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+0.205176 s]*
/proc/loadavg: 7.44 6.56 5.77 8/269 30428
/proc/meminfo: memFree=129734128/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=0.2 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 20 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+0.304361 s]*
/proc/loadavg: 7.44 6.56 5.77 8/269 30428
/proc/meminfo: memFree=129734128/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=0.3 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 30 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+0.7001 s]
/proc/loadavg: 7.44 6.56 5.77 8/269 30428
/proc/meminfo: memFree=129734128/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=0.69 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 69 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+1.50009 s]
/proc/loadavg: 7.41 6.56 5.77 8/269 30428
/proc/meminfo: memFree=129734640/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=1.49 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 149 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+3.1045 s]
/proc/loadavg: 7.41 6.56 5.77 8/269 30428
/proc/meminfo: memFree=129734908/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=3.09 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 309 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+6.3001 s]
/proc/loadavg: 7.37 6.57 5.78 8/269 30428
/proc/meminfo: memFree=129735412/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=40468 memory=5760 CPUtime=6.28 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 470 0 0 0 628 0 0 0 20 0 1 0 34165785 41439232 1440 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 10117 1440 1152 6655 0 352 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+12.7001 s]
/proc/loadavg: 7.42 6.59 5.79 9/270 30429
/proc/meminfo: memFree=129715916/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=123212 memory=27012 CPUtime=15.32 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 3286 0 0 0 1532 0 0 0 20 0 2 0 34165785 126169088 6753 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 30803 6753 3328 6655 0 5211 0
[pid=30427/tid=30429] ppid=30424 vsize=123212 memory=26884 CPUtime=2.65 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 571 0 0 0 265 0 0 0 20 0 2 0 34166786 126169088 6753 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 123212 KiB
Current children cumulated memory: 27012 KiB

[startup+25.5001 s]
/proc/loadavg: 7.51 6.64 5.82 9/270 30430
/proc/meminfo: memFree=129714088/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=123212 memory=27652 CPUtime=40.79 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 5370 0 0 0 4079 0 0 0 20 0 2 0 34165785 126169088 6913 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 30803 6913 3328 6655 0 5358 0
[pid=30427/tid=30429] ppid=30424 vsize=123212 memory=27652 CPUtime=15.35 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 1326 0 0 0 1535 0 0 0 20 0 2 0 34166786 126169088 6913 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 40.79 s
Current children cumulated vsize: 123212 KiB
Current children cumulated memory: 27652 KiB

[startup+51.1052 s]
/proc/loadavg: 7.83 6.80 5.90 9/270 30430
/proc/meminfo: memFree=129715348/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=124388 memory=29316 CPUtime=91.41 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 10629 0 0 0 9140 1 0 0 20 0 2 0 34165785 127373312 7329 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 31097 7329 3328 6655 0 5849 0
[pid=30427/tid=30429] ppid=30424 vsize=124388 memory=29316 CPUtime=40.42 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 3235 0 0 0 4042 0 0 0 20 0 2 0 34166786 127373312 7329 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 91.41 s
Current children cumulated vsize: 124388 KiB
Current children cumulated memory: 29316 KiB

[startup+102.3 s]
/proc/loadavg: 7.84 6.96 6.00 8/270 30479
/proc/meminfo: memFree=129731224/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=129680 memory=36612 CPUtime=192.51 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 14272 0 0 0 19250 1 0 0 20 0 2 0 34165785 132792320 9153 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 32420 9153 3328 6655 0 7414 0
[pid=30427/tid=30429] ppid=30424 vsize=129680 memory=14432 CPUtime=91.24 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 4317 0 0 0 9124 0 0 0 20 0 2 0 34166786 132792320 9153 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 192.51 s
Current children cumulated vsize: 129680 KiB
Current children cumulated memory: 36612 KiB

[startup+162.3 s]
/proc/loadavg: 7.91 7.14 6.12 9/270 30527
/proc/meminfo: memFree=129676088/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=129680 memory=36612 CPUtime=311.89 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 14310 0 0 0 31188 1 0 0 20 0 2 0 34165785 132792320 9153 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 32420 9153 3328 6655 0 7428 0
[pid=30427/tid=30429] ppid=30424 vsize=129680 memory=36612 CPUtime=151.1 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 4329 0 0 0 15110 0 0 0 20 0 2 0 34166786 132792320 9153 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 311.89 s
Current children cumulated vsize: 129680 KiB
Current children cumulated memory: 36612 KiB

[startup+222.3 s]
/proc/loadavg: 8.00 7.31 6.25 9/267 30529
/proc/meminfo: memFree=129670204/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=129680 memory=37124 CPUtime=431.29 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 14996 0 0 0 43128 1 0 0 20 0 2 0 34165785 132792320 9281 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 32420 9281 3328 6655 0 7548 0
[pid=30427/tid=30429] ppid=30424 vsize=129680 memory=37124 CPUtime=210.98 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 4737 0 0 0 21098 0 0 0 20 0 2 0 34166786 132792320 9281 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 431.29 s
Current children cumulated vsize: 129680 KiB
Current children cumulated memory: 37124 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 7.45 6.37 9/267 30531
/proc/meminfo: memFree=129679072/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=129680 memory=37764 CPUtime=550.7 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 15184 0 0 0 55069 1 0 0 20 0 2 0 34165785 132792320 9441 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 32420 9441 3328 6655 0 7721 0
[pid=30427/tid=30429] ppid=30424 vsize=129680 memory=14432 CPUtime=270.85 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 4912 0 0 0 27085 0 0 0 20 0 2 0 34166786 132792320 9441 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 550.7 s
Current children cumulated vsize: 129680 KiB
Current children cumulated memory: 37764 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 7.57 6.48 9/269 30538
/proc/meminfo: memFree=129682944/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=129680 memory=38532 CPUtime=670.07 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 15461 0 0 0 67006 1 0 0 20 0 2 0 34165785 132792320 9633 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 32420 9633 3328 6655 0 7901 0
[pid=30427/tid=30429] ppid=30424 vsize=129680 memory=14432 CPUtime=330.7 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 5094 0 0 0 33070 0 0 0 20 0 2 0 34166786 132792320 9633 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 670.07 s
Current children cumulated vsize: 129680 KiB
Current children cumulated memory: 38532 KiB

[startup+402.3 s]

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

/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 20817 0 0 0 186373 3 0 0 20 0 2 0 34165785 138145792 12577 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 33727 12577 3328 6655 0 10821 0
[pid=30427/tid=30429] ppid=30424 vsize=134908 memory=17536 CPUtime=929.04 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 7850 0 0 0 92903 1 0 0 20 0 2 0 34166786 138145792 12577 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 1863.76 s
Current children cumulated vsize: 134908 KiB
Current children cumulated memory: 50308 KiB

[startup+1002.3 s]
/proc/loadavg: 7.18 7.58 7.11 8/269 30666
/proc/meminfo: memFree=129526708/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=135588 memory=51332 CPUtime=1983.15 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 21085 0 0 0 198312 3 0 0 20 0 2 0 34165785 138842112 12833 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 33897 12833 3328 6655 0 11079 0
[pid=30427/tid=30429] ppid=30424 vsize=135588 memory=14432 CPUtime=988.91 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 7943 0 0 0 98890 1 0 0 20 0 2 0 34166786 138842112 12833 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 1983.15 s
Current children cumulated vsize: 135588 KiB
Current children cumulated memory: 51332 KiB

[startup+1062.3 s]
/proc/loadavg: 7.46 7.57 7.14 9/268 30714
/proc/meminfo: memFree=129645420/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136756 memory=53252 CPUtime=2102.53 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) R 30424 30427 29149 0 -1 4194304 21569 0 0 0 210250 3 0 0 20 0 2 0 34165785 140038144 13313 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34189 13313 3328 6655 0 11602 0
[pid=30427/tid=30429] ppid=30424 vsize=136756 memory=14432 CPUtime=1048.77 cores=1,3
/proc/30427/task/30429/stat : 30429 (LSIPExact) R 30424 30427 29149 0 -1 4194368 8316 0 0 0 104876 1 0 0 20 0 2 0 34166786 140038144 13313 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
Current children cumulated CPU time: 2102.53 s
Current children cumulated vsize: 136756 KiB
Current children cumulated memory: 53252 KiB

[startup+1122.3 s]
/proc/loadavg: 7.43 7.55 7.16 8/268 30720
/proc/meminfo: memFree=129611820/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=51772 memory=41912 CPUtime=38.15 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 17050 0 0 0 3779 36 0 0 20 0 1 0 34274187 53014528 10478 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 12943 10478 1120 1011 0 11710 0
Current children cumulated CPU time: 2183.89 s
Current children cumulated vsize: 188684 KiB
Current children cumulated memory: 94052 KiB

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

# cumulated CPU time of all completed processes:  user=2204.31 s, system=0.590281 s

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

[startup+1126.4 s]
/proc/loadavg: 7.39 7.54 7.16 8/268 30720
/proc/meminfo: memFree=129612640/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=51964 memory=42168 CPUtime=42.24 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 17116 0 0 0 4185 39 0 0 20 0 1 0 34274187 53211136 10542 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 12991 10542 1120 1011 0 11758 0
Current children cumulated CPU time: 2187.98 s
Current children cumulated vsize: 188876 KiB
Current children cumulated memory: 94308 KiB

[startup+1132.8 s]
/proc/loadavg: 7.36 7.53 7.16 8/268 30720
/proc/meminfo: memFree=129613312/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=53852 memory=46144 CPUtime=48.62 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 17616 0 0 0 4817 45 0 0 20 0 1 0 34274187 55144448 11536 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13463 11536 1120 1011 0 12230 0
Current children cumulated CPU time: 2194.36 s
Current children cumulated vsize: 190764 KiB
Current children cumulated memory: 98284 KiB

[startup+1139.2 s]
/proc/loadavg: 7.33 7.52 7.16 8/268 30720
/proc/meminfo: memFree=129612368/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=55004 memory=47296 CPUtime=55 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 17913 0 0 0 5449 51 0 0 20 0 1 0 34274187 56324096 11824 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13751 11824 1120 1011 0 12518 0
Current children cumulated CPU time: 2200.74 s
Current children cumulated vsize: 191916 KiB
Current children cumulated memory: 99436 KiB

[startup+1140.8 s]
/proc/loadavg: 7.33 7.52 7.16 8/268 30720
/proc/meminfo: memFree=129610604/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=55964 memory=48320 CPUtime=56.6 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 18155 0 0 0 5608 52 0 0 20 0 1 0 34274187 57307136 12080 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13991 12080 1120 1011 0 12758 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 192876 KiB
Current children cumulated memory: 100460 KiB

[startup+1142.4 s]
/proc/loadavg: 7.31 7.51 7.16 8/268 30720
/proc/meminfo: memFree=129606508/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=55964 memory=50416 CPUtime=58.2 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 18171 0 0 0 5766 54 0 0 20 0 1 0 34274187 57307136 12604 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13991 12604 1120 1011 0 12758 0
Current children cumulated CPU time: 2203.94 s
Current children cumulated vsize: 192876 KiB
Current children cumulated memory: 102556 KiB

[startup+1142.8 s]
/proc/loadavg: 7.31 7.51 7.16 8/268 30720
/proc/meminfo: memFree=129606508/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=55964 memory=50416 CPUtime=58.6 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 18173 0 0 0 5806 54 0 0 20 0 1 0 34274187 57307136 12604 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13991 12604 1120 1011 0 12758 0
Current children cumulated CPU time: 2204.34 s
Current children cumulated vsize: 192876 KiB
Current children cumulated memory: 102556 KiB

[startup+1143.2 s]
/proc/loadavg: 7.31 7.51 7.16 8/268 30720
/proc/meminfo: memFree=129606508/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=55964 memory=50416 CPUtime=58.99 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 18174 0 0 0 5845 54 0 0 20 0 1 0 34274187 57307136 12604 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13991 12604 1120 1011 0 12758 0
Current children cumulated CPU time: 2204.73 s
Current children cumulated vsize: 192876 KiB
Current children cumulated memory: 102556 KiB

[startup+1143.3 s]
/proc/loadavg: 7.31 7.51 7.16 8/268 30720
/proc/meminfo: memFree=129606508/131250000 swapFree=33010684/33010684
[pid=30427] ppid=30424 vsize=136912 memory=52140 CPUtime=2145.74 cores=1,3
/proc/30427/stat : 30427 (LSIPExact) S 30424 30427 29149 0 -1 4194304 21766 0 0 0 214571 3 0 0 20 0 1 0 34165785 140197888 13035 18446744073709551615 94815218683904 94815245940305 140724068572736 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94815254443144 94815254874752 94815256952832 140724068575578 140724068575754 140724068575754 140724068581356 0
/proc/30427/statm: 34228 13035 3360 6655 0 11722 0
[pid=30715] ppid=30427 vsize=55964 memory=50416 CPUtime=59.09 cores=1,3
/proc/30715/stat : 30715 (Exact) R 30427 30715 30715 0 -1 4194304 18174 0 0 0 5855 54 0 0 20 0 1 0 34274187 57307136 12604 18446744073709551615 4198400 8335837 140729266234016 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 15470592 140729266235579 140729266235933 140729266235933 140729266241487 0
/proc/30715/statm: 13991 12604 1120 1011 0 12758 0
Current children cumulated CPU time: 2204.83 s
Current children cumulated vsize: 192876 KiB
Current children cumulated memory: 102556 KiB

Child status: 0

Real time (s): 1143.34
CPU time (s): 2204.9
CPU user time (s): 2204.31
CPU system time (s): 0.590281
CPU usage (%): 192.847
Max. virtual memory (cumulated for all children) (KiB): 192876
Max. memory (cumulated for all children) (KiB): 102556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2204.31
system time used= 0.590281
maximum resident set size= 54148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40090
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= 317
involuntary context switches= 59101


# summary of solver processes directly reported to runsolver:
#   pid: 30427
#   total CPU time (s): 2204.9
#   total CPU user time (s): 2204.31
#   total CPU system time (s): 0.590281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07355 second user time and 4.46751 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 10:14:42
IDJOB=4510572
IDBENCH=160373
IDSOLVER=3337
FILE ID=nodeC016/4510572-1751184882
RUNJOBID= nodeC016-1751179186-29164
SLURM_JOB_ID= 9587543
Free space on /tmp= 432932 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x30split.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-4510572-1751184882/watcher-4510572-1751184882 -o /tmp/evaluation-result-4510572-1751184882/solver-4510572-1751184882 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29164 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4510572-1751184882.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= dfd517fe2a9d65b237ac06e21bad695d
RANDOM SEED=713579500

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129734132 kB
MemAvailable:   129609580 kB
Buffers:            3280 kB
Cached:           685512 kB
SwapCached:            0 kB
Active:           431100 kB
Inactive:         463744 kB
Active(anon):     224128 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   463744 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44676 kB
Writeback:            28 kB
AnonPages:        209252 kB
Mapped:           138968 kB
Shmem:             18072 kB
KReclaimable:      87944 kB
Slab:             171424 kB
SReclaimable:      87944 kB
SUnreclaim:        83480 kB
KernelStack:        4336 kB
PageTables:         3464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     559156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC016 at 2025-06-29 10:33:46