Trace number 4503592

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 S2? (TO) 3600.89 2565.77

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
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

2125.68/1086.33	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2125.68/1086.33	c numVar: 42127
2125.68/1086.33	c numCon: 974306
2125.68/1086.33	c numEqual: 1542
2125.68/1086.33	c intSize: 10
2125.68/1086.33	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2125.68/1086.33	c ------------------- Paras list -------------------
2125.68/1086.33	c Name                	 Type      	 Now       	 Default   	 Comment
2125.68/1086.33	c timeout             	 double    	 3600.000000	 3600      	 
2125.68/1086.33	c mip_time            	 double    	 0.300000  	 0.5       	 
2125.68/1086.33	c ls_time             	 double    	 10.000000 	 10        	 
2125.68/1086.33	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2125.68/1086.33	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2125.68/1086.33	c random_seed         	 int       	 0         	 0         	 
2125.68/1086.33	c sample_size         	 int       	 50        	 50        	 
2125.68/1086.33	c sub_score           	 int       	 1         	 1         	 
2125.68/1086.33	c tabu_base           	 int       	 3         	 3         	 
2125.68/1086.33	c tabu_variation      	 int       	 1         	 1         	 
2125.68/1086.33	c sub_div             	 int       	 4         	 4         	 
2125.68/1086.33	c nbcore              	 int       	 2         	 1         	 
2125.68/1086.33	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2125.68/1086.33	c print_sol           	 int       	 1         	 1         	 
2125.68/1086.33	c tmpdir              	 string		 .         	 "."       	 
2125.68/1086.33	c home                	 string		 HOME	 "."       	 
2125.68/1086.33	c benchname           	 string		 HOME/instance-4503592-1751140071.opb	 ""        	 
2125.68/1086.33	c --------------------------------------------------
2125.68/1086.33	c Local Search solver
2125.68/1086.33	c MIP solver
2125.68/1086.33	c use Exact solver
3600.08/2564.90	c receive signal 15, try to interrupt solver...
3600.11/2565.02	c Exact solver (PID 13585) interrupted gracefully.
3600.80/2565.71	s UNKNOWN
3600.80/2565.71	c Total time: 2566

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503592-1751140071/watcher-4503592-1751140071 -o /tmp/evaluation-result-4503592-1751140071/solver-4503592-1751140071 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11373 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4503592-1751140071.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=13429, runsolver pid=13426

[startup+0.100067 s]*
/proc/loadavg: 5.29 5.11 5.36 9/253 13430
/proc/meminfo: memFree=124801988/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=208128 memory=138776 CPUtime=0.09 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 25504 0 0 0 4 5 0 0 20 0 1 0 29686880 213123072 34694 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 52032 34694 1184 6655 0 42267 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 208128 KiB
Current children cumulated memory: 138776 KiB

[startup+0.207824 s]*
/proc/loadavg: 5.29 5.11 5.36 6/253 13430
/proc/meminfo: memFree=124725440/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=275976 memory=229040 CPUtime=0.19 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 42471 0 0 0 8 11 0 0 20 0 1 0 29686880 282599424 57260 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 68994 57260 1184 6655 0 59229 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 275976 KiB
Current children cumulated memory: 229040 KiB

[startup+0.30774 s]*
/proc/loadavg: 5.29 5.11 5.36 6/253 13430
/proc/meminfo: memFree=124697152/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=291552 memory=248752 CPUtime=0.3 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 46874 0 0 0 17 13 0 0 20 0 1 0 29686880 298549248 62188 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 72888 62188 1184 6655 0 63123 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 291552 KiB
Current children cumulated memory: 248752 KiB

[startup+0.700293 s]
/proc/loadavg: 5.29 5.11 5.36 6/253 13430
/proc/meminfo: memFree=124697152/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=291820 memory=249008 CPUtime=0.68 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 46938 0 0 0 54 14 0 0 20 0 1 0 29686880 298823680 62252 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 72955 62252 1184 6655 0 63190 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 291820 KiB
Current children cumulated memory: 249008 KiB

[startup+1.50029 s]
/proc/loadavg: 5.35 5.12 5.36 6/253 13430
/proc/meminfo: memFree=124600860/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=490368 memory=454388 CPUtime=1.48 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 88583 0 0 0 124 24 0 0 20 0 1 0 29686880 502136832 113597 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 122592 113597 1184 6655 0 112827 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 490368 KiB
Current children cumulated memory: 454388 KiB

[startup+3.11315 s]
/proc/loadavg: 5.35 5.12 5.36 6/253 13430
/proc/meminfo: memFree=124254164/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=728088 memory=690548 CPUtime=3.08 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 147667 0 0 0 273 35 0 0 20 0 1 0 29686880 745562112 172637 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 182022 172637 1184 6655 0 172257 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690548 KiB

[startup+6.30031 s]
/proc/loadavg: 5.32 5.12 5.36 6/253 13430
/proc/meminfo: memFree=124254668/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=728088 memory=690548 CPUtime=6.25 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 147699 0 0 0 590 35 0 0 20 0 1 0 29686880 745562112 172637 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 182022 172637 1184 6655 0 172257 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 728088 KiB
Current children cumulated memory: 690548 KiB

[startup+12.7004 s]
/proc/loadavg: 5.29 5.12 5.36 6/254 13431
/proc/meminfo: memFree=123531872/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=1542400 memory=1432516 CPUtime=12.64 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 236450 0 0 0 1206 58 0 0 20 0 2 0 29686880 1579417600 358129 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 385600 358129 2752 6655 0 359483 0
[pid=13429/tid=13431] ppid=13426 vsize=1542400 memory=1265668 CPUtime=0 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) S 13426 13429 11357 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 29688061 1579417600 358129 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1542400 KiB
Current children cumulated memory: 1432516 KiB

[startup+25.5004 s]
/proc/loadavg: 5.25 5.12 5.35 6/254 13431
/proc/meminfo: memFree=123076484/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=1911408 memory=1814896 CPUtime=25.46 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 303947 0 0 0 2465 81 0 0 20 0 2 0 29686880 1957281792 453724 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 477852 453724 2944 6655 0 461887 0
[pid=13429/tid=13431] ppid=13426 vsize=1911408 memory=1614456 CPUtime=0.08 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) S 13426 13429 11357 0 -1 4194368 5089 0 0 0 5 3 0 0 20 0 2 0 29688061 1957281792 453724 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 1911408 KiB
Current children cumulated memory: 1814896 KiB

[startup+51.1056 s]
/proc/loadavg: 5.56 5.20 5.38 7/254 13432
/proc/meminfo: memFree=121190876/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3873748 memory=3497564 CPUtime=72.59 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 445931 0 0 0 7114 145 0 0 20 0 2 0 29686880 3966717952 874391 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 968437 874391 3456 6655 0 949323 0
[pid=13429/tid=13431] ppid=13426 vsize=3873748 memory=3354020 CPUtime=21.76 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) R 13426 13429 11357 0 -1 4194368 39529 0 0 0 2156 20 0 0 20 0 2 0 29688061 3966717952 874391 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 72.59 s
Current children cumulated vsize: 3873748 KiB
Current children cumulated memory: 3497564 KiB

[startup+102.3 s]
/proc/loadavg: 5.93 5.36 5.42 7/254 13433
/proc/meminfo: memFree=121176408/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3724348 memory=3487140 CPUtime=174.3 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 576368 0 0 0 17241 189 0 0 20 0 2 0 29686880 3813732352 871785 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 931087 871785 3456 6655 0 916273 0
[pid=13429/tid=13431] ppid=13426 vsize=3724348 memory=3480152 CPUtime=72.44 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) R 13426 13429 11357 0 -1 4194368 90471 0 0 0 7201 43 0 0 20 0 2 0 29688061 3813732352 871785 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 174.3 s
Current children cumulated vsize: 3724348 KiB
Current children cumulated memory: 3487140 KiB

[startup+162.3 s]
/proc/loadavg: 6.52 5.62 5.51 8/254 13435
/proc/meminfo: memFree=119676772/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=4472412 memory=4157076 CPUtime=293.41 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 714396 0 0 0 29087 254 0 0 20 0 2 0 29686880 4579749888 1039269 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 1118103 1039269 3520 6655 0 1103289 0
[pid=13429/tid=13431] ppid=13426 vsize=4472412 memory=4111564 CPUtime=131.79 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) R 13426 13429 11357 0 -1 4194368 130331 0 0 0 13118 61 0 0 20 0 2 0 29688061 4579749888 1039269 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 293.41 s
Current children cumulated vsize: 4472412 KiB
Current children cumulated memory: 4157076 KiB

[startup+222.3 s]
/proc/loadavg: 6.93 5.90 5.61 8/255 13438
/proc/meminfo: memFree=120195172/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3812484 memory=3672492 CPUtime=412.41 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 752855 0 0 0 40973 268 0 0 20 0 2 0 29686880 3903983616 918123 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 953121 918123 3520 6655 0 938307 0
[pid=13429/tid=13431] ppid=13426 vsize=3812484 memory=3672388 CPUtime=191.07 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) R 13426 13429 11357 0 -1 4194368 140421 0 0 0 19042 65 0 0 20 0 2 0 29688061 3903983616 918123 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 412.41 s
Current children cumulated vsize: 3812484 KiB
Current children cumulated memory: 3672492 KiB

[startup+282.3 s]
/proc/loadavg: 7.03 6.12 5.71 8/255 13440
/proc/meminfo: memFree=119652892/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3880964 memory=3719348 CPUtime=531.46 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 833055 0 0 0 52863 283 0 0 20 0 2 0 29686880 3974107136 929837 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 970241 929837 3520 6655 0 955427 0
[pid=13429/tid=13431] ppid=13426 vsize=3880964 memory=14848 CPUtime=250.37 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) R 13426 13429 11357 0 -1 4194368 174379 0 0 0 24963 74 0 0 20 0 2 0 29688061 3974107136 929837 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 531.46 s
Current children cumulated vsize: 3880964 KiB
Current children cumulated memory: 3719348 KiB

[startup+342.3 s]
/proc/loadavg: 7.06 6.30 5.80 8/254 13442
/proc/meminfo: memFree=119890676/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3966224 memory=3812404 CPUtime=650.48 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 922362 0 0 0 64735 313 0 0 20 0 2 0 29686880 4061413376 953101 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 991556 953101 3520 6655 0 976742 0
[pid=13429/tid=13431] ppid=13426 vsize=3966224 memory=3779660 CPUtime=309.67 cores=4,6
/proc/13429/task/13431/stat : 13431 (LSIPExact) R 13426 13429 11357 0 -1 4194368 198124 0 0 0 30878 89 0 0 20 0 2 0 29688061 4061413376 953101 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
Current children cumulated CPU time: 650.48 s
Current children cumulated vsize: 3966224 KiB
Current children cumulated memory: 3812404 KiB

[startup+402.3 s]

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

/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1393140 memory=1273004 CPUtime=1052.99 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 154486 0 0 0 105189 110 0 0 20 0 1 0 29795514 1426575360 318251 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 348285 318251 1088 1011 0 347052 0
Current children cumulated CPU time: 3178.7 s
Current children cumulated vsize: 4409884 KiB
Current children cumulated memory: 4229072 KiB

[startup+2202.3 s]
/proc/loadavg: 4.17 4.58 5.45 5/255 13637
/proc/meminfo: memFree=103668192/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1395620 memory=1275516 CPUtime=1112.81 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 156810 0 0 0 111169 112 0 0 20 0 1 0 29795514 1429114880 318879 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 348905 318879 1088 1011 0 347672 0
Current children cumulated CPU time: 3238.52 s
Current children cumulated vsize: 4412364 KiB
Current children cumulated memory: 4231584 KiB

[startup+2262.3 s]
/proc/loadavg: 4.12 4.49 5.36 5/255 13639
/proc/meminfo: memFree=103324952/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1397224 memory=1281348 CPUtime=1172.65 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 158873 0 0 0 117150 115 0 0 20 0 1 0 29795514 1430757376 320337 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 349306 320337 1088 1011 0 348073 0
Current children cumulated CPU time: 3298.36 s
Current children cumulated vsize: 4413968 KiB
Current children cumulated memory: 4237416 KiB

[startup+2322.3 s]
/proc/loadavg: 4.09 4.41 5.28 5/255 13645
/proc/meminfo: memFree=103629356/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1398616 memory=1282912 CPUtime=1232.46 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 160455 0 0 0 123130 116 0 0 20 0 1 0 29795514 1432182784 320728 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 349654 320728 1088 1011 0 348421 0
Current children cumulated CPU time: 3358.17 s
Current children cumulated vsize: 4415360 KiB
Current children cumulated memory: 4238980 KiB

[startup+2382.3 s]
/proc/loadavg: 4.09 4.35 5.20 5/254 13647
/proc/meminfo: memFree=103608720/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1400448 memory=1284864 CPUtime=1292.29 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 162660 0 0 0 129111 118 0 0 20 0 1 0 29795514 1434058752 321216 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 350112 321216 1088 1011 0 348879 0
Current children cumulated CPU time: 3418 s
Current children cumulated vsize: 4417192 KiB
Current children cumulated memory: 4240932 KiB

[startup+2442.3 s]
/proc/loadavg: 4.22 4.33 5.14 5/254 13651
/proc/meminfo: memFree=103550748/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1401400 memory=1285876 CPUtime=1352.12 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 164530 0 0 0 135092 120 0 0 20 0 1 0 29795514 1435033600 321469 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 350350 321469 1088 1011 0 349117 0
Current children cumulated CPU time: 3477.83 s
Current children cumulated vsize: 4418144 KiB
Current children cumulated memory: 4241944 KiB

[startup+2502.3 s]
/proc/loadavg: 4.20 4.30 5.07 5/254 13653
/proc/meminfo: memFree=103502896/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1402100 memory=1286772 CPUtime=1411.95 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 166462 0 0 0 141072 123 0 0 20 0 1 0 29795514 1435750400 321693 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 350525 321693 1088 1011 0 349292 0
Current children cumulated CPU time: 3537.66 s
Current children cumulated vsize: 4418844 KiB
Current children cumulated memory: 4242840 KiB

[startup+2562.3 s]
/proc/loadavg: 4.07 4.25 5.00 5/253 13654
/proc/meminfo: memFree=103510936/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1403236 memory=1287844 CPUtime=1471.77 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 168456 0 0 0 147052 125 0 0 20 0 1 0 29795514 1436913664 321961 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 350809 321961 1088 1011 0 349576 0
Current children cumulated CPU time: 3597.48 s
Current children cumulated vsize: 4419980 KiB
Current children cumulated memory: 4243912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2564.9 s]
/proc/loadavg: 4.07 4.25 5.00 5/253 13655
/proc/meminfo: memFree=103510684/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=3016744 memory=2956068 CPUtime=2125.71 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) S 13426 13429 11357 0 -1 4194304 1658426 0 0 0 212059 512 0 0 20 0 1 0 29686880 3089145856 739017 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 754186 739017 3584 6655 0 740727 0
[pid=13585] ppid=13429 vsize=1403236 memory=1287844 CPUtime=1474.37 cores=4,6
/proc/13585/stat : 13585 (Exact) R 13429 13585 13585 0 -1 4194304 168456 0 0 0 147312 125 0 0 20 0 1 0 29795514 1436913664 321961 18446744073709551615 4198400 8335837 140734272565440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 42438656 140734272571579 140734272571933 140734272571933 140734272577487 0
/proc/13585/statm: 350809 321961 1088 1011 0 349576 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 4419980 KiB
Current children cumulated memory: 4243912 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3594.36 s, system=6.53253 s

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

[startup+2565.2 s]
/proc/loadavg: 4.07 4.25 5.00 4/253 13656
/proc/meminfo: memFree=104802748/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=2993908 memory=2933228 CPUtime=3600.3 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 1710204 168594 0 0 212075 515 147313 127 20 0 1 0 29686880 3065761792 733307 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 748477 733307 3584 6655 0 735018 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 2993908 KiB
Current children cumulated memory: 2933228 KiB

[startup+2565.6 s]
/proc/loadavg: 4.07 4.25 5.00 4/253 13656
/proc/meminfo: memFree=104802748/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=2993908 memory=2933228 CPUtime=3600.69 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 1748925 168594 0 0 212112 517 147313 127 20 0 1 0 29686880 3065761792 733307 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 748477 733307 3584 6655 0 735018 0
Current children cumulated CPU time: 3600.69 s
Current children cumulated vsize: 2993908 KiB
Current children cumulated memory: 2933228 KiB

[startup+2565.7 s]
/proc/loadavg: 4.07 4.25 5.00 4/253 13656
/proc/meminfo: memFree=104802748/131382112 swapFree=33010684/33010684
[pid=13429] ppid=13426 vsize=2993908 memory=2933228 CPUtime=3600.8 cores=4,6
/proc/13429/stat : 13429 (LSIPExact) R 13426 13429 11357 0 -1 4194304 1792288 168594 0 0 212120 520 147313 127 20 0 1 0 29686880 3065761792 733307 18446744073709551615 94489693933568 94489721189969 140732580148448 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94489729692808 94489730124416 94489746518016 140732580157786 140732580157962 140732580157962 140732580163564 0
/proc/13429/statm: 748477 733307 3584 6655 0 735018 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 2993908 KiB
Current children cumulated memory: 2933228 KiB

Child status: 0

Real time (s): 2565.77
CPU time (s): 3600.89
CPU user time (s): 3594.36
CPU system time (s): 6.53253
CPU usage (%): 140.343
Max. virtual memory (cumulated for all children) (KiB): 4595384
Max. memory (cumulated for all children) (KiB): 4278732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.36
system time used= 6.53253
maximum resident set size= 4269504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1969711
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= 424
involuntary context switches= 23645


# summary of solver processes directly reported to runsolver:
#   pid: 13429
#   total CPU time (s): 3600.89
#   total CPU user time (s): 3594.36
#   total CPU system time (s): 6.53253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1939 second user time and 20.024 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-28 21:47:52
IDJOB=4503592
IDBENCH=155524
IDSOLVER=3337
FILE ID=nodeC012/4503592-1751140071
RUNJOBID= nodeC012-1751133631-11373
SLURM_JOB_ID= 9587412
Free space on /tmp= 432812 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503592-1751140071/watcher-4503592-1751140071 -o /tmp/evaluation-result-4503592-1751140071/solver-4503592-1751140071 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751133631-11373 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4503592-1751140071.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=728567885

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		: 3662.209
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		: 3491.597
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.313
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		: 3555.027
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		: 3700.000
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		: 3491.696
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		: 2294.550
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		: 1198.017
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:        124922740 kB
MemAvailable:   124759596 kB
Buffers:            3280 kB
Cached:           649240 kB
SwapCached:            0 kB
Active:          5450356 kB
Inactive:         451244 kB
Active(anon):    5267040 kB
Inactive(anon):        0 kB
Active(file):     183316 kB
Inactive(file):   451244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87672 kB
Writeback:             0 kB
AnonPages:       5246744 kB
Mapped:           141988 kB
Shmem:             17960 kB
KReclaimable:      83464 kB
Slab:             162188 kB
SReclaimable:      83464 kB
SUnreclaim:        78724 kB
KernelStack:        4080 kB
PageTables:        13596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6031724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2848768 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= 432536 MiB
End job on nodeC012 at 2025-06-28 22:30:38