Trace number 4541739

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.12 2935.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-31array_diag_less.opb
MD5SUMd4d2180c253b956721820605fdb244a0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.749639
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4929
Total number of constraints4930
Number of constraints which are clauses2883
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2047
Minimum length of a constraint2
Maximum length of a constraint124
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1397.07/726.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1397.07/726.03	c numVar: 4929
1397.07/726.03	c numCon: 4930
1397.07/726.03	c numEqual: 2046
1397.07/726.03	c intSize: 63
1397.07/726.03	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1397.07/726.03	c ------------------- Paras list -------------------
1397.07/726.03	c Name                	 Type      	 Now       	 Default   	 Comment
1397.07/726.03	c timeout             	 double    	 3600.000000	 3600      	 
1397.07/726.03	c mip_time            	 double    	 0.200000  	 0.5       	 
1397.07/726.03	c ls_time             	 double    	 10.000000 	 10        	 
1397.07/726.03	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1397.07/726.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1397.07/726.03	c random_seed         	 int       	 0         	 0         	 
1397.07/726.03	c sample_size         	 int       	 50        	 50        	 
1397.07/726.03	c sub_score           	 int       	 1         	 1         	 
1397.07/726.03	c tabu_base           	 int       	 3         	 3         	 
1397.07/726.03	c tabu_variation      	 int       	 1         	 1         	 
1397.07/726.03	c sub_div             	 int       	 4         	 4         	 
1397.07/726.03	c nbcore              	 int       	 2         	 1         	 
1397.07/726.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1397.07/726.03	c print_sol           	 int       	 1         	 1         	 
1397.07/726.03	c tmpdir              	 string		 .         	 "."       	 
1397.07/726.03	c home                	 string		 HOME	 "."       	 
1397.07/726.03	c benchname           	 string		 HOME/instance-4541739-1753211081.opb	 ""        	 
1397.07/726.03	c --------------------------------------------------
1397.07/726.03	c Local Search solver
1397.07/726.03	c MIP solver
1397.07/726.03	c use Exact solver
3600.08/2935.40	c receive signal 15, try to interrupt solver...
1397.11/2935.51	c Exact solver (PID 176117) interrupted gracefully.
1397.11/2935.51	s UNKNOWN
1397.11/2935.51	c Total time: 2936

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541739-1753211081/watcher-4541739-1753211081 -o /tmp/evaluation-result-4541739-1753211081/solver-4541739-1753211081 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753211081-176017 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4541739-1753211081.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=176068, runsolver pid=176059
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.33 1.19 2.25 6/265 176077
/proc/meminfo: memFree=128362400/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=0.09 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1522 0 0 0 9 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+0.204648 s]*
/proc/loadavg: 1.33 1.19 2.25 6/265 176077
/proc/meminfo: memFree=128362400/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=0.19 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1522 0 0 0 19 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+0.304488 s]*
/proc/loadavg: 1.33 1.19 2.25 6/265 176077
/proc/meminfo: memFree=128358368/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=0.29 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1524 0 0 0 29 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+0.7001 s]
/proc/loadavg: 1.33 1.19 2.25 6/265 176077
/proc/meminfo: memFree=128358368/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=0.68 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1525 0 0 0 68 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+1.5001 s]
/proc/loadavg: 1.33 1.19 2.25 6/265 176077
/proc/meminfo: memFree=128358368/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=1.48 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1526 0 0 0 148 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+3.10435 s]
/proc/loadavg: 1.33 1.19 2.25 6/265 176077
/proc/meminfo: memFree=128359180/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=3.08 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1527 0 0 0 308 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+6.30009 s]
/proc/loadavg: 1.54 1.24 2.26 6/265 176077
/proc/meminfo: memFree=128359868/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=44680 memory=9984 CPUtime=6.27 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 1527 0 0 0 627 0 0 0 20 0 1 0 236785866 45752320 2496 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 11170 2496 1120 6655 0 1405 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44680 KiB
Current children cumulated memory: 9984 KiB

[startup+12.7001 s]
/proc/loadavg: 1.74 1.29 2.27 9/269 176082
/proc/meminfo: memFree=128209380/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=148516 memory=60664 CPUtime=15.25 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 11630 0 0 0 1524 1 0 0 20 0 2 0 236785866 152080384 15166 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 37129 15166 3488 6655 0 13702 0
[pid=176068/tid=176079] ppid=176059 vsize=148516 memory=59896 CPUtime=2.59 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) R 176059 176068 176007 0 -1 4194368 2908 0 0 0 259 0 0 0 20 0 2 0 236786868 152080384 15166 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 148516 KiB
Current children cumulated memory: 60664 KiB

[startup+25.5001 s]
/proc/loadavg: 2.68 1.52 2.33 8/269 176082
/proc/meminfo: memFree=128189516/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=149716 memory=66552 CPUtime=31.6 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 20939 0 0 0 3158 2 0 0 20 0 2 0 236785866 153309184 16638 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 37429 16638 3488 6655 0 15049 0
[pid=176068/tid=176079] ppid=176059 vsize=149716 memory=14384 CPUtime=6.18 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) S 176059 176068 176007 0 -1 4194368 6690 0 0 0 618 0 0 0 20 0 2 0 236786868 153309184 16638 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 31.6 s
Current children cumulated vsize: 149716 KiB
Current children cumulated memory: 66552 KiB

[startup+51.1046 s]
/proc/loadavg: 3.72 1.86 2.42 7/269 176083
/proc/meminfo: memFree=128148248/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=149716 memory=66552 CPUtime=57.13 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 22120 0 0 0 5711 2 0 0 20 0 2 0 236785866 153309184 16638 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 37429 16638 3488 6655 0 15049 0
[pid=176068/tid=176079] ppid=176059 vsize=149716 memory=66552 CPUtime=6.18 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) S 176059 176068 176007 0 -1 4194368 6690 0 0 0 618 0 0 0 20 0 2 0 236786868 153309184 16638 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 57.13 s
Current children cumulated vsize: 149716 KiB
Current children cumulated memory: 66552 KiB

[startup+102.3 s]
/proc/loadavg: 5.10 2.52 2.62 8/269 176085
/proc/meminfo: memFree=128071500/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=170652 memory=92920 CPUtime=157.61 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 49086 0 0 0 15756 5 0 0 20 0 2 0 236785866 174747648 23230 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 42663 23230 3488 6655 0 21368 0
[pid=176068/tid=176079] ppid=176059 vsize=170652 memory=28160 CPUtime=56.39 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) R 176059 176068 176007 0 -1 4194368 14671 0 0 0 5638 1 0 0 20 0 2 0 236786868 174747648 23230 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 157.61 s
Current children cumulated vsize: 170652 KiB
Current children cumulated memory: 92920 KiB

[startup+162.3 s]
/proc/loadavg: 5.71 3.17 2.84 8/269 176089
/proc/meminfo: memFree=128030480/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=170652 memory=102776 CPUtime=276.87 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 53388 0 0 0 27680 7 0 0 20 0 2 0 236785866 174747648 25694 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 42663 25694 3488 6655 0 23833 0
[pid=176068/tid=176079] ppid=176059 vsize=170652 memory=96248 CPUtime=116.18 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) R 176059 176068 176007 0 -1 4194368 18829 0 0 0 11616 2 0 0 20 0 2 0 236786868 174747648 25694 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 276.87 s
Current children cumulated vsize: 170652 KiB
Current children cumulated memory: 102776 KiB

[startup+222.3 s]
/proc/loadavg: 5.90 3.69 3.04 8/269 176095
/proc/meminfo: memFree=127957324/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=190264 memory=133112 CPUtime=396.14 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 61019 0 0 0 39604 10 0 0 20 0 2 0 236785866 194830336 33278 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 47566 33278 3488 6655 0 31384 0
[pid=176068/tid=176079] ppid=176059 vsize=190264 memory=125176 CPUtime=175.97 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) R 176059 176068 176007 0 -1 4194368 21477 0 0 0 17594 3 0 0 20 0 2 0 236786868 194830336 33278 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 396.14 s
Current children cumulated vsize: 190264 KiB
Current children cumulated memory: 133112 KiB

[startup+282.3 s]
/proc/loadavg: 5.56 4.02 3.19 7/268 176097
/proc/meminfo: memFree=127895280/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=207964 memory=168440 CPUtime=515.44 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 75395 0 0 0 51531 13 0 0 20 0 2 0 236785866 212955136 42110 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 51991 42110 3488 6655 0 40228 0
[pid=176068/tid=176079] ppid=176059 vsize=207964 memory=146296 CPUtime=235.78 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) R 176059 176068 176007 0 -1 4194368 28568 0 0 0 23573 5 0 0 20 0 2 0 236786868 212955136 42110 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 515.44 s
Current children cumulated vsize: 207964 KiB
Current children cumulated memory: 168440 KiB

[startup+342.3 s]
/proc/loadavg: 5.31 4.23 3.32 7/266 176100
/proc/meminfo: memFree=127774920/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=288652 memory=195504 CPUtime=634.66 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) R 176059 176068 176007 0 -1 4194304 101570 0 0 0 63446 20 0 0 20 0 2 0 236785866 295579648 48876 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 72163 48876 3488 6655 0 47234 0
[pid=176068/tid=176079] ppid=176059 vsize=288652 memory=146296 CPUtime=295.55 cores=0,2
/proc/176068/task/176079/stat : 176079 (LSIPExact) R 176059 176068 176007 0 -1 4194368 48637 0 0 0 29544 11 0 0 20 0 2 0 236786868 295579648 48876 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
Current children cumulated CPU time: 634.66 s
Current children cumulated vsize: 288652 KiB
Current children cumulated memory: 195504 KiB


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

Current children cumulated memory: 416176 KiB

[startup+2442.3 s]
/proc/loadavg: 4.14 4.10 4.09 6/267 176198
/proc/meminfo: memFree=127114048/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=257728 memory=238424 CPUtime=1711.25 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 40686 0 0 0 170797 328 0 0 20 0 1 0 236858469 263913472 59606 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 64432 59606 1152 1011 0 63199 0
Current children cumulated CPU time: 3108.36 s
Current children cumulated vsize: 501460 KiB
Current children cumulated memory: 416176 KiB

[startup+2502.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/267 176200
/proc/meminfo: memFree=127095064/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=259544 memory=240216 CPUtime=1771.08 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 41145 0 0 0 176769 339 0 0 20 0 1 0 236858469 265773056 60054 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 64886 60054 1152 1011 0 63653 0
Current children cumulated CPU time: 3168.19 s
Current children cumulated vsize: 503276 KiB
Current children cumulated memory: 417968 KiB

[startup+2562.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/268 176205
/proc/meminfo: memFree=127067620/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=260576 memory=241240 CPUtime=1830.91 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 41406 0 0 0 182743 348 0 0 20 0 1 0 236858469 266829824 60310 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 65144 60310 1152 1011 0 63911 0
Current children cumulated CPU time: 3228.02 s
Current children cumulated vsize: 504308 KiB
Current children cumulated memory: 418992 KiB

[startup+2622.3 s]
/proc/loadavg: 4.10 4.09 4.09 6/267 176211
/proc/meminfo: memFree=127065980/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=260576 memory=241240 CPUtime=1890.75 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 41411 0 0 0 188719 356 0 0 20 0 1 0 236858469 266829824 60310 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 65144 60310 1152 1011 0 63911 0
Current children cumulated CPU time: 3287.86 s
Current children cumulated vsize: 504308 KiB
Current children cumulated memory: 418992 KiB

[startup+2682.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/267 176213
/proc/meminfo: memFree=127021224/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=260576 memory=241240 CPUtime=1950.58 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 41414 0 0 0 194691 367 0 0 20 0 1 0 236858469 266829824 60310 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 65144 60310 1152 1011 0 63911 0
Current children cumulated CPU time: 3347.69 s
Current children cumulated vsize: 504308 KiB
Current children cumulated memory: 418992 KiB

[startup+2742.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/267 176215
/proc/meminfo: memFree=127011004/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=260576 memory=241368 CPUtime=2010.41 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 41464 0 0 0 200669 372 0 0 20 0 1 0 236858469 266829824 60342 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 65144 60342 1152 1011 0 63911 0
Current children cumulated CPU time: 3407.52 s
Current children cumulated vsize: 504308 KiB
Current children cumulated memory: 419120 KiB

[startup+2802.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/267 176217
/proc/meminfo: memFree=126937660/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=329932 memory=253760 CPUtime=2070.24 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 42134 0 0 0 206644 380 0 0 20 0 1 0 236858469 337850368 63440 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 82483 63440 1152 1011 0 81250 0
Current children cumulated CPU time: 3467.35 s
Current children cumulated vsize: 573664 KiB
Current children cumulated memory: 431512 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.10 4.09 6/266 176264
/proc/meminfo: memFree=127122932/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=336620 memory=284516 CPUtime=2130.07 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 43805 0 0 0 212618 389 0 0 20 0 1 0 236858469 344698880 71129 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 84155 71129 1152 1011 0 82922 0
Current children cumulated CPU time: 3527.18 s
Current children cumulated vsize: 580352 KiB
Current children cumulated memory: 462268 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.11 4.09 6/267 176268
/proc/meminfo: memFree=126990528/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=336620 memory=284516 CPUtime=2189.9 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 43805 0 0 0 218595 395 0 0 20 0 1 0 236858469 344698880 71129 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 84155 71129 1152 1011 0 82922 0
Current children cumulated CPU time: 3587.01 s
Current children cumulated vsize: 580352 KiB
Current children cumulated memory: 462268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2935.4 s]
/proc/loadavg: 4.13 4.10 4.09 6/267 176268
/proc/meminfo: memFree=126975508/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118216 0 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
[pid=176117] ppid=176068 vsize=336620 memory=284516 CPUtime=2202.97 cores=0,2
/proc/176117/stat : 176117 (Exact) R 176068 176117 176117 0 -1 4194304 43805 0 0 0 219901 396 0 0 20 0 1 0 236858469 344698880 71129 18446744073709551615 4198400 8335837 140737049238080 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18616320 140737049241785 140737049242139 140737049242139 140737049247695 0
/proc/176117/statm: 84155 71129 1152 1011 0 82922 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 580352 KiB
Current children cumulated memory: 462268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.87 s, system=4.24344 s

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

[startup+2935.5 s]
/proc/loadavg: 4.13 4.10 4.09 6/267 176268
/proc/meminfo: memFree=126975508/131249996 swapFree=33010416/33010684
[pid=176068] ppid=176059 vsize=243732 memory=177752 CPUtime=1397.11 cores=0,2
/proc/176068/stat : 176068 (LSIPExact) S 176059 176068 176007 0 -1 4194304 118217 136 0 0 139684 27 0 0 20 0 1 0 236785866 249581568 44438 18446744073709551615 94626706096128 94626733353297 140724017652688 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94626741855368 94626742286976 94626768842752 140724017654104 140724017654280 140724017654280 140724017659884 0
/proc/176068/statm: 60933 44438 3520 6655 0 51167 0
Current children cumulated CPU time: 1397.11 s
Current children cumulated vsize: 243732 KiB
Current children cumulated memory: 177752 KiB

Child status: 0

Real time (s): 2935.51
CPU time (s): 3600.12
CPU user time (s): 3595.87
CPU system time (s): 4.24344
CPU usage (%): 122.64
Max. virtual memory (cumulated for all children) (KiB): 580352
Max. memory (cumulated for all children) (KiB): 462268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.87
system time used= 4.24345
maximum resident set size= 344176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162458
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= 620
involuntary context switches= 20863


# summary of solver processes directly reported to runsolver:
#   pid: 176068
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3595.87
#   total CPU system time (s): 4.24344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48754 second user time and 10.9365 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 21:04:41
IDJOB=4541739
IDBENCH=163363
IDSOLVER=3384
FILE ID=nodeC022/4541739-1753211081
RUNJOBID= nodeC022-1753211081-176017
SLURM_JOB_ID= 9687788
Free space on /tmp= 432812 MiB

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

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

MD5SUM BENCH= d4d2180c253b956721820605fdb244a0
RANDOM SEED=2133349205

nodeC022 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.806
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.44
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		: 3700.000
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.44
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		: 3599.699
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.746
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.44
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.709
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.44
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.714
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.44
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128377968 kB
MemAvailable:   129680936 kB
Buffers:            2128 kB
Cached:          2053136 kB
SwapCached:           32 kB
Active:          1207816 kB
Inactive:         911388 kB
Active(anon):      88044 kB
Inactive(anon):     2124 kB
Active(file):    1119772 kB
Inactive(file):   909264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            179212 kB
Writeback:            16 kB
AnonPages:         66988 kB
Mapped:           109044 kB
Shmem:             26220 kB
KReclaimable:     225940 kB
Slab:             322360 kB
SReclaimable:     225940 kB
SUnreclaim:        96420 kB
KernelStack:        4032 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     341476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432636 MiB
End job on nodeC022 at 2025-07-22 21:53:37