Trace number 4545224

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

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545224-1753224151/watcher-4545224-1753224151 -o /tmp/evaluation-result-4545224-1753224151/solver-4545224-1753224151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164109 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545224-1753224151.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=165454, runsolver pid=165451

[startup+0.100061 s]*
/proc/loadavg: 6.05 5.92 5.91 7/266 165455
/proc/meminfo: memFree=126841508/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=0.09 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 8 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+0.20578 s]*
/proc/loadavg: 6.05 5.92 5.91 7/266 165455
/proc/meminfo: memFree=126841508/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=0.2 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 19 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+0.305652 s]*
/proc/loadavg: 6.05 5.92 5.91 7/266 165455
/proc/meminfo: memFree=126841508/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=0.3 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 29 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+0.700161 s]
/proc/loadavg: 6.05 5.92 5.91 7/266 165455
/proc/meminfo: memFree=126841508/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=0.68 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 67 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+1.50017 s]
/proc/loadavg: 6.05 5.92 5.91 7/266 165455
/proc/meminfo: memFree=126841508/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=1.48 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 147 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+3.10546 s]
/proc/loadavg: 6.04 5.93 5.91 7/266 165456
/proc/meminfo: memFree=126841788/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=3.08 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 307 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+6.30014 s]
/proc/loadavg: 6.04 5.93 5.91 7/266 165456
/proc/meminfo: memFree=126842088/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=66796 memory=32512 CPUtime=6.27 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 7072 0 0 0 626 1 0 0 20 0 1 0 238092958 68399104 8128 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 16699 8128 1216 6655 0 6934 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66796 KiB
Current children cumulated memory: 32512 KiB

[startup+12.7002 s]
/proc/loadavg: 6.12 5.95 5.91 8/267 165457
/proc/meminfo: memFree=126769008/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=208804 memory=120636 CPUtime=14.84 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 26146 0 0 0 1479 5 0 0 20 0 2 0 238092958 213815296 30159 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 52201 30159 3488 6655 0 29446 0
[pid=165454/tid=165457] ppid=165451 vsize=208804 memory=120636 CPUtime=2.17 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 3520 0 0 0 217 0 0 0 20 0 2 0 238093964 213815296 30159 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 208804 KiB
Current children cumulated memory: 120636 KiB

[startup+25.5002 s]
/proc/loadavg: 6.33 6.00 5.93 8/267 165457
/proc/meminfo: memFree=126714324/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=210796 memory=122556 CPUtime=40.27 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 37989 0 0 0 4022 5 0 0 20 0 2 0 238092958 215855104 30639 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 52699 30639 3488 6655 0 29944 0
[pid=165454/tid=165457] ppid=165451 vsize=210796 memory=120636 CPUtime=14.85 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 10382 0 0 0 1484 1 0 0 20 0 2 0 238093964 215855104 30639 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 40.27 s
Current children cumulated vsize: 210796 KiB
Current children cumulated memory: 122556 KiB

[startup+51.1056 s]
/proc/loadavg: 6.56 6.08 5.96 8/267 165457
/proc/meminfo: memFree=126679884/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=240216 memory=154044 CPUtime=91.14 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 67730 0 0 0 9106 8 0 0 20 0 2 0 238092958 245981184 38511 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 60054 38511 3520 6655 0 37656 0
[pid=165454/tid=165457] ppid=165451 vsize=240216 memory=153276 CPUtime=40.19 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 17963 0 0 0 4018 1 0 0 20 0 2 0 238093964 245981184 38511 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 91.14 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 154044 KiB

[startup+102.3 s]
/proc/loadavg: 6.80 6.23 6.02 8/266 165504
/proc/meminfo: memFree=126733508/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=240216 memory=158780 CPUtime=192.25 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 85534 0 0 0 19213 12 0 0 20 0 2 0 238092958 245981184 39695 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 60054 39695 3520 6655 0 39158 0
[pid=165454/tid=165457] ppid=165451 vsize=240216 memory=27264 CPUtime=90.26 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 24700 0 0 0 9022 4 0 0 20 0 2 0 238093964 245981184 39695 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 192.25 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 158780 KiB

[startup+162.3 s]
/proc/loadavg: 7.62 6.58 6.15 9/267 165508
/proc/meminfo: memFree=126372952/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=240216 memory=162748 CPUtime=311.53 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 98405 0 0 0 31139 14 0 0 20 0 2 0 238092958 245981184 40687 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 60054 40687 3520 6655 0 39654 0
[pid=165454/tid=165457] ppid=165451 vsize=240216 memory=162748 CPUtime=149.69 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 31043 0 0 0 14964 5 0 0 20 0 2 0 238093964 245981184 40687 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 311.53 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 162748 KiB

[startup+222.3 s]
/proc/loadavg: 7.91 6.85 6.28 9/267 165510
/proc/meminfo: memFree=126321108/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=240216 memory=163900 CPUtime=430.82 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 110067 0 0 0 43066 16 0 0 20 0 2 0 238092958 245981184 40975 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 60054 40975 3520 6655 0 39853 0
[pid=165454/tid=165457] ppid=165451 vsize=240216 memory=163900 CPUtime=209.15 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 36509 0 0 0 20908 7 0 0 20 0 2 0 238093964 245981184 40975 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 430.82 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 163900 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 7.09 6.40 9/268 165515
/proc/meminfo: memFree=126284152/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=240216 memory=164668 CPUtime=550.11 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 122513 0 0 0 54993 18 0 0 20 0 2 0 238092958 245981184 41167 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 60054 41167 3520 6655 0 40265 0
[pid=165454/tid=165457] ppid=165451 vsize=240216 memory=164668 CPUtime=268.59 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 43041 0 0 0 26852 7 0 0 20 0 2 0 238093964 245981184 41167 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 550.11 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 164668 KiB

[startup+342.3 s]
/proc/loadavg: 8.03 7.26 6.50 9/268 165518
/proc/meminfo: memFree=126239076/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=240216 memory=180540 CPUtime=669.37 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) R 165451 165454 164099 0 -1 4194304 127796 0 0 0 66919 18 0 0 20 0 2 0 238092958 245981184 45135 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 60054 45135 3520 6655 0 44267 0
[pid=165454/tid=165457] ppid=165451 vsize=240216 memory=164668 CPUtime=328.03 cores=0,2
/proc/165454/task/165457/stat : 165457 (LSIPExact) R 165451 165454 164099 0 -1 4194368 47268 0 0 0 32795 8 0 0 20 0 2 0 238093964 245981184 45135 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
Current children cumulated CPU time: 669.37 s
Current children cumulated vsize: 240216 KiB
Current children cumulated memory: 180540 KiB

[startup+402.3 s]

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

Current children cumulated memory: 389760 KiB

[startup+2022.3 s]
/proc/loadavg: 5.16 5.11 5.51 6/269 165708
/proc/meminfo: memFree=125371876/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=207656 memory=197324 CPUtime=935.03 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 37486 0 0 0 93465 38 0 0 20 0 1 0 238201365 212639744 49331 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 51914 49331 1120 1011 0 50681 0
Current children cumulated CPU time: 3075.16 s
Current children cumulated vsize: 471728 KiB
Current children cumulated memory: 391296 KiB

[startup+2082.3 s]
/proc/loadavg: 5.11 5.11 5.49 6/269 165710
/proc/meminfo: memFree=125375460/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=209316 memory=198988 CPUtime=994.82 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 37903 0 0 0 99441 41 0 0 20 0 1 0 238201365 214339584 49747 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 52329 49747 1120 1011 0 51096 0
Current children cumulated CPU time: 3134.95 s
Current children cumulated vsize: 473388 KiB
Current children cumulated memory: 392960 KiB

[startup+2142.3 s]
/proc/loadavg: 5.23 5.13 5.47 5/261 165743
/proc/meminfo: memFree=125939000/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=210380 memory=200524 CPUtime=1054.63 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 38204 0 0 0 105419 44 0 0 20 0 1 0 238201365 215429120 50131 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 52595 50131 1120 1011 0 51362 0
Current children cumulated CPU time: 3194.76 s
Current children cumulated vsize: 474452 KiB
Current children cumulated memory: 394496 KiB

[startup+2202.3 s]
/proc/loadavg: 4.82 5.02 5.41 5/262 165748
/proc/meminfo: memFree=125933248/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=211712 memory=202828 CPUtime=1114.46 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 38575 0 0 0 111399 47 0 0 20 0 1 0 238201365 216793088 50707 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 52928 50707 1120 1011 0 51695 0
Current children cumulated CPU time: 3254.59 s
Current children cumulated vsize: 475784 KiB
Current children cumulated memory: 396800 KiB

[startup+2262.3 s]
/proc/loadavg: 4.34 4.85 5.32 5/261 165750
/proc/meminfo: memFree=125920280/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=211712 memory=202828 CPUtime=1174.3 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 38578 0 0 0 117381 49 0 0 20 0 1 0 238201365 216793088 50707 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 52928 50707 1120 1011 0 51695 0
Current children cumulated CPU time: 3314.43 s
Current children cumulated vsize: 475784 KiB
Current children cumulated memory: 396800 KiB

[startup+2322.3 s]
/proc/loadavg: 4.16 4.70 5.24 5/261 165753
/proc/meminfo: memFree=125896716/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=212472 memory=203596 CPUtime=1234.13 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 38773 0 0 0 123362 51 0 0 20 0 1 0 238201365 217571328 50899 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 53118 50899 1120 1011 0 51885 0
Current children cumulated CPU time: 3374.26 s
Current children cumulated vsize: 476544 KiB
Current children cumulated memory: 397568 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 4.59 5.16 5/261 165755
/proc/meminfo: memFree=125900184/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=213024 memory=204236 CPUtime=1293.98 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 38910 0 0 0 129344 54 0 0 20 0 1 0 238201365 218136576 51059 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 53256 51059 1120 1011 0 52023 0
Current children cumulated CPU time: 3434.11 s
Current children cumulated vsize: 477096 KiB
Current children cumulated memory: 398208 KiB

[startup+2442.3 s]
/proc/loadavg: 4.14 4.51 5.10 5/261 165761
/proc/meminfo: memFree=125925216/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=213572 memory=204748 CPUtime=1353.81 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 39047 0 0 0 135326 55 0 0 20 0 1 0 238201365 218697728 51187 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 53393 51187 1120 1011 0 52160 0
Current children cumulated CPU time: 3493.94 s
Current children cumulated vsize: 477644 KiB
Current children cumulated memory: 398720 KiB

[startup+2502.3 s]
/proc/loadavg: 3.88 4.38 5.02 4/253 165794
/proc/meminfo: memFree=128345068/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=214844 memory=206028 CPUtime=1413.65 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 39393 0 0 0 141308 57 0 0 20 0 1 0 238201365 220000256 51507 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 53711 51507 1120 1011 0 52478 0
Current children cumulated CPU time: 3553.78 s
Current children cumulated vsize: 478916 KiB
Current children cumulated memory: 400000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2548.7 s]
/proc/loadavg: 3.38 4.17 4.91 4/253 165797
/proc/meminfo: memFree=128345328/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204709 0 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
[pid=165554] ppid=165454 vsize=215328 memory=206540 CPUtime=1459.92 cores=0,2
/proc/165554/stat : 165554 (Exact) R 165454 165554 165554 0 -1 4194304 39514 0 0 0 145934 58 0 0 20 0 1 0 238201365 220495872 51635 18446744073709551615 4198400 8335837 140728732468768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31793152 140728732477625 140728732477979 140728732477979 140728732483535 0
/proc/165554/statm: 53832 51635 1120 1011 0 52599 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 479400 KiB
Current children cumulated memory: 400512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=0.879698 s

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

[startup+2548.8 s]
/proc/loadavg: 3.38 4.17 4.91 4/253 165797
/proc/meminfo: memFree=128345328/131250000 swapFree=33010416/33010684
[pid=165454] ppid=165451 vsize=264072 memory=193972 CPUtime=2140.13 cores=0,2
/proc/165454/stat : 165454 (LSIPExact) S 165451 165454 164099 0 -1 4194304 204710 136 0 0 213985 28 0 0 20 0 1 0 238092958 270409728 48493 18446744073709551615 94310328463360 94310355719761 140725001241584 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94310364222600 94310364654208 94310397906944 140725001242968 140725001243144 140725001243144 140725001248748 0
/proc/165454/statm: 66018 48493 3552 6655 0 51273 0
Current children cumulated CPU time: 2140.13 s
Current children cumulated vsize: 264072 KiB
Current children cumulated memory: 193972 KiB

Child status: 0

Real time (s): 2548.83
CPU time (s): 3600.11
CPU user time (s): 3599.23
CPU system time (s): 0.879698
CPU usage (%): 141.246
Max. virtual memory (cumulated for all children) (KiB): 479400
Max. memory (cumulated for all children) (KiB): 400512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.23
system time used= 0.879698
maximum resident set size= 211316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248936
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= 432
involuntary context switches= 51768


# summary of solver processes directly reported to runsolver:
#   pid: 165454
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.23
#   total CPU system time (s): 0.879698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.30242 second user time and 11.6921 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 00:42:31
IDJOB=4545224
IDBENCH=180780
IDSOLVER=3337
FILE ID=nodeC018/4545224-1753224151
RUNJOBID= nodeC018-1753221348-164109
SLURM_JOB_ID= 9687810
Free space on /tmp= 432852 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545224-1753224151/watcher-4545224-1753224151 -o /tmp/evaluation-result-4545224-1753224151/solver-4545224-1753224151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753221348-164109 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545224-1753224151.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=135765657

nodeC018 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		: 3598.583
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.66
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.737
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.66
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.785
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.66
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.66
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.829
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.66
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.864
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126872504 kB
MemAvailable:   127683716 kB
Buffers:            2128 kB
Cached:          1561816 kB
SwapCached:           28 kB
Active:          3155396 kB
Inactive:         483588 kB
Active(anon):    2100996 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   483304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45856 kB
Writeback:             4 kB
AnonPages:       2072860 kB
Mapped:           149456 kB
Shmem:             26240 kB
KReclaimable:     225096 kB
Slab:             321144 kB
SReclaimable:     225096 kB
SUnreclaim:        96048 kB
KernelStack:        4288 kB
PageTables:         7344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2514424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432924 MiB
End job on nodeC018 at 2025-07-23 01:25:00