Trace number 4507076

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 S2? (TO) 3600.08 2560.03

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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

2128.12/1084.08	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2128.12/1084.08	c numVar: 17850
2128.12/1084.08	c numCon: 18152
2128.12/1084.08	c numEqual: 0
2128.12/1084.08	c intSize: 8
2128.12/1084.08	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2128.12/1084.08	c ------------------- Paras list -------------------
2128.12/1084.08	c Name                	 Type      	 Now       	 Default   	 Comment
2128.12/1084.08	c timeout             	 double    	 3600.000000	 3600      	 
2128.12/1084.08	c mip_time            	 double    	 0.300000  	 0.5       	 
2128.12/1084.08	c ls_time             	 double    	 10.000000 	 10        	 
2128.12/1084.08	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2128.12/1084.08	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2128.12/1084.08	c random_seed         	 int       	 0         	 0         	 
2128.12/1084.08	c sample_size         	 int       	 50        	 50        	 
2128.12/1084.08	c sub_score           	 int       	 1         	 1         	 
2128.12/1084.08	c tabu_base           	 int       	 3         	 3         	 
2128.12/1084.08	c tabu_variation      	 int       	 1         	 1         	 
2128.12/1084.08	c sub_div             	 int       	 4         	 4         	 
2128.12/1084.08	c nbcore              	 int       	 2         	 1         	 
2128.12/1084.08	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2128.12/1084.08	c print_sol           	 int       	 1         	 1         	 
2128.12/1084.08	c tmpdir              	 string		 .         	 "."       	 
2128.12/1084.08	c home                	 string		 HOME	 "."       	 
2128.12/1084.08	c benchname           	 string		 HOME/instance-4507076-1751143101.opb	 ""        	 
2128.12/1084.08	c --------------------------------------------------
2128.12/1084.08	c Local Search solver
2128.12/1084.08	c MIP solver
2128.12/1084.08	c use Exact solver
3600.02/2559.90	c receive signal 15, try to interrupt solver...
3600.05/2560.01	c Exact solver (PID 14804) interrupted gracefully.
3600.05/2560.02	s UNKNOWN
3600.05/2560.02	c Total time: 2560

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100074 s]*
/proc/loadavg: 5.21 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715112/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=62012 memory=27264 CPUtime=0.09 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 5854 0 0 0 7 2 0 0 20 0 1 0 29989061 63500288 6816 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15503 6816 1152 6655 0 5738 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62012 KiB
Current children cumulated memory: 27264 KiB

[startup+0.215573 s]*
/proc/loadavg: 5.21 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715140/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=63668 memory=28800 CPUtime=0.19 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 6230 0 0 0 17 2 0 0 20 0 1 0 29989061 65196032 7200 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15917 7200 1152 6655 0 6152 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 28800 KiB

[startup+0.313512 s]*
/proc/loadavg: 5.21 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715140/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=63668 memory=28800 CPUtime=0.29 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 6230 0 0 0 27 2 0 0 20 0 1 0 29989061 65196032 7200 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15917 7200 1152 6655 0 6152 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 28800 KiB

[startup+0.700314 s]
/proc/loadavg: 5.21 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715140/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=63668 memory=28800 CPUtime=0.66 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 6230 0 0 0 64 2 0 0 20 0 1 0 29989061 65196032 7200 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15917 7200 1152 6655 0 6152 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 28800 KiB

[startup+1.50035 s]
/proc/loadavg: 5.21 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715140/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=63668 memory=28800 CPUtime=1.46 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 6230 0 0 0 144 2 0 0 20 0 1 0 29989061 65196032 7200 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15917 7200 1152 6655 0 6152 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 28800 KiB

[startup+3.11342 s]
/proc/loadavg: 5.21 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715392/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=63668 memory=28800 CPUtime=3.07 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 6230 0 0 0 305 2 0 0 20 0 1 0 29989061 65196032 7200 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15917 7200 1152 6655 0 6152 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 28800 KiB

[startup+6.30036 s]
/proc/loadavg: 5.19 5.09 5.43 6/253 14691
/proc/meminfo: memFree=128715644/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=63668 memory=28800 CPUtime=6.25 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 6230 0 0 0 623 2 0 0 20 0 1 0 29989061 65196032 7200 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 15917 7200 1152 6655 0 6152 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 63668 KiB
Current children cumulated memory: 28800 KiB

[startup+12.7002 s]
/proc/loadavg: 5.18 5.09 5.43 7/254 14692
/proc/meminfo: memFree=128624352/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=219244 memory=137704 CPUtime=14.28 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 32524 0 0 0 1420 8 0 0 20 0 2 0 29989061 224505856 34426 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 54811 34426 3424 6655 0 34257 0
[pid=14690/tid=14692] ppid=14687 vsize=219244 memory=102896 CPUtime=2.2 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 5591 0 0 0 219 1 0 0 20 0 2 0 29990068 224505856 34426 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 219244 KiB
Current children cumulated memory: 137704 KiB

[startup+25.5004 s]
/proc/loadavg: 5.36 5.13 5.44 6/254 14693
/proc/meminfo: memFree=128598340/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=221704 memory=141672 CPUtime=35.87 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 43627 0 0 0 3578 9 0 0 20 0 2 0 29989061 227024896 35418 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 55426 35418 3424 6655 0 35031 0
[pid=14690/tid=14692] ppid=14687 vsize=221704 memory=141672 CPUtime=11.03 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) S 14687 14690 11133 0 -1 4194368 6871 0 0 0 1102 1 0 0 20 0 2 0 29990068 227024896 35418 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 35.87 s
Current children cumulated vsize: 221704 KiB
Current children cumulated memory: 141672 KiB

[startup+51.1056 s]
/proc/loadavg: 5.52 5.19 5.45 7/254 14693
/proc/meminfo: memFree=128572960/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=260036 memory=176360 CPUtime=80.37 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 72188 0 0 0 8024 13 0 0 20 0 2 0 29989061 266276864 44090 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 65009 44090 3488 6655 0 44898 0
[pid=14690/tid=14692] ppid=14687 vsize=260036 memory=175720 CPUtime=29.99 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 14481 0 0 0 2997 2 0 0 20 0 2 0 29990068 266276864 44090 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 80.37 s
Current children cumulated vsize: 260036 KiB
Current children cumulated memory: 176360 KiB

[startup+102.3 s]
/proc/loadavg: 5.84 5.33 5.49 7/254 14697
/proc/meminfo: memFree=128555252/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=286840 memory=199912 CPUtime=182.02 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 96985 0 0 0 18185 17 0 0 20 0 2 0 29989061 293724160 49978 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 71710 49978 3520 6655 0 51599 0
[pid=14690/tid=14692] ppid=14687 vsize=286840 memory=199912 CPUtime=80.62 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 20544 0 0 0 8059 3 0 0 20 0 2 0 29990068 293724160 49978 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 182.02 s
Current children cumulated vsize: 286840 KiB
Current children cumulated memory: 199912 KiB

[startup+162.3 s]
/proc/loadavg: 6.04 5.48 5.53 7/254 14699
/proc/meminfo: memFree=128516620/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=286840 memory=202856 CPUtime=301.12 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 101383 0 0 0 30094 18 0 0 20 0 2 0 29989061 293724160 50714 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 71710 50714 3520 6655 0 51599 0
[pid=14690/tid=14692] ppid=14687 vsize=286840 memory=-6153157810477699424 CPUtime=139.95 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 22593 0 0 0 13991 4 0 0 20 0 2 0 29990068 293724160 50714 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 301.12 s
Current children cumulated vsize: 286840 KiB
Current children cumulated memory: 202856 KiB

[startup+222.3 s]
/proc/loadavg: 6.07 5.60 5.57 7/254 14702
/proc/meminfo: memFree=128512720/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=288612 memory=204648 CPUtime=420.26 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 113573 0 0 0 42006 20 0 0 20 0 2 0 29989061 295538688 51162 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 72153 51162 3520 6655 0 52067 0
[pid=14690/tid=14692] ppid=14687 vsize=288612 memory=204520 CPUtime=199.28 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 28931 0 0 0 19924 4 0 0 20 0 2 0 29990068 295538688 51162 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 420.26 s
Current children cumulated vsize: 288612 KiB
Current children cumulated memory: 204648 KiB

[startup+282.3 s]
/proc/loadavg: 6.06 5.69 5.60 7/254 14704
/proc/meminfo: memFree=128490848/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=288612 memory=204776 CPUtime=539.38 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 114079 0 0 0 53918 20 0 0 20 0 2 0 29989061 295538688 51194 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 72153 51194 3520 6655 0 52519 0
[pid=14690/tid=14692] ppid=14687 vsize=288612 memory=204776 CPUtime=258.62 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 29262 0 0 0 25858 4 0 0 20 0 2 0 29990068 295538688 51194 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 539.38 s
Current children cumulated vsize: 288612 KiB
Current children cumulated memory: 204776 KiB

[startup+342.3 s]
/proc/loadavg: 6.11 5.78 5.64 7/254 14706
/proc/meminfo: memFree=128476772/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=288952 memory=205160 CPUtime=658.48 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 116100 0 0 0 65828 20 0 0 20 0 2 0 29989061 295886848 51290 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 72238 51290 3520 6655 0 52604 0
[pid=14690/tid=14692] ppid=14687 vsize=288952 memory=204776 CPUtime=317.95 cores=5,7
/proc/14690/task/14692/stat : 14692 (LSIPExact) R 14687 14690 11133 0 -1 4194368 30956 0 0 0 31790 5 0 0 20 0 2 0 29990068 295886848 51290 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
Current children cumulated CPU time: 658.48 s
Current children cumulated vsize: 288952 KiB
Current children cumulated memory: 205160 KiB


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

Current children cumulated memory: 628364 KiB

[startup+2022.3 s]
/proc/loadavg: 2.12 2.18 3.06 3/240 14860
/proc/meminfo: memFree=128957416/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=447896 memory=393008 CPUtime=935.87 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 54512 0 0 0 93498 89 0 0 20 0 1 0 30097470 458645504 98252 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 111974 98252 1152 1011 0 110741 0
Current children cumulated CPU time: 3064.14 s
Current children cumulated vsize: 752380 KiB
Current children cumulated memory: 632076 KiB

[startup+2082.3 s]
/proc/loadavg: 1.48 1.99 2.93 2/233 14893
/proc/meminfo: memFree=129623188/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=462716 memory=420224 CPUtime=995.68 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 54654 0 0 0 99465 103 0 0 20 0 1 0 30097470 473821184 105056 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 115679 105056 1152 1011 0 114446 0
Current children cumulated CPU time: 3123.95 s
Current children cumulated vsize: 767200 KiB
Current children cumulated memory: 659292 KiB

[startup+2142.3 s]
/proc/loadavg: 1.27 1.84 2.82 2/233 14895
/proc/meminfo: memFree=129615392/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=465820 memory=423296 CPUtime=1055.49 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 55436 0 0 0 105443 106 0 0 20 0 1 0 30097470 476999680 105824 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 116455 105824 1152 1011 0 115222 0
Current children cumulated CPU time: 3183.76 s
Current children cumulated vsize: 770304 KiB
Current children cumulated memory: 662364 KiB

[startup+2202.3 s]
/proc/loadavg: 1.15 1.70 2.71 2/233 14897
/proc/meminfo: memFree=129615392/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=468228 memory=425728 CPUtime=1115.3 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 56038 0 0 0 111424 106 0 0 20 0 1 0 30097470 479465472 106432 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 117057 106432 1152 1011 0 115824 0
Current children cumulated CPU time: 3243.57 s
Current children cumulated vsize: 772712 KiB
Current children cumulated memory: 664796 KiB

[startup+2262.3 s]
/proc/loadavg: 1.10 1.58 2.60 2/233 14899
/proc/meminfo: memFree=129578560/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=468228 memory=460552 CPUtime=1175.11 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 56120 0 0 0 117401 110 0 0 20 0 1 0 30097470 479465472 115138 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 117057 115138 1152 1011 0 115824 0
Current children cumulated CPU time: 3303.38 s
Current children cumulated vsize: 772712 KiB
Current children cumulated memory: 699620 KiB

[startup+2322.3 s]
/proc/loadavg: 1.09 1.49 2.51 2/234 14902
/proc/meminfo: memFree=129541016/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=600512 memory=500712 CPUtime=1234.92 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 57056 0 0 0 123377 115 0 0 20 0 1 0 30097470 614924288 125178 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 150128 125178 1152 1011 0 148895 0
Current children cumulated CPU time: 3363.19 s
Current children cumulated vsize: 904996 KiB
Current children cumulated memory: 739780 KiB

[startup+2382.3 s]
/proc/loadavg: 1.08 1.41 2.41 2/234 14904
/proc/meminfo: memFree=129538400/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=602944 memory=503144 CPUtime=1294.72 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 57664 0 0 0 129350 122 0 0 20 0 1 0 30097470 617414656 125786 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 150736 125786 1152 1011 0 149503 0
Current children cumulated CPU time: 3422.99 s
Current children cumulated vsize: 907428 KiB
Current children cumulated memory: 742212 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.38 2.34 2/233 14910
/proc/meminfo: memFree=129534116/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=604760 memory=504936 CPUtime=1354.53 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 58118 0 0 0 135331 122 0 0 20 0 1 0 30097470 619274240 126234 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 151190 126234 1152 1011 0 149957 0
Current children cumulated CPU time: 3482.8 s
Current children cumulated vsize: 909244 KiB
Current children cumulated memory: 744004 KiB

[startup+2502.3 s]
/proc/loadavg: 1.06 1.31 2.25 2/233 14912
/proc/meminfo: memFree=129534444/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=606868 memory=506984 CPUtime=1414.33 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 58832 0 0 0 141311 122 0 0 20 0 1 0 30097470 621432832 126746 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 151717 126746 1152 1011 0 150484 0
Current children cumulated CPU time: 3542.6 s
Current children cumulated vsize: 911352 KiB
Current children cumulated memory: 746052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2559.9 s]
/proc/loadavg: 1.06 1.27 2.18 2/234 14929
/proc/meminfo: memFree=129535980/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=2128.27 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) S 14687 14690 11133 0 -1 4194304 197954 0 0 0 212792 35 0 0 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
[pid=14804] ppid=14690 vsize=608720 memory=508904 CPUtime=1471.75 cores=5,7
/proc/14804/stat : 14804 (Exact) R 14690 14804 14804 0 -1 4194304 59299 0 0 0 147044 131 0 0 20 0 1 0 30097470 623329280 127226 18446744073709551615 4198400 8335837 140733630272256 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 29777920 140733630273723 140733630274077 140733630274077 140733630279631 0
/proc/14804/statm: 152180 127226 1152 1011 0 150947 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 913204 KiB
Current children cumulated memory: 747972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.4 s, system=1.682 s

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

[startup+2560.01 s]*
/proc/loadavg: 1.06 1.27 2.18 1/234 14930
/proc/meminfo: memFree=130040100/131382112 swapFree=33010684/33010684
[pid=14690] ppid=14687 vsize=304484 memory=239068 CPUtime=3600.05 cores=5,7
/proc/14690/stat : 14690 (LSIPExact) R 14687 14690 11133 0 -1 4194304 198400 59434 0 0 212792 35 147046 132 20 0 1 0 29989061 311791616 59767 18446744073709551615 94087285264384 94087312520785 140725790346640 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94087321023624 94087321455232 94087330365440 140725790349658 140725790349834 140725790349834 140725790355436 0
/proc/14690/statm: 76121 59767 3584 6655 0 58804 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 304484 KiB
Current children cumulated memory: 239068 KiB

Child status: 0

Real time (s): 2560.03
CPU time (s): 3600.08
CPU user time (s): 3598.4
CPU system time (s): 1.682
CPU usage (%): 140.626
Max. virtual memory (cumulated for all children) (KiB): 1055908
Max. memory (cumulated for all children) (KiB): 755512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.4
system time used= 1.682
maximum resident set size= 627036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260372
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= 530
involuntary context switches= 24831


# summary of solver processes directly reported to runsolver:
#   pid: 14690
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.4
#   total CPU system time (s): 1.682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.53368 second user time and 20.5756 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 22:38:21
IDJOB=4507076
IDBENCH=158322
IDSOLVER=3337
FILE ID=nodeC001/4507076-1751143101
RUNJOBID= nodeC001-1751133631-11151
SLURM_JOB_ID= 9587401
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=570101883

nodeC001 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	: 0xb00001f
cpu MHz		: 3591.509
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3662.561
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.493
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.466
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.512
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128739556 kB
MemAvailable:   128464600 kB
Buffers:            3280 kB
Cached:           537192 kB
SwapCached:            0 kB
Active:          1717500 kB
Inactive:         339292 kB
Active(anon):    1534280 kB
Inactive(anon):        0 kB
Active(file):     183220 kB
Inactive(file):   339292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45852 kB
Writeback:            28 kB
AnonPages:       1519348 kB
Mapped:           146552 kB
Shmem:             17960 kB
KReclaimable:      83932 kB
Slab:             162440 kB
SReclaimable:      83932 kB
SUnreclaim:        78508 kB
KernelStack:        4096 kB
PageTables:         6228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1981316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC001 at 2025-06-28 23:21:02