Trace number 4527005

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.15 2969.75

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
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 variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61941 MiB free)
  memory of node 1: 64507 MiB (61292 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=117926, runsolver pid=117923

[startup+0.100063 s]*
/proc/loadavg: 6.00 6.94 4.61 6/269 117927
/proc/meminfo: memFree=126140252/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=0.09 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12827 0 0 0 7 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+0.205623 s]*
/proc/loadavg: 6.00 6.94 4.61 6/269 117927
/proc/meminfo: memFree=126140252/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=0.2 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12828 0 0 0 18 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+0.305558 s]*
/proc/loadavg: 6.00 6.93 4.61 6/269 117927
/proc/meminfo: memFree=126140252/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=0.3 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12828 0 0 0 28 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+0.700182 s]
/proc/loadavg: 6.00 6.93 4.61 6/269 117927
/proc/meminfo: memFree=126140252/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=0.69 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12828 0 0 0 67 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+1.50018 s]
/proc/loadavg: 6.00 6.93 4.61 6/269 117927
/proc/meminfo: memFree=126140252/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=1.48 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12828 0 0 0 146 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+3.10535 s]
/proc/loadavg: 6.00 6.93 4.61 6/269 117927
/proc/meminfo: memFree=126140292/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=3.08 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12829 0 0 0 306 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+6.30015 s]
/proc/loadavg: 5.92 6.89 4.62 6/269 117928
/proc/meminfo: memFree=126132116/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=91960 memory=57388 CPUtime=6.27 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 12830 0 0 0 625 2 0 0 20 0 1 0 138983771 94167040 14347 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 22990 14347 1152 6655 0 13225 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 57388 KiB

[startup+12.7002 s]
/proc/loadavg: 5.85 6.86 4.62 7/270 117929
/proc/meminfo: memFree=125988840/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=285116 memory=194596 CPUtime=14.61 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 43057 0 0 0 1453 8 0 0 20 0 2 0 138983771 291958784 48649 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 71279 48649 3296 6655 0 49896 0
[pid=117926/tid=117929] ppid=117923 vsize=285116 memory=194468 CPUtime=1.96 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) R 117923 117926 117068 0 -1 4194368 4324 0 0 0 196 0 0 0 20 0 2 0 138984782 291958784 48649 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 285116 KiB
Current children cumulated memory: 194596 KiB

[startup+25.5002 s]
/proc/loadavg: 5.72 6.80 4.62 6/270 117929
/proc/meminfo: memFree=125989700/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=285248 memory=194852 CPUtime=29.76 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 43173 0 0 0 2968 8 0 0 20 0 2 0 138983771 292093952 48713 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 71312 48713 3296 6655 0 49929 0
[pid=117926/tid=117929] ppid=117923 vsize=285248 memory=194852 CPUtime=4.35 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) S 117923 117926 117068 0 -1 4194368 4325 0 0 0 435 0 0 0 20 0 2 0 138984782 292093952 48713 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 29.76 s
Current children cumulated vsize: 285248 KiB
Current children cumulated memory: 194852 KiB

[startup+51.1055 s]
/proc/loadavg: 5.51 6.64 4.64 6/270 117929
/proc/meminfo: memFree=125985292/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=285380 memory=195108 CPUtime=55.27 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 48054 0 0 0 5518 9 0 0 20 0 2 0 138983771 292229120 48777 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 71345 48777 3296 6655 0 49962 0
[pid=117926/tid=117929] ppid=117923 vsize=285380 memory=16432 CPUtime=4.35 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) S 117923 117926 117068 0 -1 4194368 4325 0 0 0 435 0 0 0 20 0 2 0 138984782 292229120 48777 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 55.27 s
Current children cumulated vsize: 285380 KiB
Current children cumulated memory: 195108 KiB

[startup+102.3 s]
/proc/loadavg: 5.57 6.47 4.69 7/269 117931
/proc/meminfo: memFree=125935124/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=318136 memory=234020 CPUtime=127.79 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 66939 0 0 0 12768 11 0 0 20 0 2 0 138983771 325771264 58505 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 79534 58505 3360 6655 0 61013 0
[pid=117926/tid=117929] ppid=117923 vsize=318136 memory=20224 CPUtime=25.89 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) R 117923 117926 117068 0 -1 4194368 10453 0 0 0 2588 1 0 0 20 0 2 0 138984782 325771264 58505 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 127.79 s
Current children cumulated vsize: 318136 KiB
Current children cumulated memory: 234020 KiB

[startup+162.3 s]
/proc/loadavg: 5.84 6.38 4.77 7/270 117934
/proc/meminfo: memFree=125903188/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=318608 memory=234916 CPUtime=246.78 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 99833 0 0 0 24664 14 0 0 20 0 2 0 138983771 326254592 58729 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 79652 58729 3360 6655 0 61131 0
[pid=117926/tid=117929] ppid=117923 vsize=318608 memory=234916 CPUtime=85.17 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) R 117923 117926 117068 0 -1 4194368 25847 0 0 0 8514 3 0 0 20 0 2 0 138984782 326254592 58729 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 246.78 s
Current children cumulated vsize: 318608 KiB
Current children cumulated memory: 234916 KiB

[startup+222.3 s]
/proc/loadavg: 6.05 6.34 4.86 7/270 117937
/proc/meminfo: memFree=125903360/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=318784 memory=235684 CPUtime=365.77 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 102787 0 0 0 36561 16 0 0 20 0 2 0 138983771 326434816 58921 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 79696 58921 3360 6655 0 61175 0
[pid=117926/tid=117929] ppid=117923 vsize=318784 memory=235428 CPUtime=144.45 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) R 117923 117926 117068 0 -1 4194368 26220 0 0 0 14441 4 0 0 20 0 2 0 138984782 326434816 58921 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 365.77 s
Current children cumulated vsize: 318784 KiB
Current children cumulated memory: 235684 KiB

[startup+282.3 s]
/proc/loadavg: 6.08 6.29 4.94 7/269 117939
/proc/meminfo: memFree=125878896/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=334000 memory=256980 CPUtime=484.8 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 138848 0 0 0 48458 22 0 0 20 0 2 0 138983771 342016000 64245 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 83500 64245 3392 6655 0 66179 0
[pid=117926/tid=117929] ppid=117923 vsize=334000 memory=270244 CPUtime=203.77 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) R 117923 117926 117068 0 -1 4194368 33839 0 0 0 20371 6 0 0 20 0 2 0 138984782 342016000 64245 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 484.8 s
Current children cumulated vsize: 334000 KiB
Current children cumulated memory: 256980 KiB

[startup+342.3 s]
/proc/loadavg: 6.13 6.27 5.02 7/268 117941
/proc/meminfo: memFree=125866272/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=338968 memory=270988 CPUtime=602.15 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) R 117923 117926 117068 0 -1 4194304 176284 0 0 0 60189 26 0 0 20 0 2 0 138983771 347103232 67747 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 84742 67747 3392 6655 0 69090 0
[pid=117926/tid=117929] ppid=117923 vsize=338968 memory=270244 CPUtime=261.4 cores=0,2
/proc/117926/task/117929/stat : 117929 (LSIPExact) R 117923 117926 117068 0 -1 4194368 43664 0 0 0 26133 7 0 0 20 0 2 0 138984782 347103232 67747 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
Current children cumulated CPU time: 602.15 s
Current children cumulated vsize: 338968 KiB
Current children cumulated memory: 270988 KiB

[startup+402.3 s]

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

Current children cumulated memory: 560124 KiB

[startup+2442.3 s]
/proc/loadavg: 5.31 5.09 5.04 7/268 118293
/proc/meminfo: memFree=118709368/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=265804 memory=258112 CPUtime=1710.6 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 50891 0 0 0 170933 127 0 0 20 0 1 0 139056384 272183296 64528 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 66451 64528 1120 1011 0 65218 0
Current children cumulated CPU time: 3074.53 s
Current children cumulated vsize: 627772 KiB
Current children cumulated memory: 561532 KiB

[startup+2502.3 s]
/proc/loadavg: 5.26 5.12 5.05 6/269 118297
/proc/meminfo: memFree=118879900/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=267040 memory=259264 CPUtime=1770.43 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 51283 0 0 0 176916 127 0 0 20 0 1 0 139056384 273448960 64816 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 66760 64816 1120 1011 0 65527 0
Current children cumulated CPU time: 3134.36 s
Current children cumulated vsize: 629008 KiB
Current children cumulated memory: 562684 KiB

[startup+2562.3 s]
/proc/loadavg: 5.72 5.27 5.10 7/268 118299
/proc/meminfo: memFree=115949692/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=267820 memory=260160 CPUtime=1830.26 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 51504 0 0 0 182892 134 0 0 20 0 1 0 139056384 274247680 65040 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 66955 65040 1120 1011 0 65722 0
Current children cumulated CPU time: 3194.19 s
Current children cumulated vsize: 629788 KiB
Current children cumulated memory: 563580 KiB

[startup+2622.3 s]
/proc/loadavg: 6.20 5.50 5.19 7/268 118301
/proc/meminfo: memFree=115923736/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=270568 memory=264900 CPUtime=1890.08 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 51683 0 0 0 188874 134 0 0 20 0 1 0 139056384 277061632 66225 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 67642 66225 1120 1011 0 66409 0
Current children cumulated CPU time: 3254.01 s
Current children cumulated vsize: 632536 KiB
Current children cumulated memory: 568320 KiB

[startup+2682.3 s]
/proc/loadavg: 5.89 5.55 5.23 6/268 118304
/proc/meminfo: memFree=115869640/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=270840 memory=265284 CPUtime=1949.89 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 51760 0 0 0 194854 135 0 0 20 0 1 0 139056384 277340160 66321 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 67710 66321 1152 1011 0 66477 0
Current children cumulated CPU time: 3313.82 s
Current children cumulated vsize: 632808 KiB
Current children cumulated memory: 568704 KiB

[startup+2742.3 s]
/proc/loadavg: 5.38 5.47 5.22 6/268 118306
/proc/meminfo: memFree=115829192/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=270840 memory=265284 CPUtime=2009.67 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 51760 0 0 0 200816 151 0 0 20 0 1 0 139056384 277340160 66321 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 67710 66321 1152 1011 0 66477 0
Current children cumulated CPU time: 3373.6 s
Current children cumulated vsize: 632808 KiB
Current children cumulated memory: 568704 KiB

[startup+2802.3 s]
/proc/loadavg: 5.25 5.41 5.22 6/267 118308
/proc/meminfo: memFree=115793564/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=312404 memory=269536 CPUtime=2069.45 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 52755 0 0 0 206785 160 0 0 20 0 1 0 139056384 319901696 67384 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 78101 67384 1152 1011 0 76868 0
Current children cumulated CPU time: 3433.38 s
Current children cumulated vsize: 674372 KiB
Current children cumulated memory: 572956 KiB

[startup+2862.3 s]
/proc/loadavg: 4.80 5.27 5.18 5/270 118321
/proc/meminfo: memFree=111382136/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=312404 memory=269536 CPUtime=2129.23 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 52761 0 0 0 212763 160 0 0 20 0 1 0 139056384 319901696 67384 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 78101 67384 1152 1011 0 76868 0
Current children cumulated CPU time: 3493.16 s
Current children cumulated vsize: 674372 KiB
Current children cumulated memory: 572956 KiB

[startup+2922.3 s]
/proc/loadavg: 4.34 5.05 5.11 5/270 118323
/proc/meminfo: memFree=101460428/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=313504 memory=270688 CPUtime=2189.02 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 53036 0 0 0 218742 160 0 0 20 0 1 0 139056384 321028096 67672 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 78376 67672 1152 1011 0 77143 0
Current children cumulated CPU time: 3552.95 s
Current children cumulated vsize: 675472 KiB
Current children cumulated memory: 574108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2969.6 s]
/proc/loadavg: 4.28 4.93 5.06 6/270 118417
/proc/meminfo: memFree=126690040/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272009 0 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
[pid=117965] ppid=117926 vsize=314608 memory=273888 CPUtime=2236.15 cores=0,2
/proc/117965/stat : 117965 (Exact) R 117926 117965 117965 0 -1 4194304 53313 0 0 0 223455 160 0 0 20 0 1 0 139056384 322158592 68472 18446744073709551615 4198400 8335837 140737380308800 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 29200384 140737380317369 140737380317723 140737380317723 140737380323279 0
/proc/117965/statm: 78652 68472 1152 1011 0 77419 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 676576 KiB
Current children cumulated memory: 577308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.11 s, system=2.0315 s

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

[startup+2969.7 s]
/proc/loadavg: 4.28 4.93 5.06 6/270 118417
/proc/meminfo: memFree=126690040/131250000 swapFree=33010416/33010684
[pid=117926] ppid=117923 vsize=361968 memory=303420 CPUtime=1363.93 cores=0,2
/proc/117926/stat : 117926 (LSIPExact) S 117923 117926 117068 0 -1 4194304 272010 138 0 0 136352 41 0 0 20 0 1 0 138983771 370655232 75855 18446744073709551615 94574006820864 94574034078033 140734469377408 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 94574042580104 94574043011712 94574067523584 140734469384536 140734469384712 140734469384712 140734469390316 0
/proc/117926/statm: 90492 75855 3392 6655 0 80699 0
Current children cumulated CPU time: 1363.93 s
Current children cumulated vsize: 361968 KiB
Current children cumulated memory: 303420 KiB

Child status: 0

Real time (s): 2969.75
CPU time (s): 3600.15
CPU user time (s): 3598.11
CPU system time (s): 2.0315
CPU usage (%): 121.227
Max. virtual memory (cumulated for all children) (KiB): 676576
Max. memory (cumulated for all children) (KiB): 577308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.12
system time used= 2.0315
maximum resident set size= 353768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333912
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= 439
involuntary context switches= 32370


# summary of solver processes directly reported to runsolver:
#   pid: 117926
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.11
#   total CPU system time (s): 2.0315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69171 second user time and 13.5153 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-11 13:24:19
IDJOB=4527005
IDBENCH=153060
IDSOLVER=3384
FILE ID=nodeC018/4527005-1752233059
RUNJOBID= nodeC018-1752232205-117086
SLURM_JOB_ID= 9682529
Free space on /tmp= 432420 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-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-4527005-1752233059/watcher-4527005-1752233059 -o /tmp/evaluation-result-4527005-1752233059/solver-4527005-1752233059 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1752232205-117086 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527005-1752233059.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=1481364694

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126191472 kB
MemAvailable:   127197208 kB
Buffers:            2128 kB
Cached:          1767632 kB
SwapCached:           32 kB
Active:          3076264 kB
Inactive:        1288964 kB
Active(anon):    2613224 kB
Inactive(anon):      288 kB
Active(file):     463040 kB
Inactive(file):  1288676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47112 kB
Writeback:             4 kB
AnonPages:       2591908 kB
Mapped:           150560 kB
Shmem:             18044 kB
KReclaimable:     186116 kB
Slab:             278964 kB
SReclaimable:     186116 kB
SUnreclaim:        92848 kB
KernelStack:        4336 kB
PageTables:         8300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3023228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1404928 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432396 MiB
End job on nodeC018 at 2025-07-11 14:13:49