Trace number 4526954

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.1 2925.65

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
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 benchmark21643.2
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1407.73/726.06	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1407.73/726.06	c numVar: 23409
1407.73/726.06	c numCon: 1386
1407.73/726.06	c numEqual: 0
1407.73/726.06	c intSize: 9
1407.73/726.06	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1407.73/726.06	c ------------------- Paras list -------------------
1407.73/726.06	c Name                	 Type      	 Now       	 Default   	 Comment
1407.73/726.06	c timeout             	 double    	 3600.000000	 3600      	 
1407.73/726.06	c mip_time            	 double    	 0.200000  	 0.5       	 
1407.73/726.06	c ls_time             	 double    	 10.000000 	 10        	 
1407.73/726.06	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1407.73/726.06	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1407.73/726.06	c random_seed         	 int       	 0         	 0         	 
1407.73/726.06	c sample_size         	 int       	 50        	 50        	 
1407.73/726.06	c sub_score           	 int       	 1         	 1         	 
1407.73/726.06	c tabu_base           	 int       	 3         	 3         	 
1407.73/726.06	c tabu_variation      	 int       	 1         	 1         	 
1407.73/726.06	c sub_div             	 int       	 4         	 4         	 
1407.73/726.06	c nbcore              	 int       	 2         	 1         	 
1407.73/726.06	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1407.73/726.06	c print_sol           	 int       	 1         	 1         	 
1407.73/726.06	c tmpdir              	 string		 .         	 "."       	 
1407.73/726.06	c home                	 string		 HOME	 "."       	 
1407.73/726.06	c benchname           	 string		 HOME/instance-4526954-1752232243.opb	 ""        	 
1407.73/726.06	c --------------------------------------------------
1407.73/726.06	c Local Search solver
1407.73/726.06	c MIP solver
1407.73/726.06	c use Exact solver
3600.02/2925.50	c receive signal 15, try to interrupt solver...
1407.84/2925.61	c Exact solver (PID 114389) interrupted gracefully.
1407.84/2925.64	s UNKNOWN
1407.84/2925.64	c Total time: 2926

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 (61808 MiB free)
  memory of node 1: 64507 MiB (57633 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526954-1752232243/watcher-4526954-1752232243 -o /tmp/evaluation-result-4526954-1752232243/solver-4526954-1752232243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752232205-113965 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526954-1752232243.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=114168, runsolver pid=114165

[startup+0.10006 s]*
/proc/loadavg: 2.43 0.67 0.28 6/271 114169
/proc/meminfo: memFree=122285692/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=0.1 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 9 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+0.205775 s]*
/proc/loadavg: 2.43 0.67 0.28 6/271 114169
/proc/meminfo: memFree=122281660/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=0.2 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 19 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+0.305622 s]*
/proc/loadavg: 2.43 0.67 0.28 6/271 114169
/proc/meminfo: memFree=122281660/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=0.3 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 29 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+0.700179 s]
/proc/loadavg: 2.43 0.67 0.28 6/271 114169
/proc/meminfo: memFree=122281660/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=0.69 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 68 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+1.50017 s]
/proc/loadavg: 2.43 0.67 0.28 6/271 114169
/proc/meminfo: memFree=122281660/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=1.49 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 148 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+3.1055 s]
/proc/loadavg: 2.63 0.74 0.31 5/267 114178
/proc/meminfo: memFree=122283456/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=3.08 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 307 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+6.30016 s]
/proc/loadavg: 2.63 0.74 0.31 5/267 114178
/proc/meminfo: memFree=122285908/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=73812 memory=39040 CPUtime=6.25 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 8775 0 0 0 624 1 0 0 20 0 1 0 138902076 75583488 9760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 18453 9760 1152 6655 0 8688 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 73812 KiB
Current children cumulated memory: 39040 KiB

[startup+12.7002 s]
/proc/loadavg: 2.90 0.83 0.34 7/268 114208
/proc/meminfo: memFree=122117264/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=250188 memory=163084 CPUtime=14.12 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 36313 0 0 0 1404 8 0 0 20 0 2 0 138902076 256192512 40771 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 62547 40771 3328 6655 0 42192 0
[pid=114168/tid=114201] ppid=114165 vsize=250188 memory=131132 CPUtime=1.5 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 4924 0 0 0 150 0 0 0 20 0 2 0 138903081 256192512 40771 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 14.12 s
Current children cumulated vsize: 250188 KiB
Current children cumulated memory: 163084 KiB

[startup+25.5002 s]
/proc/loadavg: 3.81 1.13 0.45 9/273 114218
/proc/meminfo: memFree=121963532/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=273988 memory=189836 CPUtime=39.55 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 71122 0 0 0 3944 11 0 0 20 0 2 0 138902076 280563712 47459 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 68497 47459 3360 6655 0 48142 0
[pid=114168/tid=114201] ppid=114165 vsize=273988 memory=163084 CPUtime=14.17 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 19083 0 0 0 1416 1 0 0 20 0 2 0 138903081 280563712 47459 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 39.55 s
Current children cumulated vsize: 273988 KiB
Current children cumulated memory: 189836 KiB

[startup+51.1056 s]
/proc/loadavg: 4.96 1.62 0.63 8/272 114309
/proc/meminfo: memFree=121860552/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=329764 memory=252832 CPUtime=84.59 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 101232 0 0 0 8440 19 0 0 20 0 2 0 138902076 337678336 63208 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 82441 63208 3360 6655 0 62916 0
[pid=114168/tid=114201] ppid=114165 vsize=329764 memory=252832 CPUtime=33.75 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 27616 0 0 0 3373 2 0 0 20 0 2 0 138903081 337678336 63208 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 84.59 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 252832 KiB

[startup+102.3 s]
/proc/loadavg: 6.17 2.47 0.97 9/272 114357
/proc/meminfo: memFree=120552248/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=329764 memory=272800 CPUtime=186.31 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 127563 0 0 0 18607 24 0 0 20 0 2 0 138902076 337678336 68200 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 82441 68200 3360 6655 0 67761 0
[pid=114168/tid=114201] ppid=114165 vsize=329764 memory=271520 CPUtime=84.45 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 42154 0 0 0 8441 4 0 0 20 0 2 0 138903081 337678336 68200 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 186.31 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 272800 KiB

[startup+162.3 s]
/proc/loadavg: 7.45 3.51 1.42 9/271 114359
/proc/meminfo: memFree=120350736/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=329764 memory=273568 CPUtime=305.55 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 163345 0 0 0 30529 26 0 0 20 0 2 0 138902076 337678336 68392 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 82441 68392 3360 6655 0 67951 0
[pid=114168/tid=114201] ppid=114165 vsize=329764 memory=14824 CPUtime=143.89 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 61820 0 0 0 14383 6 0 0 20 0 2 0 138903081 337678336 68392 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 305.55 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 273568 KiB

[startup+222.3 s]
/proc/loadavg: 7.86 4.34 1.84 9/271 114361
/proc/meminfo: memFree=119829744/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=329764 memory=273824 CPUtime=424.8 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 164438 0 0 0 42453 27 0 0 20 0 2 0 138902076 337678336 68456 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 82441 68456 3360 6655 0 68250 0
[pid=114168/tid=114201] ppid=114165 vsize=329764 memory=273824 CPUtime=203.32 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 62242 0 0 0 20326 6 0 0 20 0 2 0 138903081 337678336 68456 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 424.8 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 273824 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 5.04 2.24 9/270 114363
/proc/meminfo: memFree=119689240/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=329764 memory=273952 CPUtime=544.06 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 182082 0 0 0 54378 28 0 0 20 0 2 0 138902076 337678336 68488 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 82441 68488 3360 6655 0 68250 0
[pid=114168/tid=114201] ppid=114165 vsize=329764 memory=1742836 CPUtime=262.76 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 72099 0 0 0 26269 7 0 0 20 0 2 0 138903081 337678336 68488 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 544.06 s
Current children cumulated vsize: 329764 KiB
Current children cumulated memory: 273952 KiB

[startup+342.3 s]
/proc/loadavg: 8.04 5.60 2.61 9/268 114366
/proc/meminfo: memFree=119581860/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=307704 memory=239040 CPUtime=656.99 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) R 114165 114168 113948 0 -1 4194304 217506 0 0 0 65667 32 0 0 20 0 2 0 138902076 315088896 59760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 76926 59760 3360 6655 0 62735 0
[pid=114168/tid=114201] ppid=114165 vsize=307704 memory=1742836 CPUtime=320.85 cores=0,2
/proc/114168/task/114201/stat : 114201 (LSIPExact) R 114165 114168 113948 0 -1 4194368 82334 0 0 0 32076 9 0 0 20 0 2 0 138903081 315088896 59760 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
Current children cumulated CPU time: 656.99 s
Current children cumulated vsize: 307704 KiB
Current children cumulated memory: 239040 KiB


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

Current children cumulated memory: 913912 KiB

[startup+2442.3 s]
/proc/loadavg: 7.01 6.94 6.60 8/268 114742
/proc/meminfo: memFree=120133740/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=633208 memory=617480 CPUtime=1710.4 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 92344 0 0 0 170950 90 0 0 20 0 1 0 138974682 648404992 154370 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 158302 154370 1120 1011 0 157069 0
Current children cumulated CPU time: 3118.24 s
Current children cumulated vsize: 996120 KiB
Current children cumulated memory: 916344 KiB

[startup+2502.3 s]
/proc/loadavg: 7.04 6.97 6.63 8/268 114751
/proc/meminfo: memFree=119765016/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=634384 memory=618760 CPUtime=1770.23 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 92743 0 0 0 176931 92 0 0 20 0 1 0 138974682 649609216 154690 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 158596 154690 1120 1011 0 157363 0
Current children cumulated CPU time: 3178.07 s
Current children cumulated vsize: 997296 KiB
Current children cumulated memory: 917624 KiB

[startup+2562.3 s]
/proc/loadavg: 6.57 6.86 6.62 7/268 114754
/proc/meminfo: memFree=119344204/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=636820 memory=620936 CPUtime=1830.09 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 93408 0 0 0 182916 93 0 0 20 0 1 0 138974682 652103680 155234 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 159205 155234 1120 1011 0 157972 0
Current children cumulated CPU time: 3237.93 s
Current children cumulated vsize: 999732 KiB
Current children cumulated memory: 919800 KiB

[startup+2622.3 s]
/proc/loadavg: 6.32 6.74 6.59 7/268 114756
/proc/meminfo: memFree=118957260/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=642932 memory=626568 CPUtime=1889.93 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 94898 0 0 0 188900 93 0 0 20 0 1 0 138974682 658362368 156642 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 160733 156642 1120 1011 0 159500 0
Current children cumulated CPU time: 3297.77 s
Current children cumulated vsize: 1005844 KiB
Current children cumulated memory: 925432 KiB

[startup+2682.3 s]
/proc/loadavg: 6.17 6.61 6.55 7/267 114803
/proc/meminfo: memFree=119490740/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=644176 memory=627720 CPUtime=1949.77 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 95252 0 0 0 194883 94 0 0 20 0 1 0 138974682 659636224 156930 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 161044 156930 1120 1011 0 159811 0
Current children cumulated CPU time: 3357.61 s
Current children cumulated vsize: 1007088 KiB
Current children cumulated memory: 926584 KiB

[startup+2742.3 s]
/proc/loadavg: 6.68 6.67 6.58 8/269 114807
/proc/meminfo: memFree=119137052/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=645988 memory=629640 CPUtime=2009.58 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 95796 0 0 0 200860 98 0 0 20 0 1 0 138974682 661491712 157410 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 161497 157410 1120 1011 0 160264 0
Current children cumulated CPU time: 3417.42 s
Current children cumulated vsize: 1008900 KiB
Current children cumulated memory: 928504 KiB

[startup+2802.3 s]
/proc/loadavg: 6.95 6.75 6.61 8/268 114809
/proc/meminfo: memFree=118719284/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=648328 memory=631816 CPUtime=2069.39 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 96443 0 0 0 206840 99 0 0 20 0 1 0 138974682 663887872 157954 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 162082 157954 1120 1011 0 160849 0
Current children cumulated CPU time: 3477.23 s
Current children cumulated vsize: 1011240 KiB
Current children cumulated memory: 930680 KiB

[startup+2862.3 s]
/proc/loadavg: 6.87 6.78 6.63 7/267 114856
/proc/meminfo: memFree=120259388/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=648620 memory=632072 CPUtime=2129.19 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 96526 0 0 0 212819 100 0 0 20 0 1 0 138974682 664186880 158018 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 162155 158018 1120 1011 0 160922 0
Current children cumulated CPU time: 3537.03 s
Current children cumulated vsize: 1011532 KiB
Current children cumulated memory: 930936 KiB

[startup+2922.3 s]
/proc/loadavg: 6.80 6.78 6.64 8/268 114904
/proc/meminfo: memFree=119822008/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=649172 memory=632712 CPUtime=2188.99 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 96783 0 0 0 218799 100 0 0 20 0 1 0 138974682 664752128 158178 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 162293 158178 1120 1011 0 161060 0
Current children cumulated CPU time: 3596.83 s
Current children cumulated vsize: 1012084 KiB
Current children cumulated memory: 931576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2925.5 s]
/proc/loadavg: 6.82 6.78 6.64 6/263 114912
/proc/meminfo: memFree=119834028/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310179 0 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
[pid=114389] ppid=114168 vsize=649172 memory=632712 CPUtime=2192.18 cores=0,2
/proc/114389/stat : 114389 (Exact) R 114168 114389 114389 0 -1 4194304 96799 0 0 0 219118 100 0 0 20 0 1 0 138974682 664752128 158178 18446744073709551615 4198400 8335837 140724676301088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40505344 140724676307129 140724676307483 140724676307483 140724676313039 0
/proc/114389/statm: 162293 158178 1120 1011 0 161060 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1012084 KiB
Current children cumulated memory: 931576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.59 s, system=1.50969 s

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

[startup+2925.6 s]
/proc/loadavg: 6.82 6.78 6.64 6/263 114912
/proc/meminfo: memFree=119834028/131249996 swapFree=33010672/33010684
[pid=114168] ppid=114165 vsize=362912 memory=298864 CPUtime=1407.84 cores=0,2
/proc/114168/stat : 114168 (LSIPExact) S 114165 114168 113948 0 -1 4194304 310180 136 0 0 140736 48 0 0 20 0 1 0 138902076 371621888 74716 18446744073709551615 94121578717184 94121605974353 140737409386768 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94121614476424 94121614908032 94121619611648 140737409395032 140737409395208 140737409395208 140737409400812 0
/proc/114168/statm: 90728 74716 3392 6655 0 76888 0
Current children cumulated CPU time: 1407.84 s
Current children cumulated vsize: 362912 KiB
Current children cumulated memory: 298864 KiB

Child status: 0

Real time (s): 2925.65
CPU time (s): 3600.1
CPU user time (s): 3598.59
CPU system time (s): 1.50969
CPU usage (%): 123.053
Max. virtual memory (cumulated for all children) (KiB): 1012084
Max. memory (cumulated for all children) (KiB): 931576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.59
system time used= 1.50969
maximum resident set size= 632712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413704
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= 549
involuntary context switches= 38024


# summary of solver processes directly reported to runsolver:
#   pid: 114168
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.59
#   total CPU system time (s): 1.50969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.19615 second user time and 13.2293 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-11 13:10:43
IDJOB=4526954
IDBENCH=147859
IDSOLVER=3384
FILE ID=nodeC017/4526954-1752232243
RUNJOBID= nodeC017-1752232205-113965
SLURM_JOB_ID= 9682528
Free space on /tmp= 432264 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526954-1752232243/watcher-4526954-1752232243 -o /tmp/evaluation-result-4526954-1752232243/solver-4526954-1752232243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752232205-113965 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526954-1752232243.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=291300059

nodeC017 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		: 3600.053
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122309328 kB
MemAvailable:   126996968 kB
Buffers:            1688 kB
Cached:          5453564 kB
SwapCached:            8 kB
Active:          3017736 kB
Inactive:        5153288 kB
Active(anon):    2717892 kB
Inactive(anon):    15952 kB
Active(file):     299844 kB
Inactive(file):  5137336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             91560 kB
Writeback:            28 kB
AnonPages:       2718684 kB
Mapped:           132484 kB
Shmem:             18072 kB
KReclaimable:     179000 kB
Slab:             272584 kB
SReclaimable:     179000 kB
SUnreclaim:        93584 kB
KernelStack:        4400 kB
PageTables:         8688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3088684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432324 MiB
End job on nodeC017 at 2025-07-11 13:59:29