Trace number 4513034

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 S2? (TO) 3600.05 2549.13

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round21-3.opb
MD5SUMfcb5d4afa821f968de1d585b18d2dfc7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.32888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2139.00/1084.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2139.00/1084.03	c numVar: 3968
2139.00/1084.03	c numCon: 7904
2139.00/1084.03	c numEqual: 1248
2139.00/1084.03	c intSize: 4
2139.00/1084.03	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2139.00/1084.03	c ------------------- Paras list -------------------
2139.00/1084.03	c Name                	 Type      	 Now       	 Default   	 Comment
2139.00/1084.03	c timeout             	 double    	 3600.000000	 3600      	 
2139.00/1084.03	c mip_time            	 double    	 0.300000  	 0.5       	 
2139.00/1084.03	c ls_time             	 double    	 10.000000 	 10        	 
2139.00/1084.03	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2139.00/1084.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2139.00/1084.03	c random_seed         	 int       	 0         	 0         	 
2139.00/1084.03	c sample_size         	 int       	 50        	 50        	 
2139.00/1084.03	c sub_score           	 int       	 1         	 1         	 
2139.00/1084.03	c tabu_base           	 int       	 3         	 3         	 
2139.00/1084.03	c tabu_variation      	 int       	 1         	 1         	 
2139.00/1084.03	c sub_div             	 int       	 4         	 4         	 
2139.00/1084.03	c nbcore              	 int       	 2         	 1         	 
2139.00/1084.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2139.00/1084.03	c print_sol           	 int       	 1         	 1         	 
2139.00/1084.03	c tmpdir              	 string		 .         	 "."       	 
2139.00/1084.03	c home                	 string		 HOME	 "."       	 
2139.00/1084.03	c benchname           	 string		 HOME/instance-4513034-1751188530.opb	 ""        	 
2139.00/1084.03	c --------------------------------------------------
2139.00/1084.03	c Local Search solver
2139.00/1084.03	c MIP solver
2139.00/1084.03	c use Exact solver
3600.02/2549.11	c receive signal 15, try to interrupt solver...
3600.02/2549.12	c Exact solver (PID 23823) interrupted gracefully.
3600.02/2549.13	s UNKNOWN
3600.02/2549.13	c Total time: 2549

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: 63837 MiB (63079 MiB free)
  memory of node 1: 64465 MiB (63107 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513034-1751188530/watcher-4513034-1751188530 -o /tmp/evaluation-result-4513034-1751188530/solver-4513034-1751188530 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21023 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4513034-1751188530.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=23756, runsolver pid=23753

[startup+0.100067 s]*
/proc/loadavg: 6.55 6.56 6.60 8/256 23757
/proc/meminfo: memFree=129215932/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=0.1 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 9 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+0.213295 s]*
/proc/loadavg: 6.55 6.56 6.60 8/256 23757
/proc/meminfo: memFree=129224600/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=0.21 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 20 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+0.31363 s]*
/proc/loadavg: 6.55 6.56 6.60 9/256 23757
/proc/meminfo: memFree=129224112/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=0.31 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 30 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+0.700258 s]
/proc/loadavg: 6.55 6.56 6.60 8/256 23757
/proc/meminfo: memFree=129224112/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=0.68 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 67 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+1.50032 s]
/proc/loadavg: 6.55 6.56 6.60 8/256 23757
/proc/meminfo: memFree=129224112/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=1.48 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 147 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+3.11289 s]
/proc/loadavg: 6.55 6.56 6.60 8/256 23757
/proc/meminfo: memFree=129248408/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=3.09 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 308 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+6.3003 s]
/proc/loadavg: 6.58 6.57 6.60 8/256 23757
/proc/meminfo: memFree=129280664/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=46832 memory=12288 CPUtime=6.27 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 2075 0 0 0 626 1 0 0 20 0 1 0 34532459 47955968 3072 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 11708 3072 1152 6655 0 1943 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 46832 KiB
Current children cumulated memory: 12288 KiB

[startup+12.7002 s]
/proc/loadavg: 6.62 6.58 6.60 9/257 23758
/proc/meminfo: memFree=129310148/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=156964 memory=66000 CPUtime=15.17 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 13176 0 0 0 1513 4 0 0 20 0 2 0 34532459 160731136 16500 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 39241 16500 3424 6655 0 15189 0
[pid=23756/tid=23758] ppid=23753 vsize=156964 memory=64976 CPUtime=2.51 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 2204 0 0 0 250 1 0 0 20 0 2 0 34533462 160731136 16500 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 156964 KiB
Current children cumulated memory: 66000 KiB

[startup+25.5002 s]
/proc/loadavg: 6.99 6.66 6.63 9/257 23758
/proc/meminfo: memFree=129424612/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=162656 memory=72656 CPUtime=40.59 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 33691 0 0 0 4054 5 0 0 20 0 2 0 34532459 166559744 18164 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 40664 18164 3424 6655 0 16856 0
[pid=23756/tid=23758] ppid=23753 vsize=162656 memory=72272 CPUtime=15.17 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 7659 0 0 0 1516 1 0 0 20 0 2 0 34533462 166559744 18164 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 40.59 s
Current children cumulated vsize: 162656 KiB
Current children cumulated memory: 72656 KiB

[startup+51.1053 s]
/proc/loadavg: 7.18 6.74 6.66 8/257 23758
/proc/meminfo: memFree=129626084/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=170076 memory=99024 CPUtime=91.44 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 57320 0 0 0 9135 9 0 0 20 0 2 0 34532459 174157824 24756 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 42519 24756 3424 6655 0 23174 0
[pid=23756/tid=23758] ppid=23753 vsize=170076 memory=97360 CPUtime=40.49 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 18805 0 0 0 4046 3 0 0 20 0 2 0 34533462 174157824 24756 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 91.44 s
Current children cumulated vsize: 170076 KiB
Current children cumulated memory: 99024 KiB

[startup+102.3 s]
/proc/loadavg: 8.03 7.03 6.76 9/256 23760
/proc/meminfo: memFree=129550696/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=193308 memory=147792 CPUtime=193.16 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 77952 0 0 0 19303 13 0 0 20 0 2 0 34532459 197947392 36948 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 48327 36948 3424 6655 0 35339 0
[pid=23756/tid=23758] ppid=23753 vsize=193308 memory=147792 CPUtime=91.15 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 29485 0 0 0 9110 5 0 0 20 0 2 0 34533462 197947392 36948 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 193.16 s
Current children cumulated vsize: 193308 KiB
Current children cumulated memory: 147792 KiB

[startup+162.3 s]
/proc/loadavg: 8.07 7.22 6.85 9/256 23763
/proc/meminfo: memFree=129490956/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=208292 memory=175312 CPUtime=312.35 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 92007 0 0 0 31220 15 0 0 20 0 2 0 34532459 213291008 43828 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 52073 43828 3424 6655 0 42176 0
[pid=23756/tid=23758] ppid=23753 vsize=208292 memory=165968 CPUtime=150.51 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 37517 0 0 0 15044 7 0 0 20 0 2 0 34533462 213291008 43828 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 312.35 s
Current children cumulated vsize: 208292 KiB
Current children cumulated memory: 175312 KiB

[startup+222.3 s]
/proc/loadavg: 7.42 7.20 6.86 8/256 23766
/proc/meminfo: memFree=129455032/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=193196 memory=161508 CPUtime=427.12 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 121059 0 0 0 42693 19 0 0 20 0 2 0 34532459 197832704 40377 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 48299 40377 3424 6655 0 38532 0
[pid=23756/tid=23758] ppid=23753 vsize=193196 memory=161508 CPUtime=209.15 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 48518 0 0 0 20906 9 0 0 20 0 2 0 34533462 197832704 40377 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 427.12 s
Current children cumulated vsize: 193196 KiB
Current children cumulated memory: 161508 KiB

[startup+282.3 s]
/proc/loadavg: 7.18 7.17 6.88 7/256 23768
/proc/meminfo: memFree=129434332/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=193196 memory=161508 CPUtime=546.3 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 122135 0 0 0 54610 20 0 0 20 0 2 0 34532459 197832704 40377 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 48299 40377 3424 6655 0 38532 0
[pid=23756/tid=23758] ppid=23753 vsize=193196 memory=161508 CPUtime=268.93 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 49588 0 0 0 26884 9 0 0 20 0 2 0 34533462 197832704 40377 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 546.3 s
Current children cumulated vsize: 193196 KiB
Current children cumulated memory: 161508 KiB

[startup+342.3 s]
/proc/loadavg: 7.28 7.21 6.92 8/256 23786
/proc/meminfo: memFree=129428012/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=198072 memory=164132 CPUtime=664.76 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) R 23753 23756 21012 0 -1 4194304 122723 0 0 0 66456 20 0 0 20 0 2 0 34532459 202825728 41033 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 49518 41033 3424 6655 0 39751 0
[pid=23756/tid=23758] ppid=23753 vsize=198072 memory=164132 CPUtime=328.64 cores=4,6
/proc/23756/task/23758/stat : 23758 (LSIPExact) R 23753 23756 21012 0 -1 4194368 49645 0 0 0 32855 9 0 0 20 0 2 0 34533462 202825728 41033 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
Current children cumulated CPU time: 664.76 s
Current children cumulated vsize: 198072 KiB
Current children cumulated memory: 164132 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.05 4.92 5.35 6/255 23916
/proc/meminfo: memFree=129036924/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=152412 memory=129108 CPUtime=935.54 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 24874 0 0 0 93368 186 0 0 20 0 1 0 34640863 156069888 32277 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 38103 32277 1120 1011 0 36870 0
Current children cumulated CPU time: 3074.59 s
Current children cumulated vsize: 359212 KiB
Current children cumulated memory: 259384 KiB

[startup+2082.3 s]
/proc/loadavg: 5.21 4.98 5.34 6/255 23918
/proc/meminfo: memFree=129047260/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=153524 memory=130260 CPUtime=995.38 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 25152 0 0 0 99340 198 0 0 20 0 1 0 34640863 157208576 32565 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 38381 32565 1120 1011 0 37148 0
Current children cumulated CPU time: 3134.43 s
Current children cumulated vsize: 360324 KiB
Current children cumulated memory: 260536 KiB

[startup+2142.3 s]
/proc/loadavg: 5.13 5.00 5.32 6/255 23922
/proc/meminfo: memFree=129040996/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=155196 memory=136060 CPUtime=1055.22 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 25589 0 0 0 105313 209 0 0 20 0 1 0 34640863 158920704 34015 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 38799 34015 1120 1011 0 37566 0
Current children cumulated CPU time: 3194.27 s
Current children cumulated vsize: 361996 KiB
Current children cumulated memory: 266336 KiB

[startup+2202.3 s]
/proc/loadavg: 4.94 4.98 5.29 5/248 23957
/proc/meminfo: memFree=129332512/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=157576 memory=138364 CPUtime=1115.06 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 26187 0 0 0 111282 224 0 0 20 0 1 0 34640863 161357824 34591 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 39394 34591 1120 1011 0 38161 0
Current children cumulated CPU time: 3254.11 s
Current children cumulated vsize: 364376 KiB
Current children cumulated memory: 268640 KiB

[startup+2262.3 s]
/proc/loadavg: 4.45 4.83 5.22 5/248 23958
/proc/meminfo: memFree=129353456/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=158892 memory=139772 CPUtime=1174.91 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 26517 0 0 0 117255 236 0 0 20 0 1 0 34640863 162705408 34943 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 39723 34943 1120 1011 0 38490 0
Current children cumulated CPU time: 3313.96 s
Current children cumulated vsize: 365692 KiB
Current children cumulated memory: 270048 KiB

[startup+2322.3 s]
/proc/loadavg: 4.21 4.69 5.15 5/248 23960
/proc/meminfo: memFree=129345828/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=160656 memory=141436 CPUtime=1234.76 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 26958 0 0 0 123232 244 0 0 20 0 1 0 34640863 164511744 35359 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 40164 35359 1120 1011 0 38931 0
Current children cumulated CPU time: 3373.81 s
Current children cumulated vsize: 367456 KiB
Current children cumulated memory: 271712 KiB

[startup+2382.3 s]
/proc/loadavg: 4.48 4.66 5.10 5/248 23962
/proc/meminfo: memFree=129325032/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=160860 memory=142076 CPUtime=1294.58 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 27040 0 0 0 129200 258 0 0 20 0 1 0 34640863 164720640 35519 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 40215 35519 1120 1011 0 38982 0
Current children cumulated CPU time: 3433.63 s
Current children cumulated vsize: 367660 KiB
Current children cumulated memory: 272352 KiB

[startup+2442.3 s]
/proc/loadavg: 4.65 4.69 5.08 5/249 23969
/proc/meminfo: memFree=129320788/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=162124 memory=143228 CPUtime=1354.43 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 27336 0 0 0 135175 268 0 0 20 0 1 0 34640863 166014976 35807 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 40531 35807 1120 1011 0 39298 0
Current children cumulated CPU time: 3493.48 s
Current children cumulated vsize: 368924 KiB
Current children cumulated memory: 273504 KiB

[startup+2502.3 s]
/proc/loadavg: 4.29 4.58 5.02 5/249 23971
/proc/meminfo: memFree=129323624/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=162124 memory=143228 CPUtime=1414.28 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 27336 0 0 0 141151 277 0 0 20 0 1 0 34640863 166014976 35807 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 40531 35807 1120 1011 0 39298 0
Current children cumulated CPU time: 3553.33 s
Current children cumulated vsize: 368924 KiB
Current children cumulated memory: 273504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2549.11 s]
/proc/loadavg: 3.83 4.43 4.95 4/241 24004
/proc/meminfo: memFree=129650356/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=163348 memory=144508 CPUtime=1460.97 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 27659 0 0 0 145813 284 0 0 20 0 1 0 34640863 167268352 36127 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 40837 36127 1120 1011 0 39604 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 370148 KiB
Current children cumulated memory: 274784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=3.07446 s

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

[startup+2549.11 s]
/proc/loadavg: 3.83 4.43 4.95 4/241 24004
/proc/meminfo: memFree=129650356/131382116 swapFree=33010684/33010684
[pid=23756] ppid=23753 vsize=206800 memory=130276 CPUtime=2139.05 cores=4,6
/proc/23756/stat : 23756 (LSIPExact) S 23753 23756 21012 0 -1 4194304 129670 0 0 0 213883 22 0 0 20 0 1 0 34532459 211763200 32569 18446744073709551615 94650846134272 94650873390673 140735635680496 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94650881893512 94650882325120 94650884837376 140735635683674 140735635683850 140735635683850 140735635689452 0
/proc/23756/statm: 51700 32569 3456 6655 0 41933 0
[pid=23823] ppid=23756 vsize=163348 memory=144508 CPUtime=1460.97 cores=4,6
/proc/23823/stat : 23823 (Exact) R 23756 23823 23823 0 -1 4194304 27659 0 0 0 145813 284 0 0 20 0 1 0 34640863 167268352 36127 18446744073709551615 4198400 8335837 140732525097920 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 22196224 140732525103291 140732525103645 140732525103645 140732525109199 0
/proc/23823/statm: 40837 36127 1120 1011 0 39604 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 370148 KiB
Current children cumulated memory: 274784 KiB

Child status: 0

Real time (s): 2549.13
CPU time (s): 3600.05
CPU user time (s): 3596.98
CPU system time (s): 3.07446
CPU usage (%): 141.227
Max. virtual memory (cumulated for all children) (KiB): 370148
Max. memory (cumulated for all children) (KiB): 274784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 3.07446
maximum resident set size= 187516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158049
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= 508
involuntary context switches= 20521


# summary of solver processes directly reported to runsolver:
#   pid: 23756
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 3.07446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.68006 second user time and 20.2052 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 11:15:30
IDJOB=4513034
IDBENCH=162256
IDSOLVER=3337
FILE ID=nodeC010/4513034-1751188530
RUNJOBID= nodeC010-1751180806-21023
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round21-3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513034-1751188530/watcher-4513034-1751188530 -o /tmp/evaluation-result-4513034-1751188530/solver-4513034-1751188530 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21023 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513034-1751188530.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= fcb5d4afa821f968de1d585b18d2dfc7
RANDOM SEED=536773526

nodeC010 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	: 0xb00001f
cpu MHz		: 3591.448
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.868
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.442
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.463
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.413
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.443
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.152
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.434
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129223052 kB
MemAvailable:   129155160 kB
Buffers:            3280 kB
Cached:           743008 kB
SwapCached:            0 kB
Active:           624360 kB
Inactive:         451644 kB
Active(anon):     347676 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   451644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44968 kB
Writeback:            48 kB
AnonPages:        332856 kB
Mapped:           139784 kB
Shmem:             17960 kB
KReclaimable:      86812 kB
Slab:             166180 kB
SReclaimable:      86812 kB
SUnreclaim:        79368 kB
KernelStack:        4128 kB
PageTables:         3724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     696956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC010 at 2025-06-29 11:58:00