Trace number 4506715

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.11 2917.43

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
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 135
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1414.50/726.07	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1414.50/726.07	c numVar: 15946
1414.50/726.07	c numCon: 16216
1414.50/726.07	c numEqual: 0
1414.50/726.07	c intSize: 8
1414.50/726.07	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1414.50/726.07	c ------------------- Paras list -------------------
1414.50/726.07	c Name                	 Type      	 Now       	 Default   	 Comment
1414.50/726.07	c timeout             	 double    	 3600.000000	 3600      	 
1414.50/726.07	c mip_time            	 double    	 0.200000  	 0.5       	 
1414.50/726.07	c ls_time             	 double    	 10.000000 	 10        	 
1414.50/726.07	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1414.50/726.07	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1414.50/726.07	c random_seed         	 int       	 0         	 0         	 
1414.50/726.07	c sample_size         	 int       	 50        	 50        	 
1414.50/726.07	c sub_score           	 int       	 1         	 1         	 
1414.50/726.07	c tabu_base           	 int       	 3         	 3         	 
1414.50/726.07	c tabu_variation      	 int       	 1         	 1         	 
1414.50/726.07	c sub_div             	 int       	 4         	 4         	 
1414.50/726.07	c nbcore              	 int       	 2         	 1         	 
1414.50/726.07	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1414.50/726.07	c print_sol           	 int       	 1         	 1         	 
1414.50/726.07	c tmpdir              	 string		 .         	 "."       	 
1414.50/726.07	c home                	 string		 HOME	 "."       	 
1414.50/726.07	c benchname           	 string		 HOME/instance-4506715-1751134461.opb	 ""        	 
1414.50/726.07	c --------------------------------------------------
1414.50/726.07	c Local Search solver
1414.50/726.07	c MIP solver
1414.50/726.07	c use Exact solver
3600.08/2917.30	c receive signal 15, try to interrupt solver...
1414.64/2917.41	c Exact solver (PID 12559) interrupted gracefully.
1414.64/2917.42	s UNKNOWN
1414.64/2917.42	c Total time: 2917

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506715-1751134461/watcher-4506715-1751134461 -o /tmp/evaluation-result-4506715-1751134461/solver-4506715-1751134461 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751133631-11675 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506715-1751134461.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
Current StackSize limit: 8192 KiB

solver pid=12476, runsolver pid=12473

[startup+0.100062 s]*
/proc/loadavg: 7.20 7.19 4.59 7/269 12477
/proc/meminfo: memFree=128340420/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=0.09 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 9 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+0.205856 s]*
/proc/loadavg: 7.20 7.19 4.59 7/269 12477
/proc/meminfo: memFree=128340420/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=0.19 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 19 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+0.305675 s]*
/proc/loadavg: 7.20 7.19 4.59 7/269 12477
/proc/meminfo: memFree=128340420/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=0.29 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 29 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+0.700182 s]
/proc/loadavg: 7.20 7.19 4.59 7/269 12477
/proc/meminfo: memFree=128340224/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=0.68 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 68 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+1.50017 s]
/proc/loadavg: 7.20 7.19 4.59 7/269 12477
/proc/meminfo: memFree=128340224/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=1.48 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 148 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+3.10575 s]
/proc/loadavg: 7.11 7.17 4.60 7/269 12477
/proc/meminfo: memFree=128340788/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=3.08 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 308 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+6.3001 s]
/proc/loadavg: 7.11 7.17 4.60 7/269 12477
/proc/meminfo: memFree=128333228/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=61032 memory=26368 CPUtime=6.27 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 5598 0 0 0 627 0 0 0 20 0 1 0 29123640 62496768 6592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 15258 6592 1152 6655 0 5493 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 26368 KiB

[startup+12.7002 s]
/proc/loadavg: 7.09 7.16 4.62 8/270 12478
/proc/meminfo: memFree=128254100/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=210456 memory=125664 CPUtime=14.95 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 28222 0 0 0 1491 4 0 0 20 0 2 0 29123640 215506944 31416 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 52614 31416 3328 6655 0 31724 0
[pid=12476/tid=12478] ppid=12473 vsize=210456 memory=6512 CPUtime=2.29 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 5219 0 0 0 229 0 0 0 20 0 2 0 29124644 215506944 31416 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 14.95 s
Current children cumulated vsize: 210456 KiB
Current children cumulated memory: 125664 KiB

[startup+25.5002 s]
/proc/loadavg: 7.00 7.14 4.64 7/270 12478
/proc/meminfo: memFree=128231928/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=210856 memory=126176 CPUtime=33.61 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 38713 0 0 0 3357 4 0 0 20 0 2 0 29123640 215916544 31544 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 52714 31544 3328 6655 0 31824 0
[pid=12476/tid=12478] ppid=12473 vsize=210856 memory=126176 CPUtime=8.19 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) S 12473 12476 11659 0 -1 4194368 6244 0 0 0 819 0 0 0 20 0 2 0 29124644 215916544 31544 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 33.61 s
Current children cumulated vsize: 210856 KiB
Current children cumulated memory: 126176 KiB

[startup+51.1057 s]
/proc/loadavg: 6.88 7.09 4.70 8/270 12478
/proc/meminfo: memFree=128190048/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=245956 memory=156000 CPUtime=75.46 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 65583 0 0 0 7540 6 0 0 20 0 2 0 29123640 251858944 39000 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 61489 39000 3360 6655 0 40599 0
[pid=12476/tid=12478] ppid=12473 vsize=245956 memory=156000 CPUtime=24.5 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 13284 0 0 0 2449 1 0 0 20 0 2 0 29124644 251858944 39000 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 75.46 s
Current children cumulated vsize: 245956 KiB
Current children cumulated memory: 156000 KiB

[startup+102.3 s]
/proc/loadavg: 7.06 7.11 4.84 8/269 12480
/proc/meminfo: memFree=128171444/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=270444 memory=176864 CPUtime=177.18 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 99639 0 0 0 17709 9 0 0 20 0 2 0 29123640 276934656 44216 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 67611 44216 3424 6655 0 46721 0
[pid=12476/tid=12478] ppid=12473 vsize=270444 memory=17280 CPUtime=75.18 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 24053 0 0 0 7516 2 0 0 20 0 2 0 29124644 276934656 44216 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 177.18 s
Current children cumulated vsize: 270444 KiB
Current children cumulated memory: 176864 KiB

[startup+162.3 s]
/proc/loadavg: 7.08 7.10 4.99 8/268 12482
/proc/meminfo: memFree=128184496/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=272376 memory=181216 CPUtime=296.37 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 111118 0 0 0 29628 9 0 0 20 0 2 0 29123640 278913024 45304 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 68094 45304 3424 6655 0 47204 0
[pid=12476/tid=12478] ppid=12473 vsize=272376 memory=179424 CPUtime=134.56 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 27266 0 0 0 13454 2 0 0 20 0 2 0 29124644 278913024 45304 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 296.37 s
Current children cumulated vsize: 272376 KiB
Current children cumulated memory: 181216 KiB

[startup+222.3 s]
/proc/loadavg: 7.15 7.11 5.13 8/267 12484
/proc/meminfo: memFree=128178244/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=272376 memory=182368 CPUtime=415.57 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 114647 0 0 0 41547 10 0 0 20 0 2 0 29123640 278913024 45592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 68094 45592 3424 6655 0 47456 0
[pid=12476/tid=12478] ppid=12473 vsize=272376 memory=182368 CPUtime=193.95 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 30686 0 0 0 19393 2 0 0 20 0 2 0 29124644 278913024 45592 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 415.57 s
Current children cumulated vsize: 272376 KiB
Current children cumulated memory: 182368 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.10 5.25 8/267 12486
/proc/meminfo: memFree=128177472/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=272376 memory=183776 CPUtime=534.79 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 116612 0 0 0 53469 10 0 0 20 0 2 0 29123640 278913024 45944 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 68094 45944 3424 6655 0 47902 0
[pid=12476/tid=12478] ppid=12473 vsize=272376 memory=183520 CPUtime=253.34 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 32252 0 0 0 25332 2 0 0 20 0 2 0 29124644 278913024 45944 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 534.79 s
Current children cumulated vsize: 272376 KiB
Current children cumulated memory: 183776 KiB

[startup+342.3 s]
/proc/loadavg: 6.75 7.01 5.34 8/267 12536
/proc/meminfo: memFree=128186740/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=275608 memory=186208 CPUtime=653.98 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) R 12473 12476 11659 0 -1 4194304 132449 0 0 0 65387 11 0 0 20 0 2 0 29123640 282222592 46552 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 68902 46552 3488 6655 0 48883 0
[pid=12476/tid=12478] ppid=12473 vsize=275608 memory=184544 CPUtime=312.71 cores=1,3
/proc/12476/task/12478/stat : 12478 (LSIPExact) R 12473 12476 11659 0 -1 4194368 39555 0 0 0 31269 2 0 0 20 0 2 0 29124644 282222592 46552 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
Current children cumulated CPU time: 653.98 s
Current children cumulated vsize: 275608 KiB
Current children cumulated memory: 186208 KiB

[startup+402.3 s]

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

Current children cumulated memory: 605236 KiB

[startup+2382.3 s]
/proc/loadavg: 3.30 3.60 4.41 4/262 12700
/proc/meminfo: memFree=128087184/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=442972 memory=417940 CPUtime=1651.75 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 57253 0 0 0 165021 154 0 0 20 0 1 0 29196247 453603328 104485 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 110743 104485 1152 1011 0 109510 0
Current children cumulated CPU time: 3066.39 s
Current children cumulated vsize: 726604 KiB
Current children cumulated memory: 607924 KiB

[startup+2442.3 s]
/proc/loadavg: 3.23 3.53 4.33 4/261 12702
/proc/meminfo: memFree=128088592/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=444000 memory=418964 CPUtime=1711.6 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 57654 0 0 0 171006 154 0 0 20 0 1 0 29196247 454656000 104741 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 111000 104741 1152 1011 0 109767 0
Current children cumulated CPU time: 3126.24 s
Current children cumulated vsize: 727632 KiB
Current children cumulated memory: 608948 KiB

[startup+2502.3 s]
/proc/loadavg: 3.13 3.45 4.25 4/260 12704
/proc/meminfo: memFree=128069204/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=445336 memory=420244 CPUtime=1771.44 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 58008 0 0 0 176990 154 0 0 20 0 1 0 29196247 456024064 105061 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 111334 105061 1152 1011 0 110101 0
Current children cumulated CPU time: 3186.08 s
Current children cumulated vsize: 728968 KiB
Current children cumulated memory: 610228 KiB

[startup+2562.3 s]
/proc/loadavg: 3.15 3.39 4.18 4/261 12707
/proc/meminfo: memFree=128065296/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=445336 memory=420244 CPUtime=1831.3 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 58177 0 0 0 182959 171 0 0 20 0 1 0 29196247 456024064 105061 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 111334 105061 1152 1011 0 110101 0
Current children cumulated CPU time: 3245.94 s
Current children cumulated vsize: 728968 KiB
Current children cumulated memory: 610228 KiB

[startup+2622.3 s]
/proc/loadavg: 3.06 3.32 4.10 4/262 12710
/proc/meminfo: memFree=128058592/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=447376 memory=422292 CPUtime=1891.16 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 58714 0 0 0 188945 171 0 0 20 0 1 0 29196247 458113024 105573 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 111844 105573 1152 1011 0 110611 0
Current children cumulated CPU time: 3305.8 s
Current children cumulated vsize: 731008 KiB
Current children cumulated memory: 612276 KiB

[startup+2682.3 s]
/proc/loadavg: 3.14 3.29 4.04 4/261 12712
/proc/meminfo: memFree=128021344/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=448576 memory=423572 CPUtime=1951.01 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 59121 0 0 0 194930 171 0 0 20 0 1 0 29196247 459341824 105893 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 112144 105893 1152 1011 0 110911 0
Current children cumulated CPU time: 3365.65 s
Current children cumulated vsize: 732208 KiB
Current children cumulated memory: 613556 KiB

[startup+2742.3 s]
/proc/loadavg: 3.11 3.25 3.98 4/261 12714
/proc/meminfo: memFree=128008408/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=450612 memory=425620 CPUtime=2010.86 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 59702 0 0 0 200915 171 0 0 20 0 1 0 29196247 461426688 106405 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 112653 106405 1152 1011 0 111420 0
Current children cumulated CPU time: 3425.5 s
Current children cumulated vsize: 734244 KiB
Current children cumulated memory: 615604 KiB

[startup+2802.3 s]
/proc/loadavg: 3.09 3.22 3.92 4/261 12727
/proc/meminfo: memFree=128021276/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=451440 memory=426388 CPUtime=2070.71 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 59967 0 0 0 206895 176 0 0 20 0 1 0 29196247 462274560 106597 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 112860 106597 1152 1011 0 111627 0
Current children cumulated CPU time: 3485.35 s
Current children cumulated vsize: 735072 KiB
Current children cumulated memory: 616372 KiB

[startup+2862.3 s]
/proc/loadavg: 3.10 3.19 3.87 4/260 12729
/proc/meminfo: memFree=128015624/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=451980 memory=426900 CPUtime=2130.57 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 60236 0 0 0 212876 181 0 0 20 0 1 0 29196247 462827520 106725 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 112995 106725 1152 1011 0 111762 0
Current children cumulated CPU time: 3545.21 s
Current children cumulated vsize: 735612 KiB
Current children cumulated memory: 616884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2917.3 s]
/proc/loadavg: 3.09 3.17 3.82 4/260 12736
/proc/meminfo: memFree=128014984/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172659 0 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
[pid=12559] ppid=12476 vsize=452876 memory=427796 CPUtime=2185.44 cores=1,3
/proc/12559/stat : 12559 (Exact) R 12476 12559 12559 0 -1 4194304 60470 0 0 0 218363 181 0 0 20 0 1 0 29196247 463745024 106949 18446744073709551615 4198400 8335837 140732228854800 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 26517504 140732228860091 140732228860445 140732228860445 140732228865999 0
/proc/12559/statm: 113219 106949 1152 1011 0 111986 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 736508 KiB
Current children cumulated memory: 617780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.15 s, system=1.96 s

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

[startup+2917.4 s]
/proc/loadavg: 3.09 3.17 3.82 4/260 12736
/proc/meminfo: memFree=128014984/131249996 swapFree=33010684/33010684
[pid=12476] ppid=12473 vsize=283632 memory=189984 CPUtime=1414.64 cores=1,3
/proc/12476/stat : 12476 (LSIPExact) S 12473 12476 11659 0 -1 4194304 172660 135 0 0 141450 14 0 0 20 0 1 0 29123640 290439168 47496 18446744073709551615 94064027877376 94064055133777 140722090333808 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94064063636616 94064064068224 94064084279296 140722090338650 140722090338826 140722090338826 140722090344428 0
/proc/12476/statm: 70908 47496 3520 6655 0 51408 0
Current children cumulated CPU time: 1414.64 s
Current children cumulated vsize: 283632 KiB
Current children cumulated memory: 189984 KiB

Child status: 0

Real time (s): 2917.43
CPU time (s): 3600.11
CPU user time (s): 3598.15
CPU system time (s): 1.96
CPU usage (%): 123.4
Max. virtual memory (cumulated for all children) (KiB): 760748
Max. memory (cumulated for all children) (KiB): 617780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.15
system time used= 1.96
maximum resident set size= 427796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236037
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= 449
involuntary context switches= 14818


# summary of solver processes directly reported to runsolver:
#   pid: 12476
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.15
#   total CPU system time (s): 1.96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12783 second user time and 13.3203 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-28 20:14:21
IDJOB=4506715
IDBENCH=158262
IDSOLVER=3336
FILE ID=nodeC015/4506715-1751134461
RUNJOBID= nodeC015-1751133631-11675
SLURM_JOB_ID= 9587415
Free space on /tmp= 432924 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K134.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506715-1751134461/watcher-4506715-1751134461 -o /tmp/evaluation-result-4506715-1751134461/solver-4506715-1751134461 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751133631-11675 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506715-1751134461.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=89245473

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.428
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.14
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.097
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.072
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.14
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		: 3602.536
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.14
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.091
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128367576 kB
MemAvailable:   128099236 kB
Buffers:            3280 kB
Cached:           543532 kB
SwapCached:            0 kB
Active:          1912296 kB
Inactive:         337012 kB
Active(anon):    1720572 kB
Inactive(anon):        0 kB
Active(file):     191724 kB
Inactive(file):   337012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45692 kB
Writeback:             0 kB
AnonPages:       1701716 kB
Mapped:           143540 kB
Shmem:             18076 kB
KReclaimable:      84328 kB
Slab:             166216 kB
SReclaimable:      84328 kB
SUnreclaim:        81888 kB
KernelStack:        4336 kB
PageTables:         6476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2096372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC015 at 2025-06-28 21:02:59