Trace number 4527075

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 1432.95 726.096

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
MD5SUM42530f8fa6d5232445304732efe45d63
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.118591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints640
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)638
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527075-1752234818/watcher-4527075-1752234818 -o /tmp/evaluation-result-4527075-1752234818/solver-4527075-1752234818 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752232205-112332 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527075-1752234818.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=113071, runsolver pid=113068

[startup+0.100064 s]*
/proc/loadavg: 8.00 8.04 7.49 8/267 113072
/proc/meminfo: memFree=125616252/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=0.1 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 10 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+0.205775 s]*
/proc/loadavg: 8.00 8.04 7.49 8/267 113072
/proc/meminfo: memFree=125616252/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=0.2 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 20 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+0.305619 s]*
/proc/loadavg: 8.00 8.04 7.49 8/267 113072
/proc/meminfo: memFree=125599868/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=0.29 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 29 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+0.70019 s]
/proc/loadavg: 8.00 8.04 7.49 8/267 113072
/proc/meminfo: memFree=125600120/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=0.68 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 68 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+1.50019 s]
/proc/loadavg: 8.00 8.04 7.49 8/267 113072
/proc/meminfo: memFree=125600120/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=1.48 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 148 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+3.10552 s]
/proc/loadavg: 8.00 8.04 7.49 8/267 113072
/proc/meminfo: memFree=125600372/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=3.08 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 308 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+6.30018 s]
/proc/loadavg: 7.92 8.03 7.49 8/267 113072
/proc/meminfo: memFree=125601388/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=40320 memory=5760 CPUtime=6.26 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 432 0 0 0 626 0 0 0 20 0 1 0 139104336 41287680 1440 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 10080 1440 1184 6655 0 315 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 40320 KiB
Current children cumulated memory: 5760 KiB

[startup+12.7002 s]
/proc/loadavg: 7.77 7.99 7.48 8/269 113080
/proc/meminfo: memFree=125506932/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=122260 memory=25372 CPUtime=15.3 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 2681 0 0 0 1530 0 0 0 20 0 2 0 139104336 125194240 6343 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 30565 6343 3520 6655 0 4831 0
[pid=113071/tid=113080] ppid=113068 vsize=122260 memory=25372 CPUtime=2.66 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 415 0 0 0 266 0 0 0 20 0 2 0 139105337 125194240 6343 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 122260 KiB
Current children cumulated memory: 25372 KiB

[startup+25.5002 s]
/proc/loadavg: 7.66 7.96 7.48 8/269 113080
/proc/meminfo: memFree=125450948/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=122260 memory=25756 CPUtime=40.75 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 4656 0 0 0 4075 0 0 0 20 0 2 0 139104336 125194240 6439 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 30565 6439 3520 6655 0 4900 0
[pid=113071/tid=113080] ppid=113068 vsize=122260 memory=14848 CPUtime=15.34 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 1205 0 0 0 1534 0 0 0 20 0 2 0 139105337 125194240 6439 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 40.75 s
Current children cumulated vsize: 122260 KiB
Current children cumulated memory: 25756 KiB

[startup+51.1053 s]
/proc/loadavg: 7.44 7.88 7.47 8/269 113080
/proc/meminfo: memFree=125425400/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=122700 memory=34844 CPUtime=90.83 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 8121 0 0 0 9082 1 0 0 20 0 2 0 139104336 125644800 8711 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 30675 8711 3520 6655 0 7241 0
[pid=113071/tid=113080] ppid=113068 vsize=122700 memory=34588 CPUtime=40.17 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 3441 0 0 0 4017 0 0 0 20 0 2 0 139105337 125644800 8711 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 90.83 s
Current children cumulated vsize: 122700 KiB
Current children cumulated memory: 34844 KiB

[startup+102.3 s]
/proc/loadavg: 7.27 7.77 7.45 8/269 113082
/proc/meminfo: memFree=125356012/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=122700 memory=34972 CPUtime=192.64 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 11711 0 0 0 19263 1 0 0 20 0 2 0 139104336 125644800 8743 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 30675 8743 3520 6655 0 7241 0
[pid=113071/tid=113080] ppid=113068 vsize=122700 memory=34844 CPUtime=90.91 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 5111 0 0 0 9091 0 0 0 20 0 2 0 139105337 125644800 8743 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 192.64 s
Current children cumulated vsize: 122700 KiB
Current children cumulated memory: 34972 KiB

[startup+162.3 s]
/proc/loadavg: 6.95 7.60 7.41 8/269 113131
/proc/meminfo: memFree=126426160/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=123732 memory=36636 CPUtime=311.97 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 16936 0 0 0 31194 3 0 0 20 0 2 0 139104336 126701568 9159 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 30933 9159 3520 6655 0 7499 0
[pid=113071/tid=113080] ppid=113068 vsize=123732 memory=35484 CPUtime=150.39 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 7615 0 0 0 15037 2 0 0 20 0 2 0 139105337 126701568 9159 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 311.97 s
Current children cumulated vsize: 123732 KiB
Current children cumulated memory: 36636 KiB

[startup+222.3 s]
/proc/loadavg: 7.03 7.50 7.39 8/268 113133
/proc/meminfo: memFree=126395248/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=126032 memory=38940 CPUtime=431.3 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 18200 0 0 0 43126 4 0 0 20 0 2 0 139104336 129056768 9735 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 31508 9735 3520 6655 0 8074 0
[pid=113071/tid=113080] ppid=113068 vsize=126032 memory=14848 CPUtime=209.86 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 8304 0 0 0 20984 2 0 0 20 0 2 0 139105337 129056768 9735 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 431.3 s
Current children cumulated vsize: 126032 KiB
Current children cumulated memory: 38940 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.44 7.37 8/268 113135
/proc/meminfo: memFree=126396788/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=128124 memory=40988 CPUtime=550.63 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 25153 0 0 0 55058 5 0 0 20 0 2 0 139104336 131198976 10247 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 32031 10247 3520 6655 0 8597 0
[pid=113071/tid=113080] ppid=113068 vsize=128124 memory=40348 CPUtime=269.33 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 11445 0 0 0 26930 3 0 0 20 0 2 0 139105337 131198976 10247 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 550.63 s
Current children cumulated vsize: 128124 KiB
Current children cumulated memory: 40988 KiB

[startup+342.3 s]
/proc/loadavg: 6.73 7.28 7.32 7/267 113139
/proc/meminfo: memFree=126114940/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=130356 memory=43036 CPUtime=669.93 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 27005 0 0 0 66987 6 0 0 20 0 2 0 139104336 133484544 10759 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 32589 10759 3520 6655 0 9155 0
[pid=113071/tid=113080] ppid=113068 vsize=130356 memory=41244 CPUtime=328.8 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 12640 0 0 0 32875 5 0 0 20 0 2 0 139105337 133484544 10759 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 669.93 s
Current children cumulated vsize: 130356 KiB
Current children cumulated memory: 43036 KiB

[startup+402.3 s]

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

/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 13221 0 0 0 38820 6 0 0 20 0 2 0 139105337 135786496 11783 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 789.22 s
Current children cumulated vsize: 132604 KiB
Current children cumulated memory: 47132 KiB

[startup+462.3 s]
/proc/loadavg: 6.27 6.95 7.19 7/268 113155
/proc/meminfo: memFree=125650676/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=134176 memory=49820 CPUtime=908.55 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 33034 0 0 0 90847 8 0 0 20 0 2 0 139104336 137396224 12455 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 33544 12455 3520 6655 0 10796 0
[pid=113071/tid=113080] ppid=113068 vsize=134176 memory=49692 CPUtime=447.74 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 15551 0 0 0 44768 6 0 0 20 0 2 0 139105337 137396224 12455 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 908.55 s
Current children cumulated vsize: 134176 KiB
Current children cumulated memory: 49820 KiB

[startup+522.3 s]
/proc/loadavg: 6.15 6.79 7.12 7/269 113160
/proc/meminfo: memFree=125530608/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=135760 memory=53020 CPUtime=1027.86 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 39151 0 0 0 102778 8 0 0 20 0 2 0 139104336 139018240 13255 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 33940 13255 3520 6655 0 11452 0
[pid=113071/tid=113080] ppid=113068 vsize=135760 memory=52380 CPUtime=507.2 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 18454 0 0 0 50714 6 0 0 20 0 2 0 139105337 139018240 13255 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1027.86 s
Current children cumulated vsize: 135760 KiB
Current children cumulated memory: 53020 KiB

[startup+582.3 s]
/proc/loadavg: 6.12 6.66 7.05 7/268 113162
/proc/meminfo: memFree=125377600/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=138812 memory=56220 CPUtime=1147.16 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 40858 0 0 0 114707 9 0 0 20 0 2 0 139104336 142143488 14055 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 34703 14055 3520 6655 0 12645 0
[pid=113071/tid=113080] ppid=113068 vsize=138812 memory=52380 CPUtime=566.65 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 19301 0 0 0 56659 6 0 0 20 0 2 0 139105337 142143488 14055 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1147.16 s
Current children cumulated vsize: 138812 KiB
Current children cumulated memory: 56220 KiB

[startup+642.3 s]
/proc/loadavg: 6.10 6.55 6.99 7/268 113168
/proc/meminfo: memFree=125333472/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=140260 memory=59292 CPUtime=1266.46 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 42300 0 0 0 126636 10 0 0 20 0 2 0 139104336 143626240 14823 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35065 14823 3520 6655 0 13317 0
[pid=113071/tid=113080] ppid=113068 vsize=140260 memory=52380 CPUtime=626.12 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 19996 0 0 0 62605 7 0 0 20 0 2 0 139105337 143626240 14823 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1266.46 s
Current children cumulated vsize: 140260 KiB
Current children cumulated memory: 59292 KiB

[startup+702.3 s]
/proc/loadavg: 6.30 6.52 6.95 7/269 113171
/proc/meminfo: memFree=125288248/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142512 memory=64156 CPUtime=1385.73 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43463 0 0 0 138563 10 0 0 20 0 2 0 139104336 145932288 16039 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35628 16039 3520 6655 0 14213 0
[pid=113071/tid=113080] ppid=113068 vsize=142512 memory=52380 CPUtime=685.55 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20694 0 0 0 68548 7 0 0 20 0 2 0 139105337 145932288 16039 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1385.73 s
Current children cumulated vsize: 142512 KiB
Current children cumulated memory: 64156 KiB

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

# cumulated CPU time of all completed processes:  user=1432.84 s, system=0.116462 s

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

[startup+704 s]*
/proc/loadavg: 6.30 6.52 6.95 7/269 113171
/proc/meminfo: memFree=125290024/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142512 memory=64156 CPUtime=1389.12 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43463 0 0 0 138902 10 0 0 20 0 2 0 139104336 145932288 16039 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35628 16039 3520 6655 0 14213 0
[pid=113071/tid=113080] ppid=113068 vsize=142512 memory=2432 CPUtime=687.24 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20694 0 0 0 68717 7 0 0 20 0 2 0 139105337 145932288 16039 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1389.12 s
Current children cumulated vsize: 142512 KiB
Current children cumulated memory: 64156 KiB

[startup+716.8 s]
/proc/loadavg: 6.52 6.56 6.95 7/269 113171
/proc/meminfo: memFree=125275192/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142512 memory=64924 CPUtime=1414.56 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43591 0 0 0 141446 10 0 0 20 0 2 0 139104336 145932288 16231 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35628 16231 3520 6655 0 14334 0
[pid=113071/tid=113080] ppid=113068 vsize=142512 memory=2764 CPUtime=699.92 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20820 0 0 0 69985 7 0 0 20 0 2 0 139105337 145932288 16231 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1414.56 s
Current children cumulated vsize: 142512 KiB
Current children cumulated memory: 64924 KiB

[startup+720 s]*
/proc/loadavg: 6.52 6.56 6.95 7/269 113171
/proc/meminfo: memFree=125253684/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142512 memory=65180 CPUtime=1420.93 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43639 0 0 0 142083 10 0 0 20 0 2 0 139104336 145932288 16295 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35628 16295 3520 6655 0 14382 0
[pid=113071/tid=113080] ppid=113068 vsize=142512 memory=49044 CPUtime=703.09 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20868 0 0 0 70302 7 0 0 20 0 2 0 139105337 145932288 16295 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1420.93 s
Current children cumulated vsize: 142512 KiB
Current children cumulated memory: 65180 KiB

[startup+723.2 s]
/proc/loadavg: 6.48 6.55 6.95 7/269 113171
/proc/meminfo: memFree=125256920/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142832 memory=65436 CPUtime=1427.28 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43693 0 0 0 142718 10 0 0 20 0 2 0 139104336 146259968 16359 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35708 16359 3520 6655 0 14462 0
[pid=113071/tid=113080] ppid=113068 vsize=142832 memory=5632 CPUtime=706.25 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20868 0 0 0 70618 7 0 0 20 0 2 0 139105337 146259968 16359 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1427.28 s
Current children cumulated vsize: 142832 KiB
Current children cumulated memory: 65436 KiB

[startup+724.8 s]
/proc/loadavg: 6.48 6.55 6.95 7/269 113171
/proc/meminfo: memFree=125257176/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142832 memory=65564 CPUtime=1430.46 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43732 0 0 0 143036 10 0 0 20 0 2 0 139104336 146259968 16391 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35708 16391 3520 6655 0 14503 0
[pid=113071/tid=113080] ppid=113068 vsize=142832 memory=65436 CPUtime=707.84 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20907 0 0 0 70777 7 0 0 20 0 2 0 139105337 146259968 16391 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1430.46 s
Current children cumulated vsize: 142832 KiB
Current children cumulated memory: 65564 KiB

[startup+725.6 s]
/proc/loadavg: 6.48 6.55 6.95 7/269 113171
/proc/meminfo: memFree=125257176/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142832 memory=65564 CPUtime=1432.05 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43732 0 0 0 143195 10 0 0 20 0 2 0 139104336 146259968 16391 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35708 16391 3520 6655 0 14503 0
[pid=113071/tid=113080] ppid=113068 vsize=142832 memory=20480 CPUtime=708.63 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20907 0 0 0 70856 7 0 0 20 0 2 0 139105337 146259968 16391 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1432.05 s
Current children cumulated vsize: 142832 KiB
Current children cumulated memory: 65564 KiB

[startup+726 s]*
/proc/loadavg: 6.44 6.54 6.94 7/269 113171
/proc/meminfo: memFree=125257176/131250000 swapFree=33010684/33010684
[pid=113071] ppid=113068 vsize=142832 memory=65564 CPUtime=1432.86 cores=4,6
/proc/113071/stat : 113071 (LSIPExact) R 113068 113071 112314 0 -1 4194304 43732 0 0 0 143276 10 0 0 20 0 2 0 139104336 146259968 16391 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
/proc/113071/statm: 35708 16391 3520 6655 0 14503 0
[pid=113071/tid=113080] ppid=113068 vsize=142832 memory=-8672351142184526524 CPUtime=709.03 cores=4,6
/proc/113071/task/113080/stat : 113080 (LSIPExact) R 113068 113071 112314 0 -1 4194368 20907 0 0 0 70896 7 0 0 20 0 2 0 139105337 146259968 16391 18446744073709551615 93871317688320 93871344945489 140729655724384 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93871353447560 93871353879168 93871354310656 140729655732568 140729655732744 140729655732744 140729655738348 0
Current children cumulated CPU time: 1432.86 s
Current children cumulated vsize: 142832 KiB
Current children cumulated memory: 65564 KiB

Child status: 0

Real time (s): 726.096
CPU time (s): 1432.95
CPU user time (s): 1432.84
CPU system time (s): 0.116462
CPU usage (%): 197.35
Max. virtual memory (cumulated for all children) (KiB): 142832
Max. memory (cumulated for all children) (KiB): 65564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.84
system time used= 0.116462
maximum resident set size= 65692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45160
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= 349
involuntary context switches= 14352


# summary of solver processes directly reported to runsolver:
#   pid: 113071
#   total CPU time (s): 1432.95
#   total CPU user time (s): 1432.84
#   total CPU system time (s): 0.116462

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44153 second user time and 3.2357 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-11 13:53:38
IDJOB=4527075
IDBENCH=160355
IDSOLVER=3384
FILE ID=nodeC028/4527075-1752234818
RUNJOBID= nodeC028-1752232205-112332
SLURM_JOB_ID= 9682539
Free space on /tmp= 431060 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid3x80split.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527075-1752234818/watcher-4527075-1752234818 -o /tmp/evaluation-result-4527075-1752234818/solver-4527075-1752234818 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752232205-112332 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527075-1752234818.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 42530f8fa6d5232445304732efe45d63
RANDOM SEED=1096931829

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.584
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	: 7000.16
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		: 3600.106
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	: 7000.16
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.103
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	: 7000.16
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		: 3600.078
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	: 7000.16
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		: 3615.522
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	: 7000.16
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		: 3600.080
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	: 7000.16
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		: 3600.062
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	: 7000.16
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.063
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125616504 kB
MemAvailable:   128167392 kB
Buffers:            3280 kB
Cached:          3348988 kB
SwapCached:            0 kB
Active:          1887288 kB
Inactive:        3036040 kB
Active(anon):    1589128 kB
Inactive(anon):        0 kB
Active(file):     298160 kB
Inactive(file):  3036040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44668 kB
Writeback:             4 kB
AnonPages:       1574196 kB
Mapped:           142240 kB
Shmem:             18068 kB
KReclaimable:     111856 kB
Slab:             204500 kB
SReclaimable:     111856 kB
SUnreclaim:        92644 kB
KernelStack:        4304 kB
PageTables:         6208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1946276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    782336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431016 MiB
End job on nodeC028 at 2025-07-11 14:05:44