Trace number 4527081

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 S1UNSAT 1500.17 793.932

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
MD5SUMdfd517fe2a9d65b237ac06e21bad695d
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 benchmark8.34756
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints1202
Number of constraints which are clauses1202
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a 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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527081-1752234944/watcher-4527081-1752234944 -o /tmp/evaluation-result-4527081-1752234944/solver-4527081-1752234944 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752232205-116018 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527081-1752234944.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.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=117175, runsolver pid=117172

[startup+0.100063 s]*
/proc/loadavg: 7.88 8.04 7.55 7/267 117176
/proc/meminfo: memFree=112237152/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=0.09 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 9 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+0.205562 s]*
/proc/loadavg: 7.88 8.04 7.55 7/267 117176
/proc/meminfo: memFree=112237152/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=0.2 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 20 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+0.30555 s]*
/proc/loadavg: 7.88 8.04 7.55 7/267 117176
/proc/meminfo: memFree=112237152/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=0.3 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 30 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+0.700169 s]
/proc/loadavg: 7.88 8.04 7.55 7/267 117176
/proc/meminfo: memFree=112237152/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=0.69 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 69 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+1.50017 s]
/proc/loadavg: 7.88 8.04 7.55 7/267 117176
/proc/meminfo: memFree=112237152/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=1.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 148 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+3.10536 s]
/proc/loadavg: 7.73 8.00 7.54 7/267 117176
/proc/meminfo: memFree=112237404/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=3.09 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 309 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+6.30019 s]
/proc/loadavg: 7.73 8.00 7.54 7/267 117176
/proc/meminfo: memFree=112237656/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=40468 memory=5760 CPUtime=6.27 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 469 0 0 0 627 0 0 0 20 0 1 0 139174650 41439232 1440 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 10117 1440 1120 6655 0 352 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40468 KiB
Current children cumulated memory: 5760 KiB

[startup+12.7002 s]
/proc/loadavg: 7.62 7.97 7.54 8/268 117177
/proc/meminfo: memFree=112230544/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=123208 memory=27348 CPUtime=15.31 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 3283 0 0 0 1530 1 0 0 20 0 2 0 139174650 126164992 6837 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 30802 6837 3424 6655 0 5210 0
[pid=117175/tid=117177] ppid=117172 vsize=123208 memory=27220 CPUtime=2.65 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 571 0 0 0 265 0 0 0 20 0 2 0 139175651 126164992 6837 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 15.31 s
Current children cumulated vsize: 123208 KiB
Current children cumulated memory: 27348 KiB

[startup+25.5002 s]
/proc/loadavg: 7.60 7.95 7.54 9/268 117178
/proc/meminfo: memFree=112226204/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=123208 memory=28116 CPUtime=40.74 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 6456 0 0 0 4073 1 0 0 20 0 2 0 139174650 126164992 7029 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 30802 7029 3424 6655 0 5361 0
[pid=117175/tid=117177] ppid=117172 vsize=123208 memory=28116 CPUtime=15.32 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 1933 0 0 0 1532 0 0 0 20 0 2 0 139175651 126164992 7029 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 40.74 s
Current children cumulated vsize: 123208 KiB
Current children cumulated memory: 28116 KiB

[startup+51.1055 s]
/proc/loadavg: 7.74 7.96 7.55 9/268 117178
/proc/meminfo: memFree=112215932/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=124348 memory=29780 CPUtime=91.31 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 9310 0 0 0 9130 1 0 0 20 0 2 0 139174650 127332352 7445 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 31087 7445 3456 6655 0 5860 0
[pid=117175/tid=117177] ppid=117172 vsize=124348 memory=29780 CPUtime=40.34 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 2877 0 0 0 4034 0 0 0 20 0 2 0 139175651 127332352 7445 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 91.31 s
Current children cumulated vsize: 124348 KiB
Current children cumulated memory: 29780 KiB

[startup+102.3 s]
/proc/loadavg: 8.01 8.00 7.59 9/267 117180
/proc/meminfo: memFree=112180140/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=130000 memory=36436 CPUtime=192.29 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 15568 0 0 0 19226 3 0 0 20 0 2 0 139174650 133120000 9109 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 32500 9109 3456 6655 0 7467 0
[pid=117175/tid=117177] ppid=117172 vsize=130000 memory=36436 CPUtime=90.99 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 4892 0 0 0 9098 1 0 0 20 0 2 0 139175651 133120000 9109 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 192.29 s
Current children cumulated vsize: 130000 KiB
Current children cumulated memory: 36436 KiB

[startup+162.3 s]
/proc/loadavg: 7.89 7.97 7.60 9/267 117230
/proc/meminfo: memFree=114234428/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=130000 memory=36436 CPUtime=311.57 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 17624 0 0 0 31151 6 0 0 20 0 2 0 139174650 133120000 9109 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 32500 9109 3456 6655 0 7467 0
[pid=117175/tid=117177] ppid=117172 vsize=130000 memory=36436 CPUtime=150.43 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 5968 0 0 0 15042 1 0 0 20 0 2 0 139175651 133120000 9109 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 311.57 s
Current children cumulated vsize: 130000 KiB
Current children cumulated memory: 36436 KiB

[startup+222.3 s]
/proc/loadavg: 7.64 7.90 7.60 8/266 117383
/proc/meminfo: memFree=114015552/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=130000 memory=37076 CPUtime=430.91 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 19951 0 0 0 43076 15 0 0 20 0 2 0 139174650 133120000 9269 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 32500 9269 3456 6655 0 7626 0
[pid=117175/tid=117177] ppid=117172 vsize=130000 memory=36820 CPUtime=209.96 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 6911 0 0 0 20994 2 0 0 20 0 2 0 139175651 133120000 9269 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 430.91 s
Current children cumulated vsize: 130000 KiB
Current children cumulated memory: 37076 KiB

[startup+282.3 s]
/proc/loadavg: 7.29 7.75 7.57 8/268 117417
/proc/meminfo: memFree=110023380/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=130000 memory=37716 CPUtime=550.25 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 20325 0 0 0 55009 16 0 0 20 0 2 0 139174650 133120000 9429 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 32500 9429 3456 6655 0 7802 0
[pid=117175/tid=117177] ppid=117172 vsize=130000 memory=37460 CPUtime=269.43 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 7169 0 0 0 26941 2 0 0 20 0 2 0 139175651 133120000 9429 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 550.25 s
Current children cumulated vsize: 130000 KiB
Current children cumulated memory: 37716 KiB

[startup+342.3 s]
/proc/loadavg: 7.15 7.62 7.54 8/269 117431
/proc/meminfo: memFree=108055572/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=130000 memory=38484 CPUtime=669.59 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 22616 0 0 0 66942 17 0 0 20 0 2 0 139174650 133120000 9621 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 32500 9621 3456 6655 0 7977 0
[pid=117175/tid=117177] ppid=117172 vsize=130000 memory=37460 CPUtime=328.89 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 8283 0 0 0 32886 3 0 0 20 0 2 0 139175651 133120000 9621 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 669.59 s
Current children cumulated vsize: 130000 KiB
Current children cumulated memory: 38484 KiB


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

/proc/117175/statm: 32744 10805 3456 6655 0 9080 0
[pid=117175/tid=117177] ppid=117172 vsize=130976 memory=40788 CPUtime=626.09 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 11707 0 0 0 62601 8 0 0 20 0 2 0 139175651 134119424 10805 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 1266.1 s
Current children cumulated vsize: 130976 KiB
Current children cumulated memory: 43220 KiB

[startup+702.3 s]
/proc/loadavg: 6.53 7.06 7.32 7/268 117450
/proc/meminfo: memFree=105506016/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=131288 memory=44372 CPUtime=1385.34 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) R 117172 117175 116001 0 -1 4194304 31282 0 0 0 138511 23 0 0 20 0 2 0 139174650 134438912 11093 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 32822 11093 3456 6655 0 9311 0
[pid=117175/tid=117177] ppid=117172 vsize=131288 memory=40788 CPUtime=685.51 cores=0,2
/proc/117175/task/117177/stat : 117177 (LSIPExact) R 117172 117175 116001 0 -1 4194368 12746 0 0 0 68542 9 0 0 20 0 2 0 139175651 134438912 11093 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
Current children cumulated CPU time: 1385.34 s
Current children cumulated vsize: 131288 KiB
Current children cumulated memory: 44372 KiB

[startup+762.3 s]
/proc/loadavg: 6.01 6.84 7.23 6/267 117453
/proc/meminfo: memFree=105414516/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=48540 memory=37316 CPUtime=36.12 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 16405 0 0 0 3581 31 0 0 20 0 1 0 139247252 49704960 9329 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 12135 9329 1120 1011 0 10902 0
Current children cumulated CPU time: 1468.6 s
Current children cumulated vsize: 180564 KiB
Current children cumulated memory: 80612 KiB

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

# cumulated CPU time of all completed processes:  user=1499.36 s, system=0.808344 s

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

[startup+768 s]*
/proc/loadavg: 5.85 6.78 7.20 6/267 117454
/proc/meminfo: memFree=105414308/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=51580 memory=42580 CPUtime=41.81 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 17210 0 0 0 4145 36 0 0 20 0 1 0 139247252 52817920 10645 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 12895 10645 1120 1011 0 11662 0
Current children cumulated CPU time: 1474.29 s
Current children cumulated vsize: 183604 KiB
Current children cumulated memory: 85876 KiB

[startup+780.8 s]
/proc/loadavg: 5.80 6.74 7.19 7/267 117454
/proc/meminfo: memFree=102750628/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=53660 memory=44756 CPUtime=54.57 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 17779 0 0 0 5411 46 0 0 20 0 1 0 139247252 54947840 11189 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13415 11189 1120 1011 0 12182 0
Current children cumulated CPU time: 1487.05 s
Current children cumulated vsize: 185684 KiB
Current children cumulated memory: 88052 KiB

[startup+787.2 s]
/proc/loadavg: 5.82 6.72 7.18 7/267 117454
/proc/meminfo: memFree=102717860/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55004 memory=48224 CPUtime=60.96 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18127 0 0 0 6045 51 0 0 20 0 1 0 139247252 56324096 12056 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13751 12056 1120 1011 0 12518 0
Current children cumulated CPU time: 1493.44 s
Current children cumulated vsize: 187028 KiB
Current children cumulated memory: 91520 KiB

[startup+790.4 s]
/proc/loadavg: 5.83 6.71 7.17 7/267 117454
/proc/meminfo: memFree=102364132/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55964 memory=49248 CPUtime=64.14 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18371 0 0 0 6361 53 0 0 20 0 1 0 139247252 57307136 12312 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13991 12312 1120 1011 0 12758 0
Current children cumulated CPU time: 1496.62 s
Current children cumulated vsize: 187988 KiB
Current children cumulated memory: 92544 KiB

[startup+792 s]*
/proc/loadavg: 5.83 6.71 7.17 7/267 117454
/proc/meminfo: memFree=102327776/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55964 memory=49248 CPUtime=65.75 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18386 0 0 0 6521 54 0 0 20 0 1 0 139247252 57307136 12312 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13991 12312 1120 1011 0 12758 0
Current children cumulated CPU time: 1498.23 s
Current children cumulated vsize: 187988 KiB
Current children cumulated memory: 92544 KiB

[startup+792.8 s]
/proc/loadavg: 5.83 6.71 7.17 7/267 117454
/proc/meminfo: memFree=102327776/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55964 memory=49248 CPUtime=66.55 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18386 0 0 0 6600 55 0 0 20 0 1 0 139247252 57307136 12312 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13991 12312 1120 1011 0 12758 0
Current children cumulated CPU time: 1499.03 s
Current children cumulated vsize: 187988 KiB
Current children cumulated memory: 92544 KiB

[startup+793.6 s]
/proc/loadavg: 5.85 6.70 7.17 7/267 117454
/proc/meminfo: memFree=102315616/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55964 memory=49248 CPUtime=67.34 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18389 0 0 0 6679 55 0 0 20 0 1 0 139247252 57307136 12312 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13991 12312 1120 1011 0 12758 0
Current children cumulated CPU time: 1499.82 s
Current children cumulated vsize: 187988 KiB
Current children cumulated memory: 92544 KiB

[startup+793.8 s]
/proc/loadavg: 5.85 6.70 7.17 7/267 117454
/proc/meminfo: memFree=102315616/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55964 memory=49248 CPUtime=67.54 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18389 0 0 0 6699 55 0 0 20 0 1 0 139247252 57307136 12312 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13991 12312 1120 1011 0 12758 0
Current children cumulated CPU time: 1500.02 s
Current children cumulated vsize: 187988 KiB
Current children cumulated memory: 92544 KiB

[startup+793.9 s]
/proc/loadavg: 5.85 6.70 7.17 7/267 117454
/proc/meminfo: memFree=102315616/131250000 swapFree=33008868/33010684
[pid=117175] ppid=117172 vsize=132024 memory=43296 CPUtime=1432.48 cores=0,2
/proc/117175/stat : 117175 (LSIPExact) S 117172 117175 116001 0 -1 4194304 35116 0 0 0 143224 24 0 0 20 0 1 0 139174650 135192576 10824 18446744073709551615 94798482636800 94798509893969 140731520891040 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94798518396040 94798518827648 94798520172544 140731520895320 140731520895496 140731520895496 140731520901100 0
/proc/117175/statm: 33006 10824 3456 6655 0 9581 0
[pid=117452] ppid=117175 vsize=55964 memory=49248 CPUtime=67.64 cores=0,2
/proc/117452/stat : 117452 (Exact) R 117175 117452 117452 0 -1 4194304 18389 0 0 0 6709 55 0 0 20 0 1 0 139247252 57307136 12312 18446744073709551615 4198400 8335837 140729988075984 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 39464960 140729988077753 140729988078107 140729988078107 140729988083663 0
/proc/117452/statm: 13991 12312 1120 1011 0 12758 0
Current children cumulated CPU time: 1500.12 s
Current children cumulated vsize: 187988 KiB
Current children cumulated memory: 92544 KiB

Child status: 0

Real time (s): 793.932
CPU time (s): 1500.17
CPU user time (s): 1499.36
CPU system time (s): 0.808344
CPU usage (%): 188.954
Max. virtual memory (cumulated for all children) (KiB): 187988
Max. memory (cumulated for all children) (KiB): 92544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1499.36
system time used= 0.808344
maximum resident set size= 49248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53707
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= 314
involuntary context switches= 16798


# summary of solver processes directly reported to runsolver:
#   pid: 117175
#   total CPU time (s): 1500.17
#   total CPU user time (s): 1499.36
#   total CPU system time (s): 0.808344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32955 second user time and 3.81893 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-11 13:55:44
IDJOB=4527081
IDBENCH=160373
IDSOLVER=3384
FILE ID=nodeC013/4527081-1752234944
RUNJOBID= nodeC013-1752232205-116018
SLURM_JOB_ID= 9682524
Free space on /tmp= 432028 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527081-1752234944/watcher-4527081-1752234944 -o /tmp/evaluation-result-4527081-1752234944/solver-4527081-1752234944 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752232205-116018 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527081-1752234944.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= dfd517fe2a9d65b237ac06e21bad695d
RANDOM SEED=898377257

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        112237152 kB
MemAvailable:   123504600 kB
Buffers:            1668 kB
Cached:         12015344 kB
SwapCached:          164 kB
Active:          6641284 kB
Inactive:       11573636 kB
Active(anon):    6214344 kB
Inactive(anon):     4868 kB
Active(file):     426940 kB
Inactive(file): 11568768 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44688 kB
Writeback:            32 kB
AnonPages:       6199368 kB
Mapped:           138912 kB
Shmem:             21304 kB
KReclaimable:     221556 kB
Slab:             315404 kB
SReclaimable:     221556 kB
SUnreclaim:        93848 kB
KernelStack:        4336 kB
PageTables:        15752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6776148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3053568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431896 MiB
End job on nodeC013 at 2025-07-11 14:08:58