Trace number 4515301

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? 2974.87 2278.02

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=13698, runsolver pid=13695

[startup+0.100071 s]*
/proc/loadavg: 6.54 6.16 5.71 6/254 13699
/proc/meminfo: memFree=129864380/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=0.1 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 8 2 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+0.213356 s]*
/proc/loadavg: 6.54 6.16 5.71 6/254 13699
/proc/meminfo: memFree=129864392/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=0.21 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 19 2 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+0.313183 s]*
/proc/loadavg: 6.54 6.16 5.71 6/254 13699
/proc/meminfo: memFree=129864392/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=0.31 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 29 2 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+0.700337 s]
/proc/loadavg: 6.54 6.16 5.71 6/254 13699
/proc/meminfo: memFree=129864392/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=0.68 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 66 2 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+1.5003 s]
/proc/loadavg: 6.54 6.16 5.71 7/255 13700
/proc/meminfo: memFree=129844736/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=1.48 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 146 2 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+3.11277 s]
/proc/loadavg: 6.50 6.16 5.72 5/252 13714
/proc/meminfo: memFree=129857060/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=3.08 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 306 2 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+6.30029 s]
/proc/loadavg: 6.50 6.16 5.72 7/254 13745
/proc/meminfo: memFree=129665628/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=63256 memory=28672 CPUtime=6.25 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 6152 0 0 0 622 3 0 0 20 0 1 0 29673758 64774144 7168 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 15814 7168 1184 6655 0 6049 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 63256 KiB
Current children cumulated memory: 28672 KiB

[startup+12.7002 s]
/proc/loadavg: 6.35 6.14 5.71 8/255 13746
/proc/meminfo: memFree=129497948/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=297448 memory=210480 CPUtime=14.59 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 50809 0 0 0 1446 13 0 0 20 0 2 0 29673758 304586752 52620 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 74362 52620 3328 6655 0 56608 0
[pid=13698/tid=13746] ppid=13695 vsize=297448 memory=210096 CPUtime=1.98 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 8315 0 0 0 196 2 0 0 20 0 2 0 29674762 304586752 52620 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 297448 KiB
Current children cumulated memory: 210480 KiB

[startup+25.5002 s]
/proc/loadavg: 6.45 6.16 5.73 8/256 13747
/proc/meminfo: memFree=128862324/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=320736 memory=247024 CPUtime=40.02 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 97476 0 0 0 3985 17 0 0 20 0 2 0 29673758 328433664 61756 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 80184 61756 3424 6655 0 65141 0
[pid=13698/tid=13746] ppid=13695 vsize=320736 memory=245104 CPUtime=14.66 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 25593 0 0 0 1462 4 0 0 20 0 2 0 29674762 328433664 61756 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 40.02 s
Current children cumulated vsize: 320736 KiB
Current children cumulated memory: 247024 KiB

[startup+51.1054 s]
/proc/loadavg: 6.64 6.23 5.76 8/257 13749
/proc/meminfo: memFree=128649340/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=386172 memory=294040 CPUtime=90.84 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 147572 0 0 0 9059 25 0 0 20 0 2 0 29673758 395440128 73510 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 96543 73510 3424 6655 0 73347 0
[pid=13698/tid=13746] ppid=13695 vsize=386172 memory=292376 CPUtime=39.96 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 49056 0 0 0 3989 7 0 0 20 0 2 0 29674762 395440128 73510 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 90.84 s
Current children cumulated vsize: 386172 KiB
Current children cumulated memory: 294040 KiB

[startup+102.3 s]
/proc/loadavg: 6.90 6.38 5.84 8/257 13751
/proc/meminfo: memFree=128626312/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=386172 memory=299288 CPUtime=192.61 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 185495 0 0 0 19232 29 0 0 20 0 2 0 29673758 395440128 74822 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 96543 74822 3424 6655 0 74112 0
[pid=13698/tid=13746] ppid=13695 vsize=386172 memory=299288 CPUtime=90.69 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 70926 0 0 0 9060 9 0 0 20 0 2 0 29674762 395440128 74822 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 192.61 s
Current children cumulated vsize: 386172 KiB
Current children cumulated memory: 299288 KiB

[startup+162.3 s]
/proc/loadavg: 7.08 6.53 5.93 8/257 13752
/proc/meminfo: memFree=128497768/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=400308 memory=333336 CPUtime=311.88 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 205983 0 0 0 31156 32 0 0 20 0 2 0 29673758 409915392 83334 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 100077 83334 3424 6655 0 82205 0
[pid=13698/tid=13746] ppid=13695 vsize=400308 memory=302744 CPUtime=150.13 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 86224 0 0 0 15002 11 0 0 20 0 2 0 29674762 409915392 83334 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 311.88 s
Current children cumulated vsize: 400308 KiB
Current children cumulated memory: 333336 KiB

[startup+222.3 s]
/proc/loadavg: 7.11 6.64 6.01 8/256 13754
/proc/meminfo: memFree=128483052/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=425372 memory=386072 CPUtime=431.16 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 219524 0 0 0 43081 35 0 0 20 0 2 0 29673758 435580928 96518 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 106343 96518 3424 6655 0 95068 0
[pid=13698/tid=13746] ppid=13695 vsize=425372 memory=385432 CPUtime=209.59 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 93421 0 0 0 20946 13 0 0 20 0 2 0 29674762 435580928 96518 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 431.16 s
Current children cumulated vsize: 425372 KiB
Current children cumulated memory: 386072 KiB

[startup+282.3 s]
/proc/loadavg: 7.15 6.74 6.08 8/255 13756
/proc/meminfo: memFree=128456300/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=431320 memory=397208 CPUtime=550.43 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) R 13695 13698 11315 0 -1 4194304 228406 0 0 0 55006 37 0 0 20 0 2 0 29673758 441671680 99302 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 107830 99302 3424 6655 0 97846 0
[pid=13698/tid=13746] ppid=13695 vsize=431320 memory=-6081101315951399266 CPUtime=269.04 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 97729 0 0 0 26890 14 0 0 20 0 2 0 29674762 441671680 99302 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 550.43 s
Current children cumulated vsize: 431320 KiB
Current children cumulated memory: 397208 KiB

[startup+342.3 s]
/proc/loadavg: 6.97 6.77 6.14 7/254 13758
/proc/meminfo: memFree=128460748/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=502024 memory=407648 CPUtime=668.83 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 258895 0 0 0 66840 43 0 0 20 0 2 0 29673758 514072576 101912 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 125506 101912 3424 6655 0 100476 0
[pid=13698/tid=13746] ppid=13695 vsize=502024 memory=-6081101315951399266 CPUtime=328.5 cores=1,3
/proc/13698/task/13746/stat : 13746 (LSIPExact) R 13695 13698 11315 0 -1 4194368 123608 0 0 0 32831 19 0 0 20 0 2 0 29674762 514072576 101912 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
Current children cumulated CPU time: 668.83 s
Current children cumulated vsize: 502024 KiB
Current children cumulated memory: 407648 KiB

[startup+402.3 s]

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

/proc/loadavg: 2.13 2.28 3.45 4/244 14290
/proc/meminfo: memFree=116777892/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=406272 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 101568 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 101568 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1727648 memory=1409328 CPUtime=1232.22 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 202704 0 0 0 123067 155 0 0 20 0 1 0 29746364 1769111552 352332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 431912 352332 1120 1011 0 430679 0
Current children cumulated CPU time: 2660.17 s
Current children cumulated vsize: 2167520 KiB
Current children cumulated memory: 1815600 KiB

[startup+2022.3 s]
/proc/loadavg: 2.10 2.25 3.37 4/245 14293
/proc/meminfo: memFree=116721964/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=406272 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 101568 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 101568 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1758500 memory=1436080 CPUtime=1292.02 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 209424 0 0 0 129044 158 0 0 20 0 1 0 29746364 1800704000 359020 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 439625 359020 1120 1011 0 438392 0
Current children cumulated CPU time: 2719.97 s
Current children cumulated vsize: 2198372 KiB
Current children cumulated memory: 1842352 KiB

[startup+2082.3 s]
/proc/loadavg: 2.12 2.22 3.28 4/241 14295
/proc/meminfo: memFree=116684632/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=406400 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 101600 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 101600 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1765176 memory=1442096 CPUtime=1351.83 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 211009 0 0 0 135020 163 0 0 20 0 1 0 29746364 1807540224 360524 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 441294 360524 1120 1011 0 440061 0
Current children cumulated CPU time: 2779.78 s
Current children cumulated vsize: 2205048 KiB
Current children cumulated memory: 1848496 KiB

[startup+2142.3 s]
/proc/loadavg: 2.10 2.19 3.20 4/242 14298
/proc/meminfo: memFree=116621412/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1767192 memory=1444144 CPUtime=1411.63 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 211655 0 0 0 140998 165 0 0 20 0 1 0 29746364 1809604608 361036 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 441798 361036 1120 1011 0 440565 0
Current children cumulated CPU time: 2839.58 s
Current children cumulated vsize: 2207064 KiB
Current children cumulated memory: 1852464 KiB

[startup+2202.3 s]
/proc/loadavg: 2.08 2.17 3.13 4/241 14300
/proc/meminfo: memFree=116588400/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1779044 memory=1454768 CPUtime=1471.43 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 214406 0 0 0 146973 170 0 0 20 0 1 0 29746364 1821741056 363692 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 444761 363692 1120 1011 0 443528 0
Current children cumulated CPU time: 2899.38 s
Current children cumulated vsize: 2218916 KiB
Current children cumulated memory: 1863088 KiB

[startup+2262.3 s]
/proc/loadavg: 2.15 2.17 3.07 4/241 14302
/proc/meminfo: memFree=116560620/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1781680 memory=1457328 CPUtime=1531.24 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 215142 0 0 0 152949 175 0 0 20 0 1 0 29746364 1824440320 364332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 445420 364332 1120 1011 0 444187 0
Current children cumulated CPU time: 2959.19 s
Current children cumulated vsize: 2221552 KiB
Current children cumulated memory: 1865648 KiB

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

# cumulated CPU time of all completed processes:  user=2972.47 s, system=2.40578 s

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

[startup+2265.6 s]
/proc/loadavg: 2.14 2.16 3.06 4/241 14302
/proc/meminfo: memFree=116553500/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1781680 memory=1457328 CPUtime=1534.53 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 215142 0 0 0 153278 175 0 0 20 0 1 0 29746364 1824440320 364332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 445420 364332 1120 1011 0 444187 0
Current children cumulated CPU time: 2962.48 s
Current children cumulated vsize: 2221552 KiB
Current children cumulated memory: 1865648 KiB

[startup+2272 s]*
/proc/loadavg: 2.12 2.16 3.06 4/241 14302
/proc/meminfo: memFree=116552788/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1781680 memory=1457328 CPUtime=1540.91 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 215142 0 0 0 153916 175 0 0 20 0 1 0 29746364 1824440320 364332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 445420 364332 1120 1011 0 444187 0
Current children cumulated CPU time: 2968.86 s
Current children cumulated vsize: 2221552 KiB
Current children cumulated memory: 1865648 KiB

[startup+2275.2 s]
/proc/loadavg: 2.11 2.16 3.05 4/241 14302
/proc/meminfo: memFree=116543760/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1781680 memory=1457328 CPUtime=1544.09 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 215142 0 0 0 154234 175 0 0 20 0 1 0 29746364 1824440320 364332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 445420 364332 1120 1011 0 444187 0
Current children cumulated CPU time: 2972.04 s
Current children cumulated vsize: 2221552 KiB
Current children cumulated memory: 1865648 KiB

[startup+2276.8 s]
/proc/loadavg: 2.11 2.16 3.05 4/241 14302
/proc/meminfo: memFree=116538744/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1781680 memory=1457328 CPUtime=1545.69 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 215143 0 0 0 154394 175 0 0 20 0 1 0 29746364 1824440320 364332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 445420 364332 1120 1011 0 444187 0
Current children cumulated CPU time: 2973.64 s
Current children cumulated vsize: 2221552 KiB
Current children cumulated memory: 1865648 KiB

[startup+2277.6 s]
/proc/loadavg: 2.11 2.16 3.05 4/241 14302
/proc/meminfo: memFree=116540688/131382116 swapFree=33010684/33010684
[pid=13698] ppid=13695 vsize=439872 memory=408320 CPUtime=1427.95 cores=1,3
/proc/13698/stat : 13698 (LSIPExact) S 13695 13698 11315 0 -1 4194304 303204 0 0 0 142733 62 0 0 20 0 1 0 29673758 450428928 102080 18446744073709551615 94099268964352 94099296220753 140730449633984 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94099304723592 94099305155200 94099317297152 140730449635674 140730449635850 140730449635850 140730449641452 0
/proc/13698/statm: 109968 102080 3456 6655 0 100202 0
[pid=14152] ppid=13698 vsize=1781680 memory=1457328 CPUtime=1546.48 cores=1,3
/proc/14152/stat : 14152 (Exact) R 13698 14152 14152 0 -1 4194304 215144 0 0 0 154473 175 0 0 20 0 1 0 29746364 1824440320 364332 18446744073709551615 4198400 8335837 140735086652208 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32407552 140735086659771 140735086660125 140735086660125 140735086665679 0
/proc/14152/statm: 445420 364332 1120 1011 0 444187 0
Current children cumulated CPU time: 2974.43 s
Current children cumulated vsize: 2221552 KiB
Current children cumulated memory: 1865648 KiB

[startup+2278.01 s]*
/proc/loadavg: 2.10 2.16 3.05 3/240 14302
/proc/meminfo: memFree=117993408/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 2278.02
CPU time (s): 2974.87
CPU user time (s): 2972.47
CPU system time (s): 2.40578
CPU usage (%): 130.59
Max. virtual memory (cumulated for all children) (KiB): 2615880
Max. memory (cumulated for all children) (KiB): 2152488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2972.47
system time used= 2.40578
maximum resident set size= 1762600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 523096
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= 516
involuntary context switches= 23332


# summary of solver processes directly reported to runsolver:
#   pid: 13698
#   total CPU time (s): 2974.87
#   total CPU user time (s): 2972.47
#   total CPU system time (s): 2.40578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.45256 second user time and 18.2482 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 21:45:43
IDJOB=4515301
IDBENCH=164400
IDSOLVER=3336
FILE ID=nodeC010/4515301-1751139943
RUNJOBID= nodeC010-1751133631-11332
SLURM_JOB_ID= 9587410
Free space on /tmp= 432928 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-4515301-1751139943/watcher-4515301-1751139943 -o /tmp/evaluation-result-4515301-1751139943/solver-4515301-1751139943 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751133631-11332 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4515301-1751139943.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=732905704

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129888320 kB
MemAvailable:   129615368 kB
Buffers:            3280 kB
Cached:           539532 kB
SwapCached:            0 kB
Active:           559936 kB
Inactive:         333372 kB
Active(anon):     368456 kB
Inactive(anon):        0 kB
Active(file):     191480 kB
Inactive(file):   333372 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             90576 kB
Writeback:             0 kB
AnonPages:        351644 kB
Mapped:           134124 kB
Shmem:             17960 kB
KReclaimable:      83648 kB
Slab:             162624 kB
SReclaimable:      83648 kB
SUnreclaim:        78976 kB
KernelStack:        4096 kB
PageTables:         3772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     741316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC010 at 2025-06-28 22:23:42