Trace number 4505433

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3604.37 2126.55

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM52dca71e841298ae6df8c1bcbb79ed30
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13359973
Best CPU time to get the best result obtained on this benchmark3600.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.13/2124.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/2124.30	c numVar: 2000400
3600.13/2124.30	c numCon: 4920807
3600.13/2124.30	c numEqual: 19807
3600.13/2124.30	c intSize: 39
3600.13/2124.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/2124.30	c ------------------- Paras list -------------------
3600.13/2124.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/2124.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/2124.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/2124.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/2124.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/2124.30	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/2124.30	c random_seed         	 int       	 0         	 0         	 
3600.13/2124.30	c sample_size         	 int       	 50        	 50        	 
3600.13/2124.30	c sub_score           	 int       	 1         	 1         	 
3600.13/2124.30	c tabu_base           	 int       	 3         	 3         	 
3600.13/2124.30	c tabu_variation      	 int       	 1         	 1         	 
3600.13/2124.30	c sub_div             	 int       	 4         	 4         	 
3600.13/2124.30	c nbcore              	 int       	 2         	 1         	 
3600.13/2124.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/2124.30	c print_sol           	 int       	 1         	 1         	 
3600.13/2124.30	c tmpdir              	 string		 .         	 "."       	 
3600.13/2124.30	c home                	 string		 HOME	 "."       	 
3600.13/2124.30	c benchname           	 string		 HOME/instance-4505433-1751445980.opb	 ""        	 
3600.13/2124.30	c --------------------------------------------------
3600.13/2124.30	c Local Search solver
3600.13/2124.30	c MIP solver
3600.13/2124.30	c receive signal 15, try to interrupt solver...

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (54083 MiB free)
  memory of node 1: 64507 MiB (46196 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505433-1751445980/watcher-4505433-1751445980 -o /tmp/evaluation-result-4505433-1751445980/solver-4505433-1751445980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68009 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505433-1751445980.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=69056, runsolver pid=69053
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 7.08 7.81 7.81 6/266 69057
/proc/meminfo: memFree=102508480/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=500720 memory=199832 CPUtime=0.09 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 36701 0 0 0 3 6 0 0 20 0 1 0 60278415 512737280 49958 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 125180 49958 1152 6655 0 115415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 500720 KiB
Current children cumulated memory: 199832 KiB

[startup+0.205819 s]*
/proc/loadavg: 7.08 7.81 7.81 6/266 69057
/proc/meminfo: memFree=102293952/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=657800 memory=410136 CPUtime=0.19 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 75992 0 0 0 7 12 0 0 20 0 1 0 60278415 673587200 102534 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 164450 102534 1152 6655 0 154685 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 657800 KiB
Current children cumulated memory: 410136 KiB

[startup+0.305627 s]*
/proc/loadavg: 7.08 7.81 7.81 6/266 69057
/proc/meminfo: memFree=102099648/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=807356 memory=608920 CPUtime=0.3 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 113413 0 0 0 11 19 0 0 20 0 1 0 60278415 826732544 152230 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 201839 152230 1152 6655 0 192074 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 807356 KiB
Current children cumulated memory: 608920 KiB

[startup+0.700164 s]
/proc/loadavg: 7.08 7.81 7.81 6/266 69057
/proc/meminfo: memFree=101702976/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=1316256 memory=1272584 CPUtime=0.68 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 237849 0 0 0 28 40 0 0 20 0 1 0 60278415 1347846144 318146 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 329064 318146 1152 6655 0 319299 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1316256 KiB
Current children cumulated memory: 1272584 KiB

[startup+1.50017 s]
/proc/loadavg: 7.08 7.81 7.81 6/266 69057
/proc/meminfo: memFree=101423724/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=1373968 memory=1330312 CPUtime=1.48 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 252293 0 0 0 102 46 0 0 20 0 1 0 60278415 1406943232 332578 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 343492 332578 1152 6655 0 333727 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1373968 KiB
Current children cumulated memory: 1330312 KiB

[startup+3.10541 s]
/proc/loadavg: 6.92 7.76 7.80 6/266 69057
/proc/meminfo: memFree=100012604/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=2745816 memory=2701392 CPUtime=3.08 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 465079 0 0 0 220 88 0 0 20 0 1 0 60278415 2811715584 675348 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 686454 675348 1184 6655 0 676689 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2745816 KiB
Current children cumulated memory: 2701392 KiB

[startup+6.30015 s]
/proc/loadavg: 6.92 7.76 7.80 6/266 69057
/proc/meminfo: memFree=98821424/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=3718440 memory=3673920 CPUtime=6.27 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 700499 0 0 0 505 122 0 0 20 0 1 0 60278415 3807682560 918480 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 929610 918480 1184 6655 0 919845 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3718440 KiB
Current children cumulated memory: 3673920 KiB

[startup+12.7002 s]
/proc/loadavg: 6.62 7.67 7.77 6/266 69057
/proc/meminfo: memFree=98146028/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=5170076 memory=5125876 CPUtime=12.66 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1030713 0 0 0 1092 174 0 0 20 0 1 0 60278415 5294157824 1281437 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 1292519 1281469 1248 6655 0 1282754 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 5170076 KiB
Current children cumulated memory: 5125876 KiB

[startup+25.5002 s]
/proc/loadavg: 6.45 7.60 7.74 7/267 69058
/proc/meminfo: memFree=94867300/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=8808320 memory=8156624 CPUtime=25.43 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1188785 0 0 0 2277 266 0 0 20 0 2 0 60278415 9019719680 2039156 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 2202080 2039156 2880 6655 0 2175963 0
[pid=69056/tid=69058] ppid=69053 vsize=8808320 memory=8003408 CPUtime=0 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) S 69053 69056 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60280113 9019719680 2039156 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 8808320 KiB
Current children cumulated memory: 8156624 KiB

[startup+51.1057 s]
/proc/loadavg: 6.35 7.48 7.70 7/268 69060
/proc/meminfo: memFree=93917940/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=8743920 memory=8045496 CPUtime=50.97 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1257158 0 0 0 4790 307 0 0 20 0 2 0 60278415 8953774080 2011374 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 2185980 2011374 2944 6655 0 2159863 0
[pid=69056/tid=69058] ppid=69053 vsize=8743920 memory=8219872 CPUtime=0 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) S 69053 69056 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60280113 8953774080 2011374 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 8743920 KiB
Current children cumulated memory: 8045496 KiB

[startup+102.3 s]
/proc/loadavg: 6.19 7.25 7.61 7/268 69062
/proc/meminfo: memFree=88963248/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=12298944 memory=11094840 CPUtime=102.04 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1378176 0 0 0 9793 411 0 0 20 0 2 0 60278415 12594118656 2773710 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 3074736 2773710 3008 6655 0 3048619 0
[pid=69056/tid=69058] ppid=69053 vsize=12298944 memory=14720 CPUtime=0 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) S 69053 69056 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60280113 12594118656 2773710 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 12298944 KiB
Current children cumulated memory: 11094840 KiB

[startup+162.3 s]
/proc/loadavg: 6.18 7.05 7.51 7/268 69064
/proc/meminfo: memFree=87200992/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=12567528 memory=11434268 CPUtime=163.51 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1552106 0 0 0 15821 530 0 0 20 0 2 0 60278415 12869148672 2858567 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 3141882 2858567 3040 6655 0 3108953 0
[pid=69056/tid=69058] ppid=69053 vsize=12567528 memory=11238932 CPUtime=1.88 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) S 69053 69056 67998 0 -1 4194368 21547 0 0 0 170 18 0 0 20 0 2 0 60280113 12869148672 2858567 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 163.51 s
Current children cumulated vsize: 12567528 KiB
Current children cumulated memory: 11434268 KiB

[startup+222.3 s]
/proc/loadavg: 6.86 7.05 7.48 9/269 69067
/proc/meminfo: memFree=74197736/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=19580608 memory=16489092 CPUtime=241.7 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1848687 0 0 0 23353 817 0 0 20 0 2 0 60278415 20050542592 4122273 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 4895152 4122273 3264 6655 0 4838790 0
[pid=69056/tid=69058] ppid=69053 vsize=19580608 memory=14720 CPUtime=20.48 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 150757 0 0 0 1897 151 0 0 20 0 2 0 60280113 20050542592 4122273 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 241.7 s
Current children cumulated vsize: 19580608 KiB
Current children cumulated memory: 16489092 KiB

[startup+282.3 s]
/proc/loadavg: 7.01 7.08 7.46 7/267 69070
/proc/meminfo: memFree=81885480/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=22875128 memory=18467724 CPUtime=360.71 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1971220 0 0 0 35067 1004 0 0 20 0 2 0 60278415 23424131072 4616931 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 5718782 4616931 3360 6655 0 5646829 0
[pid=69056/tid=69058] ppid=69053 vsize=22875128 memory=14720 CPUtime=79.72 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 228540 0 0 0 7732 240 0 0 20 0 2 0 60280113 23424131072 4616931 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 360.71 s
Current children cumulated vsize: 22875128 KiB
Current children cumulated memory: 18467724 KiB

[startup+342.3 s]
/proc/loadavg: 5.84 6.73 7.32 6/268 69076
/proc/meminfo: memFree=84211492/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=19044788 memory=16005496 CPUtime=420.95 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 1998527 0 0 0 41080 1015 0 0 20 0 2 0 60278415 19501862912 4001374 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 4761197 4001374 3360 6655 0 4703006 0
[pid=69056/tid=69058] ppid=69053 vsize=19044788 memory=18544196 CPUtime=80.18 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) S 69053 69056 67998 0 -1 4194368 229715 0 0 0 7777 241 0 0 20 0 2 0 60280113 19501862912 4001374 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 420.95 s
Current children cumulated vsize: 19044788 KiB
Current children cumulated memory: 16005496 KiB

[startup+402.3 s]
/proc/loadavg: 5.36 6.43 7.17 6/267 69078

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

/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3593086 0 0 0 290375 1885 0 0 20 0 2 0 60278415 26696986624 5718247 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6517819 5718247 3456 6655 0 6457771 0
[pid=69056/tid=69058] ppid=69053 vsize=26071276 memory=22872988 CPUtime=1148.28 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 605190 0 0 0 114379 449 0 0 20 0 2 0 60280113 26696986624 5718247 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 2922.6 s
Current children cumulated vsize: 26071276 KiB
Current children cumulated memory: 22872988 KiB

[startup+1842.3 s]
/proc/loadavg: 6.78 6.96 6.96 8/268 69248
/proc/meminfo: memFree=60015748/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=26071276 memory=22877156 CPUtime=3041.53 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3620862 0 0 0 302259 1894 0 0 20 0 2 0 60278415 26696986624 5719289 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6517819 5719289 3456 6655 0 6457771 0
[pid=69056/tid=69058] ppid=69053 vsize=26071276 memory=22872988 CPUtime=1207.52 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 613824 0 0 0 120296 456 0 0 20 0 2 0 60280113 26696986624 5719289 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3041.53 s
Current children cumulated vsize: 26071276 KiB
Current children cumulated memory: 22877156 KiB

[startup+1902.3 s]
/proc/loadavg: 7.43 7.09 7.01 9/268 69255
/proc/meminfo: memFree=56373752/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=26136812 memory=22908172 CPUtime=3160.35 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3662730 0 0 0 314124 1911 0 0 20 0 2 0 60278415 26764095488 5727043 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6534203 5727043 3456 6655 0 6463885 0
[pid=69056/tid=69058] ppid=69053 vsize=26136812 memory=22872988 CPUtime=1266.71 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 646250 0 0 0 126199 472 0 0 20 0 2 0 60280113 26764095488 5727043 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3160.35 s
Current children cumulated vsize: 26136812 KiB
Current children cumulated memory: 22908172 KiB

[startup+1962.3 s]
/proc/loadavg: 7.27 7.12 7.02 8/268 69257
/proc/meminfo: memFree=58490444/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=26335764 memory=23006468 CPUtime=3279.14 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3699865 0 0 0 325984 1930 0 0 20 0 2 0 60278415 26967822336 5751617 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6583941 5751617 3456 6655 0 6518373 0
[pid=69056/tid=69058] ppid=69053 vsize=26335764 memory=14720 CPUtime=1325.88 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 677402 0 0 0 132097 491 0 0 20 0 2 0 60280113 26967822336 5751617 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3279.14 s
Current children cumulated vsize: 26335764 KiB
Current children cumulated memory: 23006468 KiB

[startup+2022.3 s]
/proc/loadavg: 7.16 7.11 7.02 8/267 69259
/proc/meminfo: memFree=58470888/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=26335764 memory=23006492 CPUtime=3397.96 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3712187 0 0 0 337859 1937 0 0 20 0 2 0 60278415 26967822336 5751623 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6583941 5751623 3456 6655 0 6518373 0
[pid=69056/tid=69058] ppid=69053 vsize=26335764 memory=14720 CPUtime=1385.08 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 687650 0 0 0 138010 498 0 0 20 0 2 0 60280113 26967822336 5751623 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3397.96 s
Current children cumulated vsize: 26335764 KiB
Current children cumulated memory: 23006492 KiB

[startup+2082.3 s]
/proc/loadavg: 7.11 7.10 7.02 8/268 69274
/proc/meminfo: memFree=58484552/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=26175064 memory=22931008 CPUtime=3516.78 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3747566 0 0 0 349722 1956 0 0 20 0 2 0 60278415 26803265536 5732752 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6543766 5732752 3456 6655 0 6478198 0
[pid=69056/tid=69058] ppid=69053 vsize=26175064 memory=23006496 CPUtime=1444.27 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 722472 0 0 0 143911 516 0 0 20 0 2 0 60280113 26803265536 5732752 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3516.78 s
Current children cumulated vsize: 26175064 KiB
Current children cumulated memory: 22931008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2124.3 s]
/proc/loadavg: 6.66 6.99 6.98 7/268 69322
/proc/meminfo: memFree=76416108/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=25558884 memory=22406408 CPUtime=3600.13 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3829543 0 0 0 358034 1979 0 0 20 0 2 0 60278415 26172297216 5601602 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6389721 5601602 3456 6655 0 6324153 0
[pid=69056/tid=69058] ppid=69053 vsize=25558884 memory=23006496 CPUtime=1485.81 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 763152 0 0 0 148047 534 0 0 20 0 2 0 60280113 26172297216 5601602 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 25558884 KiB
Current children cumulated memory: 22406408 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2126.55 s]
# the end of solver process 69056 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3584.1 s, system=20.2701 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2124.8 s]
/proc/loadavg: 6.66 6.99 6.98 7/268 69322
/proc/meminfo: memFree=76416108/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=26209364 memory=22704080 CPUtime=3601.13 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3846613 0 0 0 358126 1987 0 0 20 0 2 0 60278415 26838388736 5676020 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6552341 5676020 3456 6655 0 6486773 0
[pid=69056/tid=69058] ppid=69053 vsize=26209364 memory=22404360 CPUtime=1486.31 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 764336 0 0 0 148094 537 0 0 20 0 2 0 60280113 26838388736 5676020 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3601.13 s
Current children cumulated vsize: 26209364 KiB
Current children cumulated memory: 22704080 KiB

[startup+2125.6 s]
/proc/loadavg: 6.66 6.99 6.98 7/268 69322
/proc/meminfo: memFree=76219720/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=25658588 memory=22421156 CPUtime=3602.71 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3879729 0 0 0 358280 1991 0 0 20 0 2 0 60278415 26274394112 5605289 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6414647 5605289 3456 6655 0 6349079 0
[pid=69056/tid=69058] ppid=69053 vsize=25658588 memory=10752 CPUtime=1487.1 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 767906 0 0 0 148171 539 0 0 20 0 2 0 60280113 26274394112 5605289 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3602.71 s
Current children cumulated vsize: 25658588 KiB
Current children cumulated memory: 22421156 KiB

[startup+2126 s]*
/proc/loadavg: 6.66 6.99 6.98 7/268 69322
/proc/meminfo: memFree=76010496/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=25773344 memory=22562736 CPUtime=3603.51 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3881046 0 0 0 358354 1997 0 0 20 0 2 0 60278415 26391904256 5640684 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6443336 5640684 3456 6655 0 6384463 0
[pid=69056/tid=69058] ppid=69053 vsize=25773344 memory=-6658399874640351585 CPUtime=1487.49 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 769223 0 0 0 148204 545 0 0 20 0 2 0 60280113 26391904256 5640684 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3603.51 s
Current children cumulated vsize: 25773344 KiB
Current children cumulated memory: 22562736 KiB

[startup+2126.2 s]
/proc/loadavg: 6.66 6.99 6.98 7/268 69322
/proc/meminfo: memFree=76010496/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=25849848 memory=22676708 CPUtime=3603.91 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3881449 0 0 0 358391 2000 0 0 20 0 2 0 60278415 26470244352 5669177 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6462462 5669177 3456 6655 0 6403589 0
[pid=69056/tid=69058] ppid=69053 vsize=25849848 memory=5632 CPUtime=1487.68 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 769626 0 0 0 148221 547 0 0 20 0 2 0 60280113 26470244352 5669177 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3603.91 s
Current children cumulated vsize: 25849848 KiB
Current children cumulated memory: 22676708 KiB

[startup+2126.3 s]
/proc/loadavg: 6.66 6.99 6.98 7/268 69322
/proc/meminfo: memFree=76010496/131250000 swapFree=33010684/33010684
[pid=69056] ppid=69053 vsize=25962116 memory=22596780 CPUtime=3604.11 cores=4,6
/proc/69056/stat : 69056 (LSIPExact) R 69053 69056 67998 0 -1 4194304 3882695 0 0 0 358409 2002 0 0 20 0 2 0 60278415 26585206784 5649195 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
/proc/69056/statm: 6490529 5649195 3456 6655 0 6431656 0
[pid=69056/tid=69058] ppid=69053 vsize=25962116 memory=23006496 CPUtime=1487.78 cores=4,6
/proc/69056/task/69058/stat : 69058 (LSIPExact) R 69053 69056 67998 0 -1 4194368 770872 0 0 0 148229 549 0 0 20 0 2 0 60280113 26585206784 5649195 18446744073709551615 94403630534656 94403657791057 140728828867360 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94403666293896 94403666725504 94403691454464 140728828868954 140728828869130 140728828869130 140728828874732 0
Current children cumulated CPU time: 3604.11 s
Current children cumulated vsize: 25962116 KiB
Current children cumulated memory: 22596780 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2126.55
CPU time (s): 3604.37
CPU user time (s): 3584.1
CPU system time (s): 20.2701
CPU usage (%): 169.494
Max. virtual memory (cumulated for all children) (KiB): 30835388
Max. memory (cumulated for all children) (KiB): 25973144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.1
system time used= 20.2701
maximum resident set size= 26056412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3882697
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= 219
involuntary context switches= 39453


# summary of solver processes directly reported to runsolver:
#   pid: 69056
#   total CPU time (s): 3604.37
#   total CPU user time (s): 3584.1
#   total CPU system time (s): 20.2701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.73883 second user time and 10.5987 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 10:46:22
IDJOB=4505433
IDBENCH=155757
IDSOLVER=3336
FILE ID=nodeC013/4505433-1751445980
RUNJOBID= nodeC013-1751440305-68009
SLURM_JOB_ID= 9598399
Free space on /tmp= 431936 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505433-1751445980/watcher-4505433-1751445980 -o /tmp/evaluation-result-4505433-1751445980/solver-4505433-1751445980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68009 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505433-1751445980.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 52dca71e841298ae6df8c1bcbb79ed30
RANDOM SEED=1697725882

nodeC013 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.847
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.67
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.726
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.67
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		: 3602.797
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.67
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		: 3700.000
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.67
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.67
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		: 3598.503
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        102678132 kB
MemAvailable:   104264728 kB
Buffers:            3280 kB
Cached:          2385316 kB
SwapCached:            0 kB
Active:         25623612 kB
Inactive:        2140396 kB
Active(anon):   25388696 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  2140396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            311336 kB
Writeback:             4 kB
AnonPages:      25373336 kB
Mapped:           130828 kB
Shmem:             13284 kB
KReclaimable:     100644 kB
Slab:             189392 kB
SReclaimable:     100644 kB
SUnreclaim:        88748 kB
KernelStack:        4288 kB
PageTables:        53368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   28223628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14665728 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431892 MiB
End job on nodeC013 at 2025-07-02 11:21:48