Trace number 4509707

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.1 2898.81

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
MD5SUM70456d73d2f29031b06a5b292ce0fc7b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.2992
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints252
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509707-1751136584/watcher-4509707-1751136584 -o /tmp/evaluation-result-4509707-1751136584/solver-4509707-1751136584 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751133631-11171 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4509707-1751136584.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=11976, runsolver pid=11973
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.09 4.20 4.29 5/266 11977
/proc/meminfo: memFree=125669900/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=0.09 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 9 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+0.205551 s]*
/proc/loadavg: 4.09 4.20 4.29 5/266 11977
/proc/meminfo: memFree=125669900/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=0.2 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 20 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+0.305487 s]*
/proc/loadavg: 4.09 4.20 4.29 5/266 11977
/proc/meminfo: memFree=125669900/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=0.3 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 30 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+0.700192 s]
/proc/loadavg: 4.09 4.20 4.29 5/266 11977
/proc/meminfo: memFree=125669900/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=0.69 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 69 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+1.50017 s]
/proc/loadavg: 4.09 4.20 4.29 5/266 11977
/proc/meminfo: memFree=125669900/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=1.49 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 149 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+3.10533 s]
/proc/loadavg: 4.09 4.20 4.29 5/266 11977
/proc/meminfo: memFree=125669900/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=3.09 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 309 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+6.30016 s]
/proc/loadavg: 4.08 4.19 4.29 5/266 11977
/proc/meminfo: memFree=125670152/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=39904 memory=5248 CPUtime=6.27 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 322 0 0 0 627 0 0 0 20 0 1 0 29337023 40861696 1312 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 9976 1312 1152 6655 0 211 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.21 4.29 6/267 11978
/proc/meminfo: memFree=125664768/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=118816 memory=21560 CPUtime=15.32 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 1919 0 0 0 1532 0 0 0 20 0 2 0 29337023 121667584 5390 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 29704 5390 3328 6655 0 3905 0
[pid=11976/tid=11978] ppid=11973 vsize=118816 memory=14720 CPUtime=2.66 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 352 0 0 0 266 0 0 0 20 0 2 0 29338024 121667584 5390 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 118816 KiB
Current children cumulated memory: 21560 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.26 4.31 6/267 11979
/proc/meminfo: memFree=125665476/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=120444 memory=23352 CPUtime=40.56 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 4957 0 0 0 4056 0 0 0 20 0 2 0 29337023 123334656 5838 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30111 5838 3328 6655 0 4416 0
[pid=11976/tid=11978] ppid=11973 vsize=120444 memory=21816 CPUtime=15.34 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 1457 0 0 0 1534 0 0 0 20 0 2 0 29338024 123334656 5838 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 40.56 s
Current children cumulated vsize: 120444 KiB
Current children cumulated memory: 23352 KiB

[startup+51.1057 s]
/proc/loadavg: 4.62 4.32 4.33 6/267 11979
/proc/meminfo: memFree=125656872/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=120828 memory=27832 CPUtime=91.18 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 8085 0 0 0 9117 1 0 0 20 0 2 0 29337023 123727872 6958 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30207 6958 3328 6655 0 5562 0
[pid=11976/tid=11978] ppid=11973 vsize=120828 memory=14720 CPUtime=40.41 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 3292 0 0 0 4041 0 0 0 20 0 2 0 29338024 123727872 6958 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 91.18 s
Current children cumulated vsize: 120828 KiB
Current children cumulated memory: 27832 KiB

[startup+102.3 s]
/proc/loadavg: 4.89 4.44 4.37 6/267 11981
/proc/meminfo: memFree=125651228/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=120828 memory=27832 CPUtime=193.01 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 10648 0 0 0 19300 1 0 0 20 0 2 0 29337023 123727872 6958 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30207 6958 3328 6655 0 5562 0
[pid=11976/tid=11978] ppid=11973 vsize=120828 memory=14720 CPUtime=91.15 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 4528 0 0 0 9115 0 0 0 20 0 2 0 29338024 123727872 6958 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 193.01 s
Current children cumulated vsize: 120828 KiB
Current children cumulated memory: 27832 KiB

[startup+162.3 s]
/proc/loadavg: 5.08 4.58 4.42 6/267 11986
/proc/meminfo: memFree=125629800/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=120828 memory=27832 CPUtime=312.34 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 10972 0 0 0 31233 1 0 0 20 0 2 0 29337023 123727872 6958 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30207 6958 3328 6655 0 5562 0
[pid=11976/tid=11978] ppid=11973 vsize=120828 memory=27832 CPUtime=150.61 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 4685 0 0 0 15061 0 0 0 20 0 2 0 29338024 123727872 6958 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 312.34 s
Current children cumulated vsize: 120828 KiB
Current children cumulated memory: 27832 KiB

[startup+222.3 s]
/proc/loadavg: 5.03 4.66 4.46 7/268 11993
/proc/meminfo: memFree=125621208/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=120960 memory=28472 CPUtime=431.65 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 14519 0 0 0 43164 1 0 0 20 0 2 0 29337023 123863040 7118 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30240 7118 3328 6655 0 5595 0
[pid=11976/tid=11978] ppid=11973 vsize=120960 memory=28472 CPUtime=210.06 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 6660 0 0 0 21006 0 0 0 20 0 2 0 29338024 123863040 7118 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 431.65 s
Current children cumulated vsize: 120960 KiB
Current children cumulated memory: 28472 KiB

[startup+282.3 s]
/proc/loadavg: 5.05 4.74 4.50 6/268 11995
/proc/meminfo: memFree=125618784/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=121596 memory=29240 CPUtime=550.97 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 14853 0 0 0 55096 1 0 0 20 0 2 0 29337023 124514304 7310 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30399 7310 3328 6655 0 5754 0
[pid=11976/tid=11978] ppid=11973 vsize=121596 memory=29240 CPUtime=269.51 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 6850 0 0 0 26951 0 0 0 20 0 2 0 29338024 124514304 7310 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 550.97 s
Current children cumulated vsize: 121596 KiB
Current children cumulated memory: 29240 KiB

[startup+342.3 s]
/proc/loadavg: 5.12 4.82 4.55 6/268 11997
/proc/meminfo: memFree=125628868/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=122156 memory=29752 CPUtime=670.29 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) R 11973 11976 11154 0 -1 4194304 16938 0 0 0 67027 2 0 0 20 0 2 0 29337023 125087744 7438 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 30539 7438 3328 6655 0 5894 0
[pid=11976/tid=11978] ppid=11973 vsize=122156 memory=28728 CPUtime=328.96 cores=1,3
/proc/11976/task/11978/stat : 11978 (LSIPExact) R 11973 11976 11154 0 -1 4194368 7989 0 0 0 32896 0 0 0 20 0 2 0 29338024 125087744 7438 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
Current children cumulated CPU time: 670.29 s
Current children cumulated vsize: 122156 KiB
Current children cumulated memory: 29752 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.33 4.97 5.28 6/267 12427
/proc/meminfo: memFree=129538572/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=152728 memory=144704 CPUtime=1592.05 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 28191 0 0 0 158012 1193 0 0 20 0 1 0 29409625 156393472 36176 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 38182 36176 1120 1011 0 36949 0
Current children cumulated CPU time: 3025.41 s
Current children cumulated vsize: 280696 KiB
Current children cumulated memory: 182600 KiB

[startup+2382.3 s]
/proc/loadavg: 5.20 5.00 5.27 5/267 12429
/proc/meminfo: memFree=129516560/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=161432 memory=153408 CPUtime=1651.85 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 28323 0 0 0 163961 1224 0 0 20 0 1 0 29409625 165306368 38352 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 40358 38352 1120 1011 0 39125 0
Current children cumulated CPU time: 3085.21 s
Current children cumulated vsize: 289400 KiB
Current children cumulated memory: 191304 KiB

[startup+2442.3 s]
/proc/loadavg: 5.18 5.03 5.26 6/267 12431
/proc/meminfo: memFree=129491032/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=162968 memory=154944 CPUtime=1711.64 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 28754 0 0 0 169907 1257 0 0 20 0 1 0 29409625 166879232 38736 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 40742 38736 1120 1011 0 39509 0
Current children cumulated CPU time: 3145 s
Current children cumulated vsize: 290936 KiB
Current children cumulated memory: 192840 KiB

[startup+2502.3 s]
/proc/loadavg: 5.20 5.06 5.26 6/267 12433
/proc/meminfo: memFree=129492756/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=168024 memory=159972 CPUtime=1771.42 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 29531 0 0 0 175848 1294 0 0 20 0 1 0 29409625 172056576 39993 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 42006 39993 1120 1011 0 40773 0
Current children cumulated CPU time: 3204.78 s
Current children cumulated vsize: 295992 KiB
Current children cumulated memory: 197868 KiB

[startup+2562.3 s]
/proc/loadavg: 5.26 5.12 5.27 6/267 12435
/proc/meminfo: memFree=129489008/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=169884 memory=163840 CPUtime=1831.21 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 29996 0 0 0 181788 1333 0 0 20 0 1 0 29409625 173961216 40960 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 42471 40960 1120 1011 0 41238 0
Current children cumulated CPU time: 3264.57 s
Current children cumulated vsize: 297852 KiB
Current children cumulated memory: 201736 KiB

[startup+2622.3 s]
/proc/loadavg: 5.19 5.12 5.26 6/267 12439
/proc/meminfo: memFree=129498636/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=173404 memory=167488 CPUtime=1891 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 30384 0 0 0 187733 1367 0 0 20 0 1 0 29409625 177565696 41872 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 43351 41872 1120 1011 0 42118 0
Current children cumulated CPU time: 3324.36 s
Current children cumulated vsize: 301372 KiB
Current children cumulated memory: 205384 KiB

[startup+2682.3 s]
/proc/loadavg: 5.12 5.11 5.25 6/267 12446
/proc/meminfo: memFree=129462588/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=216104 memory=172860 CPUtime=1950.79 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 31674 0 0 0 193672 1407 0 0 20 0 1 0 29409625 221290496 43215 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 54026 43215 1120 1011 0 52793 0
Current children cumulated CPU time: 3384.15 s
Current children cumulated vsize: 344072 KiB
Current children cumulated memory: 210756 KiB

[startup+2742.3 s]
/proc/loadavg: 5.16 5.12 5.24 6/267 12448
/proc/meminfo: memFree=129452888/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=217640 memory=176444 CPUtime=2010.6 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 32060 0 0 0 199620 1440 0 0 20 0 1 0 29409625 222863360 44111 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 54410 44111 1120 1011 0 53177 0
Current children cumulated CPU time: 3443.96 s
Current children cumulated vsize: 345608 KiB
Current children cumulated memory: 214340 KiB

[startup+2802.3 s]
/proc/loadavg: 5.12 5.11 5.23 6/267 12450
/proc/meminfo: memFree=129438608/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=219176 memory=177980 CPUtime=2070.44 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 32444 0 0 0 205570 1474 0 0 20 0 1 0 29409625 224436224 44495 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 54794 44495 1120 1011 0 53561 0
Current children cumulated CPU time: 3503.8 s
Current children cumulated vsize: 347144 KiB
Current children cumulated memory: 215876 KiB

[startup+2862.3 s]
/proc/loadavg: 5.00 5.09 5.21 5/267 12453
/proc/meminfo: memFree=129421248/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=220712 memory=179516 CPUtime=2130.29 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 32828 0 0 0 211519 1510 0 0 20 0 1 0 29409625 226009088 44879 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 55178 44879 1120 1011 0 53945 0
Current children cumulated CPU time: 3563.65 s
Current children cumulated vsize: 348680 KiB
Current children cumulated memory: 217412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2898.8 s]
/proc/loadavg: 4.89 5.05 5.19 6/267 12499
/proc/meminfo: memFree=129480284/131250000 swapFree=33010684/33010684
[pid=11976] ppid=11973 vsize=127968 memory=37896 CPUtime=1433.36 cores=1,3
/proc/11976/stat : 11976 (LSIPExact) S 11973 11976 11154 0 -1 4194304 23522 0 0 0 143333 3 0 0 20 0 1 0 29337023 131039232 9474 18446744073709551615 94627144192000 94627171448401 140735661685472 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94627179951240 94627180382848 94627199565824 140735661689178 140735661689354 140735661689354 140735661694956 0
/proc/11976/statm: 31992 9474 3360 6655 0 7697 0
[pid=12117] ppid=11976 vsize=223784 memory=184512 CPUtime=2166.71 cores=1,3
/proc/12117/stat : 12117 (Exact) R 11976 12117 12117 0 -1 4194304 33086 0 0 0 215137 1534 0 0 20 0 1 0 29409625 229154816 46128 18446744073709551615 4198400 8335837 140735465484032 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 20066304 140735465490619 140735465490973 140735465490973 140735465496527 0
/proc/12117/statm: 55946 46128 1120 1011 0 54713 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 351752 KiB
Current children cumulated memory: 222408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.72 s, system=15.3793 s

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

Child status: 0

Real time (s): 2898.81
CPU time (s): 3600.1
CPU user time (s): 3584.72
CPU system time (s): 15.3793
CPU usage (%): 124.192
Max. virtual memory (cumulated for all children) (KiB): 351752
Max. memory (cumulated for all children) (KiB): 222408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.72
system time used= 15.3793
maximum resident set size= 224168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56771
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= 428
involuntary context switches= 10608


# summary of solver processes directly reported to runsolver:
#   pid: 11976
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3584.72
#   total CPU system time (s): 15.3793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.56126 second user time and 12.9926 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-28 20:49:44
IDJOB=4509707
IDBENCH=158790
IDSOLVER=3336
FILE ID=nodeC026/4509707-1751136584
RUNJOBID= nodeC026-1751133631-11171
SLURM_JOB_ID= 9587426
Free space on /tmp= 432896 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509707-1751136584/watcher-4509707-1751136584 -o /tmp/evaluation-result-4509707-1751136584/solver-4509707-1751136584 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751133631-11171 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4509707-1751136584.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 70456d73d2f29031b06a5b292ce0fc7b
RANDOM SEED=1054116676

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125673764 kB
MemAvailable:   125428380 kB
Buffers:            3280 kB
Cached:           566460 kB
SwapCached:            0 kB
Active:          4609272 kB
Inactive:         359748 kB
Active(anon):    4417360 kB
Inactive(anon):        0 kB
Active(file):     191912 kB
Inactive(file):   359748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44384 kB
Writeback:             0 kB
AnonPages:       4398988 kB
Mapped:           152192 kB
Shmem:             18080 kB
KReclaimable:      84392 kB
Slab:             166556 kB
SReclaimable:      84392 kB
SUnreclaim:        82164 kB
KernelStack:        4288 kB
PageTables:        11908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4946376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3153920 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC026 at 2025-06-28 21:38:03