Trace number 4541713

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? (TO) 3600.12 3274.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-31array_diag_less.opb
MD5SUMd4d2180c253b956721820605fdb244a0
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.749639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4929
Total number of constraints4930
Number of constraints which are clauses2883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2047
Minimum length of a constraint2
Maximum length of a constraint124
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

717.07/383.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
717.07/383.90	c numVar: 4929
717.07/383.90	c numCon: 4930
717.07/383.90	c numEqual: 2046
717.07/383.90	c intSize: 63
717.07/383.90	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
717.07/383.90	c ------------------- Paras list -------------------
717.07/383.90	c Name                	 Type      	 Now       	 Default   	 Comment
717.07/383.90	c timeout             	 double    	 3600.000000	 3600      	 
717.07/383.90	c mip_time            	 double    	 0.200000  	 0.5       	 
717.07/383.90	c ls_time             	 double    	 10.000000 	 10        	 
717.07/383.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
717.07/383.90	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
717.07/383.90	c random_seed         	 int       	 0         	 0         	 
717.07/383.90	c sample_size         	 int       	 50        	 50        	 
717.07/383.90	c sub_score           	 int       	 1         	 1         	 
717.07/383.90	c tabu_base           	 int       	 3         	 3         	 
717.07/383.90	c tabu_variation      	 int       	 1         	 1         	 
717.07/383.90	c sub_div             	 int       	 4         	 4         	 
717.07/383.90	c nbcore              	 int       	 2         	 1         	 
717.07/383.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
717.07/383.90	c print_sol           	 int       	 1         	 1         	 
717.07/383.90	c tmpdir              	 string		 .         	 "."       	 
717.07/383.90	c home                	 string		 HOME	 "."       	 
717.07/383.90	c benchname           	 string		 HOME/instance-4541713-1753202313.opb	 ""        	 
717.07/383.90	c --------------------------------------------------
717.07/383.90	c Local Search solver
717.07/383.90	c MIP solver
717.07/383.90	c Branch and Bound solver find optimal solution
717.07/383.90	c failed: constraint #8 not satisfied. calculated value: 0, constant: 1, >=
717.07/383.90	c MIP solver objective value: 0
717.07/383.90	c failed: constraint #8 not satisfied. calculated value: 0, constant: 1, >=
717.07/383.90	c failed: constraint #8 not satisfied. calculated value: 0, constant: 1, >=
717.07/383.90	c use Exact solver
3600.08/3274.30	c receive signal 15, try to interrupt solver...
717.07/3274.41	c Exact solver (PID 158958) interrupted gracefully.
717.07/3274.41	s UNKNOWN
717.07/3274.41	c Total time: 3274

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541713-1753202313/watcher-4541713-1753202313 -o /tmp/evaluation-result-4541713-1753202313/solver-4541713-1753202313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753198970-158511 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4541713-1753202313.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
solver pid=158838, runsolver pid=158835
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.26 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127927916/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=0.09 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1527 0 0 0 9 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+0.205488 s]*
/proc/loadavg: 4.26 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127927916/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=0.2 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1527 0 0 0 20 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+0.305417 s]*
/proc/loadavg: 4.26 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127927916/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=0.29 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1529 0 0 0 29 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+0.700168 s]
/proc/loadavg: 4.26 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127928124/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=0.68 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1530 0 0 0 68 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+1.50017 s]
/proc/loadavg: 4.26 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127928124/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=1.48 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1531 0 0 0 148 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+3.10527 s]
/proc/loadavg: 4.24 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127926316/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=3.08 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1532 0 0 0 308 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+6.30016 s]
/proc/loadavg: 4.24 4.21 4.07 5/266 158839
/proc/meminfo: memFree=127918204/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=44680 memory=10368 CPUtime=6.27 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 1532 0 0 0 627 0 0 0 20 0 1 0 235909039 45752320 2592 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 11170 2592 1216 6655 0 1405 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 10368 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.22 4.08 6/266 158885
/proc/meminfo: memFree=128184148/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=148516 memory=61052 CPUtime=15.25 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 11637 0 0 0 1523 2 0 0 20 0 2 0 235909039 152080384 15263 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 37129 15263 3584 6655 0 13705 0
[pid=158838/tid=158885] ppid=158835 vsize=148516 memory=60284 CPUtime=2.59 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) R 158835 158838 158492 0 -1 4194368 2914 0 0 0 259 0 0 0 20 0 2 0 235910041 152080384 15263 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 148516 KiB
Current children cumulated memory: 61052 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.22 4.08 6/267 158886
/proc/meminfo: memFree=128124268/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=150416 memory=67580 CPUtime=31.57 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 21320 0 0 0 3153 4 0 0 20 0 2 0 235909039 154025984 16895 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 37604 16895 3584 6655 0 15232 0
[pid=158838/tid=158885] ppid=158835 vsize=150416 memory=67580 CPUtime=6.14 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) S 158835 158838 158492 0 -1 4194368 6841 0 0 0 613 1 0 0 20 0 2 0 235910041 154025984 16895 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 31.57 s
Current children cumulated vsize: 150416 KiB
Current children cumulated memory: 67580 KiB

[startup+51.1052 s]
/proc/loadavg: 4.63 4.31 4.11 6/267 158887
/proc/meminfo: memFree=128116204/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=150416 memory=67580 CPUtime=57.11 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 22498 0 0 0 5707 4 0 0 20 0 2 0 235909039 154025984 16895 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 37604 16895 3584 6655 0 15232 0
[pid=158838/tid=158885] ppid=158835 vsize=150416 memory=0 CPUtime=6.14 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) S 158835 158838 158492 0 -1 4194368 6841 0 0 0 613 1 0 0 20 0 2 0 235910041 154025984 16895 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 57.11 s
Current children cumulated vsize: 150416 KiB
Current children cumulated memory: 67580 KiB

[startup+102.3 s]
/proc/loadavg: 5.48 4.59 4.22 7/267 158888
/proc/meminfo: memFree=128090344/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=170940 memory=93820 CPUtime=157.54 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 49929 0 0 0 15747 7 0 0 20 0 2 0 235909039 175042560 23455 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 42735 23455 3584 6655 0 21596 0
[pid=158838/tid=158885] ppid=158835 vsize=170940 memory=23040 CPUtime=56.29 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) R 158835 158838 158492 0 -1 4194368 15003 0 0 0 5627 2 0 0 20 0 2 0 235910041 175042560 23455 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 157.54 s
Current children cumulated vsize: 170940 KiB
Current children cumulated memory: 93820 KiB

[startup+162.3 s]
/proc/loadavg: 5.85 4.87 4.34 7/267 158938
/proc/meminfo: memFree=128369788/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=170940 memory=103036 CPUtime=276.83 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 71069 0 0 0 27673 10 0 0 20 0 2 0 235909039 175042560 25759 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 42735 25759 3584 6655 0 23847 0
[pid=158838/tid=158885] ppid=158835 vsize=170940 memory=14592 CPUtime=116.13 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) R 158835 158838 158492 0 -1 4194368 25575 0 0 0 11609 4 0 0 20 0 2 0 235910041 175042560 25759 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 276.83 s
Current children cumulated vsize: 170940 KiB
Current children cumulated memory: 103036 KiB

[startup+222.3 s]
/proc/loadavg: 5.98 5.09 4.45 7/268 158942
/proc/meminfo: memFree=128282376/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=183176 memory=127484 CPUtime=396.11 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 77549 0 0 0 39599 12 0 0 20 0 2 0 235909039 187572224 31871 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 45794 31871 3584 6655 0 30004 0
[pid=158838/tid=158885] ppid=158835 vsize=183176 memory=127356 CPUtime=175.95 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) R 158835 158838 158492 0 -1 4194368 28710 0 0 0 17590 5 0 0 20 0 2 0 235910041 187572224 31871 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 396.11 s
Current children cumulated vsize: 183176 KiB
Current children cumulated memory: 127484 KiB

[startup+282.3 s]
/proc/loadavg: 6.06 5.27 4.56 6/268 158944
/proc/meminfo: memFree=128253472/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=190488 memory=143740 CPUtime=515.43 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 96152 0 0 0 51529 14 0 0 20 0 2 0 235909039 195059712 35935 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 47622 35935 3584 6655 0 33957 0
[pid=158838/tid=158885] ppid=158835 vsize=190488 memory=143100 CPUtime=235.81 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) R 158835 158838 158492 0 -1 4194368 38620 0 0 0 23575 6 0 0 20 0 2 0 235910041 195059712 35935 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 515.43 s
Current children cumulated vsize: 190488 KiB
Current children cumulated memory: 143740 KiB

[startup+342.3 s]
/proc/loadavg: 5.57 5.28 4.61 6/269 158954
/proc/meminfo: memFree=128193620/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=205244 memory=170876 CPUtime=634.74 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) R 158835 158838 158492 0 -1 4194304 106703 0 0 0 63457 17 0 0 20 0 2 0 235909039 210169856 42719 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 51311 42719 3584 6655 0 40730 0
[pid=158838/tid=158885] ppid=158835 vsize=205244 memory=144252 CPUtime=295.66 cores=1,3
/proc/158838/task/158885/stat : 158885 (LSIPExact) R 158835 158838 158492 0 -1 4194368 44887 0 0 0 29559 7 0 0 20 0 2 0 235910041 210169856 42719 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
Current children cumulated CPU time: 634.74 s
Current children cumulated vsize: 205244 KiB
Current children cumulated memory: 170876 KiB

[startup+402.3 s]

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

Current children cumulated memory: 504380 KiB

[startup+2742.3 s]
/proc/loadavg: 4.04 4.07 4.11 5/268 159079
/proc/meminfo: memFree=127219072/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=501384 memory=379396 CPUtime=2352.25 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 52808 0 0 0 234825 400 0 0 20 0 1 0 235947430 513417216 94849 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125346 94849 1152 1011 0 124113 0
Current children cumulated CPU time: 3069.32 s
Current children cumulated vsize: 718864 KiB
Current children cumulated memory: 565736 KiB

[startup+2802.3 s]
/proc/loadavg: 4.11 4.09 4.11 5/267 159082
/proc/meminfo: memFree=127172260/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=501384 memory=379396 CPUtime=2412.11 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 52808 0 0 0 240804 407 0 0 20 0 1 0 235947430 513417216 94849 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125346 94849 1152 1011 0 124113 0
Current children cumulated CPU time: 3129.18 s
Current children cumulated vsize: 718864 KiB
Current children cumulated memory: 565736 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/267 159084
/proc/meminfo: memFree=127158628/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=501384 memory=379396 CPUtime=2471.96 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 52931 0 0 0 246784 412 0 0 20 0 1 0 235947430 513417216 94849 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125346 94849 1152 1011 0 124113 0
Current children cumulated CPU time: 3189.03 s
Current children cumulated vsize: 718864 KiB
Current children cumulated memory: 565736 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 4.10 5/267 159086
/proc/meminfo: memFree=127088464/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=503424 memory=381488 CPUtime=2531.82 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 52946 0 0 0 252764 418 0 0 20 0 1 0 235947430 515506176 95372 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125856 95372 1152 1011 0 124623 0
Current children cumulated CPU time: 3248.89 s
Current children cumulated vsize: 720904 KiB
Current children cumulated memory: 567828 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.08 4.10 5/267 159089
/proc/meminfo: memFree=127106992/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=503424 memory=381488 CPUtime=2591.68 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 52946 0 0 0 258742 426 0 0 20 0 1 0 235947430 515506176 95372 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125856 95372 1152 1011 0 124623 0
Current children cumulated CPU time: 3308.75 s
Current children cumulated vsize: 720904 KiB
Current children cumulated memory: 567828 KiB

[startup+3042.3 s]
/proc/loadavg: 4.37 4.15 4.12 5/267 159137
/proc/meminfo: memFree=127281328/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=503424 memory=381488 CPUtime=2651.53 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 53041 0 0 0 264722 431 0 0 20 0 1 0 235947430 515506176 95372 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125856 95372 1152 1011 0 124623 0
Current children cumulated CPU time: 3368.6 s
Current children cumulated vsize: 720904 KiB
Current children cumulated memory: 567828 KiB

[startup+3102.3 s]
/proc/loadavg: 4.28 4.16 4.12 5/267 159231
/proc/meminfo: memFree=127568540/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=503424 memory=381488 CPUtime=2711.4 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 53050 0 0 0 270703 437 0 0 20 0 1 0 235947430 515506176 95372 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125856 95372 1152 1011 0 124623 0
Current children cumulated CPU time: 3428.47 s
Current children cumulated vsize: 720904 KiB
Current children cumulated memory: 567828 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.11 5/267 159233
/proc/meminfo: memFree=127541544/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=503424 memory=381488 CPUtime=2771.26 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 53164 0 0 0 276683 443 0 0 20 0 1 0 235947430 515506176 95372 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125856 95372 1152 1011 0 124623 0
Current children cumulated CPU time: 3488.33 s
Current children cumulated vsize: 720904 KiB
Current children cumulated memory: 567828 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/267 159281
/proc/meminfo: memFree=127931120/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=503424 memory=381488 CPUtime=2831.13 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 53180 0 0 0 282665 448 0 0 20 0 1 0 235947430 515506176 95372 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 125856 95372 1152 1011 0 124623 0
Current children cumulated CPU time: 3548.2 s
Current children cumulated vsize: 720904 KiB
Current children cumulated memory: 567828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3274.3 s]
/proc/loadavg: 4.44 4.23 4.15 5/267 159283
/proc/meminfo: memFree=127868100/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 0 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
[pid=158958] ppid=158838 vsize=504036 memory=382256 CPUtime=2883.01 cores=1,3
/proc/158958/stat : 158958 (Exact) R 158838 158958 158958 0 -1 4194304 53303 0 0 0 287850 451 0 0 20 0 1 0 235947430 516132864 95564 18446744073709551615 4198400 8335837 140726788924816 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21917696 140726788929721 140726788930075 140726788930075 140726788935631 0
/proc/158958/statm: 126009 95564 1152 1011 0 124776 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 721516 KiB
Current children cumulated memory: 568596 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3595.41 s, system=4.71852 s

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

[startup+3274.4 s]
/proc/loadavg: 4.44 4.23 4.15 5/267 159283
/proc/meminfo: memFree=127868100/131249996 swapFree=33003468/33010684
[pid=158838] ppid=158835 vsize=217480 memory=186340 CPUtime=717.07 cores=1,3
/proc/158838/stat : 158838 (LSIPExact) S 158835 158838 158492 0 -1 4194304 114489 137 0 0 71688 19 0 0 20 0 1 0 235909039 222699520 46585 18446744073709551615 93870980358144 93871007614545 140722564863456 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 93871016117384 93871016548992 93871021268992 140722564872536 140722564872712 140722564872712 140722564878316 0
/proc/158838/statm: 54370 46585 3616 6655 0 44603 0
Current children cumulated CPU time: 717.07 s
Current children cumulated vsize: 217480 KiB
Current children cumulated memory: 186340 KiB

Child status: 0

Real time (s): 3274.42
CPU time (s): 3600.12
CPU user time (s): 3595.41
CPU system time (s): 4.71852
CPU usage (%): 109.947
Max. virtual memory (cumulated for all children) (KiB): 877024
Max. memory (cumulated for all children) (KiB): 653764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.41
system time used= 4.71852
maximum resident set size= 528864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168433
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= 545
involuntary context switches= 9920


# summary of solver processes directly reported to runsolver:
#   pid: 158838
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3595.41
#   total CPU system time (s): 4.71852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33031 second user time and 14.6906 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 18:38:33
IDJOB=4541713
IDBENCH=163363
IDSOLVER=3336
FILE ID=nodeC021/4541713-1753202313
RUNJOBID= nodeC021-1753198970-158511
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-31array_diag_less.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541713-1753202313/watcher-4541713-1753202313 -o /tmp/evaluation-result-4541713-1753202313/solver-4541713-1753202313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753198970-158511 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4541713-1753202313.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
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.755
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		: 3598.680
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		: 3552.935
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		: 3599.767
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		: 3599.779
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.766
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.429
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		: 3600.382
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:        127930048 kB
MemAvailable:   128867168 kB
Buffers:            1056 kB
Cached:          1673256 kB
SwapCached:           56 kB
Active:          2009480 kB
Inactive:         580368 kB
Active(anon):     898688 kB
Inactive(anon):    38504 kB
Active(file):    1110792 kB
Inactive(file):   541864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44804 kB
Writeback:            32 kB
AnonPages:        915704 kB
Mapped:           154220 kB
Shmem:             21656 kB
KReclaimable:     247004 kB
Slab:             343040 kB
SReclaimable:     247004 kB
SUnreclaim:        96036 kB
KernelStack:        4288 kB
PageTables:         5056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1423412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 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:33:08