Trace number 4541753

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 S2? 3020.85 2792.77

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541753-1753201986/watcher-4541753-1753201986 -o /tmp/evaluation-result-4541753-1753201986/solver-4541753-1753201986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164297 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4541753-1753201986.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=164646, runsolver pid=164643
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 4.21 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128430036/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=0.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1797 0 0 0 10 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+0.214151 s]*
/proc/loadavg: 4.21 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128430036/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=0.21 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1797 0 0 0 21 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+0.314405 s]*
/proc/loadavg: 4.21 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128430036/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=0.31 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1797 0 0 0 31 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+0.700351 s]
/proc/loadavg: 4.21 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128430040/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=0.68 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1797 0 0 0 68 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+1.50035 s]
/proc/loadavg: 4.21 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128430040/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=1.48 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1798 0 0 0 148 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+3.11363 s]
/proc/loadavg: 4.21 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128438424/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=3.09 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1801 0 0 0 309 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+6.30035 s]
/proc/loadavg: 4.19 4.17 4.01 5/254 164647
/proc/meminfo: memFree=128425380/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=45748 memory=11136 CPUtime=6.27 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 1801 0 0 0 627 0 0 0 20 0 1 0 235877733 46845952 2784 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.17 4.01 6/255 164648
/proc/meminfo: memFree=128404968/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=147780 memory=61336 CPUtime=15.19 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 11935 0 0 0 1517 2 0 0 20 0 2 0 235877733 151326720 15334 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 36945 15334 3392 6655 0 14031 0
[pid=164646/tid=164648] ppid=164643 vsize=147780 memory=53528 CPUtime=2.55 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 3300 0 0 0 254 1 0 0 20 0 2 0 235878736 151326720 15334 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 147780 KiB
Current children cumulated memory: 61336 KiB

[startup+25.5001 s]
/proc/loadavg: 4.44 4.23 4.04 6/254 164693
/proc/meminfo: memFree=128655332/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=149332 memory=65688 CPUtime=40.64 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 28214 0 0 0 4059 5 0 0 20 0 2 0 235877733 152915968 16422 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 37333 16422 3392 6655 0 14818 0
[pid=164646/tid=164648] ppid=164643 vsize=149332 memory=16576 CPUtime=15.23 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 10124 0 0 0 1522 1 0 0 20 0 2 0 235878736 152915968 16422 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 40.64 s
Current children cumulated vsize: 149332 KiB
Current children cumulated memory: 65688 KiB

[startup+51.1055 s]
/proc/loadavg: 4.91 4.35 4.08 7/256 164700
/proc/meminfo: memFree=128553140/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=154696 memory=73368 CPUtime=91.55 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 37085 0 0 0 9149 6 0 0 20 0 2 0 235877733 158408704 18342 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 38674 18342 3456 6655 0 16658 0
[pid=164646/tid=164648] ppid=164643 vsize=154696 memory=71704 CPUtime=40.6 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 14380 0 0 0 4059 1 0 0 20 0 2 0 235878736 158408704 18342 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 91.55 s
Current children cumulated vsize: 154696 KiB
Current children cumulated memory: 73368 KiB

[startup+102.3 s]
/proc/loadavg: 5.58 4.63 4.19 7/256 164702
/proc/meminfo: memFree=128542168/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=156076 memory=77336 CPUtime=193.32 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 51913 0 0 0 19325 7 0 0 20 0 2 0 235877733 159821824 19334 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 39019 19334 3456 6655 0 17840 0
[pid=164646/tid=164648] ppid=164643 vsize=156076 memory=16576 CPUtime=91.32 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 21537 0 0 0 9130 2 0 0 20 0 2 0 235878736 159821824 19334 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 193.32 s
Current children cumulated vsize: 156076 KiB
Current children cumulated memory: 77336 KiB

[startup+162.3 s]
/proc/loadavg: 5.95 4.91 4.32 7/256 164704
/proc/meminfo: memFree=128512808/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=159116 memory=82328 CPUtime=312.59 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 61069 0 0 0 31250 9 0 0 20 0 2 0 235877733 162934784 20582 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 39779 20582 3456 6655 0 19109 0
[pid=164646/tid=164648] ppid=164643 vsize=159116 memory=78872 CPUtime=150.75 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 25943 0 0 0 15072 3 0 0 20 0 2 0 235878736 162934784 20582 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 312.59 s
Current children cumulated vsize: 159116 KiB
Current children cumulated memory: 82328 KiB

[startup+222.3 s]
/proc/loadavg: 5.97 5.11 4.43 7/256 164706
/proc/meminfo: memFree=128411316/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=106264 CPUtime=427.98 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) R 164643 164646 164278 0 -1 4194304 76305 0 0 0 42786 12 0 0 20 0 2 0 235877733 177614848 26566 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 26566 3456 6655 0 24733 0
[pid=164646/tid=164648] ppid=164643 vsize=173452 memory=106264 CPUtime=210.05 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 32787 0 0 0 21001 4 0 0 20 0 2 0 235878736 177614848 26566 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 427.98 s
Current children cumulated vsize: 173452 KiB
Current children cumulated memory: 106264 KiB

[startup+282.3 s]
/proc/loadavg: 5.70 5.21 4.51 6/255 164708
/proc/meminfo: memFree=128390920/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=106264 CPUtime=517.27 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76308 0 0 0 51715 12 0 0 20 0 2 0 235877733 177614848 26566 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 26566 3456 6655 0 24733 0
[pid=164646/tid=164648] ppid=164643 vsize=173452 memory=106264 CPUtime=252.82 cores=1,3
/proc/164646/task/164648/stat : 164648 (LSIPExact) R 164643 164646 164278 0 -1 4194368 32787 0 0 0 25278 4 0 0 20 0 2 0 235878736 177614848 26566 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
Current children cumulated CPU time: 517.27 s
Current children cumulated vsize: 173452 KiB
Current children cumulated memory: 106264 KiB

[startup+342.3 s]
/proc/loadavg: 5.36 5.20 4.55 6/254 164711
/proc/meminfo: memFree=128358536/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=88248 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22062 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22062 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=63980 memory=54928 CPUtime=30.97 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 10831 0 0 0 3087 10 0 0 20 0 1 0 235908855 65515520 13732 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 15995 13732 1120 1011 0 14762 0
Current children cumulated CPU time: 577.07 s
Current children cumulated vsize: 237432 KiB
Current children cumulated memory: 143176 KiB

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

/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 48275 0 0 0 230134 337 0 0 20 0 1 0 235908855 296439808 64038 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 72373 64038 1152 1011 0 71140 0
Current children cumulated CPU time: 2850.81 s
Current children cumulated vsize: 462944 KiB
Current children cumulated memory: 346960 KiB

[startup+2682.3 s]
/proc/loadavg: 4.06 4.09 4.15 5/254 164968
/proc/meminfo: memFree=127935576/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=302664 memory=275860 CPUtime=2364.55 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 51124 0 0 0 236111 344 0 0 20 0 1 0 235908855 309927936 68965 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 75666 68965 1152 1011 0 74433 0
Current children cumulated CPU time: 2910.65 s
Current children cumulated vsize: 476116 KiB
Current children cumulated memory: 366668 KiB

[startup+2742.3 s]
/proc/loadavg: 4.06 4.09 4.14 5/254 164970
/proc/meminfo: memFree=127853952/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=317548 memory=305560 CPUtime=2424.39 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 54471 0 0 0 242089 350 0 0 20 0 1 0 235908855 325169152 76390 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 79387 76390 1152 1011 0 78154 0
Current children cumulated CPU time: 2970.49 s
Current children cumulated vsize: 491000 KiB
Current children cumulated memory: 396368 KiB

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

# cumulated CPU time of all completed processes:  user=3017.14 s, system=3.70739 s

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

[startup+2764.8 s]
/proc/loadavg: 4.04 4.08 4.14 5/255 164974
/proc/meminfo: memFree=127839788/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=323552 memory=313592 CPUtime=2446.83 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 55960 0 0 0 244331 352 0 0 20 0 1 0 235908855 331317248 78398 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 80888 78398 1152 1011 0 79655 0
Current children cumulated CPU time: 2992.93 s
Current children cumulated vsize: 497004 KiB
Current children cumulated memory: 404400 KiB

[startup+2777.6 s]
/proc/loadavg: 4.11 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127819108/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=397660 memory=321028 CPUtime=2459.6 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 57427 0 0 0 245605 355 0 0 20 0 1 0 235908855 407203840 80257 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 99415 80257 1152 1011 0 98182 0
Current children cumulated CPU time: 3005.7 s
Current children cumulated vsize: 571112 KiB
Current children cumulated memory: 411836 KiB

[startup+2784 s]*
/proc/loadavg: 4.10 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127807264/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=400624 memory=325496 CPUtime=2465.99 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58038 0 0 0 246243 356 0 0 20 0 1 0 235908855 410238976 81374 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 100156 81374 1152 1011 0 98923 0
Current children cumulated CPU time: 3012.09 s
Current children cumulated vsize: 574076 KiB
Current children cumulated memory: 416304 KiB

[startup+2787.2 s]
/proc/loadavg: 4.09 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127799136/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=402896 memory=327160 CPUtime=2469.17 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58455 0 0 0 246561 356 0 0 20 0 1 0 235908855 412565504 81790 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 100724 81790 1152 1011 0 99491 0
Current children cumulated CPU time: 3015.27 s
Current children cumulated vsize: 576348 KiB
Current children cumulated memory: 417968 KiB

[startup+2790.4 s]
/proc/loadavg: 4.09 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127764448/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=404484 memory=330524 CPUtime=2472.36 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58794 0 0 0 246879 357 0 0 20 0 1 0 235908855 414191616 82631 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 101121 82631 1152 1011 0 99888 0
Current children cumulated CPU time: 3018.46 s
Current children cumulated vsize: 577936 KiB
Current children cumulated memory: 421332 KiB

[startup+2792 s]*
/proc/loadavg: 4.09 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127764448/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=404676 memory=330908 CPUtime=2473.97 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58876 0 0 0 247040 357 0 0 20 0 1 0 235908855 414388224 82727 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 101169 82727 1152 1011 0 99936 0
Current children cumulated CPU time: 3020.07 s
Current children cumulated vsize: 578128 KiB
Current children cumulated memory: 421716 KiB

[startup+2792.4 s]
/proc/loadavg: 4.09 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127764448/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=405204 memory=331036 CPUtime=2474.36 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58912 0 0 0 247079 357 0 0 20 0 1 0 235908855 414928896 82759 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 101301 82759 1152 1011 0 100068 0
Current children cumulated CPU time: 3020.46 s
Current children cumulated vsize: 578656 KiB
Current children cumulated memory: 421844 KiB

[startup+2792.6 s]
/proc/loadavg: 4.09 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127764448/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=405204 memory=331036 CPUtime=2474.56 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58929 0 0 0 247099 357 0 0 20 0 1 0 235908855 414928896 82759 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 101301 82759 1152 1011 0 100068 0
Current children cumulated CPU time: 3020.66 s
Current children cumulated vsize: 578656 KiB
Current children cumulated memory: 421844 KiB

[startup+2792.7 s]
/proc/loadavg: 4.09 4.09 4.14 5/255 164974
/proc/meminfo: memFree=127764448/131382120 swapFree=33010160/33010684
[pid=164646] ppid=164643 vsize=173452 memory=90808 CPUtime=546.1 cores=1,3
/proc/164646/stat : 164646 (LSIPExact) S 164643 164646 164278 0 -1 4194304 76342 0 0 0 54598 12 0 0 20 0 1 0 235877733 177614848 22702 18446744073709551615 94230362464256 94230389720657 140731082828672 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94230398223496 94230398655104 94230417563648 140731082832216 140731082832392 140731082832392 140731082837996 0
/proc/164646/statm: 43363 22702 3488 6655 0 24733 0
[pid=164710] ppid=164646 vsize=405204 memory=331036 CPUtime=2474.66 cores=1,3
/proc/164710/stat : 164710 (Exact) R 164646 164710 164710 0 -1 4194304 58930 0 0 0 247109 357 0 0 20 0 1 0 235908855 414928896 82759 18446744073709551615 4198400 8335837 140723409246320 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40325120 140723409254585 140723409254939 140723409254939 140723409260495 0
/proc/164710/statm: 101301 82759 1152 1011 0 100068 0
Current children cumulated CPU time: 3020.76 s
Current children cumulated vsize: 578656 KiB
Current children cumulated memory: 421844 KiB

Child status: 0

Real time (s): 2792.77
CPU time (s): 3020.85
CPU user time (s): 3017.14
CPU system time (s): 3.70739
CPU usage (%): 108.167
Max. virtual memory (cumulated for all children) (KiB): 578656
Max. memory (cumulated for all children) (KiB): 421844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3017.14
system time used= 3.70739
maximum resident set size= 408668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135615
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= 486
involuntary context switches= 5807


# summary of solver processes directly reported to runsolver:
#   pid: 164646
#   total CPU time (s): 3020.85
#   total CPU user time (s): 3017.14
#   total CPU system time (s): 3.70739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5754 second user time and 27.0261 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-22 18:33:06
IDJOB=4541753
IDBENCH=163377
IDSOLVER=3337
FILE ID=nodeC008/4541753-1753201986
RUNJOBID= nodeC008-1753198970-164297
SLURM_JOB_ID= 9687741
Free space on /tmp= 432560 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541753-1753201986/watcher-4541753-1753201986 -o /tmp/evaluation-result-4541753-1753201986/solver-4541753-1753201986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1753198970-164297 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541753-1753201986.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=359947374

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128430036 kB
MemAvailable:   129404884 kB
Buffers:            2128 kB
Cached:          1747284 kB
SwapCached:           24 kB
Active:          1530880 kB
Inactive:         731056 kB
Active(anon):     507068 kB
Inactive(anon):    31576 kB
Active(file):    1023812 kB
Inactive(file):   699480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44920 kB
Writeback:             8 kB
AnonPages:        513520 kB
Mapped:           153444 kB
Shmem:             26120 kB
KReclaimable:     182368 kB
Slab:             272764 kB
SReclaimable:     182368 kB
SUnreclaim:        90396 kB
KernelStack:        4064 kB
PageTables:         4124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     922260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432516 MiB
End job on nodeC008 at 2025-07-22 19:19:39