Trace number 4526984

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 1422.69 729.374

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM76d76a6e9366419c7968e5756d4a65f6
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 benchmark0.727783
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526984-1752232236/watcher-4526984-1752232236 -o /tmp/evaluation-result-4526984-1752232236/solver-4526984-1752232236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752232205-105766 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526984-1752232236.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=105905, runsolver pid=105902

[startup+0.100067 s]*
/proc/loadavg: 2.31 0.63 0.27 6/262 105906
/proc/meminfo: memFree=126048108/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=0.09 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 8 1 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+0.205543 s]*
/proc/loadavg: 2.31 0.63 0.27 6/262 105906
/proc/meminfo: memFree=126048108/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=0.19 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 18 1 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+0.305451 s]*
/proc/loadavg: 2.31 0.63 0.27 7/263 105911
/proc/meminfo: memFree=126048156/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=0.29 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 28 1 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+0.700187 s]
/proc/loadavg: 2.61 0.72 0.30 6/265 105920
/proc/meminfo: memFree=126008656/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=0.68 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 66 2 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+1.50017 s]
/proc/loadavg: 2.61 0.72 0.30 6/263 105928
/proc/meminfo: memFree=126007204/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=1.48 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 146 2 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+3.1045 s]
/proc/loadavg: 2.61 0.72 0.30 7/262 105956
/proc/meminfo: memFree=126008336/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=3.07 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 305 2 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+6.3001 s]
/proc/loadavg: 2.88 0.81 0.33 7/267 105965
/proc/meminfo: memFree=125960320/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=80148 memory=45696 CPUtime=6.25 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 10404 0 0 0 623 2 0 0 20 0 1 0 138902244 82071552 11424 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 20037 11424 1184 6655 0 10272 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 80148 KiB
Current children cumulated memory: 45696 KiB

[startup+12.7002 s]
/proc/loadavg: 3.21 0.91 0.37 8/268 105966
/proc/meminfo: memFree=125748988/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=309540 memory=242396 CPUtime=14.52 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 45218 0 0 0 1442 10 0 0 20 0 2 0 138902244 316968960 60599 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 77385 60599 2944 6655 0 60305 0
[pid=105905/tid=105966] ppid=105902 vsize=309540 memory=208424 CPUtime=1.88 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 6983 0 0 0 187 1 0 0 20 0 2 0 138903253 316968960 60599 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 309540 KiB
Current children cumulated memory: 242396 KiB

[startup+25.5002 s]
/proc/loadavg: 3.79 1.11 0.44 8/269 106014
/proc/meminfo: memFree=125015852/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=348564 memory=307596 CPUtime=37.84 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 97608 0 0 0 3761 23 0 0 20 0 2 0 138902244 356929536 76899 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 87141 76899 3520 6655 0 76912 0
[pid=105905/tid=105966] ppid=105902 vsize=348564 memory=2260 CPUtime=12.59 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 26196 0 0 0 1253 6 0 0 20 0 2 0 138903253 356929536 76899 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 37.84 s
Current children cumulated vsize: 348564 KiB
Current children cumulated memory: 307596 KiB

[startup+51.1055 s]
/proc/loadavg: 5.06 1.68 0.65 8/269 106105
/proc/meminfo: memFree=125304112/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=536780 memory=448656 CPUtime=88.61 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 163630 0 0 0 8821 40 0 0 20 0 2 0 138902244 549662720 112164 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 134195 112164 3552 6655 0 113037 0
[pid=105905/tid=105966] ppid=105902 vsize=536780 memory=440464 CPUtime=37.9 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 41752 0 0 0 3778 12 0 0 20 0 2 0 138903253 549662720 112164 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 88.61 s
Current children cumulated vsize: 536780 KiB
Current children cumulated memory: 448656 KiB

[startup+102.3 s]
/proc/loadavg: 6.59 2.60 1.02 9/270 106153
/proc/meminfo: memFree=124818876/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=536780 memory=454128 CPUtime=189.99 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 235067 0 0 0 18939 60 0 0 20 0 2 0 138902244 549662720 113532 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 134195 113532 3552 6655 0 113209 0
[pid=105905/tid=105966] ppid=105902 vsize=536780 memory=433596 CPUtime=88.29 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 78149 0 0 0 8804 25 0 0 20 0 2 0 138903253 549662720 113532 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 189.99 s
Current children cumulated vsize: 536780 KiB
Current children cumulated memory: 454128 KiB

[startup+162.3 s]
/proc/loadavg: 7.38 3.54 1.44 9/270 106155
/proc/meminfo: memFree=124487920/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=602316 memory=523916 CPUtime=309.28 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 284610 0 0 0 30861 67 0 0 20 0 2 0 138902244 616771584 130979 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 150579 130979 3552 6655 0 130265 0
[pid=105905/tid=105966] ppid=105902 vsize=602316 memory=497724 CPUtime=147.75 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 105179 0 0 0 14744 31 0 0 20 0 2 0 138903253 616771584 130979 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 309.28 s
Current children cumulated vsize: 602316 KiB
Current children cumulated memory: 523916 KiB

[startup+222.3 s]
/proc/loadavg: 7.82 4.37 1.86 9/269 106157
/proc/meminfo: memFree=124270868/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=602316 memory=540832 CPUtime=428.58 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 339898 0 0 0 42786 72 0 0 20 0 2 0 138902244 616771584 135208 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 150579 135208 3552 6655 0 134299 0
[pid=105905/tid=105966] ppid=105902 vsize=602316 memory=534432 CPUtime=207.21 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 132696 0 0 0 20688 33 0 0 20 0 2 0 138903253 616771584 135208 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 428.58 s
Current children cumulated vsize: 602316 KiB
Current children cumulated memory: 540832 KiB

[startup+282.3 s]
/proc/loadavg: 8.00 5.05 2.25 9/268 106159
/proc/meminfo: memFree=124039592/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=602316 memory=566404 CPUtime=547.88 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 348828 0 0 0 54715 73 0 0 20 0 2 0 138902244 616771584 141601 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 150579 141601 3552 6655 0 140687 0
[pid=105905/tid=105966] ppid=105902 vsize=602316 memory=548404 CPUtime=266.74 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 139029 0 0 0 26640 34 0 0 20 0 2 0 138903253 616771584 141601 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 547.88 s
Current children cumulated vsize: 602316 KiB
Current children cumulated memory: 566404 KiB

[startup+342.3 s]
/proc/loadavg: 8.05 5.60 2.62 9/268 106161
/proc/meminfo: memFree=123791572/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=602316 memory=566480 CPUtime=667.21 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 384988 0 0 0 66644 77 0 0 20 0 2 0 138902244 616771584 141620 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 150579 141620 3552 6655 0 140687 0
[pid=105905/tid=105966] ppid=105902 vsize=602316 memory=10752 CPUtime=326.59 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 157196 0 0 0 32623 36 0 0 20 0 2 0 138903253 616771584 141620 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 667.21 s
Current children cumulated vsize: 602316 KiB
Current children cumulated memory: 566480 KiB

[startup+402.3 s]

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


[startup+522.3 s]
/proc/loadavg: 8.06 6.73 3.59 9/267 106170
/proc/meminfo: memFree=123238304/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=602316 memory=566480 CPUtime=1025.09 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 416346 0 0 0 102430 79 0 0 20 0 2 0 138902244 616771584 141620 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 150579 141620 3552 6655 0 140687 0
[pid=105905/tid=105966] ppid=105902 vsize=602316 memory=566480 CPUtime=505.57 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 179585 0 0 0 50519 38 0 0 20 0 2 0 138903253 616771584 141620 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1025.09 s
Current children cumulated vsize: 602316 KiB
Current children cumulated memory: 566480 KiB

[startup+582.3 s]
/proc/loadavg: 8.13 7.00 3.88 9/267 106172
/proc/meminfo: memFree=123044548/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=602316 memory=566480 CPUtime=1144.4 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 417295 0 0 0 114361 79 0 0 20 0 2 0 138902244 616771584 141620 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 150579 141620 3552 6655 0 140687 0
[pid=105905/tid=105966] ppid=105902 vsize=602316 memory=14720 CPUtime=565.04 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 179615 0 0 0 56466 38 0 0 20 0 2 0 138903253 616771584 141620 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1144.4 s
Current children cumulated vsize: 602316 KiB
Current children cumulated memory: 566480 KiB

[startup+642.3 s]
/proc/loadavg: 8.08 7.17 4.14 9/267 106178
/proc/meminfo: memFree=122822932/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=613224 memory=580560 CPUtime=1252.88 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 431835 0 0 0 125208 80 0 0 20 0 2 0 138902244 627941376 145140 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 153306 145140 3552 6655 0 143414 0
[pid=105905/tid=105966] ppid=105902 vsize=613224 memory=569424 CPUtime=613.79 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 180838 0 0 0 61341 38 0 0 20 0 2 0 138903253 627941376 145140 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1252.88 s
Current children cumulated vsize: 613224 KiB
Current children cumulated memory: 580560 KiB

[startup+702.3 s]
/proc/loadavg: 8.11 7.34 4.39 9/267 106180
/proc/meminfo: memFree=122621732/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=616076 memory=583504 CPUtime=1372.12 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 435988 0 0 0 137131 81 0 0 20 0 2 0 138902244 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 154019 145876 3552 6655 0 144127 0
[pid=105905/tid=105966] ppid=105902 vsize=616076 memory=569424 CPUtime=673.21 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 181129 0 0 0 67283 38 0 0 20 0 2 0 138903253 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1372.12 s
Current children cumulated vsize: 616076 KiB
Current children cumulated memory: 583504 KiB

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

# cumulated CPU time of all completed processes:  user=1421.81 s, system=0.876782 s

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

[startup+704 s]*
/proc/loadavg: 8.11 7.34 4.39 9/267 106180
/proc/meminfo: memFree=122603840/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=616076 memory=583504 CPUtime=1375.51 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 435988 0 0 0 137470 81 0 0 20 0 2 0 138902244 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 154019 145876 3552 6655 0 144127 0
[pid=105905/tid=105966] ppid=105902 vsize=616076 memory=-7952409967756213882 CPUtime=674.89 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 181129 0 0 0 67451 38 0 0 20 0 2 0 138903253 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1375.51 s
Current children cumulated vsize: 616076 KiB
Current children cumulated memory: 583504 KiB

[startup+716.8 s]
/proc/loadavg: 8.08 7.37 4.44 9/268 106181
/proc/meminfo: memFree=122549232/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=616076 memory=583504 CPUtime=1400.94 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 437683 0 0 0 140013 81 0 0 20 0 2 0 138902244 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 154019 145876 3552 6655 0 144127 0
[pid=105905/tid=105966] ppid=105902 vsize=616076 memory=14720 CPUtime=687.57 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 181148 0 0 0 68719 38 0 0 20 0 2 0 138903253 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1400.94 s
Current children cumulated vsize: 616076 KiB
Current children cumulated memory: 583504 KiB

[startup+723.2 s]
/proc/loadavg: 8.08 7.39 4.46 9/268 106181
/proc/meminfo: memFree=122509916/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=616076 memory=583504 CPUtime=1413.66 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 437684 0 0 0 141285 81 0 0 20 0 2 0 138902244 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 154019 145876 3552 6655 0 144127 0
[pid=105905/tid=105966] ppid=105902 vsize=616076 memory=280163670437184 CPUtime=693.91 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) R 105902 105905 105752 0 -1 4194368 181149 0 0 0 69353 38 0 0 20 0 2 0 138903253 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1413.66 s
Current children cumulated vsize: 616076 KiB
Current children cumulated memory: 583504 KiB

[startup+726.4 s]
/proc/loadavg: 8.07 7.40 4.48 9/268 106182
/proc/meminfo: memFree=122516656/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=616076 memory=583504 CPUtime=1419.74 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) R 105902 105905 105752 0 -1 4194304 437703 0 0 0 141893 81 0 0 20 0 2 0 138902244 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 154019 145876 3552 6655 0 144127 0
[pid=105905/tid=105966] ppid=105902 vsize=616076 memory=583504 CPUtime=696.79 cores=0,2
/proc/105905/task/105966/stat : 105966 (LSIPExact) S 105902 105905 105752 0 -1 4194368 181151 0 0 0 69641 38 0 0 20 0 2 0 138903253 630861824 145876 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
Current children cumulated CPU time: 1419.74 s
Current children cumulated vsize: 616076 KiB
Current children cumulated memory: 583504 KiB

[startup+728 s]*
/proc/loadavg: 8.07 7.40 4.48 8/268 106183
/proc/meminfo: memFree=122529548/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=550540 memory=468896 CPUtime=1420.18 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) S 105902 105905 105752 0 -1 4194304 442356 0 0 0 141937 81 0 0 20 0 1 0 138902244 563752960 117224 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 137635 117224 3584 6655 0 127861 0
[pid=106183] ppid=105905 vsize=107532 memory=89648 CPUtime=1.13 cores=0,2
/proc/106183/stat : 106183 (Exact) R 105905 106183 106183 0 -1 4194304 17781 0 1 0 109 4 0 0 20 0 1 0 138974928 110112768 22412 18446744073709551615 4198400 8335837 140735135505056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 43233280 140735135512761 140735135513115 140735135513115 140735135518671 0
/proc/106183/statm: 26883 22412 1120 1011 0 25650 0
Current children cumulated CPU time: 1421.31 s
Current children cumulated vsize: 658072 KiB
Current children cumulated memory: 558544 KiB

[startup+728.8 s]
/proc/loadavg: 8.07 7.40 4.48 8/268 106183
/proc/meminfo: memFree=122529548/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=550540 memory=468896 CPUtime=1420.18 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) S 105902 105905 105752 0 -1 4194304 442356 0 0 0 141937 81 0 0 20 0 1 0 138902244 563752960 117224 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 137635 117224 3584 6655 0 127861 0
[pid=106183] ppid=105905 vsize=107932 memory=92260 CPUtime=1.92 cores=0,2
/proc/106183/stat : 106183 (Exact) R 105905 106183 106183 0 -1 4194304 17893 0 1 0 188 4 0 0 20 0 1 0 138974928 110522368 23065 18446744073709551615 4198400 8335837 140735135505056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 43233280 140735135512761 140735135513115 140735135513115 140735135518671 0
/proc/106183/statm: 26983 23065 1120 1011 0 25750 0
Current children cumulated CPU time: 1422.1 s
Current children cumulated vsize: 658472 KiB
Current children cumulated memory: 561156 KiB

[startup+729.2 s]
/proc/loadavg: 8.07 7.40 4.48 8/268 106183
/proc/meminfo: memFree=122530072/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=550540 memory=468896 CPUtime=1420.18 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) S 105902 105905 105752 0 -1 4194304 442356 0 0 0 141937 81 0 0 20 0 1 0 138902244 563752960 117224 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 137635 117224 3584 6655 0 127861 0
[pid=106183] ppid=105905 vsize=108196 memory=92388 CPUtime=2.32 cores=0,2
/proc/106183/stat : 106183 (Exact) R 105905 106183 106183 0 -1 4194304 17958 0 1 0 228 4 0 0 20 0 1 0 138974928 110792704 23097 18446744073709551615 4198400 8335837 140735135505056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 43233280 140735135512761 140735135513115 140735135513115 140735135518671 0
/proc/106183/statm: 27049 23097 1120 1011 0 25816 0
Current children cumulated CPU time: 1422.5 s
Current children cumulated vsize: 658736 KiB
Current children cumulated memory: 561284 KiB

[startup+729.3 s]
/proc/loadavg: 8.07 7.40 4.48 8/268 106183
/proc/meminfo: memFree=122530072/131250000 swapFree=33010672/33010684
[pid=105905] ppid=105902 vsize=550540 memory=468896 CPUtime=1420.18 cores=0,2
/proc/105905/stat : 105905 (LSIPExact) S 105902 105905 105752 0 -1 4194304 442356 0 0 0 141937 81 0 0 20 0 1 0 138902244 563752960 117224 18446744073709551615 94641709993984 94641737251153 140733169364256 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641745753224 94641746184832 94641755324416 140733169367384 140733169367560 140733169367560 140733169373164 0
/proc/105905/statm: 137635 117224 3584 6655 0 127861 0
[pid=106183] ppid=105905 vsize=108520 memory=92564 CPUtime=2.42 cores=0,2
/proc/106183/stat : 106183 (Exact) R 105905 106183 106183 0 -1 4194304 18039 0 1 0 238 4 0 0 20 0 1 0 138974928 111124480 23141 18446744073709551615 4198400 8335837 140735135505056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 43233280 140735135512761 140735135513115 140735135513115 140735135518671 0
/proc/106183/statm: 27130 23141 1120 1011 0 25897 0
Current children cumulated CPU time: 1422.6 s
Current children cumulated vsize: 659060 KiB
Current children cumulated memory: 561460 KiB

Child status: 0

Real time (s): 729.374
CPU time (s): 1422.69
CPU user time (s): 1421.81
CPU system time (s): 0.876782
CPU usage (%): 195.056
Max. virtual memory (cumulated for all children) (KiB): 659060
Max. memory (cumulated for all children) (KiB): 583504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1421.81
system time used= 0.876782
maximum resident set size= 583760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469284
page faults= 1
swaps= 0
block input operations= 8
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 439
involuntary context switches= 42472


# summary of solver processes directly reported to runsolver:
#   pid: 105905
#   total CPU time (s): 1422.69
#   total CPU user time (s): 1421.81
#   total CPU system time (s): 0.876782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49185 second user time and 3.1348 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 13:10:36
IDJOB=4526984
IDBENCH=147727
IDSOLVER=3384
FILE ID=nodeC026/4526984-1752232236
RUNJOBID= nodeC026-1752232205-105766
SLURM_JOB_ID= 9682537
Free space on /tmp= 429756 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526984-1752232236/watcher-4526984-1752232236 -o /tmp/evaluation-result-4526984-1752232236/solver-4526984-1752232236 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752232205-105766 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526984-1752232236.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 76d76a6e9366419c7968e5756d4a65f6
RANDOM SEED=1101230875

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126087168 kB
MemAvailable:   129398900 kB
Buffers:            2128 kB
Cached:          3935584 kB
SwapCached:            4 kB
Active:           894328 kB
Inactive:        3261728 kB
Active(anon):     226736 kB
Inactive(anon):     9684 kB
Active(file):     667592 kB
Inactive(file):  3252044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46428 kB
Writeback:             4 kB
AnonPages:        221524 kB
Mapped:           130612 kB
Shmem:             18076 kB
KReclaimable:     452896 kB
Slab:             555440 kB
SReclaimable:     452896 kB
SUnreclaim:       102544 kB
KernelStack:        4224 kB
PageTables:         3412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     555700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429664 MiB
End job on nodeC026 at 2025-07-11 13:22:46