Trace number 4541778

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 S1? 3391.87 3167.56

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 1.33 1.19 2.25 5/265 176077
/proc/meminfo: memFree=128362400/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=0.09 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1799 0 0 0 9 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+0.20549 s]*
/proc/loadavg: 1.33 1.19 2.25 5/265 176077
/proc/meminfo: memFree=128362400/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=0.19 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1799 0 0 0 19 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+0.30487 s]*
/proc/loadavg: 1.33 1.19 2.25 5/265 176077
/proc/meminfo: memFree=128358368/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=0.29 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1799 0 0 0 29 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+0.700103 s]
/proc/loadavg: 1.33 1.19 2.25 5/265 176077
/proc/meminfo: memFree=128358368/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=0.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1800 0 0 0 68 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/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.5001 s]
/proc/loadavg: 1.33 1.19 2.25 5/265 176077
/proc/meminfo: memFree=128358368/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=1.48 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1802 0 0 0 148 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/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.10459 s]
/proc/loadavg: 1.33 1.19 2.25 5/265 176077
/proc/meminfo: memFree=128359180/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=3.08 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1803 0 0 0 308 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+6.30009 s]
/proc/loadavg: 1.54 1.24 2.26 5/265 176077
/proc/meminfo: memFree=128359868/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=45748 memory=11136 CPUtime=6.26 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 1803 0 0 0 626 0 0 0 20 0 1 0 236785866 46845952 2784 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 11437 2784 1152 6655 0 1672 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 45748 KiB
Current children cumulated memory: 11136 KiB

[startup+12.7002 s]
/proc/loadavg: 1.74 1.29 2.27 8/269 176082
/proc/meminfo: memFree=128209380/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=149100 memory=64492 CPUtime=15.22 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 12600 0 0 0 1520 2 0 0 20 0 2 0 236785866 152678400 16123 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 37275 16123 3520 6655 0 14653 0
[pid=176064/tid=176078] ppid=176058 vsize=149100 memory=62060 CPUtime=2.56 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 3598 0 0 0 256 0 0 0 20 0 2 0 236786868 152678400 16123 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 15.22 s
Current children cumulated vsize: 149100 KiB
Current children cumulated memory: 64492 KiB

[startup+25.5002 s]
/proc/loadavg: 2.68 1.52 2.33 7/269 176082
/proc/meminfo: memFree=128189516/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=149240 memory=66284 CPUtime=40.67 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 27981 0 0 0 4064 3 0 0 20 0 2 0 236785866 152821760 16571 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 37310 16571 3520 6655 0 14817 0
[pid=176064/tid=176078] ppid=176058 vsize=149240 memory=14384 CPUtime=15.24 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 9992 0 0 0 1523 1 0 0 20 0 2 0 236786868 152821760 16571 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 40.67 s
Current children cumulated vsize: 149240 KiB
Current children cumulated memory: 66284 KiB

[startup+51.1055 s]
/proc/loadavg: 3.72 1.86 2.42 6/269 176083
/proc/meminfo: memFree=128148248/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=154304 memory=72556 CPUtime=91.57 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 36487 0 0 0 9153 4 0 0 20 0 2 0 236785866 158007296 18139 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 38576 18139 3584 6655 0 16451 0
[pid=176064/tid=176078] ppid=176058 vsize=154304 memory=72428 CPUtime=40.61 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 14056 0 0 0 4060 1 0 0 20 0 2 0 236786868 158007296 18139 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 91.57 s
Current children cumulated vsize: 154304 KiB
Current children cumulated memory: 72556 KiB

[startup+102.3 s]
/proc/loadavg: 5.10 2.52 2.62 7/269 176085
/proc/meminfo: memFree=128071500/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=156300 memory=77420 CPUtime=193.31 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 51793 0 0 0 19326 5 0 0 20 0 2 0 236785866 160051200 19355 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 39075 19355 3584 6655 0 17733 0
[pid=176064/tid=176078] ppid=176058 vsize=156300 memory=28160 CPUtime=91.32 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 21647 0 0 0 9130 2 0 0 20 0 2 0 236786868 160051200 19355 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 193.31 s
Current children cumulated vsize: 156300 KiB
Current children cumulated memory: 77420 KiB

[startup+162.3 s]
/proc/loadavg: 5.71 3.17 2.84 7/269 176089
/proc/meminfo: memFree=128030480/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=160420 memory=85100 CPUtime=312.54 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 53770 0 0 0 31249 5 0 0 20 0 2 0 236785866 164270080 21275 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 40105 21275 3584 6655 0 19578 0
[pid=176064/tid=176078] ppid=176058 vsize=160420 memory=79980 CPUtime=150.74 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 22542 0 0 0 15072 2 0 0 20 0 2 0 236786868 164270080 21275 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 312.54 s
Current children cumulated vsize: 160420 KiB
Current children cumulated memory: 85100 KiB

[startup+222.3 s]
/proc/loadavg: 5.90 3.69 3.04 7/269 176095
/proc/meminfo: memFree=127957324/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=106860 CPUtime=428.22 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) R 176058 176064 176007 0 -1 4194304 60080 0 0 0 42815 7 0 0 20 0 2 0 236785866 177614848 26715 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 26715 3584 6655 0 24776 0
[pid=176064/tid=176078] ppid=176058 vsize=173452 memory=106860 CPUtime=210.23 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 24950 0 0 0 21020 3 0 0 20 0 2 0 236786868 177614848 26715 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 428.22 s
Current children cumulated vsize: 173452 KiB
Current children cumulated memory: 106860 KiB

[startup+282.3 s]
/proc/loadavg: 5.56 4.02 3.19 6/268 176097
/proc/meminfo: memFree=127895280/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=106860 CPUtime=513.64 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60474 0 0 0 51357 7 0 0 20 0 2 0 236785866 177614848 26715 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 26715 3584 6655 0 24776 0
[pid=176064/tid=176078] ppid=176058 vsize=173452 memory=106860 CPUtime=252.19 cores=4,6
/proc/176064/task/176078/stat : 176078 (LSIPExact) R 176058 176064 176007 0 -1 4194368 25152 0 0 0 25216 3 0 0 20 0 2 0 236786868 177614848 26715 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
Current children cumulated CPU time: 513.64 s
Current children cumulated vsize: 173452 KiB
Current children cumulated memory: 106860 KiB

[startup+342.3 s]
/proc/loadavg: 5.31 4.23 3.32 6/266 176100
/proc/meminfo: memFree=127774920/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=88108 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22027 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22027 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=64656 memory=54588 CPUtime=33.77 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 10665 0 0 0 3368 9 0 0 20 0 1 0 236816706 66207744 13647 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 16164 13647 1120 1011 0 14931 0
Current children cumulated CPU time: 573.45 s
Current children cumulated vsize: 238108 KiB
Current children cumulated memory: 142696 KiB


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

/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 60092 0 0 0 248414 364 0 0 20 0 1 0 236816706 423874560 85321 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 103485 85321 1152 1011 0 102252 0
Current children cumulated CPU time: 3027.46 s
Current children cumulated vsize: 587392 KiB
Current children cumulated memory: 432592 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/266 176264
/proc/meminfo: memFree=127122932/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=421956 memory=362020 CPUtime=2547.64 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 62188 0 0 0 254396 368 0 0 20 0 1 0 236816706 432082944 90505 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 105489 90505 1152 1011 0 104256 0
Current children cumulated CPU time: 3087.32 s
Current children cumulated vsize: 595408 KiB
Current children cumulated memory: 453328 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 176268
/proc/meminfo: memFree=126990528/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=434968 memory=386284 CPUtime=2607.5 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 64703 0 0 0 260375 375 0 0 20 0 1 0 236816706 445407232 96571 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 108742 96571 1152 1011 0 107509 0
Current children cumulated CPU time: 3147.18 s
Current children cumulated vsize: 608420 KiB
Current children cumulated memory: 477592 KiB

[startup+2982.3 s]
/proc/loadavg: 4.30 4.15 4.11 5/268 176318
/proc/meminfo: memFree=127299980/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=435960 memory=387180 CPUtime=2667.35 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 64924 0 0 0 266351 384 0 0 20 0 1 0 236816706 446423040 96795 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 108990 96795 1152 1011 0 107757 0
Current children cumulated CPU time: 3207.03 s
Current children cumulated vsize: 609412 KiB
Current children cumulated memory: 478488 KiB

[startup+3042.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/268 176320
/proc/meminfo: memFree=127209496/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=435960 memory=387180 CPUtime=2727.21 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65021 0 0 0 272327 394 0 0 20 0 1 0 236816706 446423040 96795 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 108990 96795 1152 1011 0 107757 0
Current children cumulated CPU time: 3266.89 s
Current children cumulated vsize: 609412 KiB
Current children cumulated memory: 478488 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/268 176322
/proc/meminfo: memFree=127175000/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=435960 memory=387180 CPUtime=2787.07 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65041 0 0 0 278305 402 0 0 20 0 1 0 236816706 446423040 96795 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 108990 96795 1152 1011 0 107757 0
Current children cumulated CPU time: 3326.75 s
Current children cumulated vsize: 609412 KiB
Current children cumulated memory: 478488 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 176324
/proc/meminfo: memFree=127130304/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=436504 memory=387820 CPUtime=2846.93 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65178 0 0 0 284284 409 0 0 20 0 1 0 236816706 446980096 96955 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 109126 96955 1152 1011 0 107893 0
Current children cumulated CPU time: 3386.61 s
Current children cumulated vsize: 609956 KiB
Current children cumulated memory: 479128 KiB

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

# cumulated CPU time of all completed processes:  user=3387.68 s, system=4.19442 s

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

[startup+3164.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 176324
/proc/meminfo: memFree=127122240/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=436504 memory=387820 CPUtime=2849.42 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65178 0 0 0 284533 409 0 0 20 0 1 0 236816706 446980096 96955 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 109126 96955 1152 1011 0 107893 0
Current children cumulated CPU time: 3389.1 s
Current children cumulated vsize: 609956 KiB
Current children cumulated memory: 479128 KiB

[startup+3166.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 176324
/proc/meminfo: memFree=127122492/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=436504 memory=387820 CPUtime=2851.02 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65178 0 0 0 284692 410 0 0 20 0 1 0 236816706 446980096 96955 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 109126 96955 1152 1011 0 107893 0
Current children cumulated CPU time: 3390.7 s
Current children cumulated vsize: 609956 KiB
Current children cumulated memory: 479128 KiB

[startup+3167.2 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 176324
/proc/meminfo: memFree=127114428/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=436504 memory=387820 CPUtime=2851.82 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65178 0 0 0 284772 410 0 0 20 0 1 0 236816706 446980096 96955 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 109126 96955 1152 1011 0 107893 0
Current children cumulated CPU time: 3391.5 s
Current children cumulated vsize: 609956 KiB
Current children cumulated memory: 479128 KiB

[startup+3167.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 176324
/proc/meminfo: memFree=127114428/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=436504 memory=387820 CPUtime=2852.02 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65178 0 0 0 284792 410 0 0 20 0 1 0 236816706 446980096 96955 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 109126 96955 1152 1011 0 107893 0
Current children cumulated CPU time: 3391.7 s
Current children cumulated vsize: 609956 KiB
Current children cumulated memory: 479128 KiB

[startup+3167.5 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 176324
/proc/meminfo: memFree=127114428/131249996 swapFree=33010416/33010684
[pid=176064] ppid=176058 vsize=173452 memory=91308 CPUtime=539.68 cores=4,6
/proc/176064/stat : 176064 (LSIPExact) S 176058 176064 176007 0 -1 4194304 60628 0 0 0 53960 8 0 0 20 0 1 0 236785866 177614848 22827 18446744073709551615 94657891373056 94657918630225 140730279779008 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94657927132296 94657927563904 94657940983808 140730279786840 140730279787016 140730279787016 140730279792620 0
/proc/176064/statm: 43363 22827 3616 6655 0 24776 0
[pid=176100] ppid=176064 vsize=436504 memory=387820 CPUtime=2852.12 cores=4,6
/proc/176100/stat : 176100 (Exact) R 176064 176100 176100 0 -1 4194304 65178 0 0 0 284802 410 0 0 20 0 1 0 236816706 446980096 96955 18446744073709551615 4198400 8335837 140724817159536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 34783232 140724817168569 140724817168923 140724817168923 140724817174479 0
/proc/176100/statm: 109126 96955 1152 1011 0 107893 0
Current children cumulated CPU time: 3391.8 s
Current children cumulated vsize: 609956 KiB
Current children cumulated memory: 479128 KiB

Child status: 0

Real time (s): 3167.56
CPU time (s): 3391.87
CPU user time (s): 3387.68
CPU system time (s): 4.19442
CPU usage (%): 107.081
Max. virtual memory (cumulated for all children) (KiB): 609956
Max. memory (cumulated for all children) (KiB): 479128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3387.68
system time used= 4.19442
maximum resident set size= 410216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126124
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= 514
involuntary context switches= 6586


# summary of solver processes directly reported to runsolver:
#   pid: 176064
#   total CPU time (s): 3391.87
#   total CPU user time (s): 3387.68
#   total CPU system time (s): 4.19442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.31853 second user time and 14.2573 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 21:04:41
IDJOB=4541778
IDBENCH=163377
IDSOLVER=3384
FILE ID=nodeC022/4541778-1753211081
RUNJOBID= nodeC022-1753211081-176018
SLURM_JOB_ID= 9687788
Free space on /tmp= 432812 MiB

SOLVER NAME= LSIPExact S1
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-4541778-1753211081/watcher-4541778-1753211081 -o /tmp/evaluation-result-4541778-1753211081/solver-4541778-1753211081 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176018 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541778-1753211081.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=2133349205

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128377968 kB
MemAvailable:   129680936 kB
Buffers:            2128 kB
Cached:          2053136 kB
SwapCached:           32 kB
Active:          1207816 kB
Inactive:         911388 kB
Active(anon):      88044 kB
Inactive(anon):     2124 kB
Active(file):    1119772 kB
Inactive(file):   909264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            179212 kB
Writeback:            16 kB
AnonPages:         66988 kB
Mapped:           109044 kB
Shmem:             26220 kB
KReclaimable:     225940 kB
Slab:             322360 kB
SReclaimable:     225940 kB
SUnreclaim:        96420 kB
KernelStack:        4032 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     341860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432636 MiB
End job on nodeC022 at 2025-07-22 21:57:29