Trace number 4526977

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.13 2912.75

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
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 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1421.58/726.16	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1421.58/726.16	c numVar: 23621
1421.58/726.16	c numCon: 67526
1421.58/726.16	c numEqual: 0
1421.58/726.16	c intSize: 9
1421.58/726.16	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1421.58/726.16	c ------------------- Paras list -------------------
1421.58/726.16	c Name                	 Type      	 Now       	 Default   	 Comment
1421.58/726.16	c timeout             	 double    	 3600.000000	 3600      	 
1421.58/726.16	c mip_time            	 double    	 0.200000  	 0.5       	 
1421.58/726.16	c ls_time             	 double    	 10.000000 	 10        	 
1421.58/726.16	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1421.58/726.16	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1421.58/726.16	c random_seed         	 int       	 0         	 0         	 
1421.58/726.16	c sample_size         	 int       	 50        	 50        	 
1421.58/726.16	c sub_score           	 int       	 1         	 1         	 
1421.58/726.16	c tabu_base           	 int       	 3         	 3         	 
1421.58/726.16	c tabu_variation      	 int       	 1         	 1         	 
1421.58/726.16	c sub_div             	 int       	 4         	 4         	 
1421.58/726.16	c nbcore              	 int       	 2         	 1         	 
1421.58/726.16	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1421.58/726.16	c print_sol           	 int       	 1         	 1         	 
1421.58/726.16	c tmpdir              	 string		 .         	 "."       	 
1421.58/726.16	c home                	 string		 HOME	 "."       	 
1421.58/726.16	c benchname           	 string		 HOME/instance-4526977-1752232236.opb	 ""        	 
1421.58/726.16	c --------------------------------------------------
1421.58/726.16	c Local Search solver
1421.58/726.16	c MIP solver
1421.58/726.16	c use Exact solver
3600.06/2912.60	c receive signal 15, try to interrupt solver...
1421.68/2912.71	c Exact solver (PID 115454) interrupted gracefully.
1421.68/2912.74	s UNKNOWN
1421.68/2912.74	c Total time: 2913

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=115417, runsolver pid=115414

[startup+0.100065 s]*
/proc/loadavg: 2.22 0.59 0.26 6/267 115418
/proc/meminfo: memFree=125737304/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=0.09 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11596 0 0 0 7 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+0.205565 s]*
/proc/loadavg: 2.22 0.59 0.26 7/267 115418
/proc/meminfo: memFree=125737304/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=0.19 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11599 0 0 0 17 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+0.305661 s]*
/proc/loadavg: 2.22 0.59 0.26 6/267 115418
/proc/meminfo: memFree=125737304/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=0.29 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11599 0 0 0 27 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+0.700178 s]
/proc/loadavg: 2.22 0.59 0.26 6/267 115418
/proc/meminfo: memFree=125737576/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=0.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11599 0 0 0 66 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+1.50017 s]
/proc/loadavg: 2.22 0.59 0.26 6/267 115418
/proc/meminfo: memFree=125737576/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=1.47 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11599 0 0 0 145 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+3.10537 s]
/proc/loadavg: 2.44 0.67 0.28 6/267 115418
/proc/meminfo: memFree=125730080/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=3.08 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11600 0 0 0 306 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+6.30016 s]
/proc/loadavg: 2.44 0.67 0.28 6/267 115418
/proc/meminfo: memFree=125719432/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=87048 memory=52504 CPUtime=6.26 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 11601 0 0 0 624 2 0 0 20 0 1 0 138902052 89137152 13126 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 21762 13126 1184 6655 0 11997 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 87048 KiB
Current children cumulated memory: 52504 KiB

[startup+12.7002 s]
/proc/loadavg: 2.65 0.74 0.31 8/269 115420
/proc/meminfo: memFree=125438484/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=319172 memory=242112 CPUtime=13.88 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 50092 0 0 0 1378 10 0 0 20 0 2 0 138902052 326832128 60528 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 79793 60528 2944 6655 0 63576 0
[pid=115417/tid=115420] ppid=115414 vsize=319172 memory=6256 CPUtime=1.24 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 6311 0 0 0 122 2 0 0 20 0 2 0 138903064 326832128 60528 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 13.88 s
Current children cumulated vsize: 319172 KiB
Current children cumulated memory: 242112 KiB

[startup+25.5002 s]
/proc/loadavg: 3.68 1.06 0.42 8/269 115420
/proc/meminfo: memFree=125232580/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=364180 memory=307580 CPUtime=36.99 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 77192 0 0 0 3683 16 0 0 20 0 2 0 138902052 372920320 76895 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 91045 76895 3520 6655 0 77329 0
[pid=115417/tid=115420] ppid=115414 vsize=364180 memory=253872 CPUtime=11.76 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 18581 0 0 0 1172 4 0 0 20 0 2 0 138903064 372920320 76895 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 36.99 s
Current children cumulated vsize: 364180 KiB
Current children cumulated memory: 307580 KiB

[startup+51.1057 s]
/proc/loadavg: 4.81 1.54 0.60 8/269 115421
/proc/meminfo: memFree=125079240/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=484236 memory=427052 CPUtime=87.8 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 114923 0 0 0 8758 22 0 0 20 0 2 0 138902052 495857664 106763 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 121059 106763 3520 6655 0 109119 0
[pid=115417/tid=115420] ppid=115414 vsize=484236 memory=427052 CPUtime=37.06 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 29427 0 0 0 3701 5 0 0 20 0 2 0 138903064 495857664 106763 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 87.8 s
Current children cumulated vsize: 484236 KiB
Current children cumulated memory: 427052 KiB

[startup+102.3 s]
/proc/loadavg: 6.09 2.40 0.94 8/270 115424
/proc/meminfo: memFree=125004588/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=484236 memory=439340 CPUtime=188.73 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 128635 0 0 0 18846 27 0 0 20 0 2 0 138902052 495857664 109835 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 121059 109835 3520 6655 0 111210 0
[pid=115417/tid=115420] ppid=115414 vsize=484236 memory=21248 CPUtime=87.01 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 43109 0 0 0 8690 11 0 0 20 0 2 0 138903064 495857664 109835 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 188.73 s
Current children cumulated vsize: 484236 KiB
Current children cumulated memory: 439340 KiB

[startup+162.3 s]
/proc/loadavg: 6.80 3.28 1.34 8/270 115426
/proc/meminfo: memFree=124982164/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=484236 memory=440636 CPUtime=307.92 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 189306 0 0 0 30743 49 0 0 20 0 2 0 138902052 495857664 110159 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 121059 110159 3520 6655 0 111293 0
[pid=115417/tid=115420] ppid=115414 vsize=484236 memory=440024 CPUtime=146.38 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 77128 0 0 0 14609 29 0 0 20 0 2 0 138903064 495857664 110159 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 307.92 s
Current children cumulated vsize: 484236 KiB
Current children cumulated memory: 440636 KiB

[startup+222.3 s]
/proc/loadavg: 6.97 3.98 1.70 8/271 115429
/proc/meminfo: memFree=124928516/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=549772 memory=463348 CPUtime=427.12 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 200041 0 0 0 42650 62 0 0 20 0 2 0 138902052 562966528 115837 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 137443 115837 3520 6655 0 117000 0
[pid=115417/tid=115420] ppid=115414 vsize=549772 memory=463348 CPUtime=205.77 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 86187 0 0 0 20535 42 0 0 20 0 2 0 138903064 562966528 115837 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 427.12 s
Current children cumulated vsize: 549772 KiB
Current children cumulated memory: 463348 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 4.56 2.05 8/271 115430
/proc/meminfo: memFree=124899352/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=549772 memory=469108 CPUtime=546.31 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 257202 0 0 0 54564 67 0 0 20 0 2 0 138902052 562966528 117277 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 137443 117277 3520 6655 0 118634 0
[pid=115417/tid=115420] ppid=115414 vsize=549772 memory=469108 CPUtime=265.15 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 110385 0 0 0 26471 44 0 0 20 0 2 0 138903064 562966528 117277 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 546.31 s
Current children cumulated vsize: 549772 KiB
Current children cumulated memory: 469108 KiB

[startup+342.3 s]
/proc/loadavg: 7.17 5.04 2.37 8/268 115432
/proc/meminfo: memFree=124814640/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=549772 memory=469108 CPUtime=665.54 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) R 115414 115417 115241 0 -1 4194304 265877 0 0 0 66487 67 0 0 20 0 2 0 138902052 562966528 117277 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 137443 117277 3520 6655 0 118634 0
[pid=115417/tid=115420] ppid=115414 vsize=549772 memory=469108 CPUtime=324.56 cores=1,3
/proc/115417/task/115420/stat : 115420 (LSIPExact) R 115414 115417 115241 0 -1 4194368 113930 0 0 0 32411 45 0 0 20 0 2 0 138903064 562966528 117277 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
Current children cumulated CPU time: 665.54 s
Current children cumulated vsize: 549772 KiB
Current children cumulated memory: 469108 KiB

[startup+402.3 s]

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

Current children cumulated memory: 666452 KiB

[startup+2382.3 s]
/proc/loadavg: 6.12 6.25 6.05 7/269 115716
/proc/meminfo: memFree=123427780/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=199340 memory=190368 CPUtime=1649.83 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 38315 0 0 0 164917 66 0 0 20 0 1 0 138974668 204124160 47592 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 49835 47592 1120 1011 0 48602 0
Current children cumulated CPU time: 3071.51 s
Current children cumulated vsize: 734120 KiB
Current children cumulated memory: 667092 KiB

[startup+2442.3 s]
/proc/loadavg: 6.11 6.22 6.05 7/269 115718
/proc/meminfo: memFree=123405768/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=200260 memory=191264 CPUtime=1709.64 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 38604 0 0 0 170894 70 0 0 20 0 1 0 138974668 205066240 47816 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 50065 47816 1120 1011 0 48832 0
Current children cumulated CPU time: 3131.32 s
Current children cumulated vsize: 735040 KiB
Current children cumulated memory: 667988 KiB

[startup+2502.3 s]
/proc/loadavg: 6.09 6.19 6.05 7/270 115727
/proc/meminfo: memFree=123394452/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=200808 memory=191776 CPUtime=1769.44 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 38751 0 0 0 176872 72 0 0 20 0 1 0 138974668 205627392 47944 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 50202 47944 1120 1011 0 48969 0
Current children cumulated CPU time: 3191.12 s
Current children cumulated vsize: 735588 KiB
Current children cumulated memory: 668500 KiB

[startup+2562.3 s]
/proc/loadavg: 6.07 6.17 6.05 7/268 115729
/proc/meminfo: memFree=123385376/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=201312 memory=192288 CPUtime=1829.24 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 38877 0 0 0 182851 73 0 0 20 0 1 0 138974668 206143488 48072 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 50328 48072 1120 1011 0 49095 0
Current children cumulated CPU time: 3250.92 s
Current children cumulated vsize: 736092 KiB
Current children cumulated memory: 669012 KiB

[startup+2622.3 s]
/proc/loadavg: 5.34 5.95 5.98 6/267 115732
/proc/meminfo: memFree=123215416/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=202532 memory=195612 CPUtime=1889.04 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 39188 0 0 0 188828 76 0 0 20 0 1 0 138974668 207392768 48903 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 50633 48903 1120 1011 0 49400 0
Current children cumulated CPU time: 3310.72 s
Current children cumulated vsize: 737312 KiB
Current children cumulated memory: 672336 KiB

[startup+2682.3 s]
/proc/loadavg: 4.68 5.65 5.88 5/267 115736
/proc/meminfo: memFree=122944240/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=204232 memory=197276 CPUtime=1948.85 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 39621 0 0 0 194802 83 0 0 20 0 1 0 138974668 209133568 49319 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 51058 49319 1120 1011 0 49825 0
Current children cumulated CPU time: 3370.53 s
Current children cumulated vsize: 739012 KiB
Current children cumulated memory: 674000 KiB

[startup+2742.3 s]
/proc/loadavg: 4.35 5.38 5.77 5/267 115738
/proc/meminfo: memFree=122539004/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=205712 memory=198684 CPUtime=2008.65 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 39991 0 0 0 200782 83 0 0 20 0 1 0 138974668 210649088 49671 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 51428 49671 1120 1011 0 50195 0
Current children cumulated CPU time: 3430.33 s
Current children cumulated vsize: 740492 KiB
Current children cumulated memory: 675408 KiB

[startup+2802.3 s]
/proc/loadavg: 4.13 5.12 5.65 5/266 115740
/proc/meminfo: memFree=122421400/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=206724 memory=199708 CPUtime=2068.45 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 40326 0 0 0 206760 85 0 0 20 0 1 0 138974668 211685376 49927 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 51681 49927 1120 1011 0 50448 0
Current children cumulated CPU time: 3490.13 s
Current children cumulated vsize: 741504 KiB
Current children cumulated memory: 676432 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.95 5.56 5/267 115742
/proc/meminfo: memFree=122410752/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=206724 memory=201852 CPUtime=2128.25 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 40328 0 0 0 212739 86 0 0 20 0 1 0 138974668 211685376 50463 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 51681 50463 1120 1011 0 50448 0
Current children cumulated CPU time: 3549.93 s
Current children cumulated vsize: 741504 KiB
Current children cumulated memory: 678576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2912.6 s]
/proc/loadavg: 4.13 4.81 5.48 5/267 115744
/proc/meminfo: memFree=122332636/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380568 0 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
[pid=115454] ppid=115417 vsize=211076 memory=206080 CPUtime=2178.38 cores=1,3
/proc/115454/stat : 115454 (Exact) R 115417 115454 115454 0 -1 4194304 40905 0 0 0 217751 87 0 0 20 0 1 0 138974668 216141824 51520 18446744073709551615 4198400 8335837 140723399791728 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 21929984 140723399801017 140723399801371 140723399801371 140723399806927 0
/proc/115454/statm: 52769 51520 1120 1011 0 51536 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 745856 KiB
Current children cumulated memory: 682804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.70471 s

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

[startup+2912.7 s]
/proc/loadavg: 4.13 4.81 5.48 5/267 115744
/proc/meminfo: memFree=122332636/131249996 swapFree=33010160/33010684
[pid=115417] ppid=115414 vsize=534780 memory=476724 CPUtime=1421.68 cores=1,3
/proc/115417/stat : 115417 (LSIPExact) S 115414 115417 115241 0 -1 4194304 380569 136 0 0 142087 81 0 0 20 0 1 0 138902052 547614720 119181 18446744073709551615 94005683109888 94005710367057 140721356867488 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94005718869128 94005719300736 94005743661056 140721356872024 140721356872200 140721356872200 140721356877804 0
/proc/115417/statm: 133695 119181 3584 6655 0 117186 0
Current children cumulated CPU time: 1421.68 s
Current children cumulated vsize: 534780 KiB
Current children cumulated memory: 476724 KiB

Child status: 0

Real time (s): 2912.75
CPU time (s): 3600.13
CPU user time (s): 3598.43
CPU system time (s): 1.70471
CPU usage (%): 123.599
Max. virtual memory (cumulated for all children) (KiB): 745856
Max. memory (cumulated for all children) (KiB): 682804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.70471
maximum resident set size= 521140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429933
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= 571
involuntary context switches= 14630


# summary of solver processes directly reported to runsolver:
#   pid: 115417
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.70471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.90212 second user time and 13.0671 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-11 13:10:36
IDJOB=4526977
IDBENCH=147736
IDSOLVER=3384
FILE ID=nodeC029/4526977-1752232236
RUNJOBID= nodeC029-1752232205-115260
SLURM_JOB_ID= 9682540
Free space on /tmp= 432072 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526977-1752232236/watcher-4526977-1752232236 -o /tmp/evaluation-result-4526977-1752232236/solver-4526977-1752232236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1752232205-115260 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526977-1752232236.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=1287912451

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125761220 kB
MemAvailable:   129502084 kB
Buffers:            2128 kB
Cached:          4530320 kB
SwapCached:           40 kB
Active:           757304 kB
Inactive:        4087084 kB
Active(anon):     325200 kB
Inactive(anon):     4764 kB
Active(file):     432104 kB
Inactive(file):  4082320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92464 kB
Writeback:             8 kB
AnonPages:        313128 kB
Mapped:           138336 kB
Shmem:             18020 kB
KReclaimable:     131356 kB
Slab:             223844 kB
SReclaimable:     131356 kB
SUnreclaim:        92488 kB
KernelStack:        4240 kB
PageTables:         3708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     682728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432020 MiB
End job on nodeC029 at 2025-07-11 13:59:09