Trace number 4544794

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 S1UNSAT 1434.19 728.362

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat12_11_identity_complement.opb
MD5SUM6b491c2baabcf28ebf0b874cd3568279
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 benchmark1.17133
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1584
Total number of constraints50832
Number of constraints which are clauses47928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2904
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1431.77/726.09	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1431.77/726.09	c numVar: 1584
1431.77/726.09	c numCon: 50832
1431.77/726.09	c numEqual: 0
1431.77/726.09	c intSize: 5
1431.77/726.09	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1431.77/726.09	c ------------------- Paras list -------------------
1431.77/726.09	c Name                	 Type      	 Now       	 Default   	 Comment
1431.77/726.09	c timeout             	 double    	 3600.000000	 3600      	 
1431.77/726.09	c mip_time            	 double    	 0.200000  	 0.5       	 
1431.77/726.09	c ls_time             	 double    	 10.000000 	 10        	 
1431.77/726.09	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1431.77/726.09	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1431.77/726.09	c random_seed         	 int       	 0         	 0         	 
1431.77/726.09	c sample_size         	 int       	 50        	 50        	 
1431.77/726.09	c sub_score           	 int       	 1         	 1         	 
1431.77/726.09	c tabu_base           	 int       	 3         	 3         	 
1431.77/726.09	c tabu_variation      	 int       	 1         	 1         	 
1431.77/726.09	c sub_div             	 int       	 4         	 4         	 
1431.77/726.09	c nbcore              	 int       	 2         	 1         	 
1431.77/726.09	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1431.77/726.09	c print_sol           	 int       	 1         	 1         	 
1431.77/726.09	c tmpdir              	 string		 .         	 "."       	 
1431.77/726.09	c home                	 string		 HOME	 "."       	 
1431.77/726.09	c benchname           	 string		 HOME/instance-4544794-1753222438.opb	 ""        	 
1431.77/726.09	c --------------------------------------------------
1431.77/726.09	c Local Search solver
1431.77/726.09	c MIP solver
1431.77/726.09	c use Exact solver
1434.12/728.32	c Exact infeasible
1434.12/728.34	s UNSATISFIABLE
1434.12/728.34	c Total time: 729

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100065 s]*
/proc/loadavg: 4.83 4.92 4.78 5/267 167385
/proc/meminfo: memFree=67903696/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=0.08 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 8 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+0.205537 s]*
/proc/loadavg: 4.83 4.92 4.78 5/267 167385
/proc/meminfo: memFree=67903696/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=0.19 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 19 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+0.30548 s]*
/proc/loadavg: 4.83 4.92 4.78 5/267 167385
/proc/meminfo: memFree=67903696/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=0.29 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 29 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+0.700161 s]
/proc/loadavg: 4.83 4.92 4.78 5/267 167385
/proc/meminfo: memFree=67903696/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=0.68 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 68 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+1.50018 s]
/proc/loadavg: 4.83 4.92 4.78 5/267 167385
/proc/meminfo: memFree=67663316/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=1.47 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 147 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+3.10535 s]
/proc/loadavg: 4.83 4.92 4.78 5/267 167385
/proc/meminfo: memFree=67759440/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=3.07 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 307 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+6.30015 s]
/proc/loadavg: 4.76 4.90 4.77 5/267 167385
/proc/meminfo: memFree=67788164/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=69684 memory=34944 CPUtime=6.26 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 7794 0 0 0 626 0 0 0 20 0 1 0 237922687 71356416 8736 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 17421 8736 1120 6655 0 7656 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 69684 KiB
Current children cumulated memory: 34944 KiB

[startup+12.7002 s]
/proc/loadavg: 4.70 4.89 4.77 6/268 167386
/proc/meminfo: memFree=67644700/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=288952 memory=227740 CPUtime=14.52 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 48174 0 0 0 1444 8 0 0 20 0 2 0 237922687 295886848 56935 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 72238 56935 3360 6655 0 58148 0
[pid=167384/tid=167386] ppid=167381 vsize=288952 memory=14444 CPUtime=1.87 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 10011 0 0 0 186 1 0 0 20 0 2 0 237923693 295886848 56935 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 288952 KiB
Current children cumulated memory: 227740 KiB

[startup+25.5002 s]
/proc/loadavg: 4.83 4.91 4.78 6/268 167386
/proc/meminfo: memFree=67696052/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=288952 memory=231964 CPUtime=39.96 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 77509 0 0 0 3985 11 0 0 20 0 2 0 237922687 295886848 57991 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 72238 57991 3360 6655 0 58784 0
[pid=167384/tid=167386] ppid=167381 vsize=288952 memory=230044 CPUtime=14.54 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 25533 0 0 0 1452 2 0 0 20 0 2 0 237923693 295886848 57991 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 39.96 s
Current children cumulated vsize: 288952 KiB
Current children cumulated memory: 231964 KiB

[startup+51.1058 s]
/proc/loadavg: 4.89 4.92 4.79 6/268 167386
/proc/meminfo: memFree=67563980/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=344720 memory=288720 CPUtime=90.84 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 143835 0 0 0 9067 17 0 0 20 0 2 0 237922687 352993280 72180 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 86180 72180 3392 6655 0 73176 0
[pid=167384/tid=167386] ppid=167381 vsize=344720 memory=14444 CPUtime=39.89 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 49049 0 0 0 3985 4 0 0 20 0 2 0 237923693 352993280 72180 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 90.84 s
Current children cumulated vsize: 344720 KiB
Current children cumulated memory: 288720 KiB

[startup+102.3 s]
/proc/loadavg: 5.00 4.95 4.81 6/268 167388
/proc/meminfo: memFree=67488540/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=344720 memory=292560 CPUtime=192.58 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 216665 0 0 0 19236 22 0 0 20 0 2 0 237922687 352993280 73140 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 86180 73140 3424 6655 0 73176 0
[pid=167384/tid=167386] ppid=167381 vsize=344720 memory=14444 CPUtime=90.58 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 75592 0 0 0 9052 6 0 0 20 0 2 0 237923693 352993280 73140 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 192.58 s
Current children cumulated vsize: 344720 KiB
Current children cumulated memory: 292560 KiB

[startup+162.3 s]
/proc/loadavg: 5.10 4.99 4.83 6/268 167397
/proc/meminfo: memFree=67183100/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=420620 memory=324680 CPUtime=311.74 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 294024 0 0 0 31143 31 0 0 20 0 2 0 237922687 430714880 81170 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 105155 81170 3424 6655 0 80310 0
[pid=167384/tid=167386] ppid=167381 vsize=420620 memory=327384 CPUtime=149.92 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 107710 0 0 0 14982 10 0 0 20 0 2 0 237923693 430714880 81170 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 311.74 s
Current children cumulated vsize: 420620 KiB
Current children cumulated memory: 324680 KiB

[startup+222.3 s]
/proc/loadavg: 5.08 5.01 4.85 6/268 167399
/proc/meminfo: memFree=67015560/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=360524 memory=325776 CPUtime=431.02 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 355401 0 0 0 43056 46 0 0 20 0 2 0 237922687 369176576 81444 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 90131 81444 3424 6655 0 80317 0
[pid=167384/tid=167386] ppid=167381 vsize=360524 memory=325776 CPUtime=209.37 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 150758 0 0 0 20914 23 0 0 20 0 2 0 237923693 369176576 81444 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 431.02 s
Current children cumulated vsize: 360524 KiB
Current children cumulated memory: 325776 KiB

[startup+282.3 s]
/proc/loadavg: 5.42 5.10 4.89 6/267 167401
/proc/meminfo: memFree=66823128/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=427320 memory=335764 CPUtime=550.29 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 380193 0 0 0 54974 55 0 0 20 0 2 0 237922687 437575680 83941 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 106830 83941 3424 6655 0 83249 0
[pid=167384/tid=167386] ppid=167381 vsize=427320 memory=27648 CPUtime=268.8 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 171272 0 0 0 26849 31 0 0 20 0 2 0 237923693 437575680 83941 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 550.29 s
Current children cumulated vsize: 427320 KiB
Current children cumulated memory: 335764 KiB

[startup+342.3 s]
/proc/loadavg: 5.28 5.12 4.92 6/267 167403
/proc/meminfo: memFree=66591340/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=427456 memory=334276 CPUtime=669.55 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 418050 0 0 0 66891 64 0 0 20 0 2 0 237922687 437714944 83569 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 106864 83569 3424 6655 0 82897 0
[pid=167384/tid=167386] ppid=167381 vsize=427456 memory=339064 CPUtime=328.23 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 198202 0 0 0 32784 39 0 0 20 0 2 0 237923693 437714944 83569 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 669.55 s
Current children cumulated vsize: 427456 KiB
Current children cumulated memory: 334276 KiB


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

Current children cumulated vsize: 432456 KiB
Current children cumulated memory: 341508 KiB

[startup+522.3 s]
/proc/loadavg: 5.17 5.13 4.96 7/267 167456
/proc/meminfo: memFree=83255256/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=436724 memory=344948 CPUtime=1027.3 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 489962 0 0 0 102648 82 0 0 20 0 2 0 237922687 447205376 86237 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 109181 86237 3424 6655 0 85839 0
[pid=167384/tid=167386] ppid=167381 vsize=436724 memory=348992 CPUtime=506.49 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 243175 0 0 0 50596 53 0 0 20 0 2 0 237923693 447205376 86237 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1027.3 s
Current children cumulated vsize: 436724 KiB
Current children cumulated memory: 344948 KiB

[startup+582.3 s]
/proc/loadavg: 5.82 5.32 5.04 7/267 167458
/proc/meminfo: memFree=83066852/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=432256 memory=339600 CPUtime=1146.42 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 506435 0 0 0 114555 87 0 0 20 0 2 0 237922687 442630144 84900 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 108064 84900 3424 6655 0 84102 0
[pid=167384/tid=167386] ppid=167381 vsize=432256 memory=340968 CPUtime=565.83 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 254922 0 0 0 56525 58 0 0 20 0 2 0 237923693 442630144 84900 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1146.42 s
Current children cumulated vsize: 432256 KiB
Current children cumulated memory: 339600 KiB

[startup+642.3 s]
/proc/loadavg: 5.99 5.46 5.11 7/267 167460
/proc/meminfo: memFree=82952800/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=432004 memory=340216 CPUtime=1265.57 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 530581 0 0 0 126462 95 0 0 20 0 2 0 237922687 442372096 85054 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 108001 85054 3424 6655 0 84744 0
[pid=167384/tid=167386] ppid=167381 vsize=432004 memory=340968 CPUtime=625.18 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 277130 0 0 0 62453 65 0 0 20 0 2 0 237923693 442372096 85054 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1265.57 s
Current children cumulated vsize: 432004 KiB
Current children cumulated memory: 340216 KiB

[startup+702.3 s]
/proc/loadavg: 6.04 5.58 5.17 7/268 167463
/proc/meminfo: memFree=82803260/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=435524 memory=344932 CPUtime=1384.72 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 548402 0 0 0 138371 101 0 0 20 0 2 0 237922687 445976576 86233 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 108881 86233 3424 6655 0 85935 0
[pid=167384/tid=167386] ppid=167381 vsize=435524 memory=340968 CPUtime=684.54 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 291976 0 0 0 68384 70 0 0 20 0 2 0 237923693 445976576 86233 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1384.72 s
Current children cumulated vsize: 435524 KiB
Current children cumulated memory: 344932 KiB

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

# cumulated CPU time of all completed processes:  user=1433.09 s, system=1.10953 s

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

[startup+704 s]*
/proc/loadavg: 6.04 5.58 5.17 7/268 167463
/proc/meminfo: memFree=82799164/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=435524 memory=352284 CPUtime=1388.1 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 549870 0 0 0 138709 101 0 0 20 0 2 0 237922687 445976576 88071 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 108881 88071 3424 6655 0 87528 0
[pid=167384/tid=167386] ppid=167381 vsize=435524 memory=-7520064403629243257 CPUtime=686.22 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 293444 0 0 0 68552 70 0 0 20 0 2 0 237923693 445976576 88071 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1388.1 s
Current children cumulated vsize: 435524 KiB
Current children cumulated memory: 352284 KiB

[startup+716.8 s]
/proc/loadavg: 6.10 5.61 5.19 7/268 167463
/proc/meminfo: memFree=82782780/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=435524 memory=346524 CPUtime=1413.5 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 555333 0 0 0 141247 103 0 0 20 0 2 0 237922687 445976576 86631 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 108881 86631 3424 6655 0 85929 0
[pid=167384/tid=167386] ppid=167381 vsize=435524 memory=342756 CPUtime=698.87 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 298623 0 0 0 69815 72 0 0 20 0 2 0 237923693 445976576 86631 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1413.5 s
Current children cumulated vsize: 435524 KiB
Current children cumulated memory: 346524 KiB

[startup+723.2 s]
/proc/loadavg: 6.09 5.62 5.20 7/268 167463
/proc/meminfo: memFree=82774588/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=435524 memory=346308 CPUtime=1426.21 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) R 167381 167384 166575 0 -1 4194304 560117 0 0 0 142516 105 0 0 20 0 2 0 237922687 445976576 86577 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 108881 86577 3424 6655 0 85929 0
[pid=167384/tid=167386] ppid=167381 vsize=435524 memory=346524 CPUtime=705.19 cores=0,2
/proc/167384/task/167386/stat : 167386 (LSIPExact) R 167381 167384 166575 0 -1 4194368 303406 0 0 0 70446 73 0 0 20 0 2 0 237923693 445976576 86577 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
Current children cumulated CPU time: 1426.21 s
Current children cumulated vsize: 435524 KiB
Current children cumulated memory: 346308 KiB

[startup+726.4 s]
/proc/loadavg: 6.16 5.64 5.21 7/268 167463
/proc/meminfo: memFree=82753856/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=340240 memory=304008 CPUtime=1431.94 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) S 167381 167384 166575 0 -1 4194304 567084 0 0 0 143088 106 0 0 20 0 1 0 237922687 348405760 76002 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 85060 76002 3488 6655 0 75246 0
Current children cumulated CPU time: 1431.94 s
Current children cumulated vsize: 340240 KiB
Current children cumulated memory: 304008 KiB

[startup+727.2 s]
/proc/loadavg: 6.16 5.64 5.21 6/268 167464
/proc/meminfo: memFree=82717500/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=340240 memory=304008 CPUtime=1431.94 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) S 167381 167384 166575 0 -1 4194304 567084 0 0 0 143088 106 0 0 20 0 1 0 237922687 348405760 76002 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 85060 76002 3488 6655 0 75246 0
[pid=167464] ppid=167384 vsize=61000 memory=44424 CPUtime=1.08 cores=0,2
/proc/167464/stat : 167464 (Exact) R 167384 167464 167464 0 -1 4194304 9856 0 0 0 106 2 0 0 20 0 1 0 237995296 62464000 11106 18446744073709551615 4198400 8335837 140735804445296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26935296 140735804451001 140735804451355 140735804451355 140735804456911 0
/proc/167464/statm: 15250 11106 1120 1011 0 14017 0
Current children cumulated CPU time: 1433.02 s
Current children cumulated vsize: 401240 KiB
Current children cumulated memory: 348432 KiB

[startup+728 s]*
/proc/loadavg: 6.16 5.64 5.21 6/268 167464
/proc/meminfo: memFree=82713404/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=340240 memory=304008 CPUtime=1431.94 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) S 167381 167384 166575 0 -1 4194304 567084 0 0 0 143088 106 0 0 20 0 1 0 237922687 348405760 76002 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 85060 76002 3488 6655 0 75246 0
[pid=167464] ppid=167384 vsize=63544 memory=48868 CPUtime=1.88 cores=0,2
/proc/167464/stat : 167464 (Exact) R 167384 167464 167464 0 -1 4194304 10457 0 0 0 186 2 0 0 20 0 1 0 237995296 65069056 12217 18446744073709551615 4198400 8335837 140735804445296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26935296 140735804451001 140735804451355 140735804451355 140735804456911 0
/proc/167464/statm: 15886 12217 1120 1011 0 14653 0
Current children cumulated CPU time: 1433.82 s
Current children cumulated vsize: 403784 KiB
Current children cumulated memory: 352876 KiB

[startup+728.2 s]
/proc/loadavg: 6.16 5.64 5.21 6/268 167464
/proc/meminfo: memFree=82713404/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=340240 memory=304008 CPUtime=1431.94 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) S 167381 167384 166575 0 -1 4194304 567084 0 0 0 143088 106 0 0 20 0 1 0 237922687 348405760 76002 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 85060 76002 3488 6655 0 75246 0
[pid=167464] ppid=167384 vsize=63544 memory=48868 CPUtime=2.08 cores=0,2
/proc/167464/stat : 167464 (Exact) R 167384 167464 167464 0 -1 4194304 10467 0 0 0 206 2 0 0 20 0 1 0 237995296 65069056 12217 18446744073709551615 4198400 8335837 140735804445296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26935296 140735804451001 140735804451355 140735804451355 140735804456911 0
/proc/167464/statm: 15886 12217 1120 1011 0 14653 0
Current children cumulated CPU time: 1434.02 s
Current children cumulated vsize: 403784 KiB
Current children cumulated memory: 352876 KiB

[startup+728.3 s]
/proc/loadavg: 6.16 5.64 5.21 6/268 167464
/proc/meminfo: memFree=82713404/131249988 swapFree=33010160/33010684
[pid=167384] ppid=167381 vsize=340240 memory=304008 CPUtime=1431.94 cores=0,2
/proc/167384/stat : 167384 (LSIPExact) S 167381 167384 166575 0 -1 4194304 567084 0 0 0 143088 106 0 0 20 0 1 0 237922687 348405760 76002 18446744073709551615 93872653774848 93872681031249 140722174126752 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93872689534088 93872689965696 93872691167232 140722174134616 140722174134792 140722174134792 140722174140396 0
/proc/167384/statm: 85060 76002 3488 6655 0 75246 0
[pid=167464] ppid=167384 vsize=63544 memory=48868 CPUtime=2.18 cores=0,2
/proc/167464/stat : 167464 (Exact) R 167384 167464 167464 0 -1 4194304 10469 0 0 0 216 2 0 0 20 0 1 0 237995296 65069056 12217 18446744073709551615 4198400 8335837 140735804445296 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 26935296 140735804451001 140735804451355 140735804451355 140735804456911 0
/proc/167464/statm: 15886 12217 1120 1011 0 14653 0
Current children cumulated CPU time: 1434.12 s
Current children cumulated vsize: 403784 KiB
Current children cumulated memory: 352876 KiB

Child status: 0

Real time (s): 728.362
CPU time (s): 1434.19
CPU user time (s): 1433.09
CPU system time (s): 1.10953
CPU usage (%): 196.907
Max. virtual memory (cumulated for all children) (KiB): 439316
Max. memory (cumulated for all children) (KiB): 359892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.09
system time used= 1.10953
maximum resident set size= 359892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584667
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= 341
involuntary context switches= 11429


# summary of solver processes directly reported to runsolver:
#   pid: 167384
#   total CPU time (s): 1434.19
#   total CPU user time (s): 1433.09
#   total CPU system time (s): 1.10953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.20103 second user time and 3.55936 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 00:13:58
IDJOB=4544794
IDBENCH=180683
IDSOLVER=3336
FILE ID=nodeC034/4544794-1753222438
RUNJOBID= nodeC034-1753221043-166585
SLURM_JOB_ID= 9687808
Free space on /tmp= 432736 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544794-1753222438/watcher-4544794-1753222438 -o /tmp/evaluation-result-4544794-1753222438/solver-4544794-1753222438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753221043-166585 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4544794-1753222438.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=304078984

nodeC034 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.736
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.53
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.745
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.53
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		: 3600.357
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.53
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		: 3580.463
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.53
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.761
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.53
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.735
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        67934720 kB
MemAvailable:   68938828 kB
Buffers:            2128 kB
Cached:          1742984 kB
SwapCached:           32 kB
Active:         61751032 kB
Inactive:         622344 kB
Active(anon):   60652376 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):   620192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45952 kB
Writeback:             0 kB
AnonPages:      60613620 kB
Mapped:           157072 kB
Shmem:             26264 kB
KReclaimable:     248600 kB
Slab:             347064 kB
SReclaimable:     248600 kB
SUnreclaim:        98464 kB
KernelStack:        4304 kB
PageTables:       122692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   65352240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  32397312 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432736 MiB
End job on nodeC034 at 2025-07-23 00:26:07