Trace number 4527109

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? (MO) 1619.4 944.794

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1402.57/727.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1402.57/727.30	c numVar: 685824
1402.57/727.30	c numCon: 5870
1402.57/727.30	c numEqual: 0
1402.57/727.30	c intSize: 22
1402.57/727.30	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1402.57/727.30	c ------------------- Paras list -------------------
1402.57/727.30	c Name                	 Type      	 Now       	 Default   	 Comment
1402.57/727.30	c timeout             	 double    	 3600.000000	 3600      	 
1402.57/727.30	c mip_time            	 double    	 0.200000  	 0.5       	 
1402.57/727.30	c ls_time             	 double    	 10.000000 	 10        	 
1402.57/727.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1402.57/727.30	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1402.57/727.30	c random_seed         	 int       	 0         	 0         	 
1402.57/727.30	c sample_size         	 int       	 50        	 50        	 
1402.57/727.30	c sub_score           	 int       	 1         	 1         	 
1402.57/727.30	c tabu_base           	 int       	 3         	 3         	 
1402.57/727.30	c tabu_variation      	 int       	 1         	 1         	 
1402.57/727.30	c sub_div             	 int       	 4         	 4         	 
1402.57/727.30	c nbcore              	 int       	 2         	 1         	 
1402.57/727.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1402.57/727.30	c print_sol           	 int       	 1         	 1         	 
1402.57/727.30	c tmpdir              	 string		 .         	 "."       	 
1402.57/727.30	c home                	 string		 HOME	 "."       	 
1402.57/727.30	c benchname           	 string		 HOME/instance-4527109-1752235155.opb	 ""        	 
1402.57/727.30	c --------------------------------------------------
1402.57/727.30	c Local Search solver
1402.57/727.30	c MIP solver
1402.57/727.30	c use Exact solver
1618.32/943.70	c receive signal 15, try to interrupt solver...
1402.57/944.21	c Exact solver (PID 114817) interrupted gracefully.
1619.29/944.71	s UNKNOWN
1619.29/944.71	c Total time: 945

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527109-1752235155/watcher-4527109-1752235155 -o /tmp/evaluation-result-4527109-1752235155/solver-4527109-1752235155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1752232205-113512 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527109-1752235155.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114677, runsolver pid=114674

[startup+0.100061 s]*
/proc/loadavg: 7.37 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115750628/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=102236 memory=43904 CPUtime=0.09 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 9982 0 0 0 7 2 0 0 20 0 1 0 139195002 104689664 10976 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 25559 10976 1152 6655 0 15794 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102236 KiB
Current children cumulated memory: 43904 KiB

[startup+0.205956 s]*
/proc/loadavg: 7.37 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115612512/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=261852 memory=211808 CPUtime=0.19 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 26911 0 0 0 13 6 0 0 20 0 1 0 139195002 268136448 52920 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 65463 52920 1152 6655 0 55698 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 261852 KiB
Current children cumulated memory: 211808 KiB

[startup+0.305899 s]*
/proc/loadavg: 7.37 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115515744/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=355672 memory=305504 CPUtime=0.3 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 50351 0 0 0 20 10 0 0 20 0 1 0 139195002 364208128 76376 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 88918 76376 1152 6655 0 79153 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 355672 KiB
Current children cumulated memory: 305504 KiB

[startup+0.700173 s]
/proc/loadavg: 7.37 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115443420/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=499900 memory=449688 CPUtime=0.68 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 84357 0 0 0 54 14 0 0 20 0 1 0 139195002 511897600 112422 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 124975 112422 1152 6655 0 115210 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 499900 KiB
Current children cumulated memory: 449688 KiB

[startup+1.50017 s]
/proc/loadavg: 7.37 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115258092/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=609084 memory=559000 CPUtime=1.48 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 111685 0 0 0 130 18 0 0 20 0 1 0 139195002 623702016 139750 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 152271 139750 1152 6655 0 142506 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559000 KiB

[startup+3.10583 s]
/proc/loadavg: 7.37 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115254248/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=609084 memory=559000 CPUtime=3.08 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 111737 0 0 0 290 18 0 0 20 0 1 0 139195002 623702016 139750 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 152271 139750 1152 6655 0 142506 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559000 KiB

[startup+6.30016 s]
/proc/loadavg: 7.34 7.09 6.97 8/266 114678
/proc/meminfo: memFree=115254740/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=609084 memory=559000 CPUtime=6.27 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 111841 0 0 0 608 19 0 0 20 0 1 0 139195002 623702016 139750 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 152271 139750 1152 6655 0 142506 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559000 KiB

[startup+12.7002 s]
/proc/loadavg: 7.31 7.09 6.97 8/267 114679
/proc/meminfo: memFree=114803536/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=1210460 memory=1047720 CPUtime=12.65 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 172295 0 0 0 1229 36 0 0 20 0 2 0 139195002 1239511040 261930 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 302615 261930 2880 6655 0 276498 0
[pid=114677/tid=114679] ppid=114674 vsize=1210460 memory=1018032 CPUtime=0 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) S 114674 114677 113493 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139196087 1239511040 261930 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1210460 KiB
Current children cumulated memory: 1047720 KiB

[startup+25.5002 s]
/proc/loadavg: 7.24 7.09 6.97 8/268 114680
/proc/meminfo: memFree=114165948/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=1953692 memory=1639476 CPUtime=25.41 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 282683 0 0 0 2473 68 0 0 20 0 2 0 139195002 2000580608 409869 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 488423 409869 3008 6655 0 462306 0
[pid=114677/tid=114679] ppid=114674 vsize=1953692 memory=1638068 CPUtime=0 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) S 114674 114677 113493 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139196087 2000580608 409869 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1953692 KiB
Current children cumulated memory: 1639476 KiB

[startup+51.1059 s]
/proc/loadavg: 7.50 7.16 7.00 9/268 114680
/proc/meminfo: memFree=112772920/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3499136 memory=3021904 CPUtime=61.51 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 495175 0 0 0 6033 118 0 0 20 0 2 0 139195002 3583115264 755476 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 874784 755476 3392 6655 0 859612 0
[pid=114677/tid=114679] ppid=114674 vsize=3499136 memory=2363148 CPUtime=10.6 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 54813 0 0 0 1047 13 0 0 20 0 2 0 139196087 3583115264 755476 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 61.51 s
Current children cumulated vsize: 3499136 KiB
Current children cumulated memory: 3021904 KiB

[startup+102.3 s]
/proc/loadavg: 7.79 7.29 7.05 9/268 114682
/proc/meminfo: memFree=112648036/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3593228 memory=3130508 CPUtime=163.16 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 591900 0 0 0 16188 128 0 0 20 0 2 0 139195002 3679465472 782627 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 898307 782627 3424 6655 0 883135 0
[pid=114677/tid=114679] ppid=114674 vsize=3593228 memory=3130508 CPUtime=61.24 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 92672 0 0 0 6108 16 0 0 20 0 2 0 139196087 3679465472 782627 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 163.16 s
Current children cumulated vsize: 3593228 KiB
Current children cumulated memory: 3130508 KiB

[startup+162.3 s]
/proc/loadavg: 7.74 7.36 7.09 9/268 114788
/proc/meminfo: memFree=115063960/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3638136 memory=3156028 CPUtime=282.23 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 699500 0 0 0 28088 135 0 0 20 0 2 0 139195002 3725451264 789007 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 909534 789007 3424 6655 0 894362 0
[pid=114677/tid=114679] ppid=114674 vsize=3638136 memory=3130508 CPUtime=120.54 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 120874 0 0 0 12036 18 0 0 20 0 2 0 139196087 3725451264 789007 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 3638136 KiB
Current children cumulated memory: 3156028 KiB

[startup+222.3 s]
/proc/loadavg: 8.31 7.60 7.19 9/269 114797
/proc/meminfo: memFree=115014144/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3638136 memory=3170080 CPUtime=401.3 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 768738 0 0 0 39990 140 0 0 20 0 2 0 139195002 3725451264 792520 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 909534 792520 3424 6655 0 894362 0
[pid=114677/tid=114679] ppid=114674 vsize=3638136 memory=3156156 CPUtime=179.82 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 138753 0 0 0 17963 19 0 0 20 0 2 0 139196087 3725451264 792520 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 3638136 KiB
Current children cumulated memory: 3170080 KiB

[startup+282.3 s]
/proc/loadavg: 8.16 7.69 7.25 9/269 114800
/proc/meminfo: memFree=114724644/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3872072 memory=3440196 CPUtime=520.28 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 898019 0 0 0 51865 163 0 0 20 0 2 0 139195002 3965001728 860049 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 968018 860049 3456 6655 0 952846 0
[pid=114677/tid=114679] ppid=114674 vsize=3872072 memory=3428548 CPUtime=239.08 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 175086 0 0 0 23886 22 0 0 20 0 2 0 139196087 3965001728 860049 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 520.28 s
Current children cumulated vsize: 3872072 KiB
Current children cumulated memory: 3440196 KiB

[startup+342.3 s]
/proc/loadavg: 8.13 7.77 7.31 9/268 114802
/proc/meminfo: memFree=114707812/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3818548 memory=3410680 CPUtime=639.23 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 960352 0 0 0 63747 176 0 0 20 0 2 0 139195002 3910193152 852670 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 954637 852670 3456 6655 0 939465 0
[pid=114677/tid=114679] ppid=114674 vsize=3818548 memory=16532 CPUtime=298.3 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 196427 0 0 0 29806 24 0 0 20 0 2 0 139196087 3910193152 852670 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 639.23 s
Current children cumulated vsize: 3818548 KiB
Current children cumulated memory: 3410680 KiB


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


[startup+582.3 s]
/proc/loadavg: 8.18 8.03 7.53 9/267 114811
/proc/meminfo: memFree=114647264/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3836268 memory=3462560 CPUtime=1115.21 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 1246431 0 0 0 111303 218 0 0 20 0 2 0 139195002 3928338432 865640 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 959067 865640 3456 6655 0 928754 0
[pid=114677/tid=114679] ppid=114674 vsize=3836268 memory=3540276 CPUtime=535.34 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 283980 0 0 0 53501 33 0 0 20 0 2 0 139196087 3928338432 865640 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 1115.21 s
Current children cumulated vsize: 3836268 KiB
Current children cumulated memory: 3462560 KiB

[startup+642.3 s]
/proc/loadavg: 8.18 8.05 7.57 9/267 114813
/proc/meminfo: memFree=114566912/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3836268 memory=3514016 CPUtime=1234.34 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 1329739 0 0 0 123210 224 0 0 20 0 2 0 139195002 3928338432 878504 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 959067 878504 3456 6655 0 941582 0
[pid=114677/tid=114679] ppid=114674 vsize=3836268 memory=3540276 CPUtime=594.67 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 315611 0 0 0 59431 36 0 0 20 0 2 0 139196087 3928338432 878504 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 1234.34 s
Current children cumulated vsize: 3836268 KiB
Current children cumulated memory: 3514016 KiB

[startup+702.3 s]
/proc/loadavg: 8.13 8.06 7.60 9/267 114815
/proc/meminfo: memFree=114396656/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=4017564 memory=3658828 CPUtime=1353.35 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 1465480 0 0 0 135088 247 0 0 20 0 2 0 139195002 4113985536 914707 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 1004391 914707 3456 6655 0 981658 0
[pid=114677/tid=114679] ppid=114674 vsize=4017564 memory=3540276 CPUtime=653.93 cores=1,3
/proc/114677/task/114679/stat : 114679 (LSIPExact) R 114674 114677 113493 0 -1 4194368 353812 0 0 0 65352 41 0 0 20 0 2 0 139196087 4113985536 914707 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
Current children cumulated CPU time: 1353.35 s
Current children cumulated vsize: 4017564 KiB
Current children cumulated memory: 3658828 KiB

[startup+762.3 s]
/proc/loadavg: 7.60 7.93 7.59 6/262 114828
/proc/meminfo: memFree=110419240/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3651164 memory=3341860 CPUtime=1402.57 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) S 114674 114677 113493 0 -1 4194304 1533711 0 0 0 140000 257 0 0 20 0 1 0 139195002 3738791936 835465 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 912791 835465 3488 6655 0 898234 0
[pid=114817] ppid=114677 vsize=6813760 memory=6579616 CPUtime=34.87 cores=1,3
/proc/114817/stat : 114817 (Exact) R 114677 114817 114817 0 -1 4194304 997399 0 0 0 3223 264 0 0 20 0 1 0 139267732 6977290240 1644904 18446744073709551615 4198400 8335837 140720332748624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37736448 140720332757177 140720332757531 140720332757531 140720332763087 0
/proc/114817/statm: 1703440 1644904 960 1011 0 1702207 0
Current children cumulated CPU time: 1437.44 s
Current children cumulated vsize: 10464924 KiB
Current children cumulated memory: 9921476 KiB

[startup+822.3 s]
/proc/loadavg: 6.69 7.61 7.50 7/268 115014
/proc/meminfo: memFree=100882092/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3651164 memory=3341860 CPUtime=1402.57 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) S 114674 114677 113493 0 -1 4194304 1533711 0 0 0 140000 257 0 0 20 0 1 0 139195002 3738791936 835465 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 912791 835465 3488 6655 0 898234 0
[pid=114817] ppid=114677 vsize=17835272 memory=16478876 CPUtime=94.73 cores=1,3
/proc/114817/stat : 114817 (Exact) R 114677 114817 114817 0 -1 4194304 2675734 0 0 0 8784 689 0 0 20 0 1 0 139267732 18263318528 4119719 18446744073709551615 4198400 8335837 140720332748624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37736448 140720332757177 140720332757531 140720332757531 140720332763087 0
/proc/114817/statm: 4458818 4119719 960 1011 0 4457585 0
Current children cumulated CPU time: 1497.3 s
Current children cumulated vsize: 21486436 KiB
Current children cumulated memory: 19820736 KiB

[startup+882.3 s]
/proc/loadavg: 5.42 7.11 7.33 5/269 115019
/proc/meminfo: memFree=97184124/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3651164 memory=3341860 CPUtime=1402.57 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) S 114674 114677 113493 0 -1 4194304 1533711 0 0 0 140000 257 0 0 20 0 1 0 139195002 3738791936 835465 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 912791 835465 3488 6655 0 898234 0
[pid=114817] ppid=114677 vsize=20562968 memory=20037196 CPUtime=154.55 cores=1,3
/proc/114817/stat : 114817 (Exact) R 114677 114817 114817 0 -1 4194304 3274196 0 0 0 14644 811 0 0 20 0 1 0 139267732 21056479232 5009299 18446744073709551615 4198400 8335837 140720332748624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37736448 140720332757177 140720332757531 140720332757531 140720332763087 0
/proc/114817/statm: 5140742 5009299 1088 1011 0 5139509 0
Current children cumulated CPU time: 1557.12 s
Current children cumulated vsize: 24214132 KiB
Current children cumulated memory: 23379056 KiB

[startup+942.3 s]
/proc/loadavg: 4.56 6.55 7.13 5/269 115022
/proc/meminfo: memFree=96508456/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3651164 memory=3341860 CPUtime=1402.57 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) S 114674 114677 113493 0 -1 4194304 1533711 0 0 0 140000 257 0 0 20 0 1 0 139195002 3738791936 835465 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 912791 835465 3488 6655 0 898234 0
[pid=114817] ppid=114677 vsize=20932128 memory=20679208 CPUtime=214.36 cores=1,3
/proc/114817/stat : 114817 (Exact) R 114677 114817 114817 0 -1 4194304 3361744 0 0 0 20604 832 0 0 20 0 1 0 139267732 21434499072 5169802 18446744073709551615 4198400 8335837 140720332748624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37736448 140720332757177 140720332757531 140720332757531 140720332763087 0
/proc/114817/statm: 5233032 5169802 1088 1011 0 5231799 0
Current children cumulated CPU time: 1616.93 s
Current children cumulated vsize: 24583292 KiB
Current children cumulated memory: 24021068 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+943.7 s]
/proc/loadavg: 4.56 6.55 7.13 5/269 115022
/proc/meminfo: memFree=96476324/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3651164 memory=3341860 CPUtime=1402.57 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) S 114674 114677 113493 0 -1 4194304 1533711 0 0 0 140000 257 0 0 20 0 1 0 139195002 3738791936 835465 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 912791 835465 3488 6655 0 898234 0
[pid=114817] ppid=114677 vsize=29096136 memory=20965140 CPUtime=215.75 cores=1,3
/proc/114817/stat : 114817 (Exact) R 114677 114817 114817 0 -1 4194304 3368447 0 0 0 20738 837 0 0 20 0 1 0 139267732 29794443264 5241285 18446744073709551615 4198400 8335837 140720332748624 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 37736448 140720332757177 140720332757531 140720332757531 140720332763087 0
/proc/114817/statm: 7274034 5241285 1088 1011 0 7272801 0
Current children cumulated CPU time: 1618.32 s
Current children cumulated vsize: 32747300 KiB
Current children cumulated memory: 24307000 KiB

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

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

# cumulated CPU time of all completed processes:  user=1607.85 s, system=11.5518 s

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

[startup+944 s]*
/proc/loadavg: 4.52 6.51 7.11 5/269 115023
/proc/meminfo: memFree=104708144/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3651164 memory=3341860 CPUtime=1402.57 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) S 114674 114677 113493 0 -1 4194304 1533711 136 0 0 140000 257 0 0 20 0 1 0 139195002 3738791936 835465 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 912791 835465 3488 6655 0 898234 0
Current children cumulated CPU time: 1402.57 s
Current children cumulated vsize: 3651164 KiB
Current children cumulated memory: 3341860 KiB

[startup+944.4 s]
/proc/loadavg: 4.52 6.51 7.11 5/269 115023
/proc/meminfo: memFree=104708144/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3597580 memory=3288276 CPUtime=1618.99 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 1586255 3368624 0 0 140016 260 20739 884 20 0 1 0 139195002 3683921920 822069 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 899395 822069 3488 6655 0 884838 0
Current children cumulated CPU time: 1618.99 s
Current children cumulated vsize: 3597580 KiB
Current children cumulated memory: 3288276 KiB

[startup+944.6 s]
/proc/loadavg: 4.52 6.51 7.11 5/269 115023
/proc/meminfo: memFree=104708144/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3597580 memory=3288276 CPUtime=1619.19 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 1598721 3368624 0 0 140036 260 20739 884 20 0 1 0 139195002 3683921920 822069 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 899395 822069 3488 6655 0 884838 0
Current children cumulated CPU time: 1619.19 s
Current children cumulated vsize: 3597580 KiB
Current children cumulated memory: 3288276 KiB

[startup+944.7 s]
/proc/loadavg: 4.52 6.51 7.11 5/269 115023
/proc/meminfo: memFree=104708144/131250000 swapFree=33009904/33010684
[pid=114677] ppid=114674 vsize=3560072 memory=3250768 CPUtime=1619.29 cores=1,3
/proc/114677/stat : 114677 (LSIPExact) R 114674 114677 113493 0 -1 4194304 1626585 3368624 0 0 140044 262 20739 884 20 0 1 0 139195002 3645513728 812692 18446744073709551615 94695097438208 94695124695377 140722172346448 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94695133197448 94695133629056 94695139479552 140722172348760 140722172348936 140722172348936 140722172354540 0
/proc/114677/statm: 890018 812692 3488 6655 0 875461 0
Current children cumulated CPU time: 1619.29 s
Current children cumulated vsize: 3560072 KiB
Current children cumulated memory: 3250768 KiB

Child status: 0

Real time (s): 944.794
CPU time (s): 1619.4
CPU user time (s): 1607.85
CPU system time (s): 11.5518
CPU usage (%): 171.403
Max. virtual memory (cumulated for all children) (KiB): 32747300
Max. memory (cumulated for all children) (KiB): 24307000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1607.85
system time used= 11.5518
maximum resident set size= 21008148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5003070
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= 369
involuntary context switches= 33298


# summary of solver processes directly reported to runsolver:
#   pid: 114677
#   total CPU time (s): 1619.4
#   total CPU user time (s): 1607.85
#   total CPU system time (s): 11.5518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.70173 second user time and 4.99598 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-11 13:59:16
IDJOB=4527109
IDBENCH=160485
IDSOLVER=3384
FILE ID=nodeC033/4527109-1752235155
RUNJOBID= nodeC033-1752232205-113512
SLURM_JOB_ID= 9682544
Free space on /tmp= 429540 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527109-1752235155/watcher-4527109-1752235155 -o /tmp/evaluation-result-4527109-1752235155/solver-4527109-1752235155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1752232205-113512 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527109-1752235155.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=1910245197

nodeC033 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.894
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	: 7000.13
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.969
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	: 7000.13
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		: 3600.068
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	: 7000.13
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		: 3600.082
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	: 7000.13
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.814
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	: 7000.13
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		: 3600.013
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115750580 kB
MemAvailable:   124469244 kB
Buffers:            2128 kB
Cached:          9440600 kB
SwapCached:           68 kB
Active:          5849496 kB
Inactive:        8768856 kB
Active(anon):    5188264 kB
Inactive(anon):     5388 kB
Active(file):     661232 kB
Inactive(file):  8763468 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            120896 kB
Writeback:             4 kB
AnonPages:       5176764 kB
Mapped:           142952 kB
Shmem:             18028 kB
KReclaimable:     266404 kB
Slab:             361760 kB
SReclaimable:     266404 kB
SUnreclaim:        95356 kB
KernelStack:        4288 kB
PageTables:        13300 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5575692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2490368 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429564 MiB
End job on nodeC033 at 2025-07-11 14:15:01