Trace number 4527046

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.13 2914.63

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K155.opb
MD5SUM4394b20101c323a14e6df6504cadd31d
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 variables18445
Total number of constraints18757
Number of constraints which are clauses18602
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint155
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 156
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

1419.55/726.09	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1419.55/726.09	c numVar: 18445
1419.55/726.09	c numCon: 18757
1419.55/726.09	c numEqual: 0
1419.55/726.09	c intSize: 8
1419.55/726.09	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1419.55/726.09	c ------------------- Paras list -------------------
1419.55/726.09	c Name                	 Type      	 Now       	 Default   	 Comment
1419.55/726.09	c timeout             	 double    	 3600.000000	 3600      	 
1419.55/726.09	c mip_time            	 double    	 0.200000  	 0.5       	 
1419.55/726.09	c ls_time             	 double    	 10.000000 	 10        	 
1419.55/726.09	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1419.55/726.09	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1419.55/726.09	c random_seed         	 int       	 0         	 0         	 
1419.55/726.09	c sample_size         	 int       	 50        	 50        	 
1419.55/726.09	c sub_score           	 int       	 1         	 1         	 
1419.55/726.09	c tabu_base           	 int       	 3         	 3         	 
1419.55/726.09	c tabu_variation      	 int       	 1         	 1         	 
1419.55/726.09	c sub_div             	 int       	 4         	 4         	 
1419.55/726.09	c nbcore              	 int       	 2         	 1         	 
1419.55/726.09	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1419.55/726.09	c print_sol           	 int       	 1         	 1         	 
1419.55/726.09	c tmpdir              	 string		 .         	 "."       	 
1419.55/726.09	c home                	 string		 HOME	 "."       	 
1419.55/726.09	c benchname           	 string		 HOME/instance-4527046-1752234077.opb	 ""        	 
1419.55/726.09	c --------------------------------------------------
1419.55/726.09	c Local Search solver
1419.55/726.09	c MIP solver
1419.55/726.09	c use Exact solver
3600.07/2914.50	c receive signal 15, try to interrupt solver...
1419.73/2914.61	c Exact solver (PID 108484) interrupted gracefully.
1419.73/2914.62	s UNKNOWN
1419.73/2914.62	c Total time: 2914

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=108447, runsolver pid=108444

[startup+0.100064 s]*
/proc/loadavg: 6.62 7.66 6.92 5/267 108448
/proc/meminfo: memFree=121817196/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=0.09 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 8 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+0.205599 s]*
/proc/loadavg: 6.62 7.66 6.92 5/267 108448
/proc/meminfo: memFree=121809132/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=0.19 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 18 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+0.305535 s]*
/proc/loadavg: 6.62 7.66 6.92 5/267 108448
/proc/meminfo: memFree=121815340/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=0.29 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 28 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+0.70018 s]
/proc/loadavg: 6.62 7.66 6.92 6/267 108448
/proc/meminfo: memFree=121807780/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=0.68 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 67 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+1.50019 s]
/proc/loadavg: 6.62 7.66 6.92 6/267 108448
/proc/meminfo: memFree=121671184/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=1.48 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 147 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+3.10547 s]
/proc/loadavg: 6.49 7.61 6.91 7/267 108448
/proc/meminfo: memFree=121261856/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=3.08 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 307 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+6.30017 s]
/proc/loadavg: 6.49 7.61 6.91 6/267 108448
/proc/meminfo: memFree=121261908/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=64444 memory=29824 CPUtime=6.26 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 6426 0 0 0 625 1 0 0 20 0 1 0 139087556 65990656 7456 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 16111 7456 1184 6655 0 6346 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 64444 KiB
Current children cumulated memory: 29824 KiB

[startup+12.7002 s]
/proc/loadavg: 6.37 7.57 6.90 9/268 108449
/proc/meminfo: memFree=121061968/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=222680 memory=142792 CPUtime=14.79 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 33339 0 0 0 1474 5 0 0 20 0 2 0 139087556 228024320 35698 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 55670 35698 3456 6655 0 35413 0
[pid=108447/tid=108449] ppid=108444 vsize=222680 memory=131144 CPUtime=2.19 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 5012 0 0 0 219 0 0 0 20 0 2 0 139088561 228024320 35698 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 222680 KiB
Current children cumulated memory: 142792 KiB

[startup+25.5002 s]
/proc/loadavg: 6.59 7.56 6.91 8/268 108449
/proc/meminfo: memFree=121028644/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=225100 memory=145352 CPUtime=37.49 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 41686 0 0 0 3743 6 0 0 20 0 2 0 139087556 230502400 36338 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 56275 36338 3456 6655 0 36018 0
[pid=108447/tid=108449] ppid=108444 vsize=225100 memory=145352 CPUtime=12.12 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) S 108444 108447 108004 0 -1 4194368 6161 0 0 0 1212 0 0 0 20 0 2 0 139088561 230502400 36338 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 37.49 s
Current children cumulated vsize: 225100 KiB
Current children cumulated memory: 145352 KiB

[startup+51.1056 s]
/proc/loadavg: 6.67 7.50 6.91 9/267 108450
/proc/meminfo: memFree=120916508/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=263544 memory=178632 CPUtime=83.22 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 76059 0 0 0 8312 10 0 0 20 0 2 0 139087556 269869056 44658 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 65886 44658 3488 6655 0 46113 0
[pid=108447/tid=108449] ppid=108444 vsize=263544 memory=178632 CPUtime=32.35 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 16582 0 0 0 3233 2 0 0 20 0 2 0 139088561 269869056 44658 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 83.22 s
Current children cumulated vsize: 263544 KiB
Current children cumulated memory: 178632 KiB

[startup+102.3 s]
/proc/loadavg: 6.91 7.43 6.92 9/267 108452
/proc/meminfo: memFree=120917728/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=265200 memory=180552 CPUtime=184.79 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 89472 0 0 0 18468 11 0 0 20 0 2 0 139087556 271564800 45138 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 66300 45138 3520 6655 0 46527 0
[pid=108447/tid=108449] ppid=108444 vsize=265200 memory=180552 CPUtime=82.95 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 20289 0 0 0 8293 2 0 0 20 0 2 0 139088561 271564800 45138 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 184.79 s
Current children cumulated vsize: 265200 KiB
Current children cumulated memory: 180552 KiB

[startup+162.3 s]
/proc/loadavg: 7.40 7.45 6.96 10/267 108454
/proc/meminfo: memFree=119304684/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=292044 memory=205248 CPUtime=303.69 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 113317 0 0 0 30354 15 0 0 20 0 2 0 139087556 299053056 51312 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73011 51312 3520 6655 0 53238 0
[pid=108447/tid=108449] ppid=108444 vsize=292044 memory=205120 CPUtime=142.16 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 27391 0 0 0 14212 4 0 0 20 0 2 0 139088561 299053056 51312 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 303.69 s
Current children cumulated vsize: 292044 KiB
Current children cumulated memory: 205248 KiB

[startup+222.3 s]
/proc/loadavg: 7.78 7.55 7.03 10/267 108457
/proc/meminfo: memFree=119357968/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=294812 memory=207808 CPUtime=422.5 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 115824 0 0 0 42235 15 0 0 20 0 2 0 139087556 301887488 51952 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73703 51952 3520 6655 0 53930 0
[pid=108447/tid=108449] ppid=108444 vsize=294812 memory=205248 CPUtime=201.3 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 27442 0 0 0 20126 4 0 0 20 0 2 0 139088561 301887488 51952 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 422.5 s
Current children cumulated vsize: 294812 KiB
Current children cumulated memory: 207808 KiB

[startup+282.3 s]
/proc/loadavg: 7.96 7.65 7.10 10/266 108459
/proc/meminfo: memFree=118936244/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=294812 memory=207808 CPUtime=541.27 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 129218 0 0 0 54110 17 0 0 20 0 2 0 139087556 301887488 51952 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73703 51952 3520 6655 0 53930 0
[pid=108447/tid=108449] ppid=108444 vsize=294812 memory=207808 CPUtime=260.42 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 34122 0 0 0 26037 5 0 0 20 0 2 0 139088561 301887488 51952 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 541.27 s
Current children cumulated vsize: 294812 KiB
Current children cumulated memory: 207808 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.75 7.16 10/267 108462
/proc/meminfo: memFree=119152372/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=294812 memory=207808 CPUtime=660.02 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) R 108444 108447 108004 0 -1 4194304 129653 0 0 0 65984 18 0 0 20 0 2 0 139087556 301887488 51952 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73703 51952 3520 6655 0 53930 0
[pid=108447/tid=108449] ppid=108444 vsize=294812 memory=14720 CPUtime=319.53 cores=0,2
/proc/108447/task/108449/stat : 108449 (LSIPExact) R 108444 108447 108004 0 -1 4194368 34129 0 0 0 31948 5 0 0 20 0 2 0 139088561 301887488 51952 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
Current children cumulated CPU time: 660.02 s
Current children cumulated vsize: 294812 KiB
Current children cumulated memory: 207808 KiB

[startup+402.3 s]

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

Current children cumulated memory: 636220 KiB

[startup+2382.3 s]
/proc/loadavg: 5.09 5.03 5.49 6/266 109026
/proc/meminfo: memFree=119600932/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=453284 memory=417732 CPUtime=1649.99 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 59455 0 0 0 164849 150 0 0 20 0 1 0 139160165 464162816 104433 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 113321 104433 1120 1011 0 112088 0
Current children cumulated CPU time: 3069.72 s
Current children cumulated vsize: 749268 KiB
Current children cumulated memory: 638908 KiB

[startup+2442.3 s]
/proc/loadavg: 4.65 4.93 5.42 5/259 109060
/proc/meminfo: memFree=122442960/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=456352 memory=420804 CPUtime=1709.78 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 60223 0 0 0 170828 150 0 0 20 0 1 0 139160165 467304448 105201 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 114088 105201 1120 1011 0 112855 0
Current children cumulated CPU time: 3129.51 s
Current children cumulated vsize: 752336 KiB
Current children cumulated memory: 641980 KiB

[startup+2502.3 s]
/proc/loadavg: 4.30 4.77 5.34 5/260 109069
/proc/meminfo: memFree=122389024/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=458876 memory=423364 CPUtime=1769.57 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 60855 0 0 0 176800 157 0 0 20 0 1 0 139160165 469889024 105841 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 114719 105841 1120 1011 0 113486 0
Current children cumulated CPU time: 3189.3 s
Current children cumulated vsize: 754860 KiB
Current children cumulated memory: 644540 KiB

[startup+2562.3 s]
/proc/loadavg: 4.15 4.64 5.26 5/260 109071
/proc/meminfo: memFree=122381832/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=461624 memory=426052 CPUtime=1829.36 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 61542 0 0 0 182776 160 0 0 20 0 1 0 139160165 472702976 106513 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 115406 106513 1120 1011 0 114173 0
Current children cumulated CPU time: 3249.09 s
Current children cumulated vsize: 757608 KiB
Current children cumulated memory: 647228 KiB

[startup+2622.3 s]
/proc/loadavg: 4.15 4.55 5.18 5/260 109074
/proc/meminfo: memFree=122385836/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=464304 memory=428740 CPUtime=1889.15 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 62286 0 0 0 188755 160 0 0 20 0 1 0 139160165 475447296 107185 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 116076 107185 1120 1011 0 114843 0
Current children cumulated CPU time: 3308.88 s
Current children cumulated vsize: 760288 KiB
Current children cumulated memory: 649916 KiB

[startup+2682.3 s]
/proc/loadavg: 4.10 4.47 5.11 5/260 109076
/proc/meminfo: memFree=122358444/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=466380 memory=430788 CPUtime=1948.95 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 62815 0 0 0 194724 171 0 0 20 0 1 0 139160165 477573120 107697 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 116595 107697 1120 1011 0 115362 0
Current children cumulated CPU time: 3368.68 s
Current children cumulated vsize: 762364 KiB
Current children cumulated memory: 651964 KiB

[startup+2742.3 s]
/proc/loadavg: 4.15 4.41 5.05 5/260 109078
/proc/meminfo: memFree=122331472/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=470564 memory=435012 CPUtime=2008.73 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 63863 0 0 0 200702 171 0 0 20 0 1 0 139160165 481857536 108753 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 117641 108753 1120 1011 0 116408 0
Current children cumulated CPU time: 3428.46 s
Current children cumulated vsize: 766548 KiB
Current children cumulated memory: 656188 KiB

[startup+2802.3 s]
/proc/loadavg: 4.12 4.35 4.99 5/259 109080
/proc/meminfo: memFree=122338656/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=472656 memory=437060 CPUtime=2068.53 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 64392 0 0 0 206671 182 0 0 20 0 1 0 139160165 483999744 109265 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 118164 109265 1120 1011 0 116931 0
Current children cumulated CPU time: 3488.26 s
Current children cumulated vsize: 768640 KiB
Current children cumulated memory: 658236 KiB

[startup+2862.3 s]
/proc/loadavg: 4.04 4.28 4.92 5/259 109082
/proc/meminfo: memFree=122355864/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=474548 memory=443148 CPUtime=2128.32 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 64933 0 0 0 212647 185 0 0 20 0 1 0 139160165 485937152 110787 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 118637 110787 1120 1011 0 117404 0
Current children cumulated CPU time: 3548.05 s
Current children cumulated vsize: 770532 KiB
Current children cumulated memory: 664324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2914.5 s]
/proc/loadavg: 4.16 4.28 4.88 5/259 109083
/proc/meminfo: memFree=122342864/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152576 0 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
[pid=108484] ppid=108447 vsize=475712 memory=444300 CPUtime=2180.34 cores=0,2
/proc/108484/stat : 108484 (Exact) R 108447 108484 108484 0 -1 4194304 65224 0 0 0 217849 185 0 0 20 0 1 0 139160165 487129088 111075 18446744073709551615 4198400 8335837 140726176843888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16941056 140726176848057 140726176848411 140726176848411 140726176853967 0
/proc/108484/statm: 118928 111075 1120 1011 0 117695 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 771696 KiB
Current children cumulated memory: 665476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.01 s, system=2.11427 s

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

[startup+2914.6 s]
/proc/loadavg: 4.16 4.28 4.88 5/259 109083
/proc/meminfo: memFree=122342864/131250000 swapFree=33010416/33010684
[pid=108447] ppid=108444 vsize=295984 memory=221176 CPUtime=1419.73 cores=0,2
/proc/108447/stat : 108447 (LSIPExact) S 108444 108447 108004 0 -1 4194304 152577 134 0 0 141949 24 0 0 20 0 1 0 139087556 303087616 55294 18446744073709551615 94748504641536 94748531898705 140728992173776 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94748540400776 94748540832384 94748562923520 140728992180568 140728992180744 140728992180744 140728992186348 0
/proc/108447/statm: 73996 55294 3584 6655 0 54223 0
Current children cumulated CPU time: 1419.73 s
Current children cumulated vsize: 295984 KiB
Current children cumulated memory: 221176 KiB

Child status: 0

Real time (s): 2914.63
CPU time (s): 3600.13
CPU user time (s): 3598.01
CPU system time (s): 2.11427
CPU usage (%): 123.519
Max. virtual memory (cumulated for all children) (KiB): 771696
Max. memory (cumulated for all children) (KiB): 665476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.01
system time used= 2.11428
maximum resident set size= 444428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221329
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= 412
involuntary context switches= 27405


# summary of solver processes directly reported to runsolver:
#   pid: 108447
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.01
#   total CPU system time (s): 2.11427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48574 second user time and 12.9913 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-11 13:41:17
IDJOB=4527046
IDBENCH=158319
IDSOLVER=3384
FILE ID=nodeC027/4527046-1752234077
RUNJOBID= nodeC027-1752232205-108021
SLURM_JOB_ID= 9682538
Free space on /tmp= 430952 MiB

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

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

MD5SUM BENCH= 4394b20101c323a14e6df6504cadd31d
RANDOM SEED=291300059

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121856760 kB
MemAvailable:   123822272 kB
Buffers:            2488 kB
Cached:          2758404 kB
SwapCached:           12 kB
Active:          6516888 kB
Inactive:        2197904 kB
Active(anon):    5969164 kB
Inactive(anon):     2792 kB
Active(file):     547724 kB
Inactive(file):  2195112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            187184 kB
Writeback:             4 kB
AnonPages:       5954108 kB
Mapped:           140984 kB
Shmem:             18056 kB
KReclaimable:     123432 kB
Slab:             215284 kB
SReclaimable:     123432 kB
SUnreclaim:        91852 kB
KernelStack:        4304 kB
PageTables:        15144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6857420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2861056 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431000 MiB
End job on nodeC027 at 2025-07-11 14:29:52