Trace number 4544443

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 S1UNSAT 1425.68 733.215

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1419.49/727.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1419.49/727.02	c numVar: 5508
1419.49/727.02	c numCon: 408375
1419.49/727.02	c numEqual: 0
1419.49/727.02	c intSize: 6
1419.49/727.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1419.49/727.02	c ------------------- Paras list -------------------
1419.49/727.02	c Name                	 Type      	 Now       	 Default   	 Comment
1419.49/727.02	c timeout             	 double    	 3600.000000	 3600      	 
1419.49/727.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1419.49/727.02	c ls_time             	 double    	 10.000000 	 10        	 
1419.49/727.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1419.49/727.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1419.49/727.02	c random_seed         	 int       	 0         	 0         	 
1419.49/727.02	c sample_size         	 int       	 50        	 50        	 
1419.49/727.02	c sub_score           	 int       	 1         	 1         	 
1419.49/727.02	c tabu_base           	 int       	 3         	 3         	 
1419.49/727.02	c tabu_variation      	 int       	 1         	 1         	 
1419.49/727.02	c sub_div             	 int       	 4         	 4         	 
1419.49/727.02	c nbcore              	 int       	 2         	 1         	 
1419.49/727.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1419.49/727.02	c print_sol           	 int       	 1         	 1         	 
1419.49/727.02	c tmpdir              	 string		 .         	 "."       	 
1419.49/727.02	c home                	 string		 HOME	 "."       	 
1419.49/727.02	c benchname           	 string		 HOME/instance-4544443-1753222275.opb	 ""        	 
1419.49/727.02	c --------------------------------------------------
1419.49/727.02	c Local Search solver
1419.49/727.02	c MIP solver
1419.49/727.02	c use Exact solver
1425.34/733.00	c Exact infeasible
1425.56/733.18	s UNSATISFIABLE
1425.56/733.18	c Total time: 734

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (34010 MiB free)
  memory of node 1: 64465 MiB (22934 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544443-1753222275/watcher-4544443-1753222275 -o /tmp/evaluation-result-4544443-1753222275/solver-4544443-1753222275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753219980-181601 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4544443-1753222275.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100103 s]*
/proc/loadavg: 4.18 4.94 5.42 5/256 183775
/proc/meminfo: memFree=58243444/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=145564 memory=101608 CPUtime=0.1 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 18734 0 0 0 5 5 0 0 20 0 1 0 237906922 149057536 25370 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 36424 25370 1184 6655 0 26659 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 145564 KiB
Current children cumulated memory: 101608 KiB

[startup+0.214253 s]*
/proc/loadavg: 4.18 4.94 5.42 5/256 183775
/proc/meminfo: memFree=58223220/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=149920 memory=107240 CPUtime=0.22 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 20178 0 0 0 16 6 0 0 20 0 1 0 237906922 153518080 26810 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 37480 26810 1184 6655 0 27715 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 149920 KiB
Current children cumulated memory: 107240 KiB

[startup+0.314318 s]*
/proc/loadavg: 4.18 4.94 5.42 5/256 183775
/proc/meminfo: memFree=58179684/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=182388 memory=148112 CPUtime=0.32 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 27273 0 0 0 24 8 0 0 20 0 1 0 237906922 186765312 37028 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 45597 37028 1216 6655 0 35832 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 182388 KiB
Current children cumulated memory: 148112 KiB

[startup+0.700328 s]
/proc/loadavg: 4.18 4.94 5.42 5/256 183775
/proc/meminfo: memFree=58123236/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=268872 memory=233344 CPUtime=0.68 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 48094 0 0 0 55 13 0 0 20 0 1 0 237906922 275324928 58336 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 67218 58336 1216 6655 0 57453 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 268872 KiB
Current children cumulated memory: 233344 KiB

[startup+1.50037 s]
/proc/loadavg: 4.18 4.94 5.42 5/256 183775
/proc/meminfo: memFree=58090980/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=271776 memory=236288 CPUtime=1.48 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 48814 0 0 0 135 13 0 0 20 0 1 0 237906922 278298624 59072 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 67944 59072 1216 6655 0 58179 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236288 KiB

[startup+3.11407 s]
/proc/loadavg: 4.25 4.94 5.41 5/256 183775
/proc/meminfo: memFree=58074756/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=271776 memory=236288 CPUtime=3.09 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 48831 0 0 0 296 13 0 0 20 0 1 0 237906922 278298624 59072 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 67944 59072 1216 6655 0 58179 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236288 KiB

[startup+6.30035 s]
/proc/loadavg: 4.25 4.94 5.41 5/256 183775
/proc/meminfo: memFree=58074764/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=271776 memory=236288 CPUtime=6.26 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 48834 0 0 0 613 13 0 0 20 0 1 0 237906922 278298624 59072 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 67944 59072 1216 6655 0 58179 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236288 KiB

[startup+12.7004 s]
/proc/loadavg: 4.21 4.91 5.40 5/257 183776
/proc/meminfo: memFree=57762448/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=624720 memory=521580 CPUtime=12.65 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 100447 0 0 0 1241 24 0 0 20 0 2 0 237906922 639713280 130395 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 156180 130395 2816 6655 0 130063 0
[pid=183774/tid=183776] ppid=183771 vsize=624720 memory=526352 CPUtime=0 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) S 183771 183774 181591 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237907981 639713280 130395 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 624720 KiB
Current children cumulated memory: 521580 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.88 5.38 6/257 183776
/proc/meminfo: memFree=57449740/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1243308 memory=1079776 CPUtime=26.3 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 203631 0 0 0 2580 50 0 0 20 0 2 0 237906922 1273147392 269944 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 310827 269944 3328 6655 0 286280 0
[pid=183774/tid=183776] ppid=183771 vsize=1243308 memory=772164 CPUtime=1.01 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 21710 0 0 0 94 7 0 0 20 0 2 0 237907981 1273147392 269944 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 26.3 s
Current children cumulated vsize: 1243308 KiB
Current children cumulated memory: 1079776 KiB

[startup+51.1057 s]
/proc/loadavg: 4.54 4.91 5.38 6/256 183822
/proc/meminfo: memFree=57322908/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1711948 memory=1528940 CPUtime=77.02 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 250501 0 0 0 7638 64 0 0 20 0 2 0 237906922 1753034752 382235 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 427987 382235 3456 6655 0 409010 0
[pid=183774/tid=183776] ppid=183771 vsize=1711948 memory=1085592 CPUtime=26.22 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 43292 0 0 0 2608 14 0 0 20 0 2 0 237907981 1753034752 382235 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 77.02 s
Current children cumulated vsize: 1711948 KiB
Current children cumulated memory: 1528940 KiB

[startup+102.3 s]
/proc/loadavg: 5.17 5.01 5.38 7/256 184005
/proc/meminfo: memFree=57573172/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1766712 memory=1634228 CPUtime=178.66 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 309449 0 0 0 17787 79 0 0 20 0 2 0 237906922 1809113088 408557 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 441678 408557 3456 6655 0 430918 0
[pid=183774/tid=183776] ppid=183771 vsize=1766712 memory=1613944 CPUtime=76.87 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 70871 0 0 0 7661 26 0 0 20 0 2 0 237907981 1809113088 408557 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 178.66 s
Current children cumulated vsize: 1766712 KiB
Current children cumulated memory: 1634228 KiB

[startup+162.3 s]
/proc/loadavg: 5.75 5.20 5.43 7/255 184007
/proc/meminfo: memFree=57268832/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1958412 memory=1841040 CPUtime=297.84 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 418907 0 0 0 29656 128 0 0 20 0 2 0 237906922 2005413888 460260 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 489603 460260 3456 6655 0 479239 0
[pid=183774/tid=183776] ppid=183771 vsize=1958412 memory=16368 CPUtime=136.25 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 114839 0 0 0 13562 63 0 0 20 0 2 0 237907981 2005413888 460260 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 297.84 s
Current children cumulated vsize: 1958412 KiB
Current children cumulated memory: 1841040 KiB

[startup+222.3 s]
/proc/loadavg: 5.98 5.37 5.47 7/254 184009
/proc/meminfo: memFree=57134948/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1921536 memory=1823524 CPUtime=416.97 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 498659 0 0 0 41532 165 0 0 20 0 2 0 237906922 1967652864 455881 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 480384 455881 3488 6655 0 469635 0
[pid=183774/tid=183776] ppid=183771 vsize=1921536 memory=1816396 CPUtime=195.62 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 162579 0 0 0 19468 94 0 0 20 0 2 0 237907981 1967652864 455881 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 416.97 s
Current children cumulated vsize: 1921536 KiB
Current children cumulated memory: 1823524 KiB

[startup+282.3 s]
/proc/loadavg: 6.05 5.50 5.51 7/254 184011
/proc/meminfo: memFree=56990616/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1921536 memory=1825324 CPUtime=536.04 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 530915 0 0 0 53389 215 0 0 20 0 2 0 237906922 1967652864 456331 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 480384 456331 3488 6655 0 469688 0
[pid=183774/tid=183776] ppid=183771 vsize=1921536 memory=1868108 CPUtime=254.95 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 192534 0 0 0 25352 143 0 0 20 0 2 0 237907981 1967652864 456331 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 536.04 s
Current children cumulated vsize: 1921536 KiB
Current children cumulated memory: 1825324 KiB

[startup+342.3 s]
/proc/loadavg: 6.06 5.61 5.55 7/254 184013
/proc/meminfo: memFree=56617260/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2245468 memory=2138084 CPUtime=655.2 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 929080 0 0 0 65194 326 0 0 20 0 2 0 237906922 2299359232 534521 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 561367 534521 3488 6655 0 550671 0
[pid=183774/tid=183776] ppid=183771 vsize=2245468 memory=1975296 CPUtime=314.31 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 225260 0 0 0 31271 160 0 0 20 0 2 0 237907981 2299359232 534521 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 655.2 s
Current children cumulated vsize: 2245468 KiB
Current children cumulated memory: 2138084 KiB


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

[pid=183774/tid=183776] ppid=183771 vsize=2063876 memory=1975296 CPUtime=373.73 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 246288 0 0 0 37204 169 0 0 20 0 2 0 237907981 2113409024 494618 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 774.44 s
Current children cumulated vsize: 2063876 KiB
Current children cumulated memory: 1978472 KiB

[startup+462.3 s]
/proc/loadavg: 6.09 5.78 5.63 7/254 184019
/proc/meminfo: memFree=56487080/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2063876 memory=1981548 CPUtime=893.66 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1010645 0 0 0 89027 339 0 0 20 0 2 0 237906922 2113409024 495387 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 515969 495387 3488 6655 0 505273 0
[pid=183774/tid=183776] ppid=183771 vsize=2063876 memory=1978472 CPUtime=433.13 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 247552 0 0 0 43144 169 0 0 20 0 2 0 237907981 2113409024 495387 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 893.66 s
Current children cumulated vsize: 2063876 KiB
Current children cumulated memory: 1981548 KiB

[startup+522.3 s]
/proc/loadavg: 6.15 5.86 5.66 7/255 184026
/proc/meminfo: memFree=56397720/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2068180 memory=1982964 CPUtime=1012.85 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1082756 0 0 0 100935 350 0 0 20 0 2 0 237906922 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 517045 495741 3520 6655 0 506349 0
[pid=183774/tid=183776] ppid=183771 vsize=2068180 memory=22400 CPUtime=492.52 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 274024 0 0 0 49077 175 0 0 20 0 2 0 237907981 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 1012.85 s
Current children cumulated vsize: 2068180 KiB
Current children cumulated memory: 1982964 KiB

[startup+582.3 s]
/proc/loadavg: 6.11 5.90 5.69 7/255 184028
/proc/meminfo: memFree=56257624/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2068180 memory=1982964 CPUtime=1132.05 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1094780 0 0 0 112855 350 0 0 20 0 2 0 237906922 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 517045 495741 3520 6655 0 506349 0
[pid=183774/tid=183776] ppid=183771 vsize=2068180 memory=1982964 CPUtime=551.92 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 275266 0 0 0 55017 175 0 0 20 0 2 0 237907981 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 1132.05 s
Current children cumulated vsize: 2068180 KiB
Current children cumulated memory: 1982964 KiB

[startup+642.3 s]
/proc/loadavg: 6.04 5.92 5.71 7/255 184030
/proc/meminfo: memFree=56175580/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2068180 memory=1982964 CPUtime=1251.24 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1148438 0 0 0 124769 355 0 0 20 0 2 0 237906922 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 517045 495741 3520 6655 0 506349 0
[pid=183774/tid=183776] ppid=183771 vsize=2068180 memory=1982964 CPUtime=611.32 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 301456 0 0 0 60953 179 0 0 20 0 2 0 237907981 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 1251.24 s
Current children cumulated vsize: 2068180 KiB
Current children cumulated memory: 1982964 KiB

[startup+702.3 s]
/proc/loadavg: 6.15 5.98 5.75 7/255 184032
/proc/meminfo: memFree=56069792/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2068180 memory=1982964 CPUtime=1370.45 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1206665 0 0 0 136683 362 0 0 20 0 2 0 237906922 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 517045 495741 3520 6655 0 506349 0
[pid=183774/tid=183776] ppid=183771 vsize=2068180 memory=1982964 CPUtime=670.7 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 327129 0 0 0 66888 182 0 0 20 0 2 0 237907981 2117816320 495741 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 1370.45 s
Current children cumulated vsize: 2068180 KiB
Current children cumulated memory: 1982964 KiB

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

# cumulated CPU time of all completed processes:  user=1421.74 s, system=3.93673 s

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

[startup+716.8 s]
/proc/loadavg: 6.12 5.98 5.75 7/255 184033
/proc/meminfo: memFree=55896528/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2074788 memory=1984044 CPUtime=1399.26 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1224431 0 0 0 139562 364 0 0 20 0 2 0 237906922 2124582912 496011 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 518697 496011 3520 6655 0 508001 0
[pid=183774/tid=183776] ppid=183771 vsize=2074788 memory=16368 CPUtime=685.07 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 329240 0 0 0 68324 183 0 0 20 0 2 0 237907981 2124582912 496011 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 1399.26 s
Current children cumulated vsize: 2074788 KiB
Current children cumulated memory: 1984044 KiB

[startup+723.2 s]
/proc/loadavg: 6.11 5.98 5.75 7/255 184033
/proc/meminfo: memFree=55655852/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=2376020 memory=2274156 CPUtime=1411.97 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) R 183771 183774 181591 0 -1 4194304 1237308 0 0 0 140826 371 0 0 20 0 2 0 237906922 2433044480 568539 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 594005 568539 3520 6655 0 583309 0
[pid=183774/tid=183776] ppid=183771 vsize=2376020 memory=2274156 CPUtime=691.39 cores=0,2
/proc/183774/task/183776/stat : 183776 (LSIPExact) R 183771 183774 181591 0 -1 4194368 329362 0 0 0 68956 183 0 0 20 0 2 0 237907981 2433044480 568539 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
Current children cumulated CPU time: 1411.97 s
Current children cumulated vsize: 2376020 KiB
Current children cumulated memory: 2274156 KiB

[startup+729.6 s]
/proc/loadavg: 6.10 5.98 5.76 7/255 184034
/proc/meminfo: memFree=56226676/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1450604 memory=1394272 CPUtime=1419.51 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) S 183771 183774 181591 0 -1 4194304 1271345 0 0 0 141577 374 0 0 20 0 1 0 237906922 1485418496 348568 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 362651 348568 3552 6655 0 352626 0
[pid=184034] ppid=183774 vsize=278264 memory=262088 CPUtime=2.54 cores=0,2
/proc/184034/stat : 184034 (Exact) R 183774 184034 184034 0 -1 4194304 26809 0 0 0 242 12 0 0 20 0 1 0 237979625 284942336 65522 18446744073709551615 4198400 8335837 140722947030880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16019456 140722947037369 140722947037723 140722947037723 140722947043279 0
/proc/184034/statm: 69566 65522 1088 1011 0 68333 0
Current children cumulated CPU time: 1422.05 s
Current children cumulated vsize: 1728868 KiB
Current children cumulated memory: 1656360 KiB

[startup+731.2 s]
/proc/loadavg: 6.10 5.98 5.76 6/255 184034
/proc/meminfo: memFree=56240152/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1450604 memory=1394272 CPUtime=1419.51 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) S 183771 183774 181591 0 -1 4194304 1271345 0 0 0 141577 374 0 0 20 0 1 0 237906922 1485418496 348568 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 362651 348568 3552 6655 0 352626 0
[pid=184034] ppid=183774 vsize=281012 memory=266956 CPUtime=4.14 cores=0,2
/proc/184034/stat : 184034 (Exact) R 183774 184034 184034 0 -1 4194304 27523 0 0 0 401 13 0 0 20 0 1 0 237979625 287756288 66739 18446744073709551615 4198400 8335837 140722947030880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16019456 140722947037369 140722947037723 140722947037723 140722947043279 0
/proc/184034/statm: 70253 66739 1088 1011 0 69020 0
Current children cumulated CPU time: 1423.65 s
Current children cumulated vsize: 1731616 KiB
Current children cumulated memory: 1661228 KiB

[startup+732 s]*
/proc/loadavg: 6.01 5.97 5.75 6/255 184034
/proc/meminfo: memFree=56240440/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1450604 memory=1394272 CPUtime=1419.51 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) S 183771 183774 181591 0 -1 4194304 1271345 0 0 0 141577 374 0 0 20 0 1 0 237906922 1485418496 348568 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 362651 348568 3552 6655 0 352626 0
[pid=184034] ppid=183774 vsize=281012 memory=266956 CPUtime=4.95 cores=0,2
/proc/184034/stat : 184034 (Exact) R 183774 184034 184034 0 -1 4194304 27537 0 0 0 482 13 0 0 20 0 1 0 237979625 287756288 66739 18446744073709551615 4198400 8335837 140722947030880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16019456 140722947037369 140722947037723 140722947037723 140722947043279 0
/proc/184034/statm: 70253 66739 1088 1011 0 69020 0
Current children cumulated CPU time: 1424.46 s
Current children cumulated vsize: 1731616 KiB
Current children cumulated memory: 1661228 KiB

[startup+732.8 s]
/proc/loadavg: 6.01 5.97 5.75 6/255 184034
/proc/meminfo: memFree=56240440/131382116 swapFree=33005528/33010684
[pid=183774] ppid=183771 vsize=1450604 memory=1394272 CPUtime=1419.51 cores=0,2
/proc/183774/stat : 183774 (LSIPExact) S 183771 183774 181591 0 -1 4194304 1271345 0 0 0 141577 374 0 0 20 0 1 0 237906922 1485418496 348568 18446744073709551615 94045215485952 94045242742353 140721690384080 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94045251245192 94045251676800 94045284282368 140721690388824 140721690389000 140721690389000 140721690394604 0
/proc/183774/statm: 362651 348568 3552 6655 0 352626 0
[pid=184034] ppid=183774 vsize=281012 memory=267084 CPUtime=5.73 cores=0,2
/proc/184034/stat : 184034 (Exact) R 183774 184034 184034 0 -1 4194304 27577 0 0 0 560 13 0 0 20 0 1 0 237979625 287756288 66771 18446744073709551615 4198400 8335837 140722947030880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16019456 140722947037369 140722947037723 140722947037723 140722947043279 0
/proc/184034/statm: 70253 66771 1088 1011 0 69020 0
Current children cumulated CPU time: 1425.24 s
Current children cumulated vsize: 1731616 KiB
Current children cumulated memory: 1661356 KiB

[startup+733.2 s]*
/proc/loadavg: 6.01 5.97 5.75 6/254 184034
/proc/meminfo: memFree=56932616/131382116 swapFree=33005528/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): 733.215
CPU time (s): 1425.68
CPU user time (s): 1421.74
CPU system time (s): 3.93673
CPU usage (%): 194.442
Max. virtual memory (cumulated for all children) (KiB): 2413840
Max. memory (cumulated for all children) (KiB): 2275564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1421.74
system time used= 3.93673
maximum resident set size= 2275564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1345848
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= 371
involuntary context switches= 10821


# summary of solver processes directly reported to runsolver:
#   pid: 183774
#   total CPU time (s): 1425.68
#   total CPU user time (s): 1421.74
#   total CPU system time (s): 3.93673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33261 second user time and 4.12983 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-23 00:11:15
IDJOB=4544443
IDBENCH=180672
IDSOLVER=3336
FILE ID=nodeC010/4544443-1753222275
RUNJOBID= nodeC010-1753219980-181601
SLURM_JOB_ID= 9687804
Free space on /tmp= 432436 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544443-1753222275/watcher-4544443-1753222275 -o /tmp/evaluation-result-4544443-1753222275/solver-4544443-1753222275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753219980-181601 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4544443-1753222275.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=759805687

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        58311864 kB
MemAvailable:   82665916 kB
Buffers:             228 kB
Cached:         25118160 kB
SwapCached:         4300 kB
Active:         48015304 kB
Inactive:       24281656 kB
Active(anon):   47151700 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 24232944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55252 kB
Writeback:             0 kB
AnonPages:      47161684 kB
Mapped:           147648 kB
Shmem:             21832 kB
KReclaimable:     194260 kB
Slab:             285744 kB
SReclaimable:     194260 kB
SUnreclaim:        91484 kB
KernelStack:        4128 kB
PageTables:        96548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   51397740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25022464 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432396 MiB
End job on nodeC010 at 2025-07-23 00:23:29