Trace number 4512961

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 2900.92

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round23-5.opb
MD5SUM86944514b434ff8020a355b19ddc8d04
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512961-1751138336/watcher-4512961-1751138336 -o /tmp/evaluation-result-4512961-1751138336/solver-4512961-1751138336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11432 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4512961-1751138336.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=12845, runsolver pid=12842

[startup+0.100066 s]*
/proc/loadavg: 4.75 5.68 5.50 5/268 12846
/proc/meminfo: memFree=124431300/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=0.09 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 9 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+0.205665 s]*
/proc/loadavg: 4.75 5.68 5.50 5/268 12846
/proc/meminfo: memFree=124431300/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=0.19 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 19 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+0.305646 s]*
/proc/loadavg: 4.75 5.68 5.50 5/268 12846
/proc/meminfo: memFree=124431300/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=0.28 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 28 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+0.700147 s]
/proc/loadavg: 4.75 5.68 5.50 5/268 12846
/proc/meminfo: memFree=124431364/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=0.66 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 66 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+1.50018 s]
/proc/loadavg: 4.75 5.68 5.50 5/268 12846
/proc/meminfo: memFree=124431364/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=1.45 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 145 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+3.10538 s]
/proc/loadavg: 4.75 5.68 5.50 5/268 12846
/proc/meminfo: memFree=124431392/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=3.04 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 304 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+6.30012 s]
/proc/loadavg: 4.69 5.65 5.49 5/268 12846
/proc/meminfo: memFree=124033048/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=48272 memory=13696 CPUtime=6.21 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 2425 0 0 0 621 0 0 0 20 0 1 0 29512043 49430528 3424 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 12068 3424 1152 6655 0 2303 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 48272 KiB
Current children cumulated memory: 13696 KiB

[startup+12.7002 s]
/proc/loadavg: 4.63 5.62 5.48 6/269 12847
/proc/meminfo: memFree=123882280/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=166728 memory=77292 CPUtime=15.13 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 16109 0 0 0 1511 2 0 0 20 0 2 0 29512043 170729472 19323 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 41682 19323 3328 6655 0 18119 0
[pid=12845/tid=12847] ppid=12842 vsize=166728 memory=75756 CPUtime=2.53 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 2632 0 0 0 253 0 0 0 20 0 2 0 29513045 170729472 19323 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 15.13 s
Current children cumulated vsize: 166728 KiB
Current children cumulated memory: 77292 KiB

[startup+25.5002 s]
/proc/loadavg: 4.71 5.59 5.48 7/269 12847
/proc/meminfo: memFree=123874248/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=171044 memory=83308 CPUtime=40.57 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 39752 0 0 0 4053 4 0 0 20 0 2 0 29512043 175149056 20827 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 42761 20827 3328 6655 0 19605 0
[pid=12845/tid=12847] ppid=12842 vsize=171044 memory=14976 CPUtime=15.2 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 9766 0 0 0 1519 1 0 0 20 0 2 0 29513045 175149056 20827 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 40.57 s
Current children cumulated vsize: 171044 KiB
Current children cumulated memory: 83308 KiB

[startup+51.1055 s]
/proc/loadavg: 4.88 5.56 5.47 6/269 12847
/proc/meminfo: memFree=123859648/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=176788 memory=101484 CPUtime=91.46 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 56026 0 0 0 9139 7 0 0 20 0 2 0 29512043 181030912 25371 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 44197 25371 3328 6655 0 23829 0
[pid=12845/tid=12847] ppid=12842 vsize=176788 memory=94188 CPUtime=40.56 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 16237 0 0 0 4054 2 0 0 20 0 2 0 29513045 181030912 25371 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 91.46 s
Current children cumulated vsize: 176788 KiB
Current children cumulated memory: 101484 KiB

[startup+102.3 s]
/proc/loadavg: 5.01 5.49 5.45 6/269 12849
/proc/meminfo: memFree=123212108/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=186076 memory=135788 CPUtime=193.21 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 75543 0 0 0 19312 9 0 0 20 0 2 0 29512043 190541824 33947 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 46519 33947 3328 6655 0 32677 0
[pid=12845/tid=12847] ppid=12842 vsize=186076 memory=8383 CPUtime=91.25 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 28069 0 0 0 9122 3 0 0 20 0 2 0 29513045 190541824 33947 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 193.21 s
Current children cumulated vsize: 186076 KiB
Current children cumulated memory: 135788 KiB

[startup+162.3 s]
/proc/loadavg: 5.40 5.49 5.45 8/268 12897
/proc/meminfo: memFree=123231792/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=194908 memory=153324 CPUtime=312.45 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 100700 0 0 0 31232 13 0 0 20 0 2 0 29512043 199585792 38331 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 48727 38331 3328 6655 0 37111 0
[pid=12845/tid=12847] ppid=12842 vsize=194908 memory=8383 CPUtime=150.69 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 40390 0 0 0 15064 5 0 0 20 0 2 0 29513045 199585792 38331 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 312.45 s
Current children cumulated vsize: 194908 KiB
Current children cumulated memory: 153324 KiB

[startup+222.3 s]
/proc/loadavg: 5.88 5.62 5.50 7/268 12900
/proc/meminfo: memFree=123105824/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=203264 memory=167020 CPUtime=431.67 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 104987 0 0 0 43152 15 0 0 20 0 2 0 29512043 208142336 41755 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 50816 41755 3328 6655 0 40226 0
[pid=12845/tid=12847] ppid=12842 vsize=203264 memory=8383 CPUtime=210.08 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 42238 0 0 0 21003 5 0 0 20 0 2 0 29513045 208142336 41755 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 431.67 s
Current children cumulated vsize: 203264 KiB
Current children cumulated memory: 167020 KiB

[startup+282.3 s]
/proc/loadavg: 6.21 5.78 5.56 7/269 12907
/proc/meminfo: memFree=120738492/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=209180 memory=176096 CPUtime=550.83 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 132410 0 0 0 55065 18 0 0 20 0 2 0 29512043 214200320 44024 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 52295 44024 3328 6655 0 42485 0
[pid=12845/tid=12847] ppid=12842 vsize=209180 memory=8383 CPUtime=269.46 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 58375 0 0 0 26939 7 0 0 20 0 2 0 29513045 214200320 44024 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 550.83 s
Current children cumulated vsize: 209180 KiB
Current children cumulated memory: 176096 KiB

[startup+342.3 s]
/proc/loadavg: 6.29 5.87 5.61 8/269 12912
/proc/meminfo: memFree=117781012/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=274716 memory=178024 CPUtime=669.99 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) R 12842 12845 11416 0 -1 4194304 151685 0 0 0 66977 22 0 0 20 0 2 0 29512043 281309184 44506 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 68679 44506 3328 6655 0 43217 0
[pid=12845/tid=12847] ppid=12842 vsize=274716 memory=10752 CPUtime=328.84 cores=4,6
/proc/12845/task/12847/stat : 12847 (LSIPExact) R 12842 12845 11416 0 -1 4194368 76013 0 0 0 32873 11 0 0 20 0 2 0 29513045 281309184 44506 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
Current children cumulated CPU time: 669.99 s
Current children cumulated vsize: 274716 KiB
Current children cumulated memory: 178024 KiB

[startup+402.3 s]

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

/proc/loadavg: 4.11 4.40 5.08 5/267 13376
/proc/meminfo: memFree=128876996/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=178088 memory=167764 CPUtime=1651.29 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 30703 0 0 0 164872 257 0 0 20 0 1 0 29584646 182362112 41941 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 44522 41941 1120 1011 0 43289 0
Current children cumulated CPU time: 3082.91 s
Current children cumulated vsize: 396340 KiB
Current children cumulated memory: 313136 KiB

[startup+2442.3 s]
/proc/loadavg: 4.08 4.34 5.02 5/266 13378
/proc/meminfo: memFree=128878328/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=179432 memory=169044 CPUtime=1711.11 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 31041 0 0 0 170844 267 0 0 20 0 1 0 29584646 183738368 42261 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 44858 42261 1120 1011 0 43625 0
Current children cumulated CPU time: 3142.73 s
Current children cumulated vsize: 397684 KiB
Current children cumulated memory: 314416 KiB

[startup+2502.3 s]
/proc/loadavg: 4.14 4.31 4.96 5/266 13380
/proc/meminfo: memFree=128870424/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=181280 memory=170964 CPUtime=1770.93 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 31505 0 0 0 176820 273 0 0 20 0 1 0 29584646 185630720 42741 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 45320 42741 1120 1011 0 44087 0
Current children cumulated CPU time: 3202.55 s
Current children cumulated vsize: 399532 KiB
Current children cumulated memory: 316336 KiB

[startup+2562.3 s]
/proc/loadavg: 4.10 4.27 4.90 5/266 13393
/proc/meminfo: memFree=128877116/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=181280 memory=170964 CPUtime=1830.73 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 31525 0 0 0 182789 284 0 0 20 0 1 0 29584646 185630720 42741 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 45320 42741 1120 1011 0 44087 0
Current children cumulated CPU time: 3262.35 s
Current children cumulated vsize: 399532 KiB
Current children cumulated memory: 316336 KiB

[startup+2622.3 s]
/proc/loadavg: 4.15 4.25 4.86 5/267 13397
/proc/meminfo: memFree=128815676/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=182264 memory=171860 CPUtime=1890.57 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 31760 0 0 0 188768 289 0 0 20 0 1 0 29584646 186638336 42965 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 45566 42965 1120 1011 0 44333 0
Current children cumulated CPU time: 3322.19 s
Current children cumulated vsize: 400516 KiB
Current children cumulated memory: 317232 KiB

[startup+2682.3 s]
/proc/loadavg: 4.12 4.22 4.80 5/267 13403
/proc/meminfo: memFree=128817940/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=182412 memory=172116 CPUtime=1950.42 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 31798 0 0 0 194745 297 0 0 20 0 1 0 29584646 186789888 43029 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 45603 43029 1120 1011 0 44370 0
Current children cumulated CPU time: 3382.04 s
Current children cumulated vsize: 400664 KiB
Current children cumulated memory: 317488 KiB

[startup+2742.3 s]
/proc/loadavg: 4.09 4.19 4.76 5/267 13405
/proc/meminfo: memFree=128832036/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=184128 memory=173780 CPUtime=2010.27 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 32247 0 0 0 200722 305 0 0 20 0 1 0 29584646 188547072 43445 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 46032 43445 1120 1011 0 44799 0
Current children cumulated CPU time: 3441.89 s
Current children cumulated vsize: 402380 KiB
Current children cumulated memory: 319152 KiB

[startup+2802.3 s]
/proc/loadavg: 4.13 4.18 4.72 5/267 13409
/proc/meminfo: memFree=128849120/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=185164 memory=178952 CPUtime=2070.12 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 32512 0 0 0 206700 312 0 0 20 0 1 0 29584646 189607936 44738 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 46291 44738 1120 1011 0 45058 0
Current children cumulated CPU time: 3501.74 s
Current children cumulated vsize: 403416 KiB
Current children cumulated memory: 324324 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.16 4.68 5/267 13411
/proc/meminfo: memFree=128845764/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=185884 memory=179592 CPUtime=2129.97 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 32692 0 0 0 212673 324 0 0 20 0 1 0 29584646 190345216 44898 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 46471 44898 1120 1011 0 45238 0
Current children cumulated CPU time: 3561.59 s
Current children cumulated vsize: 404136 KiB
Current children cumulated memory: 324964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2900.9 s]
/proc/loadavg: 4.11 4.16 4.65 5/266 13413
/proc/meminfo: memFree=128816088/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=185884 memory=179592 CPUtime=2168.47 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 32692 0 0 0 216520 327 0 0 20 0 1 0 29584646 190345216 44898 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 46471 44898 1120 1011 0 45238 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 404136 KiB
Current children cumulated memory: 324964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.55 s, system=3.57012 s

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

[startup+2900.9 s]
/proc/loadavg: 4.11 4.16 4.65 5/266 13413
/proc/meminfo: memFree=128816088/131249996 swapFree=33010684/33010684
[pid=12845] ppid=12842 vsize=218252 memory=145372 CPUtime=1431.62 cores=4,6
/proc/12845/stat : 12845 (LSIPExact) S 12842 12845 11416 0 -1 4194304 188081 0 0 0 143133 29 0 0 20 0 1 0 29512043 223490048 36343 18446744073709551615 94414673334272 94414700590673 140734079403120 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94414709093512 94414709525120 94414730895360 140734079408474 140734079408650 140734079408650 140734079414252 0
/proc/12845/statm: 54563 36343 3360 6655 0 44753 0
[pid=12973] ppid=12845 vsize=185884 memory=179592 CPUtime=2168.47 cores=4,6
/proc/12973/stat : 12973 (Exact) R 12845 12973 12973 0 -1 4194304 32692 0 0 0 216520 327 0 0 20 0 1 0 29584646 190345216 44898 18446744073709551615 4198400 8335837 140725852673168 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19521536 140725852682427 140725852682781 140725852682781 140725852688335 0
/proc/12973/statm: 46471 44898 1120 1011 0 45238 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 404136 KiB
Current children cumulated memory: 324964 KiB

Child status: 0

Real time (s): 2900.92
CPU time (s): 3600.12
CPU user time (s): 3596.55
CPU system time (s): 3.57012
CPU usage (%): 124.103
Max. virtual memory (cumulated for all children) (KiB): 404136
Max. memory (cumulated for all children) (KiB): 324964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.55
system time used= 3.57012
maximum resident set size= 211304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221071
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= 453
involuntary context switches= 12788


# summary of solver processes directly reported to runsolver:
#   pid: 12845
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3596.55
#   total CPU system time (s): 3.57012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11327 second user time and 12.5223 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 21:18:56
IDJOB=4512961
IDBENCH=162230
IDSOLVER=3336
FILE ID=nodeC029/4512961-1751138336
RUNJOBID= nodeC029-1751133631-11432
SLURM_JOB_ID= 9587429
Free space on /tmp= 432796 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round23-5.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512961-1751138336/watcher-4512961-1751138336 -o /tmp/evaluation-result-4512961-1751138336/solver-4512961-1751138336 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11432 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4512961-1751138336.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=1132775857

nodeC029 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.764
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124440876 kB
MemAvailable:   124307516 kB
Buffers:            3280 kB
Cached:           678240 kB
SwapCached:            0 kB
Active:          5700448 kB
Inactive:         471756 kB
Active(anon):    5508744 kB
Inactive(anon):        0 kB
Active(file):     191704 kB
Inactive(file):   471756 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45048 kB
Writeback:            32 kB
AnonPages:       5487532 kB
Mapped:           146152 kB
Shmem:             18060 kB
KReclaimable:      84840 kB
Slab:             167048 kB
SReclaimable:      84840 kB
SUnreclaim:        82208 kB
KernelStack:        4320 kB
PageTables:        14228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6640812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2930688 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC029 at 2025-06-28 22:07:17