Trace number 4527245

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? 3066.95 2369.56

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
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 variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
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 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1427.55/726.05	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1427.55/726.05	c numVar: 31248
1427.55/726.05	c numCon: 354
1427.55/726.05	c numEqual: 168
1427.55/726.05	c intSize: 15
1427.55/726.05	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1427.55/726.05	c ------------------- Paras list -------------------
1427.55/726.05	c Name                	 Type      	 Now       	 Default   	 Comment
1427.55/726.05	c timeout             	 double    	 3600.000000	 3600      	 
1427.55/726.05	c mip_time            	 double    	 0.200000  	 0.5       	 
1427.55/726.05	c ls_time             	 double    	 10.000000 	 10        	 
1427.55/726.05	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1427.55/726.05	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1427.55/726.05	c random_seed         	 int       	 0         	 0         	 
1427.55/726.05	c sample_size         	 int       	 50        	 50        	 
1427.55/726.05	c sub_score           	 int       	 1         	 1         	 
1427.55/726.05	c tabu_base           	 int       	 3         	 3         	 
1427.55/726.05	c tabu_variation      	 int       	 1         	 1         	 
1427.55/726.05	c sub_div             	 int       	 4         	 4         	 
1427.55/726.05	c nbcore              	 int       	 2         	 1         	 
1427.55/726.05	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1427.55/726.05	c print_sol           	 int       	 1         	 1         	 
1427.55/726.05	c tmpdir              	 string		 .         	 "."       	 
1427.55/726.05	c home                	 string		 HOME	 "."       	 
1427.55/726.05	c benchname           	 string		 HOME/instance-4527245-1752235888.opb	 ""        	 
1427.55/726.05	c --------------------------------------------------
1427.55/726.05	c Local Search solver
1427.55/726.05	c MIP solver
1427.55/726.05	c use Exact solver
3066.87/2369.55	s UNKNOWN
3066.87/2369.55	c Total time: 2370

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62455 MiB free)
  memory of node 1: 64465 MiB (61288 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527245-1752235888/watcher-4527245-1752235888 -o /tmp/evaluation-result-4527245-1752235888/solver-4527245-1752235888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114478 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527245-1752235888.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=115070, runsolver pid=115067

[startup+0.100061 s]*
/proc/loadavg: 6.89 7.61 7.76 4/262 115079
/proc/meminfo: memFree=126714592/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=0.09 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 9 0 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+0.205512 s]*
/proc/loadavg: 6.89 7.61 7.76 4/262 115079
/proc/meminfo: memFree=126714340/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=0.19 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 19 0 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+0.305498 s]*
/proc/loadavg: 6.89 7.61 7.76 4/262 115079
/proc/meminfo: memFree=126714340/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=0.29 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 29 0 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+0.700156 s]
/proc/loadavg: 6.89 7.61 7.76 4/262 115079
/proc/meminfo: memFree=126714340/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=0.68 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 67 1 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+1.50015 s]
/proc/loadavg: 6.89 7.61 7.76 5/262 115101
/proc/meminfo: memFree=126767716/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=1.47 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 145 2 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+3.10542 s]
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126577192/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=3.07 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 305 2 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+6.30016 s]
/proc/loadavg: 6.66 7.55 7.74 5/266 115116
/proc/meminfo: memFree=126618920/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=63256 memory=28544 CPUtime=6.26 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 6152 0 0 0 624 2 0 0 20 0 1 0 139266696 64774144 7136 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 15814 7136 1152 6655 0 6049 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28544 KiB

[startup+12.7002 s]
/proc/loadavg: 6.41 7.47 7.71 7/267 115119
/proc/meminfo: memFree=126270384/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=297448 memory=210616 CPUtime=14.6 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 50844 0 0 0 1451 9 0 0 20 0 2 0 139266696 304586752 52654 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 74362 52654 3328 6655 0 56608 0
[pid=115070/tid=115118] ppid=115067 vsize=297448 memory=209336 CPUtime=1.96 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 8366 0 0 0 195 1 0 0 20 0 2 0 139267700 304586752 52654 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 14.6 s
Current children cumulated vsize: 297448 KiB
Current children cumulated memory: 210616 KiB

[startup+25.5002 s]
/proc/loadavg: 6.50 7.45 7.70 8/268 115121
/proc/meminfo: memFree=125901116/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=332184 memory=255164 CPUtime=40.02 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 97453 0 0 0 3986 16 0 0 20 0 2 0 139266696 340156416 63791 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 83046 63791 3424 6655 0 67912 0
[pid=115070/tid=115118] ppid=115067 vsize=332184 memory=240044 CPUtime=14.62 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 25342 0 0 0 1458 4 0 0 20 0 2 0 139267700 340156416 63791 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 40.02 s
Current children cumulated vsize: 332184 KiB
Current children cumulated memory: 255164 KiB

[startup+51.1059 s]
/proc/loadavg: 6.45 7.37 7.67 7/268 115213
/proc/meminfo: memFree=125773312/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=385984 memory=285936 CPUtime=90.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 157583 0 0 0 9027 36 0 0 20 0 2 0 139266696 395247616 71484 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 96496 71484 3424 6655 0 73036 0
[pid=115070/tid=115118] ppid=115067 vsize=385984 memory=285936 CPUtime=39.83 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 59826 0 0 0 3967 16 0 0 20 0 2 0 139267700 395247616 71484 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 90.63 s
Current children cumulated vsize: 385984 KiB
Current children cumulated memory: 285936 KiB

[startup+102.3 s]
/proc/loadavg: 6.47 7.21 7.60 7/270 115354
/proc/meminfo: memFree=125764168/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=385984 memory=287344 CPUtime=192.11 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 202620 0 0 0 19158 53 0 0 20 0 2 0 139266696 395247616 71836 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 96496 71836 3424 6655 0 73400 0
[pid=115070/tid=115118] ppid=115067 vsize=385984 memory=287344 CPUtime=90.37 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 80232 0 0 0 9011 26 0 0 20 0 2 0 139267700 395247616 71836 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 192.11 s
Current children cumulated vsize: 385984 KiB
Current children cumulated memory: 287344 KiB

[startup+162.3 s]
/proc/loadavg: 6.21 7.00 7.50 7/272 115358
/proc/meminfo: memFree=125679872/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=385984 memory=289904 CPUtime=311.21 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 239226 0 0 0 31065 56 0 0 20 0 2 0 139266696 395247616 72476 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 96496 72476 3424 6655 0 74023 0
[pid=115070/tid=115118] ppid=115067 vsize=385984 memory=288624 CPUtime=149.7 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 99268 0 0 0 14942 28 0 0 20 0 2 0 139267700 395247616 72476 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 311.21 s
Current children cumulated vsize: 385984 KiB
Current children cumulated memory: 289904 KiB

[startup+222.3 s]
/proc/loadavg: 6.28 6.88 7.42 7/271 115452
/proc/meminfo: memFree=127842756/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=394996 memory=309744 CPUtime=430.26 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 254229 0 0 0 42962 64 0 0 20 0 2 0 139266696 404475904 77436 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 98749 77436 3424 6655 0 79209 0
[pid=115070/tid=115118] ppid=115067 vsize=394996 memory=300272 CPUtime=209 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 106789 0 0 0 20869 31 0 0 20 0 2 0 139267700 404475904 77436 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 430.26 s
Current children cumulated vsize: 394996 KiB
Current children cumulated memory: 309744 KiB

[startup+282.3 s]
/proc/loadavg: 6.66 6.87 7.38 8/272 115456
/proc/meminfo: memFree=127709152/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=419932 memory=369008 CPUtime=549.38 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 283721 0 0 0 54867 71 0 0 20 0 2 0 139266696 430010368 92252 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 104983 92252 3424 6655 0 92686 0
[pid=115070/tid=115118] ppid=115067 vsize=419932 memory=344944 CPUtime=268.35 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 120534 0 0 0 26800 35 0 0 20 0 2 0 139267700 430010368 92252 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 549.38 s
Current children cumulated vsize: 419932 KiB
Current children cumulated memory: 369008 KiB

[startup+342.3 s]
/proc/loadavg: 6.99 6.93 7.37 8/270 115458
/proc/meminfo: memFree=127697136/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=428060 memory=384496 CPUtime=668.54 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) R 115067 115070 114460 0 -1 4194304 291036 0 0 0 66781 73 0 0 20 0 2 0 139266696 438333440 96124 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 107015 96124 3424 6655 0 95871 0
[pid=115070/tid=115118] ppid=115067 vsize=428060 memory=344944 CPUtime=327.72 cores=4,6
/proc/115070/task/115118/stat : 115118 (LSIPExact) R 115067 115070 114460 0 -1 4194368 125661 0 0 0 32735 37 0 0 20 0 2 0 139267700 438333440 96124 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
Current children cumulated CPU time: 668.54 s
Current children cumulated vsize: 428060 KiB
Current children cumulated memory: 384496 KiB


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

/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 212154 0 0 0 147075 171 0 0 20 0 1 0 139339302 1809604608 366301 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 441798 366301 1120 1011 0 440565 0
Current children cumulated CPU time: 2900.09 s
Current children cumulated vsize: 2205656 KiB
Current children cumulated memory: 1869568 KiB

[startup+2262.3 s]
/proc/loadavg: 4.09 5.11 5.90 3/254 115621
/proc/meminfo: memFree=115777140/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1775596 memory=1490292 CPUtime=1532.31 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 214228 0 0 0 153057 174 0 0 20 0 1 0 139339302 1818210304 372573 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 443899 372573 1120 1011 0 442666 0
Current children cumulated CPU time: 2959.94 s
Current children cumulated vsize: 2214060 KiB
Current children cumulated memory: 1894656 KiB

[startup+2322.3 s]
/proc/loadavg: 2.88 4.57 5.67 3/254 115623
/proc/meminfo: memFree=115803584/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1780104 memory=1508980 CPUtime=1592.16 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215392 0 0 0 159038 178 0 0 20 0 1 0 139339302 1822826496 377245 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445026 377245 1120 1011 0 443793 0
Current children cumulated CPU time: 3019.79 s
Current children cumulated vsize: 2218568 KiB
Current children cumulated memory: 1913344 KiB

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

# cumulated CPU time of all completed processes:  user=3064.27 s, system=2.6781 s

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

[startup+2329.6 s]
/proc/loadavg: 2.75 4.49 5.63 3/254 115623
/proc/meminfo: memFree=115807436/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1780444 memory=1509236 CPUtime=1599.44 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215445 0 0 0 159766 178 0 0 20 0 1 0 139339302 1823174656 377309 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445111 377309 1120 1011 0 443878 0
Current children cumulated CPU time: 3027.07 s
Current children cumulated vsize: 2218908 KiB
Current children cumulated memory: 1913600 KiB

[startup+2355.2 s]
/proc/loadavg: 2.49 4.29 5.53 3/254 115624
/proc/meminfo: memFree=115767004/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781680 memory=1510388 CPUtime=1624.97 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215772 0 0 0 162317 180 0 0 20 0 1 0 139339302 1824440320 377597 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445420 377597 1120 1011 0 444187 0
Current children cumulated CPU time: 3052.6 s
Current children cumulated vsize: 2220144 KiB
Current children cumulated memory: 1914752 KiB

[startup+2361.6 s]
/proc/loadavg: 2.45 4.25 5.51 3/254 115624
/proc/meminfo: memFree=115761928/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781680 memory=1510388 CPUtime=1631.36 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215772 0 0 0 162954 182 0 0 20 0 1 0 139339302 1824440320 377597 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445420 377597 1120 1011 0 444187 0
Current children cumulated CPU time: 3058.99 s
Current children cumulated vsize: 2220144 KiB
Current children cumulated memory: 1914752 KiB

[startup+2364.8 s]
/proc/loadavg: 2.42 4.21 5.49 3/254 115624
/proc/meminfo: memFree=115755368/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781680 memory=1510388 CPUtime=1634.55 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215772 0 0 0 163273 182 0 0 20 0 1 0 139339302 1824440320 377597 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445420 377597 1120 1011 0 444187 0
Current children cumulated CPU time: 3062.18 s
Current children cumulated vsize: 2220144 KiB
Current children cumulated memory: 1914752 KiB

[startup+2368 s]*
/proc/loadavg: 2.38 4.17 5.47 3/254 115624
/proc/meminfo: memFree=115751600/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781680 memory=1510388 CPUtime=1637.74 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215772 0 0 0 163592 182 0 0 20 0 1 0 139339302 1824440320 377597 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445420 377597 1120 1011 0 444187 0
Current children cumulated CPU time: 3065.37 s
Current children cumulated vsize: 2220144 KiB
Current children cumulated memory: 1914752 KiB

[startup+2368.8 s]
/proc/loadavg: 2.38 4.17 5.47 3/254 115624
/proc/meminfo: memFree=115751600/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781680 memory=1510388 CPUtime=1638.54 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215772 0 0 0 163672 182 0 0 20 0 1 0 139339302 1824440320 377597 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445420 377597 1120 1011 0 444187 0
Current children cumulated CPU time: 3066.17 s
Current children cumulated vsize: 2220144 KiB
Current children cumulated memory: 1914752 KiB

[startup+2369.2 s]
/proc/loadavg: 2.38 4.17 5.47 3/254 115624
/proc/meminfo: memFree=115754540/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781680 memory=1510388 CPUtime=1638.94 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215772 0 0 0 163712 182 0 0 20 0 1 0 139339302 1824440320 377597 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445420 377597 1120 1011 0 444187 0
Current children cumulated CPU time: 3066.57 s
Current children cumulated vsize: 2220144 KiB
Current children cumulated memory: 1914752 KiB

[startup+2369.4 s]
/proc/loadavg: 2.38 4.17 5.47 3/254 115624
/proc/meminfo: memFree=115754540/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781824 memory=1510516 CPUtime=1639.14 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215788 0 0 0 163732 182 0 0 20 0 1 0 139339302 1824587776 377629 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445456 377629 1120 1011 0 444223 0
Current children cumulated CPU time: 3066.77 s
Current children cumulated vsize: 2220288 KiB
Current children cumulated memory: 1914880 KiB

[startup+2369.5 s]
/proc/loadavg: 2.38 4.17 5.47 3/254 115624
/proc/meminfo: memFree=115754540/131249996 swapFree=33000896/33010684
[pid=115070] ppid=115067 vsize=438464 memory=404364 CPUtime=1427.63 cores=4,6
/proc/115070/stat : 115070 (LSIPExact) S 115067 115070 114460 0 -1 4194304 319716 0 0 0 142680 83 0 0 20 0 1 0 139266696 448987136 101091 18446744073709551615 93858094125056 93858121382225 140736476910688 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93858129884296 93858130315904 93858136698880 140736476916056 140736476916232 140736476916232 140736476921836 0
/proc/115070/statm: 109616 101091 3488 6655 0 99846 0
[pid=115480] ppid=115070 vsize=1781824 memory=1510516 CPUtime=1639.24 cores=4,6
/proc/115480/stat : 115480 (Exact) R 115070 115480 115480 0 -1 4194304 215788 0 0 0 163742 182 0 0 20 0 1 0 139339302 1824587776 377629 18446744073709551615 4198400 8335837 140724755728752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 35762176 140724755736761 140724755737115 140724755737115 140724755742671 0
/proc/115480/statm: 445456 377629 1120 1011 0 444223 0
Current children cumulated CPU time: 3066.87 s
Current children cumulated vsize: 2220288 KiB
Current children cumulated memory: 1914880 KiB

Child status: 0

Real time (s): 2369.56
CPU time (s): 3066.95
CPU user time (s): 3064.27
CPU system time (s): 2.6781
CPU usage (%): 129.432
Max. virtual memory (cumulated for all children) (KiB): 2614472
Max. memory (cumulated for all children) (KiB): 1978152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3064.27
system time used= 2.6781
maximum resident set size= 1741724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540536
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= 440
involuntary context switches= 34174


# summary of solver processes directly reported to runsolver:
#   pid: 115070
#   total CPU time (s): 3066.95
#   total CPU user time (s): 3064.27
#   total CPU system time (s): 2.6781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.80576 second user time and 10.9309 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 14:11:28
IDJOB=4527245
IDBENCH=164400
IDSOLVER=3384
FILE ID=nodeC023/4527245-1752235888
RUNJOBID= nodeC023-1752232205-114478
SLURM_JOB_ID= 9682534
Free space on /tmp= 431708 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527245-1752235888/watcher-4527245-1752235888 -o /tmp/evaluation-result-4527245-1752235888/solver-4527245-1752235888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114478 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527245-1752235888.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=942251001

nodeC023 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		: 3600.169
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.78
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		: 3599.747
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.78
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		: 3598.718
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.78
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.788
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.78
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		: 3565.604
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.78
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.918
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126699776 kB
MemAvailable:   126852292 kB
Buffers:              16 kB
Cached:           893584 kB
SwapCached:         2860 kB
Active:          2736648 kB
Inactive:         730156 kB
Active(anon):    2533064 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   677400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            135828 kB
Writeback:             4 kB
AnonPages:       2571656 kB
Mapped:           116852 kB
Shmem:             12612 kB
KReclaimable:     221544 kB
Slab:             314316 kB
SReclaimable:     221544 kB
SUnreclaim:        92772 kB
KernelStack:        4304 kB
PageTables:         8344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3053204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431772 MiB
End job on nodeC023 at 2025-07-11 14:50:58