Trace number 4502145

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.2 3587.39

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_3-sat.opb
MD5SUMf7b2b496c30aa17fcbe59599d08153aa
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 variables49368
Total number of constraints158090
Number of constraints which are clauses157278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints812
Minimum length of a constraint1
Maximum length of a constraint93
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

757.45/735.07	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
757.45/735.07	c numVar: 49368
757.45/735.07	c numCon: 158090
757.45/735.07	c numEqual: 0
757.45/735.07	c intSize: 10
757.45/735.07	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
757.45/735.07	c ------------------- Paras list -------------------
757.45/735.07	c Name                	 Type      	 Now       	 Default   	 Comment
757.45/735.07	c timeout             	 double    	 3600.000000	 3600      	 
757.45/735.07	c mip_time            	 double    	 0.200000  	 0.5       	 
757.45/735.07	c ls_time             	 double    	 10.000000 	 10        	 
757.45/735.07	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
757.45/735.07	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
757.45/735.07	c random_seed         	 int       	 0         	 0         	 
757.45/735.07	c sample_size         	 int       	 50        	 50        	 
757.45/735.07	c sub_score           	 int       	 1         	 1         	 
757.45/735.07	c tabu_base           	 int       	 3         	 3         	 
757.45/735.07	c tabu_variation      	 int       	 1         	 1         	 
757.45/735.07	c sub_div             	 int       	 4         	 4         	 
757.45/735.07	c nbcore              	 int       	 2         	 1         	 
757.45/735.07	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
757.45/735.07	c print_sol           	 int       	 1         	 1         	 
757.45/735.07	c tmpdir              	 string		 .         	 "."       	 
757.45/735.07	c home                	 string		 HOME	 "."       	 
757.45/735.07	c benchname           	 string		 HOME/instance-4502145-1751133941.opb	 ""        	 
757.45/735.07	c --------------------------------------------------
757.45/735.07	c Local Search solver
757.45/735.07	c MIP solver
757.45/735.07	c use Exact solver
3600.08/3587.20	c receive signal 15, try to interrupt solver...
757.52/3587.31	c Exact solver (PID 11840) interrupted gracefully.
757.52/3587.38	s UNKNOWN
757.52/3587.38	c Total time: 3588

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62601 MiB free)
  memory of node 1: 64465 MiB (63550 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=11531, runsolver pid=11528

[startup+0.100063 s]*
/proc/loadavg: 7.97 5.03 2.24 8/267 11532
/proc/meminfo: memFree=129109564/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=123620 memory=89108 CPUtime=0.09 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 19228 0 0 0 7 2 0 0 20 0 1 0 29072769 126586880 22277 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 30905 22277 1152 6655 0 21140 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 123620 KiB
Current children cumulated memory: 89108 KiB

[startup+0.205791 s]*
/proc/loadavg: 7.97 5.03 2.24 8/267 11532
/proc/meminfo: memFree=129085624/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=146140 memory=111636 CPUtime=0.2 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 24858 0 0 0 17 3 0 0 20 0 1 0 29072769 149647360 27909 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 36535 27909 1152 6655 0 26770 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111636 KiB

[startup+0.305743 s]*
/proc/loadavg: 7.97 5.03 2.24 8/267 11532
/proc/meminfo: memFree=129085624/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=146140 memory=111636 CPUtime=0.3 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 24858 0 0 0 27 3 0 0 20 0 1 0 29072769 149647360 27909 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 36535 27909 1152 6655 0 26770 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111636 KiB

[startup+0.700184 s]
/proc/loadavg: 7.97 5.03 2.24 8/267 11532
/proc/meminfo: memFree=129085624/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=146140 memory=111636 CPUtime=0.69 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 24858 0 0 0 66 3 0 0 20 0 1 0 29072769 149647360 27909 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 36535 27909 1152 6655 0 26770 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111636 KiB

[startup+1.50017 s]
/proc/loadavg: 7.89 5.06 2.26 8/267 11532
/proc/meminfo: memFree=129085624/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=146140 memory=111636 CPUtime=1.48 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 24858 0 0 0 145 3 0 0 20 0 1 0 29072769 149647360 27909 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 36535 27909 1152 6655 0 26770 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111636 KiB

[startup+3.10558 s]
/proc/loadavg: 7.89 5.06 2.26 8/267 11532
/proc/meminfo: memFree=129081544/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=146140 memory=111636 CPUtime=3.08 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 24862 0 0 0 305 3 0 0 20 0 1 0 29072769 149647360 27909 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 36535 27909 1152 6655 0 26770 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111636 KiB

[startup+6.30017 s]
/proc/loadavg: 7.90 5.11 2.29 8/267 11532
/proc/meminfo: memFree=129081880/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=146140 memory=111636 CPUtime=6.27 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 24866 0 0 0 624 3 0 0 20 0 1 0 29072769 149647360 27909 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 36535 27909 1152 6655 0 26770 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111636 KiB

[startup+12.7002 s]
/proc/loadavg: 7.91 5.16 2.33 9/268 11533
/proc/meminfo: memFree=128888456/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=412224 memory=323548 CPUtime=13.8 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 65202 0 0 0 1369 11 0 0 20 0 2 0 29072769 422117376 80887 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 103056 80887 2848 6655 0 83130 0
[pid=11531/tid=11533] ppid=11528 vsize=412224 memory=6388 CPUtime=1.15 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 3162 0 0 0 115 0 0 0 20 0 2 0 29073791 422117376 80887 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 13.8 s
Current children cumulated vsize: 412224 KiB
Current children cumulated memory: 323548 KiB

[startup+25.5002 s]
/proc/loadavg: 8.08 5.29 2.40 9/268 11534
/proc/meminfo: memFree=128763200/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501544 memory=436944 CPUtime=38.98 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 104423 0 0 0 3882 16 0 0 20 0 2 0 29072769 513581056 109236 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125386 109236 3328 6655 0 113333 0
[pid=11531/tid=11533] ppid=11528 vsize=501544 memory=17280 CPUtime=13.58 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) R 11528 11531 11154 0 -1 4194368 12442 0 0 0 1356 2 0 0 20 0 2 0 29073791 513581056 109236 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 38.98 s
Current children cumulated vsize: 501544 KiB
Current children cumulated memory: 436944 KiB

[startup+51.1058 s]
/proc/loadavg: 7.87 5.52 2.57 8/268 11534
/proc/meminfo: memFree=128760216/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501692 memory=436944 CPUtime=75.75 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 114051 0 0 0 7558 17 0 0 20 0 2 0 29072769 513732608 109236 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125423 109236 3328 6655 0 113370 0
[pid=11531/tid=11533] ppid=11528 vsize=501692 memory=436944 CPUtime=24.82 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 14357 0 0 0 2480 2 0 0 20 0 2 0 29073791 513732608 109236 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 75.75 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 436944 KiB

[startup+102.3 s]
/proc/loadavg: 7.49 5.75 2.80 8/267 11717
/proc/meminfo: memFree=129001056/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501692 memory=437072 CPUtime=126.75 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 122061 0 0 0 12657 18 0 0 20 0 2 0 29072769 513732608 109268 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125423 109268 3328 6655 0 113370 0
[pid=11531/tid=11533] ppid=11528 vsize=501692 memory=437072 CPUtime=24.82 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 14357 0 0 0 2480 2 0 0 20 0 2 0 29073791 513732608 109268 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 126.75 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 437072 KiB

[startup+162.3 s]
/proc/loadavg: 7.23 6.00 3.07 8/267 11719
/proc/meminfo: memFree=129009516/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501692 memory=437712 CPUtime=186.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 130404 0 0 0 18634 18 0 0 20 0 2 0 29072769 513732608 109428 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125423 109428 3328 6655 0 113370 0
[pid=11531/tid=11533] ppid=11528 vsize=501692 memory=437200 CPUtime=24.82 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 14357 0 0 0 2480 2 0 0 20 0 2 0 29073791 513732608 109428 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 186.52 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 437712 KiB

[startup+222.3 s]
/proc/loadavg: 7.02 6.15 3.31 8/268 11767
/proc/meminfo: memFree=127849396/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501832 memory=438352 CPUtime=246.32 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 130638 0 0 0 24614 18 0 0 20 0 2 0 29072769 513875968 109588 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125458 109588 3328 6655 0 113405 0
[pid=11531/tid=11533] ppid=11528 vsize=501832 memory=14720 CPUtime=24.82 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 14357 0 0 0 2480 2 0 0 20 0 2 0 29073791 513875968 109588 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 246.32 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 438352 KiB

[startup+282.3 s]
/proc/loadavg: 7.06 6.33 3.55 8/268 11769
/proc/meminfo: memFree=127706076/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501832 memory=438608 CPUtime=306.13 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 138083 0 0 0 30594 19 0 0 20 0 2 0 29072769 513875968 109652 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125458 109652 3328 6655 0 113405 0
[pid=11531/tid=11533] ppid=11528 vsize=501832 memory=438608 CPUtime=24.82 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 14357 0 0 0 2480 2 0 0 20 0 2 0 29073791 513875968 109652 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 306.13 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 438608 KiB

[startup+342.3 s]
/proc/loadavg: 6.84 6.40 3.75 8/269 11820
/proc/meminfo: memFree=126261000/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=501832 memory=451152 CPUtime=365.93 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) R 11528 11531 11154 0 -1 4194304 143994 0 0 0 36574 19 0 0 20 0 2 0 29072769 513875968 112788 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 125458 112788 3328 6655 0 113405 0
[pid=11531/tid=11533] ppid=11528 vsize=501832 memory=14720 CPUtime=24.82 cores=5,7
/proc/11531/task/11533/stat : 11533 (LSIPExact) S 11528 11531 11154 0 -1 4194368 14357 0 0 0 2480 2 0 0 20 0 2 0 29073791 513875968 112788 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
Current children cumulated CPU time: 365.93 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 451152 KiB

[startup+402.3 s]

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

Current children cumulated memory: 746284 KiB

[startup+3102.3 s]
/proc/loadavg: 5.39 4.98 4.64 7/267 12048
/proc/meminfo: memFree=127255536/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=470468 memory=441904 CPUtime=2359.28 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 80311 0 0 0 235822 106 0 0 20 0 1 0 29146276 481759232 110476 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 117617 110476 1120 1011 0 116384 0
Current children cumulated CPU time: 3116.8 s
Current children cumulated vsize: 877240 KiB
Current children cumulated memory: 746284 KiB

[startup+3162.3 s]
/proc/loadavg: 5.87 5.20 4.74 7/267 12051
/proc/meminfo: memFree=127246996/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=470468 memory=441904 CPUtime=2419.08 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 80452 0 0 0 241792 116 0 0 20 0 1 0 29146276 481759232 110476 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 117617 110476 1120 1011 0 116384 0
Current children cumulated CPU time: 3176.6 s
Current children cumulated vsize: 877240 KiB
Current children cumulated memory: 746284 KiB

[startup+3222.3 s]
/proc/loadavg: 6.00 5.36 4.82 7/266 12099
/proc/meminfo: memFree=129240556/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=478116 memory=449628 CPUtime=2478.86 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 81013 0 0 0 247770 116 0 0 20 0 1 0 29146276 489590784 112407 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 119529 112407 1120 1011 0 118296 0
Current children cumulated CPU time: 3236.38 s
Current children cumulated vsize: 884888 KiB
Current children cumulated memory: 754008 KiB

[startup+3282.3 s]
/proc/loadavg: 6.60 5.65 4.96 8/267 12102
/proc/meminfo: memFree=129236312/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=479204 memory=456796 CPUtime=2538.66 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 81294 0 0 0 253750 116 0 0 20 0 1 0 29146276 490704896 114199 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 119801 114199 1120 1011 0 118568 0
Current children cumulated CPU time: 3296.18 s
Current children cumulated vsize: 885976 KiB
Current children cumulated memory: 761176 KiB

[startup+3342.3 s]
/proc/loadavg: 6.90 5.91 5.09 8/267 12116
/proc/meminfo: memFree=129235508/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=482576 memory=460124 CPUtime=2598.46 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 82305 0 0 0 259730 116 0 0 20 0 1 0 29146276 494157824 115031 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 120644 115031 1120 1011 0 119411 0
Current children cumulated CPU time: 3355.98 s
Current children cumulated vsize: 889348 KiB
Current children cumulated memory: 764504 KiB

[startup+3402.3 s]
/proc/loadavg: 6.64 6.03 5.19 7/268 12122
/proc/meminfo: memFree=129228596/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=484364 memory=461916 CPUtime=2658.26 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 82752 0 0 0 265710 116 0 0 20 0 1 0 29146276 495988736 115479 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 121091 115479 1120 1011 0 119858 0
Current children cumulated CPU time: 3415.78 s
Current children cumulated vsize: 891136 KiB
Current children cumulated memory: 766296 KiB

[startup+3462.3 s]
/proc/loadavg: 6.30 6.04 5.25 7/268 12128
/proc/meminfo: memFree=129185212/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=304380 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76095 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76095 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=485688 memory=465392 CPUtime=2718.07 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 83099 0 0 0 271690 117 0 0 20 0 1 0 29146276 497344512 116348 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 121422 116348 1120 1011 0 120189 0
Current children cumulated CPU time: 3475.59 s
Current children cumulated vsize: 892460 KiB
Current children cumulated memory: 769772 KiB

[startup+3522.3 s]
/proc/loadavg: 6.11 6.03 5.30 7/267 12130
/proc/meminfo: memFree=129173924/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=307324 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 76831 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 76831 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=489052 memory=470740 CPUtime=2777.88 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 83941 0 0 0 277671 117 0 0 20 0 1 0 29146276 500789248 117685 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 122263 117685 1120 1011 0 121030 0
Current children cumulated CPU time: 3535.4 s
Current children cumulated vsize: 895824 KiB
Current children cumulated memory: 778064 KiB

[startup+3582.3 s]
/proc/loadavg: 6.14 6.05 5.36 7/267 12132
/proc/meminfo: memFree=129150692/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=309628 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 77407 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 77407 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=491432 memory=473172 CPUtime=2837.68 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 84719 0 0 0 283651 117 0 0 20 0 1 0 29146276 503226368 118293 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 122858 118293 1120 1011 0 121625 0
Current children cumulated CPU time: 3595.2 s
Current children cumulated vsize: 898204 KiB
Current children cumulated memory: 782800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.2 s]
/proc/loadavg: 6.13 6.05 5.36 7/267 12132
/proc/meminfo: memFree=129151120/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=309628 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 0 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 77407 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 77407 3392 6655 0 89640 0
[pid=11840] ppid=11531 vsize=491432 memory=473172 CPUtime=2842.56 cores=5,7
/proc/11840/stat : 11840 (Exact) R 11531 11840 11840 0 -1 4194304 84719 0 0 0 284139 117 0 0 20 0 1 0 29146276 503226368 118293 18446744073709551615 4198400 8335837 140725490407168 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35127296 140725490411707 140725490412061 140725490412061 140725490417615 0
/proc/11840/statm: 122858 118293 1120 1011 0 121625 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 898204 KiB
Current children cumulated memory: 782800 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.40476 s

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

[startup+3587.3 s]
/proc/loadavg: 6.13 6.05 5.36 7/267 12132
/proc/meminfo: memFree=129151120/131250000 swapFree=33010684/33010684
[pid=11531] ppid=11528 vsize=406772 memory=309628 CPUtime=757.52 cores=5,7
/proc/11531/stat : 11531 (LSIPExact) S 11528 11531 11154 0 -1 4194304 163717 136 0 0 75731 21 0 0 20 0 1 0 29072769 416534528 77407 18446744073709551615 94553267683328 94553294939729 140737049576416 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94553303442568 94553303874176 94553331392512 140737049581914 140737049582090 140737049582090 140737049587692 0
/proc/11531/statm: 101693 77407 3392 6655 0 89640 0
Current children cumulated CPU time: 757.52 s
Current children cumulated vsize: 406772 KiB
Current children cumulated memory: 309628 KiB

Child status: 0

Real time (s): 3587.39
CPU time (s): 3600.2
CPU user time (s): 3598.79
CPU system time (s): 1.40476
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 898204
Max. memory (cumulated for all children) (KiB): 782800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.40476
maximum resident set size= 508332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267521
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= 539
involuntary context switches= 4422


# summary of solver processes directly reported to runsolver:
#   pid: 11531
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.40476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.94833 second user time and 16.4493 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-28 20:05:41
IDJOB=4502145
IDBENCH=154773
IDSOLVER=3336
FILE ID=nodeC026/4502145-1751133941
RUNJOBID= nodeC026-1751133631-11172
SLURM_JOB_ID= 9587426
Free space on /tmp= 432916 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_3-sat.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502145-1751133941/watcher-4502145-1751133941 -o /tmp/evaluation-result-4502145-1751133941/solver-4502145-1751133941 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751133631-11172 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4502145-1751133941.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= f7b2b496c30aa17fcbe59599d08153aa
RANDOM SEED=753056809

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129180384 kB
MemAvailable:   128910368 kB
Buffers:            3280 kB
Cached:           541944 kB
SwapCached:            0 kB
Active:          1111880 kB
Inactive:         335232 kB
Active(anon):     919968 kB
Inactive(anon):        0 kB
Active(file):     191912 kB
Inactive(file):   335232 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49572 kB
Writeback:             0 kB
AnonPages:        903660 kB
Mapped:           138252 kB
Shmem:             18080 kB
KReclaimable:      84160 kB
Slab:             166796 kB
SReclaimable:      84160 kB
SUnreclaim:        82636 kB
KernelStack:        4400 kB
PageTables:         4868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1268468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC026 at 2025-06-28 21:05:29