Trace number 4510932

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 S2UNSAT 2953 1901.96

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUMbbbcfa0a64e8945cae78db4c3e84f0d8
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 benchmark7.63237
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2724
Total number of constraints6385
Number of constraints which are clauses3005
Number of constraints which are cardinality constraints (but not clauses)3380
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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

2137.95/1084.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2137.95/1084.01	c numVar: 2724
2137.95/1084.01	c numCon: 6385
2137.95/1084.01	c numEqual: 0
2137.95/1084.01	c intSize: 3
2137.95/1084.01	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2137.95/1084.01	c ------------------- Paras list -------------------
2137.95/1084.01	c Name                	 Type      	 Now       	 Default   	 Comment
2137.95/1084.01	c timeout             	 double    	 3600.000000	 3600      	 
2137.95/1084.01	c mip_time            	 double    	 0.300000  	 0.5       	 
2137.95/1084.01	c ls_time             	 double    	 10.000000 	 10        	 
2137.95/1084.01	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2137.95/1084.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2137.95/1084.01	c random_seed         	 int       	 0         	 0         	 
2137.95/1084.01	c sample_size         	 int       	 50        	 50        	 
2137.95/1084.01	c sub_score           	 int       	 1         	 1         	 
2137.95/1084.01	c tabu_base           	 int       	 3         	 3         	 
2137.95/1084.01	c tabu_variation      	 int       	 1         	 1         	 
2137.95/1084.01	c sub_div             	 int       	 4         	 4         	 
2137.95/1084.01	c nbcore              	 int       	 2         	 1         	 
2137.95/1084.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2137.95/1084.01	c print_sol           	 int       	 1         	 1         	 
2137.95/1084.01	c tmpdir              	 string		 .         	 "."       	 
2137.95/1084.01	c home                	 string		 HOME	 "."       	 
2137.95/1084.01	c benchname           	 string		 HOME/instance-4510932-1751185912.opb	 ""        	 
2137.95/1084.01	c --------------------------------------------------
2137.95/1084.01	c Local Search solver
2137.95/1084.01	c MIP solver
2137.95/1084.01	c use Exact solver
2952.93/1901.95	c Exact infeasible
2952.93/1901.95	s UNSATISFIABLE
2952.93/1901.95	c Total time: 1902

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510932-1751185912/watcher-4510932-1751185912 -o /tmp/evaluation-result-4510932-1751185912/solver-4510932-1751185912 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29162 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4510932-1751185912.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30711, runsolver pid=30708

[startup+0.100055 s]*
/proc/loadavg: 7.12 7.53 7.11 8/267 30712
/proc/meminfo: memFree=129716784/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=0.09 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 9 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+0.20526 s]*
/proc/loadavg: 7.12 7.53 7.11 8/267 30712
/proc/meminfo: memFree=129716784/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=0.2 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 20 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+0.304418 s]*
/proc/loadavg: 7.12 7.53 7.11 8/267 30712
/proc/meminfo: memFree=129716784/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=0.3 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 30 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+0.700083 s]
/proc/loadavg: 7.12 7.53 7.11 8/267 30712
/proc/meminfo: memFree=129716784/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=0.69 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 69 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+1.50009 s]
/proc/loadavg: 7.12 7.53 7.11 8/267 30712
/proc/meminfo: memFree=129716792/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=1.48 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 148 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+3.10468 s]
/proc/loadavg: 7.11 7.52 7.11 8/267 30712
/proc/meminfo: memFree=129714308/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=3.09 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 309 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+6.30008 s]
/proc/loadavg: 7.11 7.52 7.11 8/267 30712
/proc/meminfo: memFree=129714348/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=44324 memory=9600 CPUtime=6.28 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 1418 0 0 0 628 0 0 0 20 0 1 0 34268725 45387776 2400 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 11081 2400 1152 6655 0 1316 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 44324 KiB
Current children cumulated memory: 9600 KiB

[startup+12.7001 s]
/proc/loadavg: 7.24 7.54 7.12 9/268 30713
/proc/meminfo: memFree=129686660/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=147980 memory=53484 CPUtime=15.28 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 9894 0 0 0 1526 2 0 0 20 0 2 0 34268725 151531520 13371 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 36995 13371 3392 6655 0 12178 0
[pid=30711/tid=30713] ppid=30708 vsize=147980 memory=53228 CPUtime=2.61 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 1382 0 0 0 261 0 0 0 20 0 2 0 34269726 151531520 13371 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 147980 KiB
Current children cumulated memory: 53484 KiB

[startup+25.5001 s]
/proc/loadavg: 7.36 7.55 7.13 9/268 30713
/proc/meminfo: memFree=129658356/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=151912 memory=61548 CPUtime=40.72 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 24760 0 0 0 4069 3 0 0 20 0 2 0 34268725 155557888 15387 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 37978 15387 3392 6655 0 13840 0
[pid=30711/tid=30713] ppid=30708 vsize=151912 memory=61548 CPUtime=15.34 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 6338 0 0 0 1534 0 0 0 20 0 2 0 34269726 155557888 15387 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 40.72 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 61548 KiB

[startup+51.1055 s]
/proc/loadavg: 7.58 7.59 7.15 9/267 30714
/proc/meminfo: memFree=129625108/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=151912 memory=62956 CPUtime=91.65 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 26942 0 0 0 9161 4 0 0 20 0 2 0 34268725 155557888 15739 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 37978 15739 3392 6655 0 13963 0
[pid=30711/tid=30713] ppid=30708 vsize=151912 memory=62956 CPUtime=40.88 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 7896 0 0 0 4088 0 0 0 20 0 2 0 34269726 155557888 15739 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 91.65 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 62956 KiB

[startup+102.3 s]
/proc/loadavg: 7.36 7.53 7.16 8/268 30720
/proc/meminfo: memFree=129613540/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=151912 memory=63468 CPUtime=193.49 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 27324 0 0 0 19345 4 0 0 20 0 2 0 34268725 155557888 15867 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 37978 15867 3392 6655 0 14129 0
[pid=30711/tid=30713] ppid=30708 vsize=151912 memory=63468 CPUtime=91.96 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 8211 0 0 0 9195 1 0 0 20 0 2 0 34269726 155557888 15867 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 193.49 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 63468 KiB

[startup+162.3 s]
/proc/loadavg: 7.67 7.58 7.20 9/268 30767
/proc/meminfo: memFree=129606596/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=151912 memory=63980 CPUtime=312.8 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 27828 0 0 0 31273 7 0 0 20 0 2 0 34268725 155557888 15995 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 37978 15995 3392 6655 0 14205 0
[pid=30711/tid=30713] ppid=30708 vsize=151912 memory=63980 CPUtime=151.81 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 8698 0 0 0 15179 2 0 0 20 0 2 0 34269726 155557888 15995 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 312.8 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 63980 KiB

[startup+222.3 s]
/proc/loadavg: 7.43 7.53 7.20 8/268 30771
/proc/meminfo: memFree=129506212/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=151912 memory=64748 CPUtime=432.15 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 28412 0 0 0 43208 7 0 0 20 0 2 0 34268725 155557888 16187 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 37978 16187 3392 6655 0 14389 0
[pid=30711/tid=30713] ppid=30708 vsize=151912 memory=64620 CPUtime=211.66 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 9263 0 0 0 21164 2 0 0 20 0 2 0 34269726 155557888 16187 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 432.15 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 64748 KiB

[startup+282.3 s]
/proc/loadavg: 7.22 7.45 7.19 8/269 30776
/proc/meminfo: memFree=129462564/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=151912 memory=68076 CPUtime=551.49 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 29289 0 0 0 55142 7 0 0 20 0 2 0 34268725 155557888 17019 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 37978 17019 3424 6655 0 15200 0
[pid=30711/tid=30713] ppid=30708 vsize=151912 memory=64876 CPUtime=271.5 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 10128 0 0 0 27148 2 0 0 20 0 2 0 34269726 155557888 17019 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 551.49 s
Current children cumulated vsize: 151912 KiB
Current children cumulated memory: 68076 KiB

[startup+342.3 s]
/proc/loadavg: 7.14 7.38 7.18 8/269 30778
/proc/meminfo: memFree=129431100/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=162540 memory=78316 CPUtime=664.55 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) R 30708 30711 29149 0 -1 4194304 32825 0 0 0 66447 8 0 0 20 0 2 0 34268725 166440960 19579 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 40635 19579 3424 6655 0 18238 0
[pid=30711/tid=30713] ppid=30708 vsize=162540 memory=64876 CPUtime=331.21 cores=0,2
/proc/30711/task/30713/stat : 30713 (LSIPExact) R 30708 30711 29149 0 -1 4194368 11097 0 0 0 33119 2 0 0 20 0 2 0 34269726 166440960 19579 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
Current children cumulated CPU time: 664.55 s
Current children cumulated vsize: 162540 KiB
Current children cumulated memory: 78316 KiB

[startup+402.3 s]

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

/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 26353 0 0 0 69433 145 0 0 20 0 1 0 34377127 124948480 24804 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 30505 24804 1120 1011 0 29272 0
Current children cumulated CPU time: 2833.76 s
Current children cumulated vsize: 294620 KiB
Current children cumulated memory: 182864 KiB

[startup+1842.3 s]
/proc/loadavg: 5.46 5.22 5.79 7/270 31328
/proc/meminfo: memFree=105430472/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=123672 memory=100880 CPUtime=755.56 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 26780 0 0 0 75403 153 0 0 20 0 1 0 34377127 126640128 25220 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 30918 25220 1120 1011 0 29685 0
Current children cumulated CPU time: 2893.54 s
Current children cumulated vsize: 296272 KiB
Current children cumulated memory: 184528 KiB

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

# cumulated CPU time of all completed processes:  user=2951.11 s, system=1.89329 s

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

[startup+1843.2 s]
/proc/loadavg: 5.46 5.22 5.79 7/270 31328
/proc/meminfo: memFree=105362112/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=123672 memory=100880 CPUtime=756.47 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 26780 0 0 0 75493 154 0 0 20 0 1 0 34377127 126640128 25220 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 30918 25220 1120 1011 0 29685 0
Current children cumulated CPU time: 2894.45 s
Current children cumulated vsize: 296272 KiB
Current children cumulated memory: 184528 KiB

[startup+1868.8 s]
/proc/loadavg: 5.71 5.30 5.80 7/270 31329
/proc/meminfo: memFree=105473604/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=124992 memory=104152 CPUtime=781.97 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27097 0 0 0 78039 158 0 0 20 0 1 0 34377127 127991808 26038 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31248 26038 1120 1011 0 30015 0
Current children cumulated CPU time: 2919.95 s
Current children cumulated vsize: 297592 KiB
Current children cumulated memory: 187800 KiB

[startup+1881.6 s]
/proc/loadavg: 5.75 5.33 5.81 7/270 31330
/proc/meminfo: memFree=105473604/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=126032 memory=107336 CPUtime=794.72 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27358 0 0 0 79312 160 0 0 20 0 1 0 34377127 129056768 26834 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31508 26834 1120 1011 0 30275 0
Current children cumulated CPU time: 2932.7 s
Current children cumulated vsize: 298632 KiB
Current children cumulated memory: 190984 KiB

[startup+1894.4 s]
/proc/loadavg: 5.81 5.36 5.81 7/270 31330
/proc/meminfo: memFree=105211116/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=807.48 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 80585 163 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2945.46 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

[startup+1897.6 s]
/proc/loadavg: 5.91 5.39 5.82 7/270 31330
/proc/meminfo: memFree=105459100/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=810.66 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 80903 163 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2948.64 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

[startup+1899.2 s]
/proc/loadavg: 5.91 5.39 5.82 7/270 31330
/proc/meminfo: memFree=105471352/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=812.25 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 81061 164 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2950.23 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

[startup+1900.8 s]
/proc/loadavg: 5.91 5.39 5.82 7/270 31330
/proc/meminfo: memFree=105471604/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=813.85 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 81220 165 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2951.83 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

[startup+1901.6 s]
/proc/loadavg: 5.91 5.39 5.82 7/270 31330
/proc/meminfo: memFree=105471604/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=814.65 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 81300 165 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2952.63 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

[startup+1901.8 s]
/proc/loadavg: 5.91 5.39 5.82 7/270 31330
/proc/meminfo: memFree=105471604/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=814.85 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 81320 165 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2952.83 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

[startup+1901.9 s]
/proc/loadavg: 5.91 5.39 5.82 7/270 31330
/proc/meminfo: memFree=105471604/131250000 swapFree=33010684/33010684
[pid=30711] ppid=30708 vsize=172600 memory=83648 CPUtime=2137.98 cores=0,2
/proc/30711/stat : 30711 (LSIPExact) S 30708 30711 29149 0 -1 4194304 43974 0 0 0 213775 23 0 0 20 0 1 0 34268725 176742400 20912 18446744073709551615 94771684962304 94771712218705 140725244581504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94771720721544 94771721153152 94771747659776 140725244586330 140725244586506 140725244586506 140725244592108 0
/proc/30711/statm: 43150 20912 3424 6655 0 24611 0
[pid=31227] ppid=30711 vsize=127264 memory=112600 CPUtime=814.95 cores=0,2
/proc/31227/stat : 31227 (Exact) R 30711 31227 31227 0 -1 4194304 27668 0 0 0 81330 165 0 0 20 0 1 0 34377127 130318336 28150 18446744073709551615 4198400 8335837 140726524209744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 38203392 140726524217531 140726524217885 140726524217885 140726524223439 0
/proc/31227/statm: 31816 28150 1120 1011 0 30583 0
Current children cumulated CPU time: 2952.93 s
Current children cumulated vsize: 299864 KiB
Current children cumulated memory: 196248 KiB

Child status: 0

Real time (s): 1901.96
CPU time (s): 2953
CPU user time (s): 2951.11
CPU system time (s): 1.89329
CPU usage (%): 155.261
Max. virtual memory (cumulated for all children) (KiB): 299864
Max. memory (cumulated for all children) (KiB): 196248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2951.11
system time used= 1.89329
maximum resident set size= 118680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72281
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= 331
involuntary context switches= 24917


# summary of solver processes directly reported to runsolver:
#   pid: 30711
#   total CPU time (s): 2953
#   total CPU user time (s): 2951.11
#   total CPU system time (s): 1.89329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.76708 second user time and 8.16061 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 10:31:52
IDJOB=4510932
IDBENCH=160406
IDSOLVER=3337
FILE ID=nodeC016/4510932-1751185912
RUNJOBID= nodeC016-1751179186-29162
SLURM_JOB_ID= 9587543
Free space on /tmp= 432932 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.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-4510932-1751185912/watcher-4510932-1751185912 -o /tmp/evaluation-result-4510932-1751185912/solver-4510932-1751185912 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29162 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4510932-1751185912.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= bbbcfa0a64e8945cae78db4c3e84f0d8
RANDOM SEED=852355130

nodeC016 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		: 3607.810
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.48
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.736
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.48
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.757
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.48
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.727
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129718548 kB
MemAvailable:   129595016 kB
Buffers:            3280 kB
Cached:           686492 kB
SwapCached:            0 kB
Active:           485208 kB
Inactive:         464728 kB
Active(anon):     278236 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   464728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44844 kB
Writeback:             4 kB
AnonPages:        263348 kB
Mapped:           137732 kB
Shmem:             18072 kB
KReclaimable:      88016 kB
Slab:             171516 kB
SReclaimable:      88016 kB
SUnreclaim:        83500 kB
KernelStack:        4304 kB
PageTables:         3552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     613012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432624 MiB
End job on nodeC016 at 2025-06-29 11:03:34