Trace number 4526993

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.23 3585.5

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=107964, runsolver pid=107961

[startup+0.100107 s]*
/proc/loadavg: 5.60 6.20 4.15 6/253 107965
/proc/meminfo: memFree=126759264/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=87420 memory=44552 CPUtime=0.1 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 8619 0 0 0 7 3 0 0 20 0 1 0 138985558 89518080 11138 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 21855 11138 1152 6655 0 12090 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 87420 KiB
Current children cumulated memory: 44552 KiB

[startup+0.213915 s]*
/proc/loadavg: 5.60 6.20 4.15 7/253 107965
/proc/meminfo: memFree=126711632/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=118472 memory=84016 CPUtime=0.22 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 17406 0 0 0 16 6 0 0 20 0 1 0 138985558 121315328 20972 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 29618 21004 1184 6655 0 19853 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 118472 KiB
Current children cumulated memory: 84016 KiB

[startup+0.31371 s]*
/proc/loadavg: 5.60 6.20 4.15 6/253 107965
/proc/meminfo: memFree=126691408/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=133600 memory=99120 CPUtime=0.31 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 21185 0 0 0 25 6 0 0 20 0 1 0 138985558 136806400 24780 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 33400 24780 1184 6655 0 23635 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 133600 KiB
Current children cumulated memory: 99120 KiB

[startup+0.700323 s]
/proc/loadavg: 5.60 6.20 4.15 6/253 107965
/proc/meminfo: memFree=126667216/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=146140 memory=111664 CPUtime=0.68 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 24346 0 0 0 61 7 0 0 20 0 1 0 138985558 149647360 27916 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 36535 27916 1184 6655 0 26770 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111664 KiB

[startup+1.50033 s]
/proc/loadavg: 5.60 6.20 4.15 6/253 107965
/proc/meminfo: memFree=126667216/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=146140 memory=111664 CPUtime=1.48 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 24346 0 0 0 141 7 0 0 20 0 1 0 138985558 149647360 27916 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 36535 27916 1184 6655 0 26770 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111664 KiB

[startup+3.11343 s]
/proc/loadavg: 5.55 6.18 4.16 6/253 107965
/proc/meminfo: memFree=126667216/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=146140 memory=111664 CPUtime=3.09 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 24351 0 0 0 302 7 0 0 20 0 1 0 138985558 149647360 27916 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 36535 27916 1184 6655 0 26770 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111664 KiB

[startup+6.30031 s]
/proc/loadavg: 5.55 6.18 4.16 6/253 107966
/proc/meminfo: memFree=126665468/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=146140 memory=111664 CPUtime=6.26 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 24356 0 0 0 619 7 0 0 20 0 1 0 138985558 149647360 27916 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 36535 27916 1184 6655 0 26770 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 146140 KiB
Current children cumulated memory: 111664 KiB

[startup+12.7002 s]
/proc/loadavg: 5.59 6.18 4.17 6/254 107967
/proc/meminfo: memFree=126435528/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=408524 memory=319820 CPUtime=13.5 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 63642 0 0 0 1335 15 0 0 20 0 2 0 138985558 418328576 79955 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 102131 79955 2944 6655 0 82205 0
[pid=107964/tid=107967] ppid=107961 vsize=408524 memory=319564 CPUtime=1.29 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) R 107961 107964 107429 0 -1 4194368 3148 0 0 0 128 1 0 0 20 0 2 0 138986588 418328576 79955 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 13.5 s
Current children cumulated vsize: 408524 KiB
Current children cumulated memory: 319820 KiB

[startup+25.5002 s]
/proc/loadavg: 5.68 6.17 4.20 7/254 107967
/proc/meminfo: memFree=126333964/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501544 memory=437104 CPUtime=38.22 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 105120 0 0 0 3798 24 0 0 20 0 2 0 138985558 513581056 109276 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125386 109276 3328 6655 0 113333 0
[pid=107964/tid=107967] ppid=107961 vsize=501544 memory=437104 CPUtime=13.26 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) R 107961 107964 107429 0 -1 4194368 12431 0 0 0 1322 4 0 0 20 0 2 0 138986588 513581056 109276 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 38.22 s
Current children cumulated vsize: 501544 KiB
Current children cumulated memory: 437104 KiB

[startup+51.1136 s]
/proc/loadavg: 5.70 6.14 4.24 6/254 107967
/proc/meminfo: memFree=126275628/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501692 memory=437232 CPUtime=78.35 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 115452 0 0 0 7811 24 0 0 20 0 2 0 138985558 513732608 109308 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125423 109308 3328 6655 0 113370 0
[pid=107964/tid=107967] ppid=107961 vsize=501692 memory=19968 CPUtime=27.87 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) S 107961 107964 107429 0 -1 4194368 14349 0 0 0 2783 4 0 0 20 0 2 0 138986588 513732608 109308 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 78.35 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 437232 KiB

[startup+102.3 s]
/proc/loadavg: 5.37 5.98 4.29 6/254 107970
/proc/meminfo: memFree=126160448/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501692 memory=437360 CPUtime=129.37 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 124077 0 0 0 12912 25 0 0 20 0 2 0 138985558 513732608 109340 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125423 109340 3328 6655 0 113370 0
[pid=107964/tid=107967] ppid=107961 vsize=501692 memory=437232 CPUtime=27.87 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) S 107961 107964 107429 0 -1 4194368 14349 0 0 0 2783 4 0 0 20 0 2 0 138986588 513732608 109340 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 129.37 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 437360 KiB

[startup+162.3 s]
/proc/loadavg: 5.18 5.81 4.34 6/254 107972
/proc/meminfo: memFree=126033928/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501692 memory=437616 CPUtime=189.17 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 132710 0 0 0 18891 26 0 0 20 0 2 0 138985558 513732608 109404 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125423 109404 3328 6655 0 113370 0
[pid=107964/tid=107967] ppid=107961 vsize=501692 memory=437232 CPUtime=27.87 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) S 107961 107964 107429 0 -1 4194368 14349 0 0 0 2783 4 0 0 20 0 2 0 138986588 513732608 109404 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 189.17 s
Current children cumulated vsize: 501692 KiB
Current children cumulated memory: 437616 KiB

[startup+222.3 s]
/proc/loadavg: 5.17 5.69 4.39 6/254 107974
/proc/meminfo: memFree=125915904/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501832 memory=437744 CPUtime=248.96 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 132774 0 0 0 24870 26 0 0 20 0 2 0 138985558 513875968 109436 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125458 109436 3328 6655 0 113405 0
[pid=107964/tid=107967] ppid=107961 vsize=501832 memory=437616 CPUtime=27.87 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) S 107961 107964 107429 0 -1 4194368 14349 0 0 0 2783 4 0 0 20 0 2 0 138986588 513875968 109436 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 248.96 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 437744 KiB

[startup+282.3 s]
/proc/loadavg: 5.17 5.59 4.45 6/254 107976
/proc/meminfo: memFree=125791040/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501832 memory=438512 CPUtime=308.75 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 140719 0 0 0 30848 27 0 0 20 0 2 0 138985558 513875968 109628 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125458 109628 3328 6655 0 113405 0
[pid=107964/tid=107967] ppid=107961 vsize=501832 memory=438512 CPUtime=27.87 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) S 107961 107964 107429 0 -1 4194368 14349 0 0 0 2783 4 0 0 20 0 2 0 138986588 513875968 109628 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 308.75 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 438512 KiB

[startup+342.3 s]
/proc/loadavg: 5.10 5.50 4.49 6/254 107978
/proc/meminfo: memFree=125649372/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=501832 memory=442992 CPUtime=368.53 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 148566 0 0 0 36826 27 0 0 20 0 2 0 138985558 513875968 110748 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 125458 110748 3328 6655 0 113405 0
[pid=107964/tid=107967] ppid=107961 vsize=501832 memory=438512 CPUtime=27.87 cores=5,7
/proc/107964/task/107967/stat : 107967 (LSIPExact) S 107961 107964 107429 0 -1 4194368 14349 0 0 0 2783 4 0 0 20 0 2 0 138986588 513875968 110748 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
Current children cumulated CPU time: 368.53 s
Current children cumulated vsize: 501832 KiB
Current children cumulated memory: 442992 KiB


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

Current children cumulated memory: 742860 KiB

[startup+3102.3 s]
/proc/loadavg: 6.43 6.62 5.99 7/255 108534
/proc/meminfo: memFree=128179092/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=461440 memory=432692 CPUtime=2359.83 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 81890 0 0 0 235897 86 0 0 20 0 1 0 139058974 472514560 108173 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 115360 108173 1120 1011 0 114127 0
Current children cumulated CPU time: 3118.97 s
Current children cumulated vsize: 868212 KiB
Current children cumulated memory: 744140 KiB

[startup+3162.3 s]
/proc/loadavg: 6.21 6.52 6.00 7/254 108536
/proc/meminfo: memFree=128064032/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=468504 memory=439764 CPUtime=2419.58 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 82730 0 0 0 241872 86 0 0 20 0 1 0 139058974 479748096 109941 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 117126 109941 1120 1011 0 115893 0
Current children cumulated CPU time: 3178.72 s
Current children cumulated vsize: 875276 KiB
Current children cumulated memory: 751212 KiB

[startup+3222.3 s]
/proc/loadavg: 6.12 6.44 6.00 7/254 108539
/proc/meminfo: memFree=127959988/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=470468 memory=441684 CPUtime=2479.34 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 83291 0 0 0 247844 90 0 0 20 0 1 0 139058974 481759232 110421 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 117617 110421 1120 1011 0 116384 0
Current children cumulated CPU time: 3238.48 s
Current children cumulated vsize: 877240 KiB
Current children cumulated memory: 753132 KiB

[startup+3282.3 s]
/proc/loadavg: 6.22 6.40 6.01 7/254 108541
/proc/meminfo: memFree=127873480/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=470468 memory=441684 CPUtime=2539.13 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 83326 0 0 0 253815 98 0 0 20 0 1 0 139058974 481759232 110421 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 117617 110421 1120 1011 0 116384 0
Current children cumulated CPU time: 3298.27 s
Current children cumulated vsize: 877240 KiB
Current children cumulated memory: 753132 KiB

[startup+3342.3 s]
/proc/loadavg: 6.13 6.34 6.01 7/254 108543
/proc/meminfo: memFree=127794920/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=470468 memory=441684 CPUtime=2598.9 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 83333 0 0 0 259779 111 0 0 20 0 1 0 139058974 481759232 110421 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 117617 110421 1120 1011 0 116384 0
Current children cumulated CPU time: 3358.04 s
Current children cumulated vsize: 877240 KiB
Current children cumulated memory: 753132 KiB

[startup+3402.3 s]
/proc/loadavg: 6.21 6.33 6.03 7/254 108545
/proc/meminfo: memFree=127732888/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=470468 memory=441684 CPUtime=2658.67 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 83441 0 0 0 265749 118 0 0 20 0 1 0 139058974 481759232 110421 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 117617 110421 1120 1011 0 116384 0
Current children cumulated CPU time: 3417.81 s
Current children cumulated vsize: 877240 KiB
Current children cumulated memory: 753132 KiB

[startup+3462.3 s]
/proc/loadavg: 6.14 6.28 6.03 7/254 108547
/proc/meminfo: memFree=127622156/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=478116 memory=449408 CPUtime=2718.44 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 83836 0 0 0 271725 119 0 0 20 0 1 0 139058974 489590784 112352 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 119529 112352 1120 1011 0 118296 0
Current children cumulated CPU time: 3477.58 s
Current children cumulated vsize: 884888 KiB
Current children cumulated memory: 760856 KiB

[startup+3522.3 s]
/proc/loadavg: 5.70 6.15 5.99 6/253 108556
/proc/meminfo: memFree=127454920/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=479204 memory=456576 CPUtime=2778.2 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 84207 0 0 0 277701 119 0 0 20 0 1 0 139058974 490704896 114144 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 119801 114144 1120 1011 0 118568 0
Current children cumulated CPU time: 3537.34 s
Current children cumulated vsize: 885976 KiB
Current children cumulated memory: 768024 KiB

[startup+3582.3 s]
/proc/loadavg: 5.35 5.97 5.94 6/253 108559
/proc/meminfo: memFree=127352580/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=482576 memory=459904 CPUtime=2837.97 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 85108 0 0 0 283677 120 0 0 20 0 1 0 139058974 494157824 114976 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 120644 114976 1120 1011 0 119411 0
Current children cumulated CPU time: 3597.11 s
Current children cumulated vsize: 889348 KiB
Current children cumulated memory: 771352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.2 s]
/proc/loadavg: 5.33 5.95 5.94 6/253 108559
/proc/meminfo: memFree=127349344/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=759.14 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) S 107961 107964 107429 0 -1 4194304 168987 0 0 0 75883 31 0 0 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
[pid=107999] ppid=107964 vsize=482576 memory=459904 CPUtime=2840.86 cores=5,7
/proc/107999/stat : 107999 (Exact) R 107964 107999 107999 0 -1 4194304 85108 0 0 0 283966 120 0 0 20 0 1 0 139058974 494157824 114976 18446744073709551615 4198400 8335837 140736785570912 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 33337344 140736785578169 140736785578523 140736785578523 140736785584079 0
/proc/107999/statm: 120644 114976 1120 1011 0 119411 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 889348 KiB
Current children cumulated memory: 771352 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.66 s, system=1.56081 s

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

[startup+3585.4 s]
/proc/loadavg: 5.33 5.95 5.94 6/253 108559
/proc/meminfo: memFree=127349344/131382120 swapFree=33010160/33010684
[pid=107964] ppid=107961 vsize=406772 memory=311448 CPUtime=3600.11 cores=5,7
/proc/107964/stat : 107964 (LSIPExact) R 107961 107964 107429 0 -1 4194304 174465 85257 0 0 75891 32 283967 121 20 0 1 0 138985558 416534528 77862 18446744073709551615 94922493599744 94922520856913 140730655779536 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94922529358984 94922529790592 94922562625536 140730655787352 140730655787528 140730655787528 140730655793132 0
/proc/107964/statm: 101693 77862 3360 6655 0 89640 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 406772 KiB
Current children cumulated memory: 311448 KiB

Child status: 0

Real time (s): 3585.5
CPU time (s): 3600.23
CPU user time (s): 3598.66
CPU system time (s): 1.56081
CPU usage (%): 100.411
Max. virtual memory (cumulated for all children) (KiB): 889348
Max. memory (cumulated for all children) (KiB): 771352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.66
system time used= 1.56081
maximum resident set size= 502268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272678
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= 488
involuntary context switches= 20773


# summary of solver processes directly reported to runsolver:
#   pid: 107964
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.66
#   total CPU system time (s): 1.56081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1692 second user time and 36.8192 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 13:24:24
IDJOB=4526993
IDBENCH=154773
IDSOLVER=3384
FILE ID=nodeC008/4526993-1752233064
RUNJOBID= nodeC008-1752232205-107449
SLURM_JOB_ID= 9682519
Free space on /tmp= 432664 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-4526993-1752233064/watcher-4526993-1752233064 -o /tmp/evaluation-result-4526993-1752233064/solver-4526993-1752233064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752232205-107449 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526993-1752233064.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= f7b2b496c30aa17fcbe59599d08153aa
RANDOM SEED=133869697

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126791268 kB
MemAvailable:   127224516 kB
Buffers:            2128 kB
Cached:          1225668 kB
SwapCached:           16 kB
Active:          3283304 kB
Inactive:         692748 kB
Active(anon):    2732356 kB
Inactive(anon):    33820 kB
Active(file):     550948 kB
Inactive(file):   658928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49664 kB
Writeback:             4 kB
AnonPages:       2747408 kB
Mapped:           151584 kB
Shmem:             17920 kB
KReclaimable:     125996 kB
Slab:             213212 kB
SReclaimable:     125996 kB
SUnreclaim:        87216 kB
KernelStack:        4080 kB
PageTables:         8524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    3173932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432632 MiB
End job on nodeC008 at 2025-07-11 14:24:10