Trace number 4544469

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.84 732.377

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

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544469-1753218095/watcher-4544469-1753218095 -o /tmp/evaluation-result-4544469-1753218095/solver-4544469-1753218095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166614 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4544469-1753218095.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.99 5.53 5.46 5/263 168610
/proc/meminfo: memFree=83017832/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=149920 memory=106988 CPUtime=0.08 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 20173 0 0 0 5 3 0 0 20 0 1 0 237486158 153518080 26747 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 37480 26747 1120 6655 0 27715 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 149920 KiB
Current children cumulated memory: 106988 KiB

[startup+0.205726 s]*
/proc/loadavg: 4.99 5.53 5.46 5/262 168613
/proc/meminfo: memFree=82890428/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=216180 memory=181524 CPUtime=0.2 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 35720 0 0 0 14 6 0 0 20 0 1 0 237486158 221368320 45381 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 54045 45381 1120 6655 0 44280 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 216180 KiB
Current children cumulated memory: 181524 KiB

[startup+0.305524 s]*
/proc/loadavg: 4.99 5.53 5.46 5/267 168623
/proc/meminfo: memFree=82850848/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=255236 memory=220164 CPUtime=0.3 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 44863 0 0 0 23 7 0 0 20 0 1 0 237486158 261361664 55041 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 63809 55041 1120 6655 0 54044 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 255236 KiB
Current children cumulated memory: 220164 KiB

[startup+0.700181 s]
/proc/loadavg: 4.99 5.53 5.46 6/267 168623
/proc/meminfo: memFree=82834720/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=271776 memory=236676 CPUtime=0.68 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 48999 0 0 0 60 8 0 0 20 0 1 0 237486158 278298624 59169 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 67944 59169 1120 6655 0 58179 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236676 KiB

[startup+1.50017 s]
/proc/loadavg: 4.99 5.53 5.46 5/267 168623
/proc/meminfo: memFree=82834720/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=271776 memory=236676 CPUtime=1.48 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 48999 0 0 0 140 8 0 0 20 0 1 0 237486158 278298624 59169 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 67944 59169 1120 6655 0 58179 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236676 KiB

[startup+3.10541 s]
/proc/loadavg: 4.99 5.53 5.46 5/267 168623
/proc/meminfo: memFree=82831320/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=271776 memory=236676 CPUtime=3.08 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 49016 0 0 0 300 8 0 0 20 0 1 0 237486158 278298624 59169 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 67944 59169 1120 6655 0 58179 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236676 KiB

[startup+6.30016 s]
/proc/loadavg: 4.91 5.50 5.45 5/267 168623
/proc/meminfo: memFree=82822800/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=271776 memory=236676 CPUtime=6.27 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 49019 0 0 0 619 8 0 0 20 0 1 0 237486158 278298624 59169 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 67944 59169 1120 6655 0 58179 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 271776 KiB
Current children cumulated memory: 236676 KiB

[startup+12.7002 s]
/proc/loadavg: 4.84 5.48 5.44 6/269 168625
/proc/meminfo: memFree=82484460/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=624720 memory=522008 CPUtime=12.65 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 100210 0 0 0 1246 19 0 0 20 0 2 0 237486158 639713280 130502 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 156180 130502 2848 6655 0 130063 0
[pid=168599/tid=168625] ppid=168594 vsize=624720 memory=528084 CPUtime=0 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) S 168594 168599 166602 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 237487204 639713280 130502 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 624720 KiB
Current children cumulated memory: 522008 KiB

[startup+25.5002 s]
/proc/loadavg: 4.87 5.45 5.44 7/269 168625
/proc/meminfo: memFree=81923548/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1243308 memory=1084760 CPUtime=27.07 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 206126 0 0 0 2665 42 0 0 20 0 2 0 237486158 1273147392 271190 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 310827 271190 3296 6655 0 286832 0
[pid=168599/tid=168625] ppid=168594 vsize=1243308 memory=775316 CPUtime=1.68 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 21748 0 0 0 163 5 0 0 20 0 2 0 237487204 1273147392 271190 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 1243308 KiB
Current children cumulated memory: 1084760 KiB

[startup+51.1057 s]
/proc/loadavg: 5.24 5.50 5.45 7/269 168625
/proc/meminfo: memFree=81434640/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1711948 memory=1562600 CPUtime=77.83 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 255999 0 0 0 7726 57 0 0 20 0 2 0 237486158 1753034752 390650 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 427987 390650 3392 6655 0 413264 0
[pid=168599/tid=168625] ppid=168594 vsize=1711948 memory=1105268 CPUtime=26.9 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 46056 0 0 0 2678 12 0 0 20 0 2 0 237487204 1753034752 390650 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 77.83 s
Current children cumulated vsize: 1711948 KiB
Current children cumulated memory: 1562600 KiB

[startup+102.3 s]
/proc/loadavg: 5.73 5.59 5.49 7/270 168633
/proc/meminfo: memFree=81259160/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1708104 memory=1589108 CPUtime=179.51 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 315201 0 0 0 17878 73 0 0 20 0 2 0 237486158 1749098496 397277 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 427026 397277 3392 6655 0 416266 0
[pid=168599/tid=168625] ppid=168594 vsize=1708104 memory=14248 CPUtime=77.59 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 70839 0 0 0 7734 25 0 0 20 0 2 0 237487204 1749098496 397277 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 179.51 s
Current children cumulated vsize: 1708104 KiB
Current children cumulated memory: 1589108 KiB

[startup+162.3 s]
/proc/loadavg: 5.75 5.62 5.50 7/270 168681
/proc/meminfo: memFree=80670324/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2024420 memory=1869644 CPUtime=298.73 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 422282 0 0 0 29746 127 0 0 20 0 2 0 237486158 2073006080 467411 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 506105 467411 3392 6655 0 486490 0
[pid=168599/tid=168625] ppid=168594 vsize=2024420 memory=1631120 CPUtime=136.99 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 116730 0 0 0 13632 67 0 0 20 0 2 0 237487204 2073006080 467411 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 298.73 s
Current children cumulated vsize: 2024420 KiB
Current children cumulated memory: 1869644 KiB

[startup+222.3 s]
/proc/loadavg: 5.97 5.71 5.54 7/270 168683
/proc/meminfo: memFree=80609912/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1879700 memory=1746744 CPUtime=417.87 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 478858 0 0 0 41625 162 0 0 20 0 2 0 237486158 1924812800 436686 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 469925 436686 3424 6655 0 459197 0
[pid=168599/tid=168625] ppid=168594 vsize=1879700 memory=14248 CPUtime=196.35 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 157505 0 0 0 19540 95 0 0 20 0 2 0 237487204 1924812800 436686 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 417.87 s
Current children cumulated vsize: 1879700 KiB
Current children cumulated memory: 1746744 KiB

[startup+282.3 s]
/proc/loadavg: 6.08 5.79 5.59 7/268 168685
/proc/meminfo: memFree=80449900/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1879700 memory=1751968 CPUtime=536.96 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 526454 0 0 0 53487 209 0 0 20 0 2 0 237486158 1924812800 437992 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 469925 437992 3424 6655 0 459229 0
[pid=168599/tid=168625] ppid=168594 vsize=1879700 memory=1751968 CPUtime=255.69 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 201420 0 0 0 25429 140 0 0 20 0 2 0 237487204 1924812800 437992 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 536.96 s
Current children cumulated vsize: 1879700 KiB
Current children cumulated memory: 1751968 KiB

[startup+342.3 s]
/proc/loadavg: 6.46 5.94 5.65 7/268 168687
/proc/meminfo: memFree=80012352/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2249828 memory=2120124 CPUtime=656.14 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 872422 0 0 0 65306 308 0 0 20 0 2 0 237486158 2303823872 530031 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 562457 530031 3424 6655 0 551761 0
[pid=168599/tid=168625] ppid=168594 vsize=2249828 memory=1751968 CPUtime=315.08 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 221941 0 0 0 31352 156 0 0 20 0 2 0 237487204 2303823872 530031 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 656.14 s
Current children cumulated vsize: 2249828 KiB
Current children cumulated memory: 2120124 KiB


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

[pid=168599/tid=168625] ppid=168594 vsize=2068232 memory=1984240 CPUtime=433.92 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 254689 0 0 0 43225 167 0 0 20 0 2 0 237487204 2117869568 496060 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 894.63 s
Current children cumulated vsize: 2068232 KiB
Current children cumulated memory: 1984240 KiB

[startup+522.3 s]
/proc/loadavg: 6.14 6.02 5.74 7/266 168693
/proc/meminfo: memFree=79671772/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2068232 memory=1986520 CPUtime=1013.85 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1036172 0 0 0 101049 336 0 0 20 0 2 0 237486158 2117869568 496630 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 517058 496630 3424 6655 0 506362 0
[pid=168599/tid=168625] ppid=168594 vsize=2068232 memory=1986520 CPUtime=493.32 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 281080 0 0 0 49158 174 0 0 20 0 2 0 237487204 2117869568 496630 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1013.85 s
Current children cumulated vsize: 2068232 KiB
Current children cumulated memory: 1986520 KiB

[startup+582.3 s]
/proc/loadavg: 6.05 6.02 5.76 7/266 168695
/proc/meminfo: memFree=79522608/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2068232 memory=1986520 CPUtime=1133.07 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1046925 0 0 0 112970 337 0 0 20 0 2 0 237486158 2117869568 496630 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 517058 496630 3424 6655 0 506362 0
[pid=168599/tid=168625] ppid=168594 vsize=2068232 memory=1986520 CPUtime=552.73 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 282972 0 0 0 55098 175 0 0 20 0 2 0 237487204 2117869568 496630 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1133.07 s
Current children cumulated vsize: 2068232 KiB
Current children cumulated memory: 1986520 KiB

[startup+642.3 s]
/proc/loadavg: 6.13 6.04 5.79 7/267 168700
/proc/meminfo: memFree=79429436/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2068232 memory=1986520 CPUtime=1252.29 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1105737 0 0 0 124886 343 0 0 20 0 2 0 237486158 2117869568 496630 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 517058 496630 3424 6655 0 506362 0
[pid=168599/tid=168625] ppid=168594 vsize=2068232 memory=1986520 CPUtime=612.13 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 309940 0 0 0 61035 178 0 0 20 0 2 0 237487204 2117869568 496630 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1252.29 s
Current children cumulated vsize: 2068232 KiB
Current children cumulated memory: 1986520 KiB

[startup+702.3 s]
/proc/loadavg: 6.10 6.05 5.81 7/268 168707
/proc/meminfo: memFree=79260728/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2108844 memory=2027148 CPUtime=1371.5 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1125911 0 0 0 136803 347 0 0 20 0 2 0 237486158 2159456256 506787 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 527211 506787 3424 6655 0 516515 0
[pid=168599/tid=168625] ppid=168594 vsize=2108844 memory=1986520 CPUtime=671.53 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 313219 0 0 0 66973 180 0 0 20 0 2 0 237487204 2159456256 506787 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1371.5 s
Current children cumulated vsize: 2108844 KiB
Current children cumulated memory: 2027148 KiB

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

# cumulated CPU time of all completed processes:  user=1422.09 s, system=3.75548 s

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

[startup+716.8 s]
/proc/loadavg: 6.08 6.05 5.81 7/268 168707
/proc/meminfo: memFree=79015188/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2373196 memory=2283500 CPUtime=1400.31 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1145387 0 0 0 139678 353 0 0 20 0 2 0 237486158 2430152704 570875 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 593299 570875 3424 6655 0 582603 0
[pid=168599/tid=168625] ppid=168594 vsize=2373196 memory=4760 CPUtime=685.89 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 313226 0 0 0 68409 180 0 0 20 0 2 0 237487204 2430152704 570875 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1400.31 s
Current children cumulated vsize: 2373196 KiB
Current children cumulated memory: 2283500 KiB

[startup+723.2 s]
/proc/loadavg: 6.07 6.04 5.82 7/268 168707
/proc/meminfo: memFree=79027476/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2373196 memory=2258620 CPUtime=1413.02 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1145397 0 0 0 140949 353 0 0 20 0 2 0 237486158 2430152704 564655 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 593299 564655 3424 6655 0 582603 0
[pid=168599/tid=168625] ppid=168594 vsize=2373196 memory=2283500 CPUtime=692.22 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 313227 0 0 0 69042 180 0 0 20 0 2 0 237487204 2430152704 564655 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1413.02 s
Current children cumulated vsize: 2373196 KiB
Current children cumulated memory: 2258620 KiB

[startup+726.4 s]
/proc/loadavg: 6.15 6.06 5.82 7/268 168707
/proc/meminfo: memFree=79006996/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=2373196 memory=2283500 CPUtime=1419.38 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1145491 0 0 0 141584 354 0 0 20 0 2 0 237486158 2430152704 570875 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 593299 570875 3424 6655 0 582603 0
[pid=168599/tid=168625] ppid=168594 vsize=2373196 memory=14248 CPUtime=695.39 cores=1,3
/proc/168599/task/168625/stat : 168625 (LSIPExact) R 168594 168599 166602 0 -1 4194368 313231 0 0 0 69359 180 0 0 20 0 2 0 237487204 2430152704 570875 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
Current children cumulated CPU time: 1419.38 s
Current children cumulated vsize: 2373196 KiB
Current children cumulated memory: 2283500 KiB

[startup+729.6 s]
/proc/loadavg: 6.05 6.04 5.82 6/268 168708
/proc/meminfo: memFree=79428736/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1615404 memory=1558100 CPUtime=1420.46 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) S 168594 168599 166602 0 -1 4194304 1178360 0 0 0 141689 357 0 0 20 0 1 0 237486158 1654173696 389525 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 403851 389525 3424 6655 0 393826 0
[pid=168708] ppid=168599 vsize=278264 memory=263780 CPUtime=2.6 cores=1,3
/proc/168708/stat : 168708 (Exact) R 168599 168708 168708 0 -1 4194304 27250 0 0 0 249 11 0 0 20 0 1 0 237558854 284942336 65945 18446744073709551615 4198400 8335837 140736019259392 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38580224 140736019261625 140736019261979 140736019261979 140736019267535 0
/proc/168708/statm: 69566 65945 1088 1011 0 68333 0
Current children cumulated CPU time: 1423.06 s
Current children cumulated vsize: 1893668 KiB
Current children cumulated memory: 1821880 KiB

[startup+731.2 s]
/proc/loadavg: 6.05 6.04 5.82 6/268 168708
/proc/meminfo: memFree=79431780/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1615404 memory=1558100 CPUtime=1420.46 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) S 168594 168599 166602 0 -1 4194304 1178360 0 0 0 141689 357 0 0 20 0 1 0 237486158 1654173696 389525 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 403851 389525 3424 6655 0 393826 0
[pid=168708] ppid=168599 vsize=281012 memory=266596 CPUtime=4.19 cores=1,3
/proc/168708/stat : 168708 (Exact) R 168599 168708 168708 0 -1 4194304 27979 0 0 0 408 11 0 0 20 0 1 0 237558854 287756288 66649 18446744073709551615 4198400 8335837 140736019259392 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38580224 140736019261625 140736019261979 140736019261979 140736019267535 0
/proc/168708/statm: 70253 66649 1088 1011 0 69020 0
Current children cumulated CPU time: 1424.65 s
Current children cumulated vsize: 1896416 KiB
Current children cumulated memory: 1824696 KiB

[startup+732 s]*
/proc/loadavg: 6.05 6.04 5.82 6/268 168709
/proc/meminfo: memFree=79423100/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1615404 memory=1558100 CPUtime=1420.46 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) S 168594 168599 166602 0 -1 4194304 1178360 0 0 0 141689 357 0 0 20 0 1 0 237486158 1654173696 389525 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 403851 389525 3424 6655 0 393826 0
[pid=168708] ppid=168599 vsize=281012 memory=268672 CPUtime=4.99 cores=1,3
/proc/168708/stat : 168708 (Exact) R 168599 168708 168708 0 -1 4194304 27983 0 0 0 488 11 0 0 20 0 1 0 237558854 287756288 67168 18446744073709551615 4198400 8335837 140736019259392 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 38580224 140736019261625 140736019261979 140736019261979 140736019267535 0
/proc/168708/statm: 70253 67168 1088 1011 0 69020 0
Current children cumulated CPU time: 1425.45 s
Current children cumulated vsize: 1896416 KiB
Current children cumulated memory: 1826772 KiB

[startup+732.2 s]
/proc/loadavg: 6.05 6.04 5.82 6/268 168709
/proc/meminfo: memFree=79423100/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1605832 memory=1548532 CPUtime=1425.65 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1192657 28006 0 0 141691 358 504 12 20 0 1 0 237486158 1644371968 387133 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 401458 387133 3424 6655 0 391433 0
Current children cumulated CPU time: 1425.65 s
Current children cumulated vsize: 1605832 KiB
Current children cumulated memory: 1548532 KiB

[startup+732.3 s]
/proc/loadavg: 6.05 6.04 5.82 6/268 168709
/proc/meminfo: memFree=79423100/131250000 swapFree=33008356/33010684
[pid=168599] ppid=168594 vsize=1605832 memory=1548532 CPUtime=1425.75 cores=1,3
/proc/168599/stat : 168599 (LSIPExact) R 168594 168599 166602 0 -1 4194304 1203379 28006 0 0 141701 358 504 12 20 0 1 0 237486158 1644371968 387133 18446744073709551615 94669190397952 94669217655121 140727229336512 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94669226157192 94669226588800 94669234458624 140727229344088 140727229344264 140727229344264 140727229349868 0
/proc/168599/statm: 401458 387133 3424 6655 0 391433 0
Current children cumulated CPU time: 1425.75 s
Current children cumulated vsize: 1605832 KiB
Current children cumulated memory: 1548532 KiB

Child status: 0

Real time (s): 732.377
CPU time (s): 1425.84
CPU user time (s): 1422.09
CPU system time (s): 3.75548
CPU usage (%): 194.687
Max. virtual memory (cumulated for all children) (KiB): 2373196
Max. memory (cumulated for all children) (KiB): 2283500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1422.09
system time used= 3.75548
maximum resident set size= 2297840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1253198
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= 361
involuntary context switches= 10329


# summary of solver processes directly reported to runsolver:
#   pid: 168599
#   total CPU time (s): 1425.84
#   total CPU user time (s): 1422.09
#   total CPU system time (s): 3.75548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.62655 second user time and 3.29962 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 23:01:36
IDJOB=4544469
IDBENCH=180672
IDSOLVER=3384
FILE ID=nodeC014/4544469-1753218095
RUNJOBID= nodeC014-1753209940-166614
SLURM_JOB_ID= 9687781
Free space on /tmp= 432600 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-4544469-1753218095/watcher-4544469-1753218095 -o /tmp/evaluation-result-4544469-1753218095/solver-4544469-1753218095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166614 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4544469-1753218095.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=1610133401

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        83075448 kB
MemAvailable:   83798756 kB
Buffers:             696 kB
Cached:          1468656 kB
SwapCached:         1624 kB
Active:         46617172 kB
Inactive:         648648 kB
Active(anon):   45795384 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   622952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            100164 kB
Writeback:            12 kB
AnonPages:      45786532 kB
Mapped:           141372 kB
Shmem:             24612 kB
KReclaimable:     235616 kB
Slab:             332108 kB
SReclaimable:     235616 kB
SUnreclaim:        96492 kB
KernelStack:        4272 kB
PageTables:        93448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   49424812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25479168 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432552 MiB
End job on nodeC014 at 2025-07-22 23:13:48