Trace number 4513753

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 1443.66 738.077

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l035-r034-n1.opb
MD5SUMba3e79fbb414116636e41440ecd82818
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 benchmark0.826313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints4184
Number of constraints which are clauses3528
Number of constraints which are cardinality constraints (but not clauses)656
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.61/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1431.61/726.02	c numVar: 1968
1431.61/726.02	c numCon: 4184
1431.61/726.02	c numEqual: 656
1431.61/726.02	c intSize: 3
1431.61/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1431.61/726.02	c ------------------- Paras list -------------------
1431.61/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1431.61/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1431.61/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1431.61/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1431.61/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1431.61/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1431.61/726.02	c random_seed         	 int       	 0         	 0         	 
1431.61/726.02	c sample_size         	 int       	 50        	 50        	 
1431.61/726.02	c sub_score           	 int       	 1         	 1         	 
1431.61/726.02	c tabu_base           	 int       	 3         	 3         	 
1431.61/726.02	c tabu_variation      	 int       	 1         	 1         	 
1431.61/726.02	c sub_div             	 int       	 4         	 4         	 
1431.61/726.02	c nbcore              	 int       	 2         	 1         	 
1431.61/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1431.61/726.02	c print_sol           	 int       	 1         	 1         	 
1431.61/726.02	c tmpdir              	 string		 .         	 "."       	 
1431.61/726.02	c home                	 string		 HOME	 "."       	 
1431.61/726.02	c benchname           	 string		 HOME/instance-4513753-1751139167.opb	 ""        	 
1431.61/726.02	c --------------------------------------------------
1431.61/726.02	c Local Search solver
1431.61/726.02	c MIP solver
1431.61/726.02	c use Exact solver
1443.58/738.07	c Exact infeasible
1443.58/738.07	s UNSATISFIABLE
1443.58/738.07	c Total time: 738

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

solver pid=13337, runsolver pid=13334

[startup+0.100063 s]*
/proc/loadavg: 4.68 5.39 5.46 5/253 13338
/proc/meminfo: memFree=129934404/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=0.09 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 9 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+0.21278 s]*
/proc/loadavg: 4.68 5.39 5.46 5/253 13338
/proc/meminfo: memFree=129932388/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=0.21 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 21 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+0.312496 s]*
/proc/loadavg: 4.68 5.39 5.46 5/253 13338
/proc/meminfo: memFree=129932388/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=0.31 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 31 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+0.700279 s]
/proc/loadavg: 4.68 5.39 5.46 5/253 13338
/proc/meminfo: memFree=129932388/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=0.68 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 68 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+1.50022 s]
/proc/loadavg: 4.68 5.39 5.46 5/253 13338
/proc/meminfo: memFree=129932388/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=1.48 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 148 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+3.11282 s]
/proc/loadavg: 4.68 5.39 5.46 5/253 13338
/proc/meminfo: memFree=129931636/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=3.09 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 309 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+6.30022 s]
/proc/loadavg: 4.62 5.37 5.45 5/253 13338
/proc/meminfo: memFree=129936884/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=42516 memory=8064 CPUtime=6.27 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 1000 0 0 0 627 0 0 0 20 0 1 0 29596118 43536384 2016 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 10629 2016 1184 6655 0 864 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 42516 KiB
Current children cumulated memory: 8064 KiB

[startup+12.7002 s]
/proc/loadavg: 4.57 5.35 5.44 6/254 13339
/proc/meminfo: memFree=129913416/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=132128 memory=36780 CPUtime=15.25 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 5687 0 0 0 1524 1 0 0 20 0 2 0 29596118 135299072 9195 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 33032 9195 3392 6655 0 7811 0
[pid=13337/tid=13339] ppid=13334 vsize=132128 memory=36780 CPUtime=2.59 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 972 0 0 0 259 0 0 0 20 0 2 0 29597120 135299072 9195 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 132128 KiB
Current children cumulated memory: 36780 KiB

[startup+25.5002 s]
/proc/loadavg: 4.74 5.35 5.44 6/254 13340
/proc/meminfo: memFree=129891052/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=143504 memory=51372 CPUtime=40.7 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 20032 0 0 0 4067 3 0 0 20 0 2 0 29596118 146948096 12843 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 35876 12843 3456 6655 0 11266 0
[pid=13337/tid=13339] ppid=13334 vsize=143504 memory=48940 CPUtime=15.26 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 5126 0 0 0 1526 0 0 0 20 0 2 0 29597120 146948096 12843 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 143504 KiB
Current children cumulated memory: 51372 KiB

[startup+51.1053 s]
/proc/loadavg: 4.83 5.32 5.43 6/254 13340
/proc/meminfo: memFree=129884732/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=143504 memory=51756 CPUtime=91.62 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 23482 0 0 0 9159 3 0 0 20 0 2 0 29596118 146948096 12939 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 35876 12939 3456 6655 0 11327 0
[pid=13337/tid=13339] ppid=13334 vsize=143504 memory=14352 CPUtime=40.65 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 6922 0 0 0 4064 1 0 0 20 0 2 0 29597120 146948096 12939 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 91.62 s
Current children cumulated vsize: 143504 KiB
Current children cumulated memory: 51756 KiB

[startup+102.3 s]
/proc/loadavg: 4.97 5.28 5.41 6/255 13347
/proc/meminfo: memFree=129869596/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=143504 memory=52268 CPUtime=193.45 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 29534 0 0 0 19341 4 0 0 20 0 2 0 29596118 146948096 13067 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 35876 13067 3456 6655 0 11455 0
[pid=13337/tid=13339] ppid=13334 vsize=143504 memory=52268 CPUtime=91.4 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 9744 0 0 0 9139 1 0 0 20 0 2 0 29597120 146948096 13067 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 193.45 s
Current children cumulated vsize: 143504 KiB
Current children cumulated memory: 52268 KiB

[startup+162.3 s]
/proc/loadavg: 5.09 5.26 5.39 6/256 13352
/proc/meminfo: memFree=129841876/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=143504 memory=53804 CPUtime=312.76 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 30238 0 0 0 31272 4 0 0 20 0 2 0 29596118 146948096 13451 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 35876 13451 3456 6655 0 11652 0
[pid=13337/tid=13339] ppid=13334 vsize=143504 memory=53548 CPUtime=150.88 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 10237 0 0 0 15086 2 0 0 20 0 2 0 29597120 146948096 13451 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 312.76 s
Current children cumulated vsize: 143504 KiB
Current children cumulated memory: 53804 KiB

[startup+222.3 s]
/proc/loadavg: 5.08 5.22 5.37 6/256 13354
/proc/meminfo: memFree=129834840/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=147552 memory=57644 CPUtime=429.8 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 32961 0 0 0 42975 5 0 0 20 0 2 0 29596118 151093248 14411 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 36888 14411 3456 6655 0 12700 0
[pid=13337/tid=13339] ppid=13334 vsize=147552 memory=57644 CPUtime=210.28 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 11028 0 0 0 21026 2 0 0 20 0 2 0 29597120 151093248 14411 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 429.8 s
Current children cumulated vsize: 147552 KiB
Current children cumulated memory: 57644 KiB

[startup+282.3 s]
/proc/loadavg: 5.14 5.21 5.35 6/256 13356
/proc/meminfo: memFree=129803024/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=150156 memory=78636 CPUtime=549.02 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 38950 0 0 0 54896 6 0 0 20 0 2 0 29596118 153759744 19659 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37539 19659 3456 6655 0 18246 0
[pid=13337/tid=13339] ppid=13334 vsize=150156 memory=78636 CPUtime=269.64 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 16195 0 0 0 26961 3 0 0 20 0 2 0 29597120 153759744 19659 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 549.02 s
Current children cumulated vsize: 150156 KiB
Current children cumulated memory: 78636 KiB

[startup+342.3 s]
/proc/loadavg: 5.11 5.19 5.34 6/256 13358
/proc/meminfo: memFree=129799704/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=150156 memory=78636 CPUtime=668.35 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 38956 0 0 0 66829 6 0 0 20 0 2 0 29596118 153759744 19659 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37539 19659 3456 6655 0 18246 0
[pid=13337/tid=13339] ppid=13334 vsize=150156 memory=78636 CPUtime=329.13 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 16196 0 0 0 32909 4 0 0 20 0 2 0 29597120 153759744 19659 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 668.35 s
Current children cumulated vsize: 150156 KiB
Current children cumulated memory: 78636 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.25 5.20 5.32 7/255 13500
/proc/meminfo: memFree=129825896/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=150156 memory=78636 CPUtime=907.03 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 41752 0 0 0 90696 7 0 0 20 0 2 0 29596118 153759744 19659 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37539 19659 3456 6655 0 18246 0
[pid=13337/tid=13339] ppid=13334 vsize=150156 memory=14352 CPUtime=448.13 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 18216 0 0 0 44809 4 0 0 20 0 2 0 29597120 153759744 19659 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 907.03 s
Current children cumulated vsize: 150156 KiB
Current children cumulated memory: 78636 KiB

[startup+522.3 s]
/proc/loadavg: 5.82 5.37 5.37 7/255 13502
/proc/meminfo: memFree=129797148/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=80684 CPUtime=1026.36 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 43041 0 0 0 102629 7 0 0 20 0 2 0 29596118 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 20171 3456 6655 0 18615 0
[pid=13337/tid=13339] ppid=13334 vsize=151632 memory=80684 CPUtime=507.62 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 19077 0 0 0 50758 4 0 0 20 0 2 0 29597120 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 1026.36 s
Current children cumulated vsize: 151632 KiB
Current children cumulated memory: 80684 KiB

[startup+582.3 s]
/proc/loadavg: 6.21 5.55 5.44 8/254 13549
/proc/meminfo: memFree=129551384/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=80684 CPUtime=1145.72 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 43041 0 0 0 114565 7 0 0 20 0 2 0 29596118 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 20171 3456 6655 0 18615 0
[pid=13337/tid=13339] ppid=13334 vsize=151632 memory=14352 CPUtime=567.13 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 19077 0 0 0 56709 4 0 0 20 0 2 0 29597120 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 1145.72 s
Current children cumulated vsize: 151632 KiB
Current children cumulated memory: 80684 KiB

[startup+642.3 s]
/proc/loadavg: 6.77 5.84 5.54 8/255 13552
/proc/meminfo: memFree=129415092/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=80684 CPUtime=1265.09 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 43047 0 0 0 126502 7 0 0 20 0 2 0 29596118 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 20171 3456 6655 0 18615 0
[pid=13337/tid=13339] ppid=13334 vsize=151632 memory=80684 CPUtime=626.64 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 19079 0 0 0 62660 4 0 0 20 0 2 0 29597120 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 1265.09 s
Current children cumulated vsize: 151632 KiB
Current children cumulated memory: 80684 KiB

[startup+702.3 s]
/proc/loadavg: 6.96 6.06 5.64 8/255 13558
/proc/meminfo: memFree=129416144/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=80684 CPUtime=1384.45 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 43104 0 0 0 138438 7 0 0 20 0 2 0 29596118 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 20171 3456 6655 0 18615 0
[pid=13337/tid=13339] ppid=13334 vsize=151632 memory=80684 CPUtime=686.15 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 19105 0 0 0 68611 4 0 0 20 0 2 0 29597120 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 1384.45 s
Current children cumulated vsize: 151632 KiB
Current children cumulated memory: 80684 KiB

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

# cumulated CPU time of all completed processes:  user=1443.5 s, system=0.158394 s

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

[startup+716.8 s]
/proc/loadavg: 7.04 6.13 5.67 8/255 13558
/proc/meminfo: memFree=129415932/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=80684 CPUtime=1413.3 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) R 13334 13337 11315 0 -1 4194304 43104 0 0 0 141323 7 0 0 20 0 2 0 29596118 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 20171 3456 6655 0 18615 0
[pid=13337/tid=13339] ppid=13334 vsize=151632 memory=17152 CPUtime=700.53 cores=0,2
/proc/13337/task/13339/stat : 13339 (LSIPExact) R 13334 13337 11315 0 -1 4194368 19105 0 0 0 70049 4 0 0 20 0 2 0 29597120 155271168 20171 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
Current children cumulated CPU time: 1413.3 s
Current children cumulated vsize: 151632 KiB
Current children cumulated memory: 80684 KiB

[startup+729.6 s]
/proc/loadavg: 6.95 6.15 5.69 7/255 13559
/proc/meminfo: memFree=129399848/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=78976 CPUtime=1431.64 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) S 13334 13337 11315 0 -1 4194304 43183 0 0 0 143157 7 0 0 20 0 1 0 29596118 155271168 19744 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 19744 3488 6655 0 18615 0
[pid=13559] ppid=13337 vsize=37396 memory=22516 CPUtime=3.54 cores=0,2
/proc/13559/stat : 13559 (Exact) R 13337 13559 13559 0 -1 4194304 3744 0 0 0 351 3 0 0 20 0 1 0 29668720 38293504 5629 18446744073709551615 4198400 8335837 140727744262832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40095744 140727744268475 140727744268829 140727744268829 140727744274383 0
/proc/13559/statm: 9349 5629 1120 1011 0 8116 0
Current children cumulated CPU time: 1435.18 s
Current children cumulated vsize: 189028 KiB
Current children cumulated memory: 101492 KiB

[startup+732.8 s]
/proc/loadavg: 6.95 6.15 5.69 7/255 13559
/proc/meminfo: memFree=129403860/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=78976 CPUtime=1431.64 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) S 13334 13337 11315 0 -1 4194304 43183 0 0 0 143157 7 0 0 20 0 1 0 29596118 155271168 19744 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 19744 3488 6655 0 18615 0
[pid=13559] ppid=13337 vsize=40144 memory=24948 CPUtime=6.74 cores=0,2
/proc/13559/stat : 13559 (Exact) R 13337 13559 13559 0 -1 4194304 4375 0 0 0 669 5 0 0 20 0 1 0 29668720 41107456 6237 18446744073709551615 4198400 8335837 140727744262832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40095744 140727744268475 140727744268829 140727744268829 140727744274383 0
/proc/13559/statm: 10036 6237 1120 1011 0 8803 0
Current children cumulated CPU time: 1438.38 s
Current children cumulated vsize: 191776 KiB
Current children cumulated memory: 103924 KiB

[startup+736 s]*
/proc/loadavg: 6.87 6.15 5.69 7/255 13559
/proc/meminfo: memFree=129392696/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=78976 CPUtime=1431.64 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) S 13334 13337 11315 0 -1 4194304 43183 0 0 0 143157 7 0 0 20 0 1 0 29596118 155271168 19744 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 19744 3488 6655 0 18615 0
[pid=13559] ppid=13337 vsize=42152 memory=28992 CPUtime=9.94 cores=0,2
/proc/13559/stat : 13559 (Exact) R 13337 13559 13559 0 -1 4194304 4884 0 0 0 987 7 0 0 20 0 1 0 29668720 43163648 7248 18446744073709551615 4198400 8335837 140727744262832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40095744 140727744268475 140727744268829 140727744268829 140727744274383 0
/proc/13559/statm: 10538 7248 1120 1011 0 9305 0
Current children cumulated CPU time: 1441.58 s
Current children cumulated vsize: 193784 KiB
Current children cumulated memory: 107968 KiB

[startup+736.8 s]
/proc/loadavg: 6.87 6.15 5.69 7/255 13559
/proc/meminfo: memFree=129392696/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=78976 CPUtime=1431.64 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) S 13334 13337 11315 0 -1 4194304 43183 0 0 0 143157 7 0 0 20 0 1 0 29596118 155271168 19744 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 19744 3488 6655 0 18615 0
[pid=13559] ppid=13337 vsize=42152 memory=28992 CPUtime=10.72 cores=0,2
/proc/13559/stat : 13559 (Exact) R 13337 13559 13559 0 -1 4194304 4884 0 0 0 1065 7 0 0 20 0 1 0 29668720 43163648 7248 18446744073709551615 4198400 8335837 140727744262832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40095744 140727744268475 140727744268829 140727744268829 140727744274383 0
/proc/13559/statm: 10538 7248 1120 1011 0 9305 0
Current children cumulated CPU time: 1442.36 s
Current children cumulated vsize: 193784 KiB
Current children cumulated memory: 107968 KiB

[startup+737.6 s]
/proc/loadavg: 6.87 6.15 5.69 7/255 13559
/proc/meminfo: memFree=129392948/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=78976 CPUtime=1431.64 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) S 13334 13337 11315 0 -1 4194304 43183 0 0 0 143157 7 0 0 20 0 1 0 29596118 155271168 19744 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 19744 3488 6655 0 18615 0
[pid=13559] ppid=13337 vsize=42812 memory=29632 CPUtime=11.53 cores=0,2
/proc/13559/stat : 13559 (Exact) R 13337 13559 13559 0 -1 4194304 5051 0 0 0 1145 8 0 0 20 0 1 0 29668720 43839488 7408 18446744073709551615 4198400 8335837 140727744262832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40095744 140727744268475 140727744268829 140727744268829 140727744274383 0
/proc/13559/statm: 10703 7408 1120 1011 0 9470 0
Current children cumulated CPU time: 1443.17 s
Current children cumulated vsize: 194444 KiB
Current children cumulated memory: 108608 KiB

[startup+738 s]*
/proc/loadavg: 6.87 6.15 5.69 7/255 13559
/proc/meminfo: memFree=129392948/131382116 swapFree=33010684/33010684
[pid=13337] ppid=13334 vsize=151632 memory=78976 CPUtime=1431.64 cores=0,2
/proc/13337/stat : 13337 (LSIPExact) S 13334 13337 11315 0 -1 4194304 43183 0 0 0 143157 7 0 0 20 0 1 0 29596118 155271168 19744 18446744073709551615 94641207193600 94641234450001 140720957071456 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641242952840 94641243384448 94641262252032 140720957073754 140720957073930 140720957073930 140720957079532 0
/proc/13337/statm: 37908 19744 3488 6655 0 18615 0
[pid=13559] ppid=13337 vsize=42812 memory=29632 CPUtime=11.94 cores=0,2
/proc/13559/stat : 13559 (Exact) R 13337 13559 13559 0 -1 4194304 5051 0 0 0 1186 8 0 0 20 0 1 0 29668720 43839488 7408 18446744073709551615 4198400 8335837 140727744262832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40095744 140727744268475 140727744268829 140727744268829 140727744274383 0
/proc/13559/statm: 10703 7408 1120 1011 0 9470 0
Current children cumulated CPU time: 1443.58 s
Current children cumulated vsize: 194444 KiB
Current children cumulated memory: 108608 KiB

Child status: 0

Real time (s): 738.077
CPU time (s): 1443.66
CPU user time (s): 1443.5
CPU system time (s): 0.158394
CPU usage (%): 195.597
Max. virtual memory (cumulated for all children) (KiB): 194444
Max. memory (cumulated for all children) (KiB): 108608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1443.5
system time used= 0.158394
maximum resident set size= 80940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48514
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= 338
involuntary context switches= 11117


# summary of solver processes directly reported to runsolver:
#   pid: 13337
#   total CPU time (s): 1443.66
#   total CPU user time (s): 1443.5
#   total CPU system time (s): 0.158394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.53257 second user time and 3.20108 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 21:32:47
IDJOB=4513753
IDBENCH=162563
IDSOLVER=3336
FILE ID=nodeC010/4513753-1751139167
RUNJOBID= nodeC010-1751133631-11330
SLURM_JOB_ID= 9587410
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l035-r034-n1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513753-1751139167/watcher-4513753-1751139167 -o /tmp/evaluation-result-4513753-1751139167/solver-4513753-1751139167 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751133631-11330 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513753-1751139167.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= ba3e79fbb414116636e41440ecd82818
RANDOM SEED=1443311538

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129936104 kB
MemAvailable:   129661344 kB
Buffers:            3280 kB
Cached:           537772 kB
SwapCached:            0 kB
Active:           558436 kB
Inactive:         331612 kB
Active(anon):     366956 kB
Inactive(anon):        0 kB
Active(file):     191480 kB
Inactive(file):   331612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44756 kB
Writeback:             0 kB
AnonPages:        350052 kB
Mapped:           152428 kB
Shmem:             17960 kB
KReclaimable:      83552 kB
Slab:             162500 kB
SReclaimable:      83552 kB
SUnreclaim:        78948 kB
KernelStack:        4080 kB
PageTables:         3852 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     775396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC010 at 2025-06-28 21:45:05