Trace number 4513177

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? 3556.5 2859.04

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1199.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1429.34/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1429.34/726.02	c numVar: 4128
1429.34/726.02	c numCon: 8704
1429.34/726.02	c numEqual: 1280
1429.34/726.02	c intSize: 4
1429.34/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1429.34/726.02	c ------------------- Paras list -------------------
1429.34/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1429.34/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1429.34/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1429.34/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1429.34/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1429.34/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1429.34/726.02	c random_seed         	 int       	 0         	 0         	 
1429.34/726.02	c sample_size         	 int       	 50        	 50        	 
1429.34/726.02	c sub_score           	 int       	 1         	 1         	 
1429.34/726.02	c tabu_base           	 int       	 3         	 3         	 
1429.34/726.02	c tabu_variation      	 int       	 1         	 1         	 
1429.34/726.02	c sub_div             	 int       	 4         	 4         	 
1429.34/726.02	c nbcore              	 int       	 2         	 1         	 
1429.34/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1429.34/726.02	c print_sol           	 int       	 1         	 1         	 
1429.34/726.02	c tmpdir              	 string		 .         	 "."       	 
1429.34/726.02	c home                	 string		 HOME	 "."       	 
1429.34/726.02	c benchname           	 string		 HOME/instance-4513177-1751138603.opb	 ""        	 
1429.34/726.02	c --------------------------------------------------
1429.34/726.02	c Local Search solver
1429.34/726.02	c MIP solver
1429.34/726.02	c use Exact solver
3556.44/2859.03	s UNKNOWN
3556.44/2859.03	c Total time: 2859

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513177-1751138603/watcher-4513177-1751138603 -o /tmp/evaluation-result-4513177-1751138603/solver-4513177-1751138603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12377 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4513177-1751138603.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
Linux 5.14.0-503.14.1.el
Current StackSize limit: 8192 KiB

solver pid=14311, runsolver pid=14308

[startup+0.100058 s]*
/proc/loadavg: 5.30 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121075960/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=0.08 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 8 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+0.205502 s]*
/proc/loadavg: 5.30 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121075960/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=0.19 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 19 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+0.305482 s]*
/proc/loadavg: 5.30 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121074952/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=0.29 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 29 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+0.700121 s]
/proc/loadavg: 5.30 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121074952/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=0.67 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 67 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+1.50011 s]
/proc/loadavg: 5.30 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121074952/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=1.47 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 147 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+3.10534 s]
/proc/loadavg: 5.28 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121074972/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=3.07 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 307 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+6.3001 s]
/proc/loadavg: 5.28 4.99 4.98 6/268 14312
/proc/meminfo: memFree=121074980/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=47620 memory=13312 CPUtime=6.26 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 2257 0 0 0 626 0 0 0 20 0 1 0 29537814 48762880 3328 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 11905 3328 1216 6655 0 2140 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 13312 KiB

[startup+12.7002 s]
/proc/loadavg: 5.32 5.00 4.99 7/269 14313
/proc/meminfo: memFree=121055772/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=160364 memory=71552 CPUtime=15.2 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 14420 0 0 0 1518 2 0 0 20 0 2 0 29537814 164212736 17888 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 40091 17888 3552 6655 0 16386 0
[pid=14311/tid=14313] ppid=14308 vsize=160364 memory=71552 CPUtime=2.54 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 2571 0 0 0 254 0 0 0 20 0 2 0 29538816 164212736 17888 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 160364 KiB
Current children cumulated memory: 71552 KiB

[startup+25.5002 s]
/proc/loadavg: 5.50 5.05 5.00 7/269 14313
/proc/meminfo: memFree=121022980/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=166032 memory=77056 CPUtime=40.65 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 34541 0 0 0 4061 4 0 0 20 0 2 0 29537814 170016768 19264 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 41508 19264 3552 6655 0 17878 0
[pid=14311/tid=14313] ppid=14308 vsize=166032 memory=76288 CPUtime=15.22 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 8449 0 0 0 1522 0 0 0 20 0 2 0 29538816 170016768 19264 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 40.65 s
Current children cumulated vsize: 166032 KiB
Current children cumulated memory: 77056 KiB

[startup+51.1058 s]
/proc/loadavg: 6.18 5.25 5.07 8/269 14314
/proc/meminfo: memFree=118038724/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=167688 memory=91776 CPUtime=91.55 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 48996 0 0 0 9149 6 0 0 20 0 2 0 29537814 171712512 22944 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 41922 22944 3552 6655 0 21321 0
[pid=14311/tid=14313] ppid=14308 vsize=167688 memory=88320 CPUtime=40.59 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 14833 0 0 0 4057 2 0 0 20 0 2 0 29538816 171712512 22944 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 91.55 s
Current children cumulated vsize: 167688 KiB
Current children cumulated memory: 91776 KiB

[startup+102.3 s]
/proc/loadavg: 6.83 5.59 5.20 8/269 14316
/proc/meminfo: memFree=118101292/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=172144 memory=105472 CPUtime=193.35 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 69873 0 0 0 19327 8 0 0 20 0 2 0 29537814 176275456 26368 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 43036 26368 3552 6655 0 24593 0
[pid=14311/tid=14313] ppid=14308 vsize=172144 memory=97280 CPUtime=91.33 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 25992 0 0 0 9130 3 0 0 20 0 2 0 29538816 176275456 26368 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 193.35 s
Current children cumulated vsize: 172144 KiB
Current children cumulated memory: 105472 KiB

[startup+162.3 s]
/proc/loadavg: 7.00 5.86 5.32 8/268 14320
/proc/meminfo: memFree=118080416/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=174680 memory=107904 CPUtime=310.44 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 88603 0 0 0 31034 10 0 0 20 0 2 0 29537814 178872320 26976 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 43670 26976 3552 6655 0 25267 0
[pid=14311/tid=14313] ppid=14308 vsize=174680 memory=106112 CPUtime=150.39 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 31401 0 0 0 15035 4 0 0 20 0 2 0 29538816 178872320 26976 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 310.44 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 107904 KiB

[startup+222.3 s]
/proc/loadavg: 7.05 6.09 5.43 8/267 14322
/proc/meminfo: memFree=118049848/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=174680 memory=122624 CPUtime=429.66 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 99874 0 0 0 42955 11 0 0 20 0 2 0 29537814 178872320 30656 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 43670 30656 3552 6655 0 28972 0
[pid=14311/tid=14313] ppid=14308 vsize=174680 memory=-6730462987711254879 CPUtime=209.78 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 39941 0 0 0 20973 5 0 0 20 0 2 0 29538816 178872320 30656 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 429.66 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 122624 KiB

[startup+282.3 s]
/proc/loadavg: 7.17 6.29 5.54 8/266 14324
/proc/meminfo: memFree=118026244/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=185356 memory=127528 CPUtime=547.38 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 112839 0 0 0 54725 13 0 0 20 0 2 0 29537814 189804544 31882 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 46339 31882 3552 6655 0 31641 0
[pid=14311/tid=14313] ppid=14308 vsize=185356 memory=14432 CPUtime=267.65 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 43399 0 0 0 26759 6 0 0 20 0 2 0 29538816 189804544 31882 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 547.38 s
Current children cumulated vsize: 185356 KiB
Current children cumulated memory: 127528 KiB

[startup+342.3 s]
/proc/loadavg: 7.06 6.42 5.64 8/266 14326
/proc/meminfo: memFree=118025872/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=185356 memory=127528 CPUtime=666.5 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) R 14308 14311 12362 0 -1 4194304 130918 0 0 0 66636 14 0 0 20 0 2 0 29537814 189804544 31882 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 46339 31882 3552 6655 0 31641 0
[pid=14311/tid=14313] ppid=14308 vsize=185356 memory=127528 CPUtime=327.02 cores=0,2
/proc/14311/task/14313/stat : 14313 (LSIPExact) R 14308 14311 12362 0 -1 4194368 51344 0 0 0 32696 6 0 0 20 0 2 0 29538816 189804544 31882 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
Current children cumulated CPU time: 666.5 s
Current children cumulated vsize: 185356 KiB
Current children cumulated memory: 127528 KiB

[startup+402.3 s]

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

/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 32367 0 0 0 188745 358 0 0 20 0 1 0 29610416 188354560 43297 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 45985 43297 1120 1011 0 44752 0
Current children cumulated CPU time: 3320.4 s
Current children cumulated vsize: 380476 KiB
Current children cumulated memory: 299824 KiB

[startup+2682.3 s]
/proc/loadavg: 3.29 3.88 4.49 4/262 14772
/proc/meminfo: memFree=129398652/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=185944 memory=175108 CPUtime=1950.85 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 32868 0 0 0 194719 366 0 0 20 0 1 0 29610416 190406656 43777 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46486 43777 1120 1011 0 45253 0
Current children cumulated CPU time: 3380.22 s
Current children cumulated vsize: 382480 KiB
Current children cumulated memory: 301744 KiB

[startup+2742.3 s]
/proc/loadavg: 3.52 3.83 4.43 4/262 14775
/proc/meminfo: memFree=129395132/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2010.67 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33013 0 0 0 200688 379 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3440.04 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2802.3 s]
/proc/loadavg: 3.24 3.69 4.34 4/262 14777
/proc/meminfo: memFree=129395268/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2070.51 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33014 0 0 0 206663 388 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3499.88 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

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

# cumulated CPU time of all completed processes:  user=3552.33 s, system=4.16673 s

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

[startup+2816 s]*
/proc/loadavg: 3.20 3.67 4.33 4/262 14777
/proc/meminfo: memFree=129395268/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2084.18 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33014 0 0 0 208029 389 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3513.55 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2841.6 s]
/proc/loadavg: 3.19 3.63 4.30 4/262 14779
/proc/meminfo: memFree=129370960/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2109.71 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33015 0 0 0 210576 395 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3539.08 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2848 s]*
/proc/loadavg: 3.16 3.61 4.28 4/262 14779
/proc/meminfo: memFree=129371228/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2116.1 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33015 0 0 0 211215 395 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3545.47 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2854.4 s]
/proc/loadavg: 3.15 3.60 4.28 4/262 14779
/proc/meminfo: memFree=129371228/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2122.48 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33015 0 0 0 211851 397 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3551.85 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2857.6 s]
/proc/loadavg: 3.13 3.59 4.27 4/262 14780
/proc/meminfo: memFree=129371228/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2125.67 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33015 0 0 0 212170 397 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3555.04 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2858.4 s]
/proc/loadavg: 3.13 3.59 4.27 4/262 14780
/proc/meminfo: memFree=129371260/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2126.47 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33015 0 0 0 212250 397 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3555.84 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2858.8 s]
/proc/loadavg: 3.13 3.59 4.27 4/262 14780
/proc/meminfo: memFree=129371260/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2126.87 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33015 0 0 0 212290 397 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3556.24 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

[startup+2859 s]*
/proc/loadavg: 3.13 3.59 4.27 4/262 14780
/proc/meminfo: memFree=129371512/131250000 swapFree=33010684/33010684
[pid=14311] ppid=14308 vsize=196536 memory=126636 CPUtime=1429.37 cores=0,2
/proc/14311/stat : 14311 (LSIPExact) S 14308 14311 12362 0 -1 4194304 154613 0 0 0 142919 18 0 0 20 0 1 0 29537814 201252864 31659 18446744073709551615 94744461926400 94744489182801 140725869773648 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94744497685640 94744498117248 94744525578240 140725869779290 140725869779466 140725869779466 140725869785068 0
/proc/14311/statm: 49134 31659 3584 6655 0 34436 0
[pid=14445] ppid=14311 vsize=186508 memory=175748 CPUtime=2127.07 cores=0,2
/proc/14445/stat : 14445 (Exact) R 14311 14445 14445 0 -1 4194304 33028 0 0 0 212310 397 0 0 20 0 1 0 29610416 190984192 43937 18446744073709551615 4198400 8335837 140726229657968 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31821824 140726229665979 140726229666333 140726229666333 140726229671887 0
/proc/14445/statm: 46627 43937 1120 1011 0 45394 0
Current children cumulated CPU time: 3556.44 s
Current children cumulated vsize: 383044 KiB
Current children cumulated memory: 302384 KiB

Child status: 0

Real time (s): 2859.04
CPU time (s): 3556.5
CPU user time (s): 3552.33
CPU system time (s): 4.16673
CPU usage (%): 124.395
Max. virtual memory (cumulated for all children) (KiB): 383044
Max. memory (cumulated for all children) (KiB): 302384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3552.33
system time used= 4.16673
maximum resident set size= 175748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188113
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= 456
involuntary context switches= 15710


# summary of solver processes directly reported to runsolver:
#   pid: 14311
#   total CPU time (s): 3556.5
#   total CPU user time (s): 3552.33
#   total CPU system time (s): 4.16673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.65031 second user time and 11.4209 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 21:23:23
IDJOB=4513177
IDBENCH=162289
IDSOLVER=3336
FILE ID=nodeC016/4513177-1751138603
RUNJOBID= nodeC016-1751133631-12377
SLURM_JOB_ID= 9587416
Free space on /tmp= 432800 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513177-1751138603/watcher-4513177-1751138603 -o /tmp/evaluation-result-4513177-1751138603/solver-4513177-1751138603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751133631-12377 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513177-1751138603.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
RANDOM SEED=89245473

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		: 3602.093
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.728
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.754
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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.799
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.730
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		: 3600.333
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.744
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:        121079740 kB
MemAvailable:   120965640 kB
Buffers:            3280 kB
Cached:           699268 kB
SwapCached:            0 kB
Active:          9048152 kB
Inactive:         492896 kB
Active(anon):    8856572 kB
Inactive(anon):        0 kB
Active(file):     191580 kB
Inactive(file):   492896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45004 kB
Writeback:             4 kB
AnonPages:       8837680 kB
Mapped:           142868 kB
Shmem:             18072 kB
KReclaimable:      81328 kB
Slab:             163844 kB
SReclaimable:      81328 kB
SUnreclaim:        82516 kB
KernelStack:        4320 kB
PageTables:        21028 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10965484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5550080 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= 432932 MiB
End job on nodeC016 at 2025-06-28 22:11:02