Trace number 4491672

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2UNSAT 2175.72 1130.53

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM62e5546fe4d774fb864c3bf961c813a7
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 benchmark20.2468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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: 63794 MiB (63216 MiB free)
  memory of node 1: 64507 MiB (64003 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491672-1751133631/watcher-4491672-1751133631 -o /tmp/evaluation-result-4491672-1751133631/solver-4491672-1751133631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11372 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4491672-1751133631.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=11431, runsolver pid=11420

[startup+0.100118 s]*
/proc/loadavg: 0.13 0.10 0.09 4/252 11432
/proc/meminfo: memFree=130257188/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=36504 memory=256 CPUtime=0 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) D 11420 11431 11357 0 -1 4456448 69 0 0 0 0 0 0 0 20 0 1 0 29043270 37380096 64 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 9126 64 64 6655 0 164 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36504 KiB
Current children cumulated memory: 256 KiB

[startup+0.213385 s]*
/proc/loadavg: 0.13 0.10 0.09 5/252 11432
/proc/meminfo: memFree=130218384/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=86832 memory=31920 CPUtime=0.03 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 5408 0 0 0 1 2 0 0 20 0 1 0 29043270 88915968 7948 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 21708 7980 1184 6655 0 11943 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 86832 KiB
Current children cumulated memory: 31920 KiB

[startup+0.313934 s]*
/proc/loadavg: 0.13 0.10 0.09 5/252 11432
/proc/meminfo: memFree=130153744/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=126168 memory=83504 CPUtime=0.13 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 15777 0 0 0 7 6 0 0 20 0 1 0 29043270 129196032 20876 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 31542 20876 1184 6655 0 21777 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 126168 KiB
Current children cumulated memory: 83504 KiB

[startup+0.700342 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=130109828/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=205376 memory=170880 CPUtime=0.5 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 33000 0 0 0 38 12 0 0 20 0 1 0 29043270 210305024 42720 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 51344 42720 1184 6655 0 41579 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 205376 KiB
Current children cumulated memory: 170880 KiB

[startup+1.50031 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=129996932/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=270752 memory=236160 CPUtime=1.3 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 49321 0 0 0 113 17 0 0 20 0 1 0 29043270 277250048 59040 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 67688 59040 1184 6655 0 57923 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 270752 KiB
Current children cumulated memory: 236160 KiB

[startup+3.11283 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 11432
/proc/meminfo: memFree=129989028/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=270752 memory=236160 CPUtime=2.9 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 49338 0 0 0 273 17 0 0 20 0 1 0 29043270 277250048 59040 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 67688 59040 1184 6655 0 57923 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 270752 KiB
Current children cumulated memory: 236160 KiB

[startup+6.30025 s]
/proc/loadavg: 0.72 0.23 0.13 5/252 11432
/proc/meminfo: memFree=129988876/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=270752 memory=236160 CPUtime=6.08 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 49355 0 0 0 591 17 0 0 20 0 1 0 29043270 277250048 59040 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 67688 59040 1184 6655 0 57923 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 270752 KiB
Current children cumulated memory: 236160 KiB

[startup+12.7003 s]
/proc/loadavg: 1.07 0.31 0.16 6/254 11445
/proc/meminfo: memFree=129417108/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=675092 memory=546956 CPUtime=12.46 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 105865 0 0 0 1216 30 0 0 20 0 2 0 29043270 691294208 136739 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 168773 136739 2848 6655 0 142656 0
[pid=11431/tid=11437] ppid=11420 vsize=675092 memory=518584 CPUtime=0 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) S 11420 11431 11357 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29044356 691294208 136739 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 12.46 s
Current children cumulated vsize: 675092 KiB
Current children cumulated memory: 546956 KiB

[startup+25.5002 s]
/proc/loadavg: 1.91 0.51 0.23 7/251 11478
/proc/meminfo: memFree=128671820/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1122588 memory=1009048 CPUtime=34.17 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 167472 0 0 0 3366 51 0 0 20 0 2 0 29043270 1149530112 252262 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 280647 252262 2944 6655 0 265954 0
[pid=11431/tid=11437] ppid=11420 vsize=1122588 memory=891012 CPUtime=9.14 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 16466 0 0 0 907 7 0 0 20 0 2 0 29044356 1149530112 252262 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 34.17 s
Current children cumulated vsize: 1122588 KiB
Current children cumulated memory: 1009048 KiB

[startup+51.1054 s]
/proc/loadavg: 3.98 1.15 0.45 7/251 11549
/proc/meminfo: memFree=128429604/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1306260 memory=1172256 CPUtime=85.01 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 204806 0 0 0 8444 57 0 0 20 0 2 0 29043270 1337610240 293064 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 326565 293064 2944 6655 0 303817 0
[pid=11431/tid=11437] ppid=11420 vsize=1306260 memory=1172256 CPUtime=34.47 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 32092 0 0 0 3437 10 0 0 20 0 2 0 29044356 1337610240 293064 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 85.01 s
Current children cumulated vsize: 1306260 KiB
Current children cumulated memory: 1172256 KiB

[startup+102.3 s]
/proc/loadavg: 5.79 2.08 0.81 8/257 11822
/proc/meminfo: memFree=127940304/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1738636 memory=1580896 CPUtime=179.28 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 336616 0 0 0 17835 93 0 0 20 0 2 0 29043270 1780363264 395224 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 434659 395224 3520 6655 0 413996 0
[pid=11431/tid=11437] ppid=11420 vsize=1738636 memory=14848 CPUtime=78.55 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 85576 0 0 0 7827 28 0 0 20 0 2 0 29044356 1780363264 395224 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 179.28 s
Current children cumulated vsize: 1738636 KiB
Current children cumulated memory: 1580896 KiB

[startup+162.3 s]
/proc/loadavg: 6.66 3.01 1.21 8/258 11919
/proc/meminfo: memFree=127542168/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1955708 memory=1806180 CPUtime=298.44 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 403711 0 0 0 29740 104 0 0 20 0 2 0 29043270 2002644992 451545 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 488927 451545 3552 6655 0 468287 0
[pid=11431/tid=11437] ppid=11420 vsize=1955708 memory=1590144 CPUtime=137.92 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 94194 0 0 0 13763 29 0 0 20 0 2 0 29044356 2002644992 451545 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 298.44 s
Current children cumulated vsize: 1955708 KiB
Current children cumulated memory: 1806180 KiB

[startup+222.3 s]
/proc/loadavg: 6.94 3.76 1.58 8/258 11921
/proc/meminfo: memFree=127481996/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1919916 memory=1806124 CPUtime=417.61 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 509077 0 0 0 41644 117 0 0 20 0 2 0 29043270 1965993984 451531 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 479979 451531 3552 6655 0 462981 0
[pid=11431/tid=11437] ppid=11420 vsize=1919916 memory=14848 CPUtime=197.29 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 136517 0 0 0 19696 33 0 0 20 0 2 0 29044356 1965993984 451531 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 417.61 s
Current children cumulated vsize: 1919916 KiB
Current children cumulated memory: 1806124 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 4.38 1.93 8/258 11923
/proc/meminfo: memFree=127463048/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1919916 memory=1818196 CPUtime=536.77 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 550133 0 0 0 53557 120 0 0 20 0 2 0 29043270 1965993984 454549 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 479979 454549 3552 6655 0 466120 0
[pid=11431/tid=11437] ppid=11420 vsize=1919916 memory=1815128 CPUtime=256.66 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 149360 0 0 0 25632 34 0 0 20 0 2 0 29044356 1965993984 454549 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 536.77 s
Current children cumulated vsize: 1919916 KiB
Current children cumulated memory: 1818196 KiB

[startup+342.3 s]
/proc/loadavg: 7.05 4.86 2.25 8/255 11925
/proc/meminfo: memFree=127463164/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1919916 memory=1825600 CPUtime=655.86 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 596849 0 0 0 65453 133 0 0 20 0 2 0 29043270 1965993984 456400 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 479979 456400 3552 6655 0 466975 0
[pid=11431/tid=11437] ppid=11420 vsize=1919916 memory=1815128 CPUtime=316.02 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 188763 0 0 0 31556 46 0 0 20 0 2 0 29044356 1965993984 456400 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 655.86 s
Current children cumulated vsize: 1919916 KiB
Current children cumulated memory: 1825600 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 1489.72 s
Current children cumulated vsize: 1972204 KiB
Current children cumulated memory: 1874428 KiB

[startup+822.3 s]
/proc/loadavg: 6.97 6.64 4.23 8/254 11948
/proc/meminfo: memFree=127365888/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1972204 memory=1875452 CPUtime=1608.89 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 932555 0 0 0 160635 254 0 0 20 0 2 0 29043270 2019536896 468863 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 493051 468863 3552 6655 0 480047 0
[pid=11431/tid=11437] ppid=11420 vsize=1972204 memory=1874684 CPUtime=791.35 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 360796 0 0 0 78990 145 0 0 20 0 2 0 29044356 2019536896 468863 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 1608.89 s
Current children cumulated vsize: 1972204 KiB
Current children cumulated memory: 1875452 KiB

[startup+882.3 s]
/proc/loadavg: 7.07 6.74 4.41 8/255 11951
/proc/meminfo: memFree=127329792/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1972204 memory=1875452 CPUtime=1728.01 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 990984 0 0 0 172536 265 0 0 20 0 2 0 29043270 2019536896 468863 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 493051 468863 3552 6655 0 480047 0
[pid=11431/tid=11437] ppid=11420 vsize=1972204 memory=1874684 CPUtime=851.09 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 387511 0 0 0 84955 154 0 0 20 0 2 0 29044356 2019536896 468863 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 1728.01 s
Current children cumulated vsize: 1972204 KiB
Current children cumulated memory: 1875452 KiB

[startup+942.3 s]
/proc/loadavg: 7.06 6.80 4.58 8/255 11953
/proc/meminfo: memFree=127328476/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1972204 memory=1875580 CPUtime=1847.12 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 1036355 0 0 0 184428 284 0 0 20 0 2 0 29043270 2019536896 468895 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 493051 468895 3552 6655 0 480047 0
[pid=11431/tid=11437] ppid=11420 vsize=1972204 memory=1875452 CPUtime=910.83 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 418666 0 0 0 90911 172 0 0 20 0 2 0 29044356 2019536896 468895 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 1847.12 s
Current children cumulated vsize: 1972204 KiB
Current children cumulated memory: 1875580 KiB

[startup+1002.3 s]
/proc/loadavg: 7.03 6.84 4.74 8/255 11955
/proc/meminfo: memFree=127371444/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1972204 memory=1875580 CPUtime=1966.21 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 1065730 0 0 0 196320 301 0 0 20 0 2 0 29043270 2019536896 468895 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 493051 468895 3552 6655 0 480047 0
[pid=11431/tid=11437] ppid=11420 vsize=1972204 memory=1875580 CPUtime=970.56 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 436643 0 0 0 96868 188 0 0 20 0 2 0 29044356 2019536896 468895 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 1966.21 s
Current children cumulated vsize: 1972204 KiB
Current children cumulated memory: 1875580 KiB

[startup+1062.3 s]
/proc/loadavg: 7.13 6.90 4.89 8/255 11957
/proc/meminfo: memFree=127373824/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1972204 memory=1875580 CPUtime=2085.25 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 1071963 0 0 0 208208 317 0 0 20 0 2 0 29043270 2019536896 468895 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 493051 468895 3552 6655 0 480047 0
[pid=11431/tid=11437] ppid=11420 vsize=1972204 memory=1875580 CPUtime=1030.26 cores=0,2
/proc/11431/task/11437/stat : 11437 (LSIPExact) R 11420 11431 11357 0 -1 4194368 441493 0 0 0 102823 203 0 0 20 0 2 0 29044356 2019536896 468895 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
Current children cumulated CPU time: 2085.25 s
Current children cumulated vsize: 1972204 KiB
Current children cumulated memory: 1875580 KiB

[startup+1122.3 s]
/proc/loadavg: 5.87 6.61 4.92 6/254 12055
/proc/meminfo: memFree=127283560/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2130.46 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) S 11420 11431 11357 0 -1 4194304 1125074 0 0 0 212723 323 0 0 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
[pid=11976] ppid=11431 vsize=447108 memory=426040 CPUtime=37.03 cores=0,2
/proc/11976/stat : 11976 (Exact) R 11431 11976 11976 0 -1 4194304 60974 0 0 0 3680 23 0 0 20 0 1 0 29151782 457838592 106510 18446744073709551615 4198400 8335837 140728338436832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42110976 140728338438331 140728338438685 140728338438685 140728338444239 0
/proc/11976/statm: 111777 106510 1088 1011 0 110544 0
Current children cumulated CPU time: 2167.49 s
Current children cumulated vsize: 2113760 KiB
Current children cumulated memory: 2009912 KiB

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

# cumulated CPU time of all completed processes:  user=2172.19 s, system=3.53329 s

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

[startup+1126.4 s]
/proc/loadavg: 5.80 6.58 4.92 6/254 12055
/proc/meminfo: memFree=127283812/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2130.46 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) S 11420 11431 11357 0 -1 4194304 1125074 0 0 0 212723 323 0 0 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
[pid=11976] ppid=11431 vsize=447108 memory=426040 CPUtime=41.12 cores=0,2
/proc/11976/stat : 11976 (Exact) R 11431 11976 11976 0 -1 4194304 60974 0 0 0 4089 23 0 0 20 0 1 0 29151782 457838592 106510 18446744073709551615 4198400 8335837 140728338436832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42110976 140728338438331 140728338438685 140728338438685 140728338444239 0
/proc/11976/statm: 111777 106510 1088 1011 0 110544 0
Current children cumulated CPU time: 2171.58 s
Current children cumulated vsize: 2113760 KiB
Current children cumulated memory: 2009912 KiB

[startup+1128 s]*
/proc/loadavg: 5.80 6.58 4.92 6/254 12055
/proc/meminfo: memFree=127283836/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2130.46 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) S 11420 11431 11357 0 -1 4194304 1125074 0 0 0 212723 323 0 0 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
[pid=11976] ppid=11431 vsize=447108 memory=426040 CPUtime=42.72 cores=0,2
/proc/11976/stat : 11976 (Exact) R 11431 11976 11976 0 -1 4194304 60974 0 0 0 4249 23 0 0 20 0 1 0 29151782 457838592 106510 18446744073709551615 4198400 8335837 140728338436832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42110976 140728338438331 140728338438685 140728338438685 140728338444239 0
/proc/11976/statm: 111777 106510 1088 1011 0 110544 0
Current children cumulated CPU time: 2173.18 s
Current children cumulated vsize: 2113760 KiB
Current children cumulated memory: 2009912 KiB

[startup+1129.6 s]
/proc/loadavg: 5.80 6.58 4.92 6/254 12055
/proc/meminfo: memFree=127259768/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2130.46 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) S 11420 11431 11357 0 -1 4194304 1125074 0 0 0 212723 323 0 0 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
[pid=11976] ppid=11431 vsize=448064 memory=426936 CPUtime=44.31 cores=0,2
/proc/11976/stat : 11976 (Exact) R 11431 11976 11976 0 -1 4194304 61220 0 0 0 4408 23 0 0 20 0 1 0 29151782 458817536 106734 18446744073709551615 4198400 8335837 140728338436832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42110976 140728338438331 140728338438685 140728338438685 140728338444239 0
/proc/11976/statm: 112016 106734 1088 1011 0 110783 0
Current children cumulated CPU time: 2174.77 s
Current children cumulated vsize: 2114716 KiB
Current children cumulated memory: 2010808 KiB

[startup+1130 s]*
/proc/loadavg: 5.80 6.58 4.92 6/254 12055
/proc/meminfo: memFree=127251956/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2130.46 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) S 11420 11431 11357 0 -1 4194304 1125074 0 0 0 212723 323 0 0 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
[pid=11976] ppid=11431 vsize=448064 memory=426936 CPUtime=44.72 cores=0,2
/proc/11976/stat : 11976 (Exact) R 11431 11976 11976 0 -1 4194304 61220 0 0 0 4449 23 0 0 20 0 1 0 29151782 458817536 106734 18446744073709551615 4198400 8335837 140728338436832 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 42110976 140728338438331 140728338438685 140728338438685 140728338444239 0
/proc/11976/statm: 112016 106734 1088 1011 0 110783 0
Current children cumulated CPU time: 2175.18 s
Current children cumulated vsize: 2114716 KiB
Current children cumulated memory: 2010808 KiB

[startup+1130.4 s]
/proc/loadavg: 5.80 6.58 4.92 6/254 12055
/proc/meminfo: memFree=127251956/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2175.56 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 1142953 61235 0 0 212732 324 4476 24 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
Current children cumulated CPU time: 2175.56 s
Current children cumulated vsize: 1666652 KiB
Current children cumulated memory: 1583872 KiB

[startup+1130.5 s]
/proc/loadavg: 5.80 6.58 4.92 6/254 12055
/proc/meminfo: memFree=127251956/131382112 swapFree=33010684/33010684
[pid=11431] ppid=11420 vsize=1666652 memory=1583872 CPUtime=2175.66 cores=0,2
/proc/11431/stat : 11431 (LSIPExact) R 11420 11431 11357 0 -1 4194304 1168872 61235 0 0 212741 325 4476 24 20 0 1 0 29043270 1706651648 395968 18446744073709551615 94000226390016 94000253646417 140732516193344 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94000262149256 94000262580864 94000284479488 140732516194650 140732516194826 140732516194826 140732516200428 0
/proc/11431/statm: 416663 395968 3616 6655 0 406774 0
Current children cumulated CPU time: 2175.66 s
Current children cumulated vsize: 1666652 KiB
Current children cumulated memory: 1583872 KiB

Child status: 0

Real time (s): 1130.53
CPU time (s): 2175.72
CPU user time (s): 2172.19
CPU system time (s): 3.53329
CPU usage (%): 192.451
Max. virtual memory (cumulated for all children) (KiB): 2318704
Max. memory (cumulated for all children) (KiB): 2176592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2172.19
system time used= 3.53329
maximum resident set size= 2176592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1231669
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= 349
involuntary context switches= 22329


# summary of solver processes directly reported to runsolver:
#   pid: 11431
#   total CPU time (s): 2175.72
#   total CPU user time (s): 2172.19
#   total CPU system time (s): 3.53329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.41358 second user time and 5.60412 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 20:00:33
IDJOB=4491672
IDBENCH=147732
IDSOLVER=3337
FILE ID=nodeC012/4491672-1751133631
RUNJOBID= nodeC012-1751133631-11372
SLURM_JOB_ID= 9587412
Free space on /tmp= 433048 MiB

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

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

MD5SUM BENCH= 62e5546fe4d774fb864c3bf961c813a7
RANDOM SEED=130135792

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130309692 kB
MemAvailable:   130017168 kB
Buffers:            3280 kB
Cached:           532716 kB
SwapCached:            0 kB
Active:           263984 kB
Inactive:         335908 kB
Active(anon):      81856 kB
Inactive(anon):        0 kB
Active(file):     182128 kB
Inactive(file):   335908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            192916 kB
Writeback:             8 kB
AnonPages:         67008 kB
Mapped:           101864 kB
Shmem:             17960 kB
KReclaimable:      57752 kB
Slab:             129584 kB
SReclaimable:      57752 kB
SUnreclaim:        71832 kB
KernelStack:        3856 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432872 MiB
End job on nodeC012 at 2025-06-28 20:19:26