Trace number 4541674

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? 3204.75 3186.66

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-26array_diag_greater.opb
MD5SUMdba81c8b2aded5f1a3d2b088b53137dc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.658617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3484
Total number of constraints3485
Number of constraints which are clauses2028
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1457
Minimum length of a constraint2
Maximum length of a constraint104
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 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740991
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61708 MiB free)
  memory of node 1: 64507 MiB (63096 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 4.14 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794076/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=0.09 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1148 0 0 0 9 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+0.20565 s]*
/proc/loadavg: 4.14 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794076/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=0.2 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1148 0 0 0 20 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+0.305549 s]*
/proc/loadavg: 4.14 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794076/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=0.3 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1149 0 0 0 30 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+0.700176 s]
/proc/loadavg: 4.14 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794076/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=0.69 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1149 0 0 0 69 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+1.50016 s]
/proc/loadavg: 4.12 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794112/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=1.48 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1150 0 0 0 148 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+3.10543 s]
/proc/loadavg: 4.12 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794112/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=3.09 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1150 0 0 0 309 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+6.30015 s]
/proc/loadavg: 4.11 4.14 4.03 5/267 158789
/proc/meminfo: memFree=127794152/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=43108 memory=8704 CPUtime=6.27 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 1150 0 0 0 627 0 0 0 20 0 1 0 235897096 44142592 2176 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 10777 2176 1184 6655 0 1012 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43108 KiB
Current children cumulated memory: 8704 KiB

[startup+12.7001 s]
/proc/loadavg: 4.19 4.15 4.04 6/268 158790
/proc/meminfo: memFree=127768724/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=138560 memory=48840 CPUtime=15.26 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 8676 0 0 0 1525 1 0 0 20 0 2 0 235897096 141885440 12210 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 34640 12210 3488 6655 0 10694 0
[pid=158788/tid=158790] ppid=158785 vsize=138560 memory=48840 CPUtime=2.6 cores=4,6
/proc/158788/task/158790/stat : 158790 (LSIPExact) R 158785 158788 158492 0 -1 4194368 2361 0 0 0 260 0 0 0 20 0 2 0 235898097 141885440 12210 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 138560 KiB
Current children cumulated memory: 48840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.16 4.04 6/268 158790
/proc/meminfo: memFree=127752716/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=140880 memory=61512 CPUtime=34.79 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) R 158785 158788 158492 0 -1 4194304 22510 0 0 0 3477 2 0 0 20 0 2 0 235897096 144261120 15378 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 35220 15378 3552 6655 0 13507 0
[pid=158788/tid=158790] ppid=158785 vsize=140880 memory=49096 CPUtime=9.37 cores=4,6
/proc/158788/task/158790/stat : 158790 (LSIPExact) R 158785 158788 158492 0 -1 4194368 8272 0 0 0 937 0 0 0 20 0 2 0 235898097 144261120 15378 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
Current children cumulated CPU time: 34.79 s
Current children cumulated vsize: 140880 KiB
Current children cumulated memory: 61512 KiB

[startup+51.1055 s]
/proc/loadavg: 4.43 4.22 4.07 5/268 158792
/proc/meminfo: memFree=127723192/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=69320 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17330 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17330 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=46480 memory=32800 CPUtime=8.16 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 5906 0 0 0 813 3 0 0 20 0 1 0 235901385 47595520 8200 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 11620 8200 1120 1011 0 10387 0
Current children cumulated CPU time: 76.97 s
Current children cumulated vsize: 192440 KiB
Current children cumulated memory: 102120 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.20 4.07 5/267 158794
/proc/meminfo: memFree=127690504/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=69320 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17330 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17330 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=61500 memory=53592 CPUtime=59.23 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 9576 0 0 0 5906 17 0 0 20 0 1 0 235901385 62976000 13398 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 15375 13398 1120 1011 0 14142 0
Current children cumulated CPU time: 128.04 s
Current children cumulated vsize: 207460 KiB
Current children cumulated memory: 122912 KiB

[startup+162.3 s]
/proc/loadavg: 4.60 4.29 4.11 6/267 158886
/proc/meminfo: memFree=128124268/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=69320 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17330 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17330 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=92948 memory=86792 CPUtime=119.08 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 14527 0 0 0 11879 29 0 0 20 0 1 0 235901385 95178752 21698 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 23237 21698 1120 1011 0 22004 0
Current children cumulated CPU time: 187.89 s
Current children cumulated vsize: 238908 KiB
Current children cumulated memory: 156112 KiB

[startup+222.3 s]
/proc/loadavg: 5.48 4.59 4.22 7/267 158888
/proc/meminfo: memFree=128090344/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=69320 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17330 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17330 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=94308 memory=88200 CPUtime=178.92 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 14881 0 0 0 17848 44 0 0 20 0 1 0 235901385 96571392 22050 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 23577 22050 1120 1011 0 22344 0
Current children cumulated CPU time: 247.73 s
Current children cumulated vsize: 240268 KiB
Current children cumulated memory: 157520 KiB

[startup+282.3 s]
/proc/loadavg: 5.85 4.87 4.34 7/267 158938
/proc/meminfo: memFree=128369540/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=69832 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17458 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17458 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=101272 memory=94728 CPUtime=238.78 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 16546 0 0 0 23818 60 0 0 20 0 1 0 235901385 103702528 23682 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 25318 23682 1120 1011 0 24085 0
Current children cumulated CPU time: 307.59 s
Current children cumulated vsize: 247232 KiB
Current children cumulated memory: 164560 KiB

[startup+342.3 s]
/proc/loadavg: 5.98 5.09 4.45 7/268 158942
/proc/meminfo: memFree=128282376/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=103872 memory=98696 CPUtime=298.63 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 17229 0 0 0 29789 74 0 0 20 0 1 0 235901385 106364928 24674 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0

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

/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 41058 0 0 0 280748 487 0 0 20 0 1 0 235901385 336711680 63854 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 82205 63854 1152 1011 0 80972 0
Current children cumulated CPU time: 2881.16 s
Current children cumulated vsize: 474780 KiB
Current children cumulated memory: 327168 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.09 4.11 5/267 159082
/proc/meminfo: memFree=127172260/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=328820 memory=255416 CPUtime=2872.21 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 41065 0 0 0 286728 493 0 0 20 0 1 0 235901385 336711680 63854 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 82205 63854 1152 1011 0 80972 0
Current children cumulated CPU time: 2941.02 s
Current children cumulated vsize: 474780 KiB
Current children cumulated memory: 327168 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/267 159084
/proc/meminfo: memFree=127158628/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=330444 memory=256824 CPUtime=2932.06 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 41427 0 0 0 292706 500 0 0 20 0 1 0 235901385 338374656 64206 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 82611 64206 1152 1011 0 81378 0
Current children cumulated CPU time: 3000.87 s
Current children cumulated vsize: 476404 KiB
Current children cumulated memory: 328576 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.08 4.10 5/267 159086
/proc/meminfo: memFree=127093100/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=335812 memory=261560 CPUtime=2991.91 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 42602 0 0 0 298681 510 0 0 20 0 1 0 235901385 343871488 65390 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 83953 65390 1152 1011 0 82720 0
Current children cumulated CPU time: 3060.72 s
Current children cumulated vsize: 481772 KiB
Current children cumulated memory: 333312 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.08 4.10 5/267 159089
/proc/meminfo: memFree=127106992/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3051.76 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43795 0 0 0 304659 517 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3120.57 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

[startup+3162.3 s]
/proc/loadavg: 4.42 4.16 4.12 5/267 159137
/proc/meminfo: memFree=127281328/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3111.61 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43795 0 0 0 310636 525 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3180.42 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

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

# cumulated CPU time of all completed processes:  user=3199.41 s, system=5.34333 s

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

[startup+3174.4 s]
/proc/loadavg: 4.43 4.17 4.12 5/267 159138
/proc/meminfo: memFree=127281328/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3123.68 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43796 0 0 0 311842 526 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3192.49 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

[startup+3180.8 s]
/proc/loadavg: 4.40 4.17 4.12 5/267 159139
/proc/meminfo: memFree=127281132/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3130.07 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43796 0 0 0 312479 528 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3198.88 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

[startup+3184 s]*
/proc/loadavg: 4.37 4.17 4.12 5/267 159139
/proc/meminfo: memFree=127281132/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3133.26 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43796 0 0 0 312798 528 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3202.07 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

[startup+3185.6 s]
/proc/loadavg: 4.37 4.17 4.12 5/267 159139
/proc/meminfo: memFree=127281132/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3134.86 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43796 0 0 0 312957 529 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3203.67 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

[startup+3186.4 s]
/proc/loadavg: 4.37 4.17 4.12 5/267 159139
/proc/meminfo: memFree=127281132/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3135.66 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43796 0 0 0 313037 529 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3204.47 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

[startup+3186.6 s]
/proc/loadavg: 4.37 4.17 4.12 5/267 159139
/proc/meminfo: memFree=127281132/131249996 swapFree=33003468/33010684
[pid=158788] ppid=158785 vsize=145960 memory=71752 CPUtime=68.81 cores=4,6
/proc/158788/stat : 158788 (LSIPExact) S 158785 158788 158492 0 -1 4194304 35014 0 0 0 6878 3 0 0 20 0 1 0 235897096 149463040 17938 18446744073709551615 94348033667072 94348060923473 140721587102368 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94348069426312 94348069857920 94348076777472 140721587104088 140721587104264 140721587104264 140721587109868 0
/proc/158788/statm: 36490 17938 3552 6655 0 16002 0
[pid=158792] ppid=158788 vsize=340308 memory=266168 CPUtime=3135.86 cores=4,6
/proc/158792/stat : 158792 (Exact) R 158788 158792 158792 0 -1 4194304 43796 0 0 0 313057 529 0 0 20 0 1 0 235901385 348475392 66542 18446744073709551615 4198400 8335837 140728117909520 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 16187392 140728117917881 140728117918235 140728117918235 140728117923791 0
/proc/158792/statm: 85077 66542 1152 1011 0 83844 0
Current children cumulated CPU time: 3204.67 s
Current children cumulated vsize: 486268 KiB
Current children cumulated memory: 337920 KiB

Child status: 0

Real time (s): 3186.66
CPU time (s): 3204.75
CPU user time (s): 3199.41
CPU system time (s): 5.34333
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 561744
Max. memory (cumulated for all children) (KiB): 365492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3199.41
system time used= 5.34333
maximum resident set size= 340844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78952
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= 442
involuntary context switches= 2089


# summary of solver processes directly reported to runsolver:
#   pid: 158788
#   total CPU time (s): 3204.75
#   total CPU user time (s): 3199.41
#   total CPU system time (s): 5.34333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12186 second user time and 14.0659 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 18:36:34
IDJOB=4541674
IDBENCH=163331
IDSOLVER=3336
FILE ID=nodeC021/4541674-1753202194
RUNJOBID= nodeC021-1753198970-158510
SLURM_JOB_ID= 9687754
Free space on /tmp= 432892 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_diag/normalized-26array_diag_greater.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541674-1753202194/watcher-4541674-1753202194 -o /tmp/evaluation-result-4541674-1753202194/solver-4541674-1753202194 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753198970-158510 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541674-1753202194.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= dba81c8b2aded5f1a3d2b088b53137dc
RANDOM SEED=359947374

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.786
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.56
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.809
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.56
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.795
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.56
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.56
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		: 3700.000
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.56
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.780
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.56
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.794
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127799936 kB
MemAvailable:   128737056 kB
Buffers:            1056 kB
Cached:          1673260 kB
SwapCached:           56 kB
Active:          2127044 kB
Inactive:         580372 kB
Active(anon):    1016252 kB
Inactive(anon):    38504 kB
Active(file):    1110792 kB
Inactive(file):   541868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44756 kB
Writeback:             0 kB
AnonPages:       1035292 kB
Mapped:           153540 kB
Shmem:             21656 kB
KReclaimable:     247000 kB
Slab:             342940 kB
SReclaimable:     247000 kB
SUnreclaim:        95940 kB
KernelStack:        4304 kB
PageTables:         5276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1564420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432848 MiB
End job on nodeC021 at 2025-07-22 19:29:41