Trace number 4544859

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 1429.27 727.295

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat12_10_triangular.opb
MD5SUM66da69fc5ff2d69cb07ac1ec77d1e0fe
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6360
Total number of constraints63606
Number of constraints which are clauses61006
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2600
Minimum length of a constraint2
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 32
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544859-1753218227/watcher-4544859-1753218227 -o /tmp/evaluation-result-4544859-1753218227/solver-4544859-1753218227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753209940-166612 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4544859-1753218227.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
Current StackSize limit: 8192 KiB

solver pid=168679, runsolver pid=168676

[startup+0.100064 s]*
/proc/loadavg: 5.76 5.62 5.50 6/269 168680
/proc/meminfo: memFree=81257568/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87032 memory=52224 CPUtime=0.08 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12085 0 0 0 7 1 0 0 20 0 1 0 237499296 89120768 13056 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21758 13056 1152 6655 0 11993 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 87032 KiB
Current children cumulated memory: 52224 KiB

[startup+0.205661 s]*
/proc/loadavg: 5.76 5.62 5.50 6/269 168680
/proc/meminfo: memFree=81257568/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87164 memory=52480 CPUtime=0.19 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12144 0 0 0 18 1 0 0 20 0 1 0 237499296 89255936 13120 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21791 13120 1152 6655 0 12026 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 87164 KiB
Current children cumulated memory: 52480 KiB

[startup+0.305609 s]*
/proc/loadavg: 5.76 5.62 5.50 6/269 168680
/proc/meminfo: memFree=81257568/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87164 memory=52480 CPUtime=0.29 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12144 0 0 0 28 1 0 0 20 0 1 0 237499296 89255936 13120 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21791 13120 1152 6655 0 12026 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 87164 KiB
Current children cumulated memory: 52480 KiB

[startup+0.700194 s]
/proc/loadavg: 5.76 5.62 5.50 6/269 168680
/proc/meminfo: memFree=81253472/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87164 memory=52480 CPUtime=0.68 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12144 0 0 0 67 1 0 0 20 0 1 0 237499296 89255936 13120 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21791 13120 1152 6655 0 12026 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 87164 KiB
Current children cumulated memory: 52480 KiB

[startup+1.50019 s]
/proc/loadavg: 5.76 5.62 5.50 6/269 168680
/proc/meminfo: memFree=81250004/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87164 memory=52480 CPUtime=1.47 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12144 0 0 0 146 1 0 0 20 0 1 0 237499296 89255936 13120 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21791 13120 1152 6655 0 12026 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 87164 KiB
Current children cumulated memory: 52480 KiB

[startup+3.10545 s]
/proc/loadavg: 5.70 5.61 5.50 6/269 168680
/proc/meminfo: memFree=81250264/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87164 memory=52480 CPUtime=3.07 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12144 0 0 0 306 1 0 0 20 0 1 0 237499296 89255936 13120 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21791 13120 1152 6655 0 12026 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 87164 KiB
Current children cumulated memory: 52480 KiB

[startup+6.30018 s]
/proc/loadavg: 5.70 5.61 5.50 6/269 168680
/proc/meminfo: memFree=81230352/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=87164 memory=52480 CPUtime=6.26 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 12144 0 0 0 625 1 0 0 20 0 1 0 237499296 89255936 13120 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 21791 13120 1152 6655 0 12026 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 87164 KiB
Current children cumulated memory: 52480 KiB

[startup+12.7002 s]
/proc/loadavg: 5.64 5.60 5.49 7/270 168681
/proc/meminfo: memFree=81028312/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=324072 memory=242608 CPUtime=14.5 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 50431 0 0 0 1441 9 0 0 20 0 2 0 237499296 331849728 60652 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 81018 60652 3296 6655 0 62805 0
[pid=168679/tid=168681] ppid=168676 vsize=324072 memory=230840 CPUtime=1.85 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 7496 0 0 0 184 1 0 0 20 0 2 0 237500306 331849728 60652 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 324072 KiB
Current children cumulated memory: 242608 KiB

[startup+25.5002 s]
/proc/loadavg: 5.65 5.60 5.50 7/270 168681
/proc/meminfo: memFree=80813924/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=450200 memory=346468 CPUtime=37.12 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 106998 0 0 0 3695 17 0 0 20 0 2 0 237499296 461004800 86617 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 112550 86617 3328 6655 0 90283 0
[pid=168679/tid=168681] ppid=168676 vsize=450200 memory=346468 CPUtime=14.55 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 31643 0 0 0 1449 6 0 0 20 0 2 0 237500306 461004800 86617 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 37.12 s
Current children cumulated vsize: 450200 KiB
Current children cumulated memory: 346468 KiB

[startup+51.1056 s]
/proc/loadavg: 5.83 5.65 5.52 7/270 168681
/proc/meminfo: memFree=80750248/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=435076 memory=389828 CPUtime=87.96 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 181809 0 0 0 8763 33 0 0 20 0 2 0 237499296 445517824 97457 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 108769 97457 3360 6655 0 98972 0
[pid=168679/tid=168681] ppid=168676 vsize=435076 memory=414580 CPUtime=40.07 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 48976 0 0 0 3991 16 0 0 20 0 2 0 237500306 445517824 97457 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 87.96 s
Current children cumulated vsize: 435076 KiB
Current children cumulated memory: 389828 KiB

[startup+102.3 s]
/proc/loadavg: 5.98 5.72 5.55 7/270 168683
/proc/meminfo: memFree=80567940/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=435076 memory=390728 CPUtime=189.63 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 198051 0 0 0 18921 42 0 0 20 0 2 0 237499296 445517824 97682 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 108769 97682 3360 6655 0 98972 0
[pid=168679/tid=168681] ppid=168676 vsize=435076 memory=14248 CPUtime=91.07 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 57991 0 0 0 9084 23 0 0 20 0 2 0 237500306 445517824 97682 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 189.63 s
Current children cumulated vsize: 435076 KiB
Current children cumulated memory: 390728 KiB

[startup+162.3 s]
/proc/loadavg: 6.06 5.80 5.59 7/268 168685
/proc/meminfo: memFree=80499004/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=418040 memory=376724 CPUtime=308.81 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 287176 0 0 0 30819 62 0 0 20 0 2 0 237499296 428072960 94181 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 104510 94181 3360 6655 0 94713 0
[pid=168679/tid=168681] ppid=168676 vsize=418040 memory=418664 CPUtime=150.87 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 86877 0 0 0 15052 35 0 0 20 0 2 0 237500306 428072960 94181 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 308.81 s
Current children cumulated vsize: 418040 KiB
Current children cumulated memory: 376724 KiB

[startup+222.3 s]
/proc/loadavg: 6.39 5.95 5.66 7/268 168687
/proc/meminfo: memFree=80127872/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=510528 memory=413064 CPUtime=427.96 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 314515 0 0 0 42720 76 0 0 20 0 2 0 237499296 522780672 103266 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 127632 103266 3360 6655 0 105800 0
[pid=168679/tid=168681] ppid=168676 vsize=510528 memory=396772 CPUtime=210.67 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 100630 0 0 0 21020 47 0 0 20 0 2 0 237500306 522780672 103266 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 427.96 s
Current children cumulated vsize: 510528 KiB
Current children cumulated memory: 413064 KiB

[startup+282.3 s]
/proc/loadavg: 6.19 5.97 5.68 7/266 168689
/proc/meminfo: memFree=79845856/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=513660 memory=466052 CPUtime=547.12 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 350659 0 0 0 54621 91 0 0 20 0 2 0 237499296 525987840 116513 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 128415 116513 3360 6655 0 118618 0
[pid=168679/tid=168681] ppid=168676 vsize=513660 memory=488328 CPUtime=270.47 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 110151 0 0 0 26988 59 0 0 20 0 2 0 237500306 525987840 116513 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 547.12 s
Current children cumulated vsize: 513660 KiB
Current children cumulated memory: 466052 KiB

[startup+342.3 s]
/proc/loadavg: 6.18 6.01 5.72 7/266 168691
/proc/meminfo: memFree=79753920/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=500980 CPUtime=666 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 381003 0 0 0 66504 96 0 0 20 0 2 0 237499296 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 125245 3360 6655 0 126887 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=500980 CPUtime=330.02 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 125109 0 0 0 32939 63 0 0 20 0 2 0 237500306 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 666 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 500980 KiB


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

/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 386276 0 0 0 78414 99 0 0 20 0 2 0 237499296 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 125245 3360 6655 0 126887 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=500980 CPUtime=389.8 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 125115 0 0 0 38916 64 0 0 20 0 2 0 237500306 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 785.13 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 500980 KiB

[startup+462.3 s]
/proc/loadavg: 6.12 6.03 5.77 7/266 168695
/proc/meminfo: memFree=79477940/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=500980 CPUtime=904.25 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 394265 0 0 0 90325 100 0 0 20 0 2 0 237499296 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 125245 3360 6655 0 126887 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=26624 CPUtime=449.57 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 129967 0 0 0 44892 65 0 0 20 0 2 0 237500306 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 904.25 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 500980 KiB

[startup+522.3 s]
/proc/loadavg: 6.11 6.04 5.79 7/268 168701
/proc/meminfo: memFree=79417464/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=500980 CPUtime=1023.38 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 399958 0 0 0 102235 103 0 0 20 0 2 0 237499296 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 125245 3360 6655 0 126887 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=500980 CPUtime=509.35 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 129984 0 0 0 50869 66 0 0 20 0 2 0 237500306 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1023.38 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 500980 KiB

[startup+582.3 s]
/proc/loadavg: 6.09 6.05 5.81 7/268 168707
/proc/meminfo: memFree=79019244/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=500980 CPUtime=1142.51 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 399966 0 0 0 114147 104 0 0 20 0 2 0 237499296 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 125245 3360 6655 0 126887 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=500980 CPUtime=569.13 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 129988 0 0 0 56847 66 0 0 20 0 2 0 237500306 593096704 125245 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1142.51 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 500980 KiB

[startup+642.3 s]
/proc/loadavg: 5.74 5.96 5.80 7/268 168802
/proc/meminfo: memFree=80944728/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=508716 CPUtime=1261.63 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 415309 0 0 0 126055 108 0 0 20 0 2 0 237499296 593096704 127179 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 127179 3360 6655 0 127900 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=500980 CPUtime=628.91 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 145324 0 0 0 62823 68 0 0 20 0 2 0 237500306 593096704 127179 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1261.63 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 508716 KiB

[startup+702.3 s]
/proc/loadavg: 5.96 5.98 5.82 7/268 168804
/proc/meminfo: memFree=80850876/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=508844 CPUtime=1380.78 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 415371 0 0 0 137969 109 0 0 20 0 2 0 237499296 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 127211 3360 6655 0 127910 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=500980 CPUtime=688.7 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 145365 0 0 0 68801 69 0 0 20 0 2 0 237500306 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1380.78 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 508844 KiB

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

# cumulated CPU time of all completed processes:  user=1428.11 s, system=1.15788 s

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

[startup+704 s]*
/proc/loadavg: 5.96 5.98 5.82 7/268 168804
/proc/meminfo: memFree=80846780/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=508844 CPUtime=1384.16 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 415371 0 0 0 138307 109 0 0 20 0 2 0 237499296 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 127211 3360 6655 0 127910 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=-7520064403528317048 CPUtime=690.4 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 145365 0 0 0 68971 69 0 0 20 0 2 0 237500306 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1384.16 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 508844 KiB

[startup+716.8 s]
/proc/loadavg: 5.97 5.99 5.82 7/268 168804
/proc/meminfo: memFree=80782268/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=508844 CPUtime=1409.57 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 415372 0 0 0 140848 109 0 0 20 0 2 0 237499296 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 127211 3360 6655 0 127910 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=4760 CPUtime=703.15 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 145366 0 0 0 70246 69 0 0 20 0 2 0 237500306 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1409.57 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 508844 KiB

[startup+723.2 s]
/proc/loadavg: 6.05 6.00 5.83 7/268 168804
/proc/meminfo: memFree=80772284/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=508844 CPUtime=1422.28 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 424005 0 0 0 142119 109 0 0 20 0 2 0 237499296 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 127211 3360 6655 0 127910 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=4760 CPUtime=709.53 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 148579 0 0 0 70884 69 0 0 20 0 2 0 237500306 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1422.28 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 508844 KiB

[startup+724.8 s]
/proc/loadavg: 6.05 6.00 5.83 7/268 168804
/proc/meminfo: memFree=80773116/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=508844 CPUtime=1425.46 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) R 168676 168679 166602 0 -1 4194304 424013 0 0 0 142437 109 0 0 20 0 2 0 237499296 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 127211 3360 6655 0 127910 0
[pid=168679/tid=168681] ppid=168676 vsize=579196 memory=508844 CPUtime=711.12 cores=0,2
/proc/168679/task/168681/stat : 168681 (LSIPExact) R 168676 168679 166602 0 -1 4194368 148579 0 0 0 71043 69 0 0 20 0 2 0 237500306 593096704 127211 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
Current children cumulated CPU time: 1425.46 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 508844 KiB

[startup+726.4 s]
/proc/loadavg: 6.05 6.00 5.83 7/268 168804
/proc/meminfo: memFree=80769056/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=507036 CPUtime=1428.14 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) S 168676 168679 166602 0 -1 4194304 432765 0 0 0 142704 110 0 0 20 0 1 0 237499296 593096704 126759 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 126759 3392 6655 0 127910 0
Current children cumulated CPU time: 1428.14 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 507036 KiB

[startup+726.8 s]
/proc/loadavg: 6.05 6.00 5.83 7/268 168804
/proc/meminfo: memFree=80769056/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=507036 CPUtime=1428.14 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) S 168676 168679 166602 0 -1 4194304 432765 0 0 0 142704 110 0 0 20 0 1 0 237499296 593096704 126759 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 126759 3392 6655 0 127910 0
Current children cumulated CPU time: 1428.14 s
Current children cumulated vsize: 579196 KiB
Current children cumulated memory: 507036 KiB

[startup+727.2 s]
/proc/loadavg: 6.05 6.00 5.83 6/268 168805
/proc/meminfo: memFree=80694208/131250000 swapFree=33008356/33010684
[pid=168679] ppid=168676 vsize=579196 memory=507036 CPUtime=1428.14 cores=0,2
/proc/168679/stat : 168679 (LSIPExact) S 168676 168679 166602 0 -1 4194304 432765 0 0 0 142704 110 0 0 20 0 1 0 237499296 593096704 126759 18446744073709551615 93873811677184 93873838934353 140724125622496 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93873847436424 93873847868032 93873873063936 140724125624664 140724125624840 140724125624840 140724125630444 0
/proc/168679/statm: 144799 126759 3392 6655 0 127910 0
[pid=168805] ppid=168679 vsize=88540 memory=72360 CPUtime=1.02 cores=0,2
/proc/168805/stat : 168805 (Exact) R 168679 168805 168805 0 -1 4194304 13190 0 0 0 99 3 0 0 20 0 1 0 237571911 90664960 18090 18446744073709551615 4198400 8335837 140732331554384 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13549568 140732331563193 140732331563547 140732331563547 140732331569103 0
/proc/168805/statm: 22135 18090 1120 1011 0 20902 0
Current children cumulated CPU time: 1429.16 s
Current children cumulated vsize: 667736 KiB
Current children cumulated memory: 579396 KiB

Child status: 0

Real time (s): 727.295
CPU time (s): 1429.27
CPU user time (s): 1428.11
CPU system time (s): 1.15788
CPU usage (%): 196.518
Max. virtual memory (cumulated for all children) (KiB): 667736
Max. memory (cumulated for all children) (KiB): 579396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1428.11
system time used= 1.15788
maximum resident set size= 508972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 457312
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= 365
involuntary context switches= 13685


# summary of solver processes directly reported to runsolver:
#   pid: 168679
#   total CPU time (s): 1429.27
#   total CPU user time (s): 1428.11
#   total CPU system time (s): 1.15788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54548 second user time and 3.37639 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-22 23:03:47
IDJOB=4544859
IDBENCH=180684
IDSOLVER=3384
FILE ID=nodeC014/4544859-1753218227
RUNJOBID= nodeC014-1753209940-166612
SLURM_JOB_ID= 9687781
Free space on /tmp= 432596 MiB

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

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

MD5SUM BENCH= 66da69fc5ff2d69cb07ac1ec77d1e0fe
RANDOM SEED=780282816

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.238
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.145
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.561
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		: 3600.115
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.134
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.119
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		: 4070.685
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		: 3550.577
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:        81308788 kB
MemAvailable:   82034608 kB
Buffers:             696 kB
Cached:          1471152 kB
SwapCached:         1624 kB
Active:         48404356 kB
Inactive:         651144 kB
Active(anon):   47582568 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   625448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47108 kB
Writeback:             4 kB
AnonPages:      47573236 kB
Mapped:           153100 kB
Shmem:             24612 kB
KReclaimable:     235648 kB
Slab:             332032 kB
SReclaimable:     235648 kB
SUnreclaim:        96384 kB
KernelStack:        4336 kB
PageTables:        97084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   51232764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26552320 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= 432560 MiB
End job on nodeC014 at 2025-07-22 23:15:54