Trace number 4527295

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3600.13 1827.03

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
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 constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.02/1825.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.02/1825.01	c numVar: 4500
3600.02/1825.01	c numCon: 72413
3600.02/1825.01	c numEqual: 0
3600.02/1825.01	c intSize: 13
3600.02/1825.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.02/1825.01	c ------------------- Paras list -------------------
3600.02/1825.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.02/1825.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.02/1825.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.02/1825.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.02/1825.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.02/1825.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.02/1825.01	c random_seed         	 int       	 0         	 0         	 
3600.02/1825.01	c sample_size         	 int       	 50        	 50        	 
3600.02/1825.01	c sub_score           	 int       	 1         	 1         	 
3600.02/1825.01	c tabu_base           	 int       	 3         	 3         	 
3600.02/1825.01	c tabu_variation      	 int       	 1         	 1         	 
3600.02/1825.01	c sub_div             	 int       	 4         	 4         	 
3600.02/1825.01	c nbcore              	 int       	 2         	 1         	 
3600.02/1825.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.02/1825.01	c print_sol           	 int       	 1         	 1         	 
3600.02/1825.01	c tmpdir              	 string		 .         	 "."       	 
3600.02/1825.01	c home                	 string		 HOME	 "."       	 
3600.02/1825.01	c benchname           	 string		 HOME/instance-4527295-1752232206.opb	 ""        	 
3600.02/1825.01	c --------------------------------------------------
3600.02/1825.01	c Local Search solver
3600.02/1825.01	c LS find feasible solution for PBO with objective value 2242
3600.02/1825.01	c MIP solver
3600.02/1825.01	c receive signal 15, try to interrupt solver...
3600.09/1826.23	c copy file: 0
3600.09/1826.23	c gen ub file: HOME/instance-4527295-1752232206.opb_ub.opb
3600.09/1826.23	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62799 MiB free)
  memory of node 1: 64465 MiB (63760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527295-1752232206/watcher-4527295-1752232206 -o /tmp/evaluation-result-4527295-1752232206/solver-4527295-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114480 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527295-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=114522, runsolver pid=114512

[startup+0.100064 s]*
/proc/loadavg: 0.07 0.08 0.09 4/262 114531
/proc/meminfo: memFree=129515720/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=0.08 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9945 0 0 0 7 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+0.205532 s]*
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129515220/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=0.18 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9945 0 0 0 17 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+0.305528 s]*
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129515144/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=0.28 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9945 0 0 0 27 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+0.700177 s]
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129514892/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=0.67 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9945 0 0 0 66 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+1.50017 s]
/proc/loadavg: 0.07 0.08 0.09 5/264 114537
/proc/meminfo: memFree=129514640/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=1.47 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9945 0 0 0 146 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+3.10542 s]
/proc/loadavg: 0.38 0.15 0.11 5/264 114537
/proc/meminfo: memFree=129515584/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=3.07 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9946 0 0 0 306 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+6.30016 s]
/proc/loadavg: 0.38 0.15 0.11 5/264 114537
/proc/meminfo: memFree=129515904/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=80956 memory=46040 CPUtime=6.25 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 9947 0 0 0 624 1 0 0 20 0 1 0 138898552 82898944 11510 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 20239 11510 1216 6655 0 10474 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 80956 KiB
Current children cumulated memory: 46040 KiB

[startup+12.7002 s]
/proc/loadavg: 0.67 0.21 0.13 9/268 114542
/proc/meminfo: memFree=129293592/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=254448 memory=201812 CPUtime=13.87 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 42883 0 0 0 1380 7 0 0 20 0 2 0 138898552 260554752 50453 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 63612 50453 3456 6655 0 50198 0
[pid=114522/tid=114540] ppid=114512 vsize=254448 memory=6468 CPUtime=1.24 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 11348 0 0 0 122 2 0 0 20 0 2 0 138899562 260554752 50453 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 13.87 s
Current children cumulated vsize: 254448 KiB
Current children cumulated memory: 201812 KiB

[startup+25.5002 s]
/proc/loadavg: 2.37 0.61 0.26 9/269 114543
/proc/meminfo: memFree=129182096/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=254448 memory=216148 CPUtime=39.27 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 53664 0 0 0 3918 9 0 0 20 0 2 0 138898552 260554752 54037 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 63612 54037 3520 6655 0 53743 0
[pid=114522/tid=114540] ppid=114512 vsize=254448 memory=216148 CPUtime=13.89 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 21957 0 0 0 1386 3 0 0 20 0 2 0 138899562 260554752 54037 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 39.27 s
Current children cumulated vsize: 254448 KiB
Current children cumulated memory: 216148 KiB

[startup+51.1056 s]
/proc/loadavg: 4.29 1.20 0.47 9/269 114543
/proc/meminfo: memFree=129079720/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=319984 memory=226072 CPUtime=90.13 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 67731 0 0 0 9003 10 0 0 20 0 2 0 138898552 327663616 56518 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 79996 56518 3520 6655 0 55832 0
[pid=114522/tid=114540] ppid=114512 vsize=319984 memory=226072 CPUtime=39.25 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 30512 0 0 0 3921 4 0 0 20 0 2 0 138899562 327663616 56518 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 90.13 s
Current children cumulated vsize: 319984 KiB
Current children cumulated memory: 226072 KiB

[startup+102.3 s]
/proc/loadavg: 6.43 2.27 0.87 9/270 114546
/proc/meminfo: memFree=128828524/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=304576 memory=264516 CPUtime=191.73 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 123042 0 0 0 19155 18 0 0 20 0 2 0 138898552 311885824 66129 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 76144 66129 3552 6655 0 66363 0
[pid=114522/tid=114540] ppid=114512 vsize=304576 memory=274188 CPUtime=89.86 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 45484 0 0 0 8981 5 0 0 20 0 2 0 138899562 311885824 66129 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 191.73 s
Current children cumulated vsize: 304576 KiB
Current children cumulated memory: 264516 KiB

[startup+162.3 s]
/proc/loadavg: 7.39 3.31 1.32 9/270 114548
/proc/meminfo: memFree=128455868/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=308484 memory=276148 CPUtime=298.23 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 172781 0 0 0 29800 23 0 0 20 0 2 0 138898552 315887616 69037 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 77121 69037 3552 6655 0 67340 0
[pid=114522/tid=114540] ppid=114512 vsize=308484 memory=276148 CPUtime=149.16 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 70968 0 0 0 14909 7 0 0 20 0 2 0 138899562 315887616 69037 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 298.23 s
Current children cumulated vsize: 308484 KiB
Current children cumulated memory: 276148 KiB

[startup+222.3 s]
/proc/loadavg: 7.82 4.18 1.75 9/271 114551
/proc/meminfo: memFree=128158348/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=308484 memory=276276 CPUtime=417.3 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 174591 0 0 0 41707 23 0 0 20 0 2 0 138898552 315887616 69069 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 77121 69069 3552 6655 0 67340 0
[pid=114522/tid=114540] ppid=114512 vsize=308484 memory=276148 CPUtime=208.47 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 71797 0 0 0 20840 7 0 0 20 0 2 0 138899562 315887616 69069 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 417.3 s
Current children cumulated vsize: 308484 KiB
Current children cumulated memory: 276276 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 4.91 2.15 9/271 114553
/proc/meminfo: memFree=127788772/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=328536 memory=296756 CPUtime=536.42 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 208357 0 0 0 53615 27 0 0 20 0 2 0 138898552 336420864 74189 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 82134 74189 3552 6655 0 72353 0
[pid=114522/tid=114540] ppid=114512 vsize=328536 memory=281396 CPUtime=267.81 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 85904 0 0 0 26772 9 0 0 20 0 2 0 138899562 336420864 74189 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 536.42 s
Current children cumulated vsize: 328536 KiB
Current children cumulated memory: 296756 KiB

[startup+342.3 s]
/proc/loadavg: 7.74 5.40 2.49 9/268 114555
/proc/meminfo: memFree=127403364/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=361928 memory=330036 CPUtime=655.6 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 219817 0 0 0 65532 28 0 0 20 0 2 0 138898552 370614272 82509 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 90482 82509 3552 6655 0 80701 0
[pid=114522/tid=114540] ppid=114512 vsize=361928 memory=281396 CPUtime=327.19 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 88903 0 0 0 32710 9 0 0 20 0 2 0 138899562 370614272 82509 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 655.6 s
Current children cumulated vsize: 361928 KiB
Current children cumulated memory: 330036 KiB

[startup+402.3 s]

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


[startup+1422.3 s]
/proc/loadavg: 8.12 8.06 6.40 9/270 114613
/proc/meminfo: memFree=121402716/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=836152 memory=764892 CPUtime=2800.39 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 350859 0 0 0 279977 62 0 0 20 0 2 0 138898552 856219648 191223 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 209038 191223 3552 6655 0 189429 0
[pid=114522/tid=114540] ppid=114512 vsize=836152 memory=757340 CPUtime=1403.02 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 160531 0 0 0 140275 27 0 0 20 0 2 0 138899562 856219648 191223 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 2800.39 s
Current children cumulated vsize: 836152 KiB
Current children cumulated memory: 764892 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.06 6.51 9/269 114615
/proc/meminfo: memFree=121102516/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=851212 memory=799412 CPUtime=2919.57 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 358739 0 0 0 291893 64 0 0 20 0 2 0 138898552 871641088 199853 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 212803 199853 3552 6655 0 198085 0
[pid=114522/tid=114540] ppid=114512 vsize=851212 memory=14156 CPUtime=1462.83 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 165097 0 0 0 146255 28 0 0 20 0 2 0 138899562 871641088 199853 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 2919.57 s
Current children cumulated vsize: 851212 KiB
Current children cumulated memory: 799412 KiB

[startup+1542.3 s]
/proc/loadavg: 8.09 8.06 6.61 9/268 114617
/proc/meminfo: memFree=120757020/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=937268 memory=846272 CPUtime=3038.75 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 370450 0 0 0 303809 66 0 0 20 0 2 0 138898552 959762432 211568 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 234317 211568 3552 6655 0 209766 0
[pid=114522/tid=114540] ppid=114512 vsize=937268 memory=837032 CPUtime=1522.63 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 172040 0 0 0 152234 29 0 0 20 0 2 0 138899562 959762432 211568 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 3038.75 s
Current children cumulated vsize: 937268 KiB
Current children cumulated memory: 846272 KiB

[startup+1602.3 s]
/proc/loadavg: 8.08 8.06 6.70 9/267 114619
/proc/meminfo: memFree=120403112/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=941540 memory=871148 CPUtime=3157.88 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 378872 0 0 0 315720 68 0 0 20 0 2 0 138898552 964136960 217787 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 235385 217787 3552 6655 0 216016 0
[pid=114522/tid=114540] ppid=114512 vsize=941540 memory=837032 CPUtime=1582.41 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 177324 0 0 0 158211 30 0 0 20 0 2 0 138899562 964136960 217787 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 3157.88 s
Current children cumulated vsize: 941540 KiB
Current children cumulated memory: 871148 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.08 6.80 9/267 114622
/proc/meminfo: memFree=120022452/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=941540 memory=878332 CPUtime=3277.01 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 384865 0 0 0 327633 68 0 0 20 0 2 0 138898552 964136960 219583 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 235385 219583 3552 6655 0 217784 0
[pid=114522/tid=114540] ppid=114512 vsize=941540 memory=837032 CPUtime=1642.2 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 180219 0 0 0 164189 31 0 0 20 0 2 0 138899562 964136960 219583 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 3277.01 s
Current children cumulated vsize: 941540 KiB
Current children cumulated memory: 878332 KiB

[startup+1722.3 s]
/proc/loadavg: 8.05 8.06 6.87 9/268 114625
/proc/meminfo: memFree=119658516/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=959136 memory=914424 CPUtime=3396.19 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 397770 0 0 0 339548 71 0 0 20 0 2 0 138898552 982155264 228606 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 239784 228606 3552 6655 0 226805 0
[pid=114522/tid=114540] ppid=114512 vsize=959136 memory=837032 CPUtime=1702 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 187946 0 0 0 170168 32 0 0 20 0 2 0 138899562 982155264 228606 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 3396.19 s
Current children cumulated vsize: 959136 KiB
Current children cumulated memory: 914424 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.08 6.96 9/269 114628
/proc/meminfo: memFree=119320660/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=981308 memory=945988 CPUtime=3515.25 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 406818 0 0 0 351453 72 0 0 20 0 2 0 138898552 1004859392 236497 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 245327 236497 3552 6655 0 234718 0
[pid=114522/tid=114540] ppid=114512 vsize=981308 memory=945988 CPUtime=1761.72 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 191583 0 0 0 176139 33 0 0 20 0 2 0 138899562 1004859392 236497 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 3515.25 s
Current children cumulated vsize: 981308 KiB
Current children cumulated memory: 945988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1825 s]*
/proc/loadavg: 7.83 8.02 6.99 5/260 114661
/proc/meminfo: memFree=128015404/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=1000252 memory=966552 CPUtime=3600.02 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) R 114512 114522 114460 0 -1 4194304 411147 0 0 0 359928 74 0 0 20 0 2 0 138898552 1024258048 241638 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 250063 241638 3552 6655 0 240031 0
[pid=114522/tid=114540] ppid=114512 vsize=1000252 memory=-8599173137207960252 CPUtime=1804.24 cores=5,7
/proc/114522/task/114540/stat : 114540 (LSIPExact) R 114512 114522 114460 0 -1 4194368 192234 0 0 0 180391 33 0 0 20 0 2 0 138899562 1024258048 241638 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1000252 KiB
Current children cumulated memory: 966552 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1827.03 s]
# the end of solver process 114522 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3599.35 s, system=0.778075 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1825.6 s]
/proc/loadavg: 7.83 8.02 6.99 5/260 114661
/proc/meminfo: memFree=128015404/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=837040 memory=771236 CPUtime=3600.09 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) S 114512 114522 114460 0 -1 4194304 420958 0 0 0 359934 75 0 0 20 0 1 0 138898552 857128960 192809 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 65536 6 16384 1 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 209260 192809 3584 6655 0 199470 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 837040 KiB
Current children cumulated memory: 771236 KiB

[startup+1826.4 s]
/proc/loadavg: 7.83 8.02 6.99 3/264 114666
/proc/meminfo: memFree=128190284/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=837040 memory=771236 CPUtime=3600.09 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) S 114512 114522 114460 0 -1 4194304 420979 228 0 0 359934 75 0 0 20 0 1 0 138898552 857128960 192809 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 209260 192809 3584 6655 0 199470 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 837040 KiB
Current children cumulated memory: 771236 KiB

[startup+1826.8 s]
/proc/loadavg: 7.83 8.02 6.99 3/264 114666
/proc/meminfo: memFree=128190284/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=837040 memory=771236 CPUtime=3600.09 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) S 114512 114522 114460 0 -1 4194304 420979 228 0 0 359934 75 0 0 20 0 1 0 138898552 857128960 192809 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 209260 192809 3584 6655 0 199470 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 837040 KiB
Current children cumulated memory: 771236 KiB

[startup+1827 s]*
/proc/loadavg: 7.83 8.02 6.99 3/266 114671
/proc/meminfo: memFree=128191820/131249996 swapFree=33000896/33010684
[pid=114522] ppid=114512 vsize=837040 memory=771236 CPUtime=3600.09 cores=5,7
/proc/114522/stat : 114522 (LSIPExact) S 114512 114522 114460 0 -1 4194304 420979 228 0 0 359934 75 0 0 20 0 1 0 138898552 857128960 192809 18446744073709551615 93938061574144 93938088831313 140728095410528 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 93938097333384 93938097764992 93938129182720 140728095414616 140728095414792 140728095414792 140728095420396 0
/proc/114522/statm: 209260 192809 3584 6655 0 199470 0
[pid=114667] ppid=114522 vsize=1776 memory=256 CPUtime=0 cores=5,7
/proc/114667/stat : 114667 (bash) D 114522 114522 114460 0 -1 4456448 159 0 0 0 0 0 0 0 20 0 1 0 139081175 1818624 64 18446744073709551615 94758366089216 94758366983749 140720406691744 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94758367222800 94758367270544 94758386339840 140720406698128 140720406698534 140720406698534 140720406704106 0
/proc/114667/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 838816 KiB
Current children cumulated memory: 771492 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1827.03
CPU time (s): 3600.13
CPU user time (s): 3599.35
CPU system time (s): 0.778075
CPU usage (%): 197.048
Max. virtual memory (cumulated for all children) (KiB): 1000252
Max. memory (cumulated for all children) (KiB): 966552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.35
system time used= 0.778075
maximum resident set size= 966808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425387
page faults= 0
swaps= 0
block input operations= 8
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 429
involuntary context switches= 113363


# summary of solver processes directly reported to runsolver:
#   pid: 114522
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3599.35
#   total CPU system time (s): 0.778075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.60544 second user time and 8.23786 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 13:10:06
IDJOB=4527295
IDBENCH=147077
IDSOLVER=3384
FILE ID=nodeC023/4527295-1752232206
RUNJOBID= nodeC023-1752232205-114480
SLURM_JOB_ID= 9682534
Free space on /tmp= 431844 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527295-1752232206/watcher-4527295-1752232206 -o /tmp/evaluation-result-4527295-1752232206/solver-4527295-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114480 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527295-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=417534739

nodeC023 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		: 1657.087
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.78
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.381
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.78
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		: 1303.807
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.78
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		: 3603.270
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.78
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		: 1548.491
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.78
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.786
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.78
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		: 1651.969
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129646656 kB
MemAvailable:   129676560 kB
Buffers:              16 kB
Cached:           771064 kB
SwapCached:         2860 kB
Active:           243672 kB
Inactive:         607656 kB
Active(anon):      40104 kB
Inactive(anon):    52756 kB
Active(file):     203568 kB
Inactive(file):   554900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93212 kB
Writeback:             0 kB
AnonPages:         80572 kB
Mapped:           100072 kB
Shmem:             12612 kB
KReclaimable:     221348 kB
Slab:             312864 kB
SReclaimable:     221348 kB
SUnreclaim:        91516 kB
KernelStack:        4080 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     344432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431692 MiB
End job on nodeC023 at 2025-07-11 13:40:34