Trace number 4513897

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.12 2901.31

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1430.09/726.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.09/726.01	c numVar: 3282
1430.09/726.01	c numCon: 6986
1430.09/726.01	c numEqual: 1094
1430.09/726.01	c intSize: 3
1430.09/726.01	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.09/726.01	c ------------------- Paras list -------------------
1430.09/726.01	c Name                	 Type      	 Now       	 Default   	 Comment
1430.09/726.01	c timeout             	 double    	 3600.000000	 3600      	 
1430.09/726.01	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.09/726.01	c ls_time             	 double    	 10.000000 	 10        	 
1430.09/726.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.09/726.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.09/726.01	c random_seed         	 int       	 0         	 0         	 
1430.09/726.01	c sample_size         	 int       	 50        	 50        	 
1430.09/726.01	c sub_score           	 int       	 1         	 1         	 
1430.09/726.01	c tabu_base           	 int       	 3         	 3         	 
1430.09/726.01	c tabu_variation      	 int       	 1         	 1         	 
1430.09/726.01	c sub_div             	 int       	 4         	 4         	 
1430.09/726.01	c nbcore              	 int       	 2         	 1         	 
1430.09/726.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.09/726.01	c print_sol           	 int       	 1         	 1         	 
1430.09/726.01	c tmpdir              	 string		 .         	 "."       	 
1430.09/726.01	c home                	 string		 HOME	 "."       	 
1430.09/726.01	c benchname           	 string		 HOME/instance-4513897-1751139189.opb	 ""        	 
1430.09/726.01	c --------------------------------------------------
1430.09/726.01	c Local Search solver
1430.09/726.01	c MIP solver
1430.09/726.01	c use Exact solver
3600.09/2901.30	c receive signal 15, try to interrupt solver...
3600.09/2901.31	c Exact solver (PID 13874) interrupted gracefully.
3600.09/2901.31	s UNKNOWN
3600.09/2901.31	c Total time: 2901

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513897-1751139189/watcher-4513897-1751139189 -o /tmp/evaluation-result-4513897-1751139189/solver-4513897-1751139189 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751133631-11505 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4513897-1751139189.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=13790, runsolver pid=13787
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.66 5.11 5.03 5/259 13791
/proc/meminfo: memFree=129820832/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=0.09 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 9 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+0.205147 s]*
/proc/loadavg: 4.66 5.11 5.03 5/259 13791
/proc/meminfo: memFree=129820832/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=0.19 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 19 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+0.304408 s]*
/proc/loadavg: 4.66 5.11 5.03 5/259 13791
/proc/meminfo: memFree=129820832/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=0.29 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 29 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+0.700098 s]
/proc/loadavg: 4.66 5.11 5.03 5/259 13791
/proc/meminfo: memFree=129821084/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=0.68 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 68 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+1.50009 s]
/proc/loadavg: 4.66 5.11 5.03 5/259 13791
/proc/meminfo: memFree=129821084/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=1.48 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 148 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+3.10463 s]
/proc/loadavg: 4.60 5.09 5.03 5/259 13791
/proc/meminfo: memFree=129821084/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=3.08 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 308 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+6.30009 s]
/proc/loadavg: 4.60 5.09 5.03 5/259 13791
/proc/meminfo: memFree=129821084/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=44484 memory=9984 CPUtime=6.27 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 1485 0 0 0 627 0 0 0 20 0 1 0 29596637 45551616 2496 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 11121 2496 1184 6655 0 1356 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44484 KiB
Current children cumulated memory: 9984 KiB

[startup+12.7001 s]
/proc/loadavg: 4.56 5.07 5.02 6/260 13792
/proc/meminfo: memFree=129788016/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=142840 memory=49268 CPUtime=15.25 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 8711 0 0 0 1524 1 0 0 20 0 2 0 29596637 146268160 12317 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 35710 12317 3392 6655 0 11081 0
[pid=13790/tid=13792] ppid=13787 vsize=142840 memory=48628 CPUtime=2.58 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 1607 0 0 0 258 0 0 0 20 0 2 0 29597638 146268160 12317 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 142840 KiB
Current children cumulated memory: 49268 KiB

[startup+25.5001 s]
/proc/loadavg: 4.65 5.07 5.02 6/260 13792
/proc/meminfo: memFree=129772032/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=157496 memory=69108 CPUtime=40.69 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 23847 0 0 0 4066 3 0 0 20 0 2 0 29596637 161275904 17277 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 39374 17277 3488 6655 0 15495 0
[pid=13790/tid=13792] ppid=13787 vsize=157496 memory=17280 CPUtime=15.25 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 7415 0 0 0 1525 0 0 0 20 0 2 0 29597638 161275904 17277 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 40.69 s
Current children cumulated vsize: 157496 KiB
Current children cumulated memory: 69108 KiB

[startup+51.1051 s]
/proc/loadavg: 4.83 5.08 5.02 6/260 13792
/proc/meminfo: memFree=129776588/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=157496 memory=70132 CPUtime=91.64 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 26851 0 0 0 9161 3 0 0 20 0 2 0 29596637 161275904 17533 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 39374 17533 3488 6655 0 15645 0
[pid=13790/tid=13792] ppid=13787 vsize=157496 memory=70132 CPUtime=40.66 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 10126 0 0 0 4065 1 0 0 20 0 2 0 29597638 161275904 17533 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 91.64 s
Current children cumulated vsize: 157496 KiB
Current children cumulated memory: 70132 KiB

[startup+102.3 s]
/proc/loadavg: 4.93 5.07 5.02 6/261 13799
/proc/meminfo: memFree=129774960/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=157496 memory=71284 CPUtime=193.53 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 27137 0 0 0 19349 4 0 0 20 0 2 0 29596637 161275904 17821 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 39374 17821 3488 6655 0 15938 0
[pid=13790/tid=13792] ppid=13787 vsize=157496 memory=6943526294502006880 CPUtime=91.44 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 10405 0 0 0 9143 1 0 0 20 0 2 0 29597638 161275904 17821 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 193.53 s
Current children cumulated vsize: 157496 KiB
Current children cumulated memory: 71284 KiB

[startup+162.3 s]
/proc/loadavg: 5.08 5.08 5.02 6/261 13803
/proc/meminfo: memFree=129760644/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=157496 memory=72180 CPUtime=312.93 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 28738 0 0 0 31289 4 0 0 20 0 2 0 29596637 161275904 18045 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 39374 18045 3488 6655 0 16237 0
[pid=13790/tid=13792] ppid=13787 vsize=157496 memory=10752 CPUtime=150.97 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 11928 0 0 0 15095 2 0 0 20 0 2 0 29597638 161275904 18045 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 312.93 s
Current children cumulated vsize: 157496 KiB
Current children cumulated memory: 72180 KiB

[startup+222.3 s]
/proc/loadavg: 5.00 5.06 5.02 5/260 13850
/proc/meminfo: memFree=129789560/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=157496 memory=75636 CPUtime=432.32 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 29621 0 0 0 43227 5 0 0 20 0 2 0 29596637 161275904 18909 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 39374 18909 3488 6655 0 17036 0
[pid=13790/tid=13792] ppid=13787 vsize=157496 memory=74612 CPUtime=210.49 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 12799 0 0 0 21046 3 0 0 20 0 2 0 29597638 161275904 18909 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 432.32 s
Current children cumulated vsize: 157496 KiB
Current children cumulated memory: 75636 KiB

[startup+282.3 s]
/proc/loadavg: 5.01 5.05 5.01 6/260 13853
/proc/meminfo: memFree=129684800/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=157496 memory=76404 CPUtime=551.69 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 31365 0 0 0 55164 5 0 0 20 0 2 0 29596637 161275904 19101 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 39374 19101 3488 6655 0 17413 0
[pid=13790/tid=13792] ppid=13787 vsize=157496 memory=14824 CPUtime=270.02 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 14509 0 0 0 26999 3 0 0 20 0 2 0 29597638 161275904 19101 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 551.69 s
Current children cumulated vsize: 157496 KiB
Current children cumulated memory: 76404 KiB

[startup+342.3 s]
/proc/loadavg: 5.02 5.04 5.01 6/260 13855
/proc/meminfo: memFree=129638100/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=167976 memory=87156 CPUtime=667.14 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) R 13787 13790 11488 0 -1 4194304 34442 0 0 0 66708 6 0 0 20 0 2 0 29596637 172007424 21789 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 41994 21789 3488 6655 0 20033 0
[pid=13790/tid=13792] ppid=13787 vsize=167976 memory=76532 CPUtime=329.58 cores=1,3
/proc/13790/task/13792/stat : 13792 (LSIPExact) R 13787 13790 11488 0 -1 4194368 15169 0 0 0 32955 3 0 0 20 0 2 0 29597638 172007424 21789 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
Current children cumulated CPU time: 667.14 s
Current children cumulated vsize: 167976 KiB
Current children cumulated memory: 87156 KiB

[startup+402.3 s]

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

/proc/loadavg: 1.09 1.76 2.84 2/248 14023
/proc/meminfo: memFree=129911780/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=138640 memory=125300 CPUtime=1652.14 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 31354 0 0 0 164849 365 0 0 20 0 1 0 29669239 141967360 31325 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 34660 31325 1120 1011 0 33427 0
Current children cumulated CPU time: 3082.26 s
Current children cumulated vsize: 309340 KiB
Current children cumulated memory: 228740 KiB

[startup+2442.3 s]
/proc/loadavg: 1.15 1.65 2.73 2/248 14025
/proc/meminfo: memFree=129912884/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=139048 memory=125812 CPUtime=1712.01 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 31483 0 0 0 170825 376 0 0 20 0 1 0 29669239 142385152 31453 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 34762 31453 1120 1011 0 33529 0
Current children cumulated CPU time: 3142.13 s
Current children cumulated vsize: 309748 KiB
Current children cumulated memory: 229252 KiB

[startup+2502.3 s]
/proc/loadavg: 1.05 1.53 2.62 2/248 14027
/proc/meminfo: memFree=129913936/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=143892 memory=132640 CPUtime=1771.87 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 32159 0 0 0 176800 387 0 0 20 0 1 0 29669239 147345408 33160 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 35973 33160 1120 1011 0 34740 0
Current children cumulated CPU time: 3201.99 s
Current children cumulated vsize: 314592 KiB
Current children cumulated memory: 236080 KiB

[startup+2562.3 s]
/proc/loadavg: 1.06 1.44 2.52 2/247 14033
/proc/meminfo: memFree=129908328/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=145412 memory=134048 CPUtime=1831.73 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 32538 0 0 0 182775 398 0 0 20 0 1 0 29669239 148901888 33512 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 36353 33512 1120 1011 0 35120 0
Current children cumulated CPU time: 3261.85 s
Current children cumulated vsize: 316112 KiB
Current children cumulated memory: 237488 KiB

[startup+2622.3 s]
/proc/loadavg: 1.18 1.41 2.44 2/247 14038
/proc/meminfo: memFree=129908948/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=146180 memory=134816 CPUtime=1891.6 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 32730 0 0 0 188752 408 0 0 20 0 1 0 29669239 149688320 33704 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 36545 33704 1120 1011 0 35312 0
Current children cumulated CPU time: 3321.72 s
Current children cumulated vsize: 316880 KiB
Current children cumulated memory: 238256 KiB

[startup+2682.3 s]
/proc/loadavg: 1.12 1.35 2.35 2/247 14040
/proc/meminfo: memFree=129909420/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=146836 memory=135584 CPUtime=1951.47 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 32894 0 0 0 194727 420 0 0 20 0 1 0 29669239 150360064 33896 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 36709 33896 1120 1011 0 35476 0
Current children cumulated CPU time: 3381.59 s
Current children cumulated vsize: 317536 KiB
Current children cumulated memory: 239024 KiB

[startup+2742.3 s]
/proc/loadavg: 1.12 1.30 2.27 2/247 14042
/proc/meminfo: memFree=129910288/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=147796 memory=136480 CPUtime=2011.33 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 33172 0 0 0 200702 431 0 0 20 0 1 0 29669239 151343104 34120 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 36949 34120 1120 1011 0 35716 0
Current children cumulated CPU time: 3441.45 s
Current children cumulated vsize: 318496 KiB
Current children cumulated memory: 239920 KiB

[startup+2802.3 s]
/proc/loadavg: 1.10 1.26 2.19 2/247 14044
/proc/meminfo: memFree=129910360/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=148180 memory=136864 CPUtime=2071.19 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 33290 0 0 0 206679 440 0 0 20 0 1 0 29669239 151736320 34216 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 37045 34216 1120 1011 0 35812 0
Current children cumulated CPU time: 3501.31 s
Current children cumulated vsize: 318880 KiB
Current children cumulated memory: 240304 KiB

[startup+2862.3 s]
/proc/loadavg: 1.08 1.22 2.12 2/247 14046
/proc/meminfo: memFree=129911120/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=148932 memory=137632 CPUtime=2131.06 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 33478 0 0 0 212655 451 0 0 20 0 1 0 29669239 152506368 34408 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 37233 34408 1120 1011 0 36000 0
Current children cumulated CPU time: 3561.18 s
Current children cumulated vsize: 319632 KiB
Current children cumulated memory: 241072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2901.3 s]
/proc/loadavg: 1.09 1.21 2.08 2/247 14048
/proc/meminfo: memFree=129911404/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=149064 memory=137760 CPUtime=2169.97 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 33511 0 0 0 216540 457 0 0 20 0 1 0 29669239 152641536 34440 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 37266 34440 1120 1011 0 36033 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 319764 KiB
Current children cumulated memory: 241200 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.43 s, system=4.69328 s

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

[startup+2901.3 s]
/proc/loadavg: 1.09 1.21 2.08 2/247 14048
/proc/meminfo: memFree=129911404/131249996 swapFree=33010684/33010684
[pid=13790] ppid=13787 vsize=170700 memory=103440 CPUtime=1430.12 cores=1,3
/proc/13790/stat : 13790 (LSIPExact) S 13787 13790 11488 0 -1 4194304 39487 0 0 0 143001 11 0 0 20 0 1 0 29596637 174796800 25860 18446744073709551615 94742557466624 94742584723025 140733839184048 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94742593225864 94742593657472 94742594613248 140733839190362 140733839190538 140733839190538 140733839196140 0
/proc/13790/statm: 42675 25860 3552 6655 0 23906 0
[pid=13874] ppid=13790 vsize=149064 memory=137760 CPUtime=2169.97 cores=1,3
/proc/13874/stat : 13874 (Exact) R 13790 13874 13874 0 -1 4194304 33511 0 0 0 216540 457 0 0 20 0 1 0 29669239 152641536 34440 18446744073709551615 4198400 8335837 140737473819776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 29204480 140737473829051 140737473829405 140737473829405 140737473834959 0
/proc/13874/statm: 37266 34440 1120 1011 0 36033 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 319764 KiB
Current children cumulated memory: 241200 KiB

Child status: 0

Real time (s): 2901.31
CPU time (s): 3600.12
CPU user time (s): 3595.43
CPU system time (s): 4.69328
CPU usage (%): 124.086
Max. virtual memory (cumulated for all children) (KiB): 319764
Max. memory (cumulated for all children) (KiB): 241200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.43
system time used= 4.69328
maximum resident set size= 137760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73452
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= 498
involuntary context switches= 13831


# summary of solver processes directly reported to runsolver:
#   pid: 13790
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3595.43
#   total CPU system time (s): 4.69328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57799 second user time and 11.3555 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-28 21:33:09
IDJOB=4513897
IDBENCH=162581
IDSOLVER=3336
FILE ID=nodeC017/4513897-1751139189
RUNJOBID= nodeC017-1751133631-11505
SLURM_JOB_ID= 9587417
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513897-1751139189/watcher-4513897-1751139189 -o /tmp/evaluation-result-4513897-1751139189/solver-4513897-1751139189 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751133631-11505 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4513897-1751139189.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=930408178

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		: 3599.838
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.718
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		: 3480.512
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		: 3600.057
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.069
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		: 3579.149
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.339
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.339
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:        129820588 kB
MemAvailable:   129542256 kB
Buffers:            3280 kB
Cached:           544588 kB
SwapCached:            0 kB
Active:           503072 kB
Inactive:         338028 kB
Active(anon):     311312 kB
Inactive(anon):        0 kB
Active(file):     191760 kB
Inactive(file):   338028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44872 kB
Writeback:             0 kB
AnonPages:        295980 kB
Mapped:           131432 kB
Shmem:             18080 kB
KReclaimable:      61840 kB
Slab:             143716 kB
SReclaimable:      61840 kB
SUnreclaim:        81876 kB
KernelStack:        4188 kB
PageTables:         3488 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     620844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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= 432972 MiB
End job on nodeC017 at 2025-06-28 22:21:30