Trace number 4491708

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 S2UNSAT 2141.97 1093.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUMc8aab35d42bad0d90391f6d533654bf0
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 benchmark1.29058
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2133.14/1084.27	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2133.14/1084.27	c numVar: 40605
2133.14/1084.27	c numCon: 118930
2133.14/1084.27	c numEqual: 0
2133.14/1084.27	c intSize: 8
2133.14/1084.27	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2133.14/1084.27	c ------------------- Paras list -------------------
2133.14/1084.27	c Name                	 Type      	 Now       	 Default   	 Comment
2133.14/1084.27	c timeout             	 double    	 3600.000000	 3600      	 
2133.14/1084.27	c mip_time            	 double    	 0.300000  	 0.5       	 
2133.14/1084.27	c ls_time             	 double    	 10.000000 	 10        	 
2133.14/1084.27	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2133.14/1084.27	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2133.14/1084.27	c random_seed         	 int       	 0         	 0         	 
2133.14/1084.27	c sample_size         	 int       	 50        	 50        	 
2133.14/1084.27	c sub_score           	 int       	 1         	 1         	 
2133.14/1084.27	c tabu_base           	 int       	 3         	 3         	 
2133.14/1084.27	c tabu_variation      	 int       	 1         	 1         	 
2133.14/1084.27	c sub_div             	 int       	 4         	 4         	 
2133.14/1084.27	c nbcore              	 int       	 2         	 1         	 
2133.14/1084.27	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2133.14/1084.27	c print_sol           	 int       	 1         	 1         	 
2133.14/1084.27	c tmpdir              	 string		 .         	 "."       	 
2133.14/1084.27	c home                	 string		 HOME	 "."       	 
2133.14/1084.27	c benchname           	 string		 HOME/instance-4491708-1751133632.opb	 ""        	 
2133.14/1084.27	c --------------------------------------------------
2133.14/1084.27	c Local Search solver
2133.14/1084.27	c MIP solver
2133.14/1084.27	c use Exact solver
2141.84/1092.93	c Exact infeasible
2141.84/1092.99	s UNSATISFIABLE
2141.84/1092.99	c Total time: 1093

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491708-1751133632/watcher-4491708-1751133632 -o /tmp/evaluation-result-4491708-1751133632/solver-4491708-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11286 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4491708-1751133632.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 0.08 0.09 0.09 5/264 11342
/proc/meminfo: memFree=129735860/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=107896 memory=73108 CPUtime=0.09 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 15270 0 0 0 7 2 0 0 20 0 1 0 29042148 110485504 18277 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 26974 18277 1120 6655 0 17209 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 107896 KiB
Current children cumulated memory: 73108 KiB

[startup+0.206033 s]*
/proc/loadavg: 0.08 0.09 0.09 5/264 11342
/proc/meminfo: memFree=129595300/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=119512 memory=84884 CPUtime=0.19 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 18198 0 0 0 17 2 0 0 20 0 1 0 29042148 122380288 21221 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 29878 21221 1120 6655 0 20113 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84884 KiB

[startup+0.305874 s]*
/proc/loadavg: 0.08 0.09 0.09 5/264 11342
/proc/meminfo: memFree=129546916/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=119512 memory=84884 CPUtime=0.29 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 18198 0 0 0 27 2 0 0 20 0 1 0 29042148 122380288 21221 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 29878 21221 1120 6655 0 20113 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84884 KiB

[startup+0.70019 s]
/proc/loadavg: 0.08 0.09 0.09 5/264 11342
/proc/meminfo: memFree=129494000/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=119512 memory=84884 CPUtime=0.68 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 18198 0 0 0 66 2 0 0 20 0 1 0 29042148 122380288 21221 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 29878 21221 1120 6655 0 20113 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84884 KiB

[startup+1.50019 s]
/proc/loadavg: 0.08 0.09 0.09 5/264 11342
/proc/meminfo: memFree=129469808/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=119512 memory=84884 CPUtime=1.47 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 18198 0 0 0 145 2 0 0 20 0 1 0 29042148 122380288 21221 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 29878 21221 1120 6655 0 20113 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84884 KiB

[startup+3.10571 s]
/proc/loadavg: 0.40 0.16 0.11 5/265 11343
/proc/meminfo: memFree=129470544/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=119512 memory=84884 CPUtime=3.08 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 18202 0 0 0 306 2 0 0 20 0 1 0 29042148 122380288 21221 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 29878 21221 1120 6655 0 20113 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84884 KiB

[startup+6.30018 s]
/proc/loadavg: 0.40 0.16 0.11 5/265 11343
/proc/meminfo: memFree=129471284/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=119512 memory=84884 CPUtime=6.26 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 18206 0 0 0 624 2 0 0 20 0 1 0 29042148 122380288 21221 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 29878 21221 1120 6655 0 20113 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 119512 KiB
Current children cumulated memory: 84884 KiB

[startup+12.7002 s]
/proc/loadavg: 1.11 0.32 0.16 7/269 11347
/proc/meminfo: memFree=128579660/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=398688 memory=322600 CPUtime=13.43 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 67440 0 0 0 1332 11 0 0 20 0 2 0 29042148 408256512 80650 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 99672 80650 2880 6655 0 83791 0
[pid=11341/tid=11345] ppid=11338 vsize=398688 memory=6388 CPUtime=0.78 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 4798 0 0 0 78 0 0 0 20 0 2 0 29043166 408256512 80650 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 13.43 s
Current children cumulated vsize: 398688 KiB
Current children cumulated memory: 322600 KiB

[startup+25.5002 s]
/proc/loadavg: 1.86 0.50 0.23 7/264 11356
/proc/meminfo: memFree=127510376/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=638904 memory=528560 CPUtime=37.94 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 104906 0 0 0 3775 19 0 0 20 0 2 0 29042148 654237696 132140 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 159726 132140 2880 6655 0 134604 0
[pid=11341/tid=11345] ppid=11338 vsize=638904 memory=528560 CPUtime=12.61 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 15971 0 0 0 1258 3 0 0 20 0 2 0 29043166 654237696 132140 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 37.94 s
Current children cumulated vsize: 638904 KiB
Current children cumulated memory: 528560 KiB

[startup+51.1061 s]
/proc/loadavg: 3.77 1.06 0.42 7/265 11504
/proc/meminfo: memFree=127123632/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=620876 memory=547520 CPUtime=85.05 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 183451 0 0 0 8470 35 0 0 20 0 2 0 29042148 635777024 136880 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 155219 136880 3424 6655 0 140312 0
[pid=11341/tid=11345] ppid=11338 vsize=620876 memory=528896 CPUtime=34.57 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 49883 0 0 0 3446 11 0 0 20 0 2 0 29043166 635777024 136880 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 85.05 s
Current children cumulated vsize: 620876 KiB
Current children cumulated memory: 547520 KiB

[startup+102.3 s]
/proc/loadavg: 5.68 2.05 0.79 8/270 11776
/proc/meminfo: memFree=126515536/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=780592 memory=684984 CPUtime=186.65 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 321201 0 0 0 18612 53 0 0 20 0 2 0 29042148 799326208 171246 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 195148 171246 3424 6655 0 173215 0
[pid=11341/tid=11345] ppid=11338 vsize=780592 memory=684984 CPUtime=85.18 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 97476 0 0 0 8501 17 0 0 20 0 2 0 29043166 799326208 171246 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 186.65 s
Current children cumulated vsize: 780592 KiB
Current children cumulated memory: 684984 KiB

[startup+162.3 s]
/proc/loadavg: 6.45 2.94 1.18 8/271 11780
/proc/meminfo: memFree=126260988/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=719632 memory=666144 CPUtime=303.78 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 353498 0 0 0 30322 56 0 0 20 0 2 0 29042148 736903168 166536 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 179908 166536 3424 6655 0 169984 0
[pid=11341/tid=11345] ppid=11338 vsize=719632 memory=684984 CPUtime=142.54 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 107809 0 0 0 14236 18 0 0 20 0 2 0 29043166 736903168 166536 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 303.78 s
Current children cumulated vsize: 719632 KiB
Current children cumulated memory: 666144 KiB

[startup+222.3 s]
/proc/loadavg: 6.85 3.68 1.55 8/271 11782
/proc/meminfo: memFree=125600676/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=737252 CPUtime=422.81 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 420967 0 0 0 42213 68 0 0 20 0 2 0 29042148 804012032 184313 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 184313 3424 6655 0 183054 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=684848 CPUtime=201.81 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 150096 0 0 0 20153 28 0 0 20 0 2 0 29043166 804012032 184313 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 422.81 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 737252 KiB

[startup+282.3 s]
/proc/loadavg: 7.00 4.30 1.90 8/271 11784
/proc/meminfo: memFree=125500072/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=737252 CPUtime=541.94 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 458445 0 0 0 54123 71 0 0 20 0 2 0 29042148 804012032 184313 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 184313 3424 6655 0 183054 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=737252 CPUtime=261.13 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 160506 0 0 0 26084 29 0 0 20 0 2 0 29043166 804012032 184313 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 541.94 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 737252 KiB

[startup+342.3 s]
/proc/loadavg: 7.04 4.81 2.22 8/268 11786
/proc/meminfo: memFree=125451400/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=740580 CPUtime=661.07 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 520326 0 0 0 66032 75 0 0 20 0 2 0 29042148 804012032 185145 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 185145 3424 6655 0 184180 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=737252 CPUtime=320.46 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 191529 0 0 0 32015 31 0 0 20 0 2 0 29043166 804012032 185145 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 661.07 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 740580 KiB


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

[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=14444 CPUtime=735.57 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 262747 0 0 0 73518 39 0 0 20 0 2 0 29043166 804012032 187501 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 1494.65 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750004 KiB

[startup+822.3 s]
/proc/loadavg: 7.14 6.67 4.22 8/267 11808
/proc/meminfo: memFree=125006212/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750004 CPUtime=1613.69 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 725252 0 0 0 161276 93 0 0 20 0 2 0 29042148 804012032 187501 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187501 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=14444 CPUtime=794.84 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 291731 0 0 0 79443 41 0 0 20 0 2 0 29043166 804012032 187501 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 1613.69 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750004 KiB

[startup+882.3 s]
/proc/loadavg: 7.11 6.75 4.40 8/267 11810
/proc/meminfo: memFree=124942868/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750500 CPUtime=1732.72 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 768087 0 0 0 173173 99 0 0 20 0 2 0 29042148 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187625 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=14444 CPUtime=854.13 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 299825 0 0 0 85368 45 0 0 20 0 2 0 29043166 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 1732.72 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750500 KiB

[startup+942.3 s]
/proc/loadavg: 7.04 6.80 4.57 8/267 11812
/proc/meminfo: memFree=124813192/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750500 CPUtime=1851.76 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 801118 0 0 0 185075 101 0 0 20 0 2 0 29042148 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187625 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=750500 CPUtime=913.4 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 330907 0 0 0 91293 47 0 0 20 0 2 0 29043166 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 1851.76 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750500 KiB

[startup+1002.3 s]
/proc/loadavg: 7.11 6.87 4.73 8/268 11815
/proc/meminfo: memFree=124760068/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750500 CPUtime=1970.78 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 812174 0 0 0 196976 102 0 0 20 0 2 0 29042148 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187625 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=750500 CPUtime=972.67 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 333231 0 0 0 97220 47 0 0 20 0 2 0 29043166 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 1970.78 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750500 KiB

[startup+1062.3 s]
/proc/loadavg: 7.16 6.92 4.89 8/268 11817
/proc/meminfo: memFree=124732876/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750500 CPUtime=2089.73 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 875075 0 0 0 208866 107 0 0 20 0 2 0 29042148 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187625 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=750004 CPUtime=1031.89 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 364800 0 0 0 103140 49 0 0 20 0 2 0 29043166 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 2089.73 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750500 KiB

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

# cumulated CPU time of all completed processes:  user=2140.77 s, system=1.19989 s

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

[startup+1075.2 s]
/proc/loadavg: 7.13 6.93 4.91 8/268 11818
/proc/meminfo: memFree=124751020/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750500 CPUtime=2115.3 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 875336 0 0 0 211423 107 0 0 20 0 2 0 29042148 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187625 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=750500 CPUtime=1044.62 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 365034 0 0 0 104413 49 0 0 20 0 2 0 29043166 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 2115.3 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750500 KiB

[startup+1081.6 s]
/proc/loadavg: 7.12 6.93 4.92 8/268 11818
/proc/meminfo: memFree=124750832/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=750500 CPUtime=2127.99 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) R 11338 11341 11267 0 -1 4194304 875394 0 0 0 212692 107 0 0 20 0 2 0 29042148 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187625 3424 6655 0 186329 0
[pid=11341/tid=11345] ppid=11338 vsize=785168 memory=750500 CPUtime=1050.94 cores=5,7
/proc/11341/task/11345/stat : 11345 (LSIPExact) R 11338 11341 11267 0 -1 4194368 365069 0 0 0 105045 49 0 0 20 0 2 0 29043166 804012032 187625 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
Current children cumulated CPU time: 2127.99 s
Current children cumulated vsize: 785168 KiB
Current children cumulated memory: 750500 KiB

[startup+1088 s]*
/proc/loadavg: 6.93 6.90 4.93 5/268 11821
/proc/meminfo: memFree=124160740/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=748564 CPUtime=2133.27 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) S 11338 11341 11267 0 -1 4194304 888883 0 0 0 213219 108 0 0 20 0 1 0 29042148 804012032 187141 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187141 3456 6655 0 186329 0
[pid=11819] ppid=11341 vsize=186376 memory=171836 CPUtime=3.68 cores=5,7
/proc/11819/stat : 11819 (Exact) R 11341 11819 11819 0 -1 4194304 26172 0 0 0 361 7 0 0 20 0 1 0 29150575 190849024 42959 18446744073709551615 4198400 8335837 140727261456784 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 18481152 140727261464763 140727261465117 140727261465117 140727261470671 0
/proc/11819/statm: 46594 42959 1120 1011 0 45361 0
Current children cumulated CPU time: 2136.95 s
Current children cumulated vsize: 971544 KiB
Current children cumulated memory: 920400 KiB

[startup+1091.2 s]
/proc/loadavg: 6.93 6.90 4.93 5/268 11821
/proc/meminfo: memFree=124148732/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=748564 CPUtime=2133.27 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) S 11338 11341 11267 0 -1 4194304 888883 0 0 0 213219 108 0 0 20 0 1 0 29042148 804012032 187141 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187141 3456 6655 0 186329 0
[pid=11819] ppid=11341 vsize=191968 memory=181592 CPUtime=6.87 cores=5,7
/proc/11819/stat : 11819 (Exact) R 11341 11819 11819 0 -1 4194304 27602 0 0 0 679 8 0 0 20 0 1 0 29150575 196575232 45398 18446744073709551615 4198400 8335837 140727261456784 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 18481152 140727261464763 140727261465117 140727261465117 140727261470671 0
/proc/11819/statm: 47992 45398 1120 1011 0 46759 0
Current children cumulated CPU time: 2140.14 s
Current children cumulated vsize: 977136 KiB
Current children cumulated memory: 930156 KiB

[startup+1092 s]*
/proc/loadavg: 6.70 6.85 4.93 5/268 11821
/proc/meminfo: memFree=124140668/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=748564 CPUtime=2133.27 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) S 11338 11341 11267 0 -1 4194304 888883 0 0 0 213219 108 0 0 20 0 1 0 29042148 804012032 187141 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187141 3456 6655 0 186329 0
[pid=11819] ppid=11341 vsize=191968 memory=181592 CPUtime=7.67 cores=5,7
/proc/11819/stat : 11819 (Exact) R 11341 11819 11819 0 -1 4194304 27602 0 0 0 759 8 0 0 20 0 1 0 29150575 196575232 45398 18446744073709551615 4198400 8335837 140727261456784 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 18481152 140727261464763 140727261465117 140727261465117 140727261470671 0
/proc/11819/statm: 47992 45398 1120 1011 0 46759 0
Current children cumulated CPU time: 2140.94 s
Current children cumulated vsize: 977136 KiB
Current children cumulated memory: 930156 KiB

[startup+1092.8 s]
/proc/loadavg: 6.70 6.85 4.93 5/268 11821
/proc/meminfo: memFree=124140668/131249988 swapFree=33010684/33010684
[pid=11341] ppid=11338 vsize=785168 memory=748564 CPUtime=2133.27 cores=5,7
/proc/11341/stat : 11341 (LSIPExact) S 11338 11341 11267 0 -1 4194304 888883 0 0 0 213219 108 0 0 20 0 1 0 29042148 804012032 187141 18446744073709551615 94299693449216 94299720705617 140727176847792 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94299729208456 94299729640064 94299744276480 140727176849754 140727176849930 140727176849930 140727176855532 0
/proc/11341/statm: 196292 187141 3456 6655 0 186329 0
[pid=11819] ppid=11341 vsize=191968 memory=181592 CPUtime=8.47 cores=5,7
/proc/11819/stat : 11819 (Exact) R 11341 11819 11819 0 -1 4194304 27602 0 0 0 839 8 0 0 20 0 1 0 29150575 196575232 45398 18446744073709551615 4198400 8335837 140727261456784 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 18481152 140727261464763 140727261465117 140727261465117 140727261470671 0
/proc/11819/statm: 47992 45398 1120 1011 0 46759 0
Current children cumulated CPU time: 2141.74 s
Current children cumulated vsize: 977136 KiB
Current children cumulated memory: 930156 KiB

[startup+1093 s]*
/proc/loadavg: 6.70 6.85 4.93 5/267 11821
/proc/meminfo: memFree=124417644/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1093.02
CPU time (s): 2141.97
CPU user time (s): 2140.77
CPU system time (s): 1.19989
CPU usage (%): 195.968
Max. virtual memory (cumulated for all children) (KiB): 977136
Max. memory (cumulated for all children) (KiB): 930156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2140.77
system time used= 1.19989
maximum resident set size= 756664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 933202
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= 358
involuntary context switches= 22992


# summary of solver processes directly reported to runsolver:
#   pid: 11341
#   total CPU time (s): 2141.97
#   total CPU user time (s): 2140.77
#   total CPU system time (s): 1.19989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04933 second user time and 5.96768 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 20:00:33
IDJOB=4491708
IDBENCH=147734
IDSOLVER=3337
FILE ID=nodeC034/4491708-1751133632
RUNJOBID= nodeC034-1751133631-11286
SLURM_JOB_ID= 9587434
Free space on /tmp= 433020 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag14.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-4491708-1751133632/watcher-4491708-1751133632 -o /tmp/evaluation-result-4491708-1751133632/solver-4491708-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11286 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4491708-1751133632.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c8aab35d42bad0d90391f6d533654bf0
RANDOM SEED=130135792

nodeC034 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.990
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.53
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		: 3600.078
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.53
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.025
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.53
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.664
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.53
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		: 3403.208
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.53
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.757
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.53
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.370
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.53
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		: 3631.327
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        130041100 kB
MemAvailable:   129773224 kB
Buffers:            3280 kB
Cached:           556512 kB
SwapCached:            0 kB
Active:           289460 kB
Inactive:         349180 kB
Active(anon):      97000 kB
Inactive(anon):        0 kB
Active(file):     192460 kB
Inactive(file):   349180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            204924 kB
Writeback:             4 kB
AnonPages:         82012 kB
Mapped:           102452 kB
Shmem:             18104 kB
KReclaimable:      59044 kB
Slab:             135248 kB
SReclaimable:      59044 kB
SUnreclaim:        76204 kB
KernelStack:        4080 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     343960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432860 MiB
End job on nodeC034 at 2025-06-28 20:18:46