Trace number 4514438

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.08 2555.02

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
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 benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2132.86/1084.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2132.86/1084.02	c numVar: 1722
2132.86/1084.02	c numCon: 8246
2132.86/1084.02	c numEqual: 4
2132.86/1084.02	c intSize: 7
2132.86/1084.02	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2132.86/1084.02	c ------------------- Paras list -------------------
2132.86/1084.02	c Name                	 Type      	 Now       	 Default   	 Comment
2132.86/1084.02	c timeout             	 double    	 3600.000000	 3600      	 
2132.86/1084.02	c mip_time            	 double    	 0.300000  	 0.5       	 
2132.86/1084.02	c ls_time             	 double    	 10.000000 	 10        	 
2132.86/1084.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2132.86/1084.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2132.86/1084.02	c random_seed         	 int       	 0         	 0         	 
2132.86/1084.02	c sample_size         	 int       	 50        	 50        	 
2132.86/1084.02	c sub_score           	 int       	 1         	 1         	 
2132.86/1084.02	c tabu_base           	 int       	 3         	 3         	 
2132.86/1084.02	c tabu_variation      	 int       	 1         	 1         	 
2132.86/1084.02	c sub_div             	 int       	 4         	 4         	 
2132.86/1084.02	c nbcore              	 int       	 2         	 1         	 
2132.86/1084.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2132.86/1084.02	c print_sol           	 int       	 1         	 1         	 
2132.86/1084.02	c tmpdir              	 string		 .         	 "."       	 
2132.86/1084.02	c home                	 string		 HOME	 "."       	 
2132.86/1084.02	c benchname           	 string		 HOME/instance-4514438-1751216435.opb	 ""        	 
2132.86/1084.02	c --------------------------------------------------
2132.86/1084.02	c Local Search solver
2132.86/1084.02	c MIP solver
2132.86/1084.02	c use Exact solver
3600.05/2554.90	c receive signal 15, try to interrupt solver...
2132.90/2555.01	c Exact solver (PID 30166) interrupted gracefully.
2132.90/2555.01	s UNKNOWN
2132.90/2555.01	c Total time: 2555

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100067 s]*
/proc/loadavg: 4.11 4.29 5.11 5/266 29732
/proc/meminfo: memFree=128514908/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=0.09 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 9 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+0.205608 s]*
/proc/loadavg: 4.11 4.29 5.11 5/266 29732
/proc/meminfo: memFree=128514908/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=0.19 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 19 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+0.30553 s]*
/proc/loadavg: 4.11 4.29 5.11 5/266 29732
/proc/meminfo: memFree=128514916/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=0.29 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 29 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+0.700164 s]
/proc/loadavg: 4.11 4.29 5.11 5/266 29732
/proc/meminfo: memFree=128514916/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=0.68 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 68 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+1.50016 s]
/proc/loadavg: 4.11 4.29 5.11 5/266 29732
/proc/meminfo: memFree=128514916/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=1.48 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 148 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+3.10534 s]
/proc/loadavg: 4.11 4.29 5.11 5/266 29732
/proc/meminfo: memFree=128515204/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=3.08 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 308 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.29 5.10 5/266 29732
/proc/meminfo: memFree=128515568/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=45504 memory=11008 CPUtime=6.27 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 1720 0 0 0 627 0 0 0 20 0 1 0 37320058 46596096 2752 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 11376 2752 1184 6655 0 1611 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45504 KiB
Current children cumulated memory: 11008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.30 5.10 6/267 29734
/proc/meminfo: memFree=128474272/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=148988 memory=57904 CPUtime=15.23 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 11080 0 0 0 1521 2 0 0 20 0 2 0 37320058 152563712 14476 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 37247 14476 3392 6655 0 13327 0
[pid=29731/tid=29734] ppid=29728 vsize=148988 memory=14248 CPUtime=2.57 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 2447 0 0 0 257 0 0 0 20 0 2 0 37321060 152563712 14476 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 148988 KiB
Current children cumulated memory: 57904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.35 5.10 6/267 29734
/proc/meminfo: memFree=128444912/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=169944 memory=82352 CPUtime=40.66 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 36421 0 0 0 4061 5 0 0 20 0 2 0 37320058 174022656 20588 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 42486 20588 3424 6655 0 19289 0
[pid=29731/tid=29734] ppid=29728 vsize=169944 memory=80304 CPUtime=15.24 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 10441 0 0 0 1523 1 0 0 20 0 2 0 37321060 174022656 20588 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 40.66 s
Current children cumulated vsize: 169944 KiB
Current children cumulated memory: 82352 KiB

[startup+51.1056 s]
/proc/loadavg: 4.62 4.40 5.10 6/268 29746
/proc/meminfo: memFree=128436916/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=169944 memory=86448 CPUtime=91.58 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 51466 0 0 0 9151 7 0 0 20 0 2 0 37320058 174022656 21612 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 42486 21612 3424 6655 0 20166 0
[pid=29731/tid=29734] ppid=29728 vsize=169944 memory=14248 CPUtime=40.6 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 17709 0 0 0 4059 1 0 0 20 0 2 0 37321060 174022656 21612 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 91.58 s
Current children cumulated vsize: 169944 KiB
Current children cumulated memory: 86448 KiB

[startup+102.3 s]
/proc/loadavg: 4.94 4.53 5.10 6/267 29888
/proc/meminfo: memFree=128954712/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=173112 memory=101936 CPUtime=193.42 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 67272 0 0 0 19333 9 0 0 20 0 2 0 37320058 177266688 25484 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 43278 25484 3456 6655 0 24033 0
[pid=29731/tid=29734] ppid=29728 vsize=173112 memory=14248 CPUtime=91.36 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 25620 0 0 0 9134 2 0 0 20 0 2 0 37321060 177266688 25484 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 193.42 s
Current children cumulated vsize: 173112 KiB
Current children cumulated memory: 101936 KiB

[startup+162.3 s]
/proc/loadavg: 5.68 4.81 5.17 7/267 29891
/proc/meminfo: memFree=128932068/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=175876 memory=112944 CPUtime=312.77 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 71822 0 0 0 31268 9 0 0 20 0 2 0 37320058 180097024 28236 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 43969 28236 3456 6655 0 26568 0
[pid=29731/tid=29734] ppid=29728 vsize=175876 memory=108208 CPUtime=150.85 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 29171 0 0 0 15082 3 0 0 20 0 2 0 37321060 180097024 28236 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 312.77 s
Current children cumulated vsize: 175876 KiB
Current children cumulated memory: 112944 KiB

[startup+222.3 s]
/proc/loadavg: 5.94 5.05 5.23 6/267 29893
/proc/meminfo: memFree=128882152/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=190888 memory=142640 CPUtime=430.02 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 100629 0 0 0 42990 12 0 0 20 0 2 0 37320058 195469312 35660 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 47722 35660 3456 6655 0 34014 0
[pid=29731/tid=29734] ppid=29728 vsize=190888 memory=142640 CPUtime=210.34 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 43404 0 0 0 21029 5 0 0 20 0 2 0 37321060 195469312 35660 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 430.02 s
Current children cumulated vsize: 190888 KiB
Current children cumulated memory: 142640 KiB

[startup+282.3 s]
/proc/loadavg: 6.06 5.24 5.28 7/267 29895
/proc/meminfo: memFree=128857768/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=190888 memory=143408 CPUtime=545.58 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 115288 0 0 0 54545 13 0 0 20 0 2 0 37320058 195469312 35852 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 47722 35852 3456 6655 0 34014 0
[pid=29731/tid=29734] ppid=29728 vsize=190888 memory=14248 CPUtime=269.71 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 48718 0 0 0 26966 5 0 0 20 0 2 0 37321060 195469312 35852 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 545.58 s
Current children cumulated vsize: 190888 KiB
Current children cumulated memory: 143408 KiB

[startup+342.3 s]
/proc/loadavg: 6.08 5.40 5.34 7/267 29897
/proc/meminfo: memFree=128846468/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=190888 memory=143408 CPUtime=664.96 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) R 29728 29731 27651 0 -1 4194304 115393 0 0 0 66483 13 0 0 20 0 2 0 37320058 195469312 35852 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 47722 35852 3456 6655 0 34014 0
[pid=29731/tid=29734] ppid=29728 vsize=190888 memory=14248 CPUtime=329.23 cores=1,3
/proc/29731/task/29734/stat : 29734 (LSIPExact) R 29728 29731 27651 0 -1 4194368 48769 0 0 0 32918 5 0 0 20 0 2 0 37321060 195469312 35852 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
Current children cumulated CPU time: 664.96 s
Current children cumulated vsize: 190888 KiB
Current children cumulated memory: 143408 KiB

[startup+402.3 s]

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

Current children cumulated memory: 282512 KiB

[startup+2022.3 s]
/proc/loadavg: 5.53 5.98 6.32 6/269 30635
/proc/meminfo: memFree=119566792/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=107428 memory=102516 CPUtime=936.01 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 38174 0 0 0 93410 191 0 0 20 0 1 0 37428461 110006272 25629 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 26857 25629 1120 1011 0 25624 0
Current children cumulated CPU time: 3068.91 s
Current children cumulated vsize: 365616 KiB
Current children cumulated memory: 290380 KiB

[startup+2082.3 s]
/proc/loadavg: 5.24 5.82 6.24 6/270 30638
/proc/meminfo: memFree=117516580/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=108932 memory=104052 CPUtime=995.84 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 38578 0 0 0 99381 203 0 0 20 0 1 0 37428461 111546368 26013 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 27233 26013 1120 1011 0 26000 0
Current children cumulated CPU time: 3128.74 s
Current children cumulated vsize: 367120 KiB
Current children cumulated memory: 291916 KiB

[startup+2142.3 s]
/proc/loadavg: 5.27 5.71 6.17 7/269 30640
/proc/meminfo: memFree=114364724/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=109700 memory=104692 CPUtime=1055.66 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 38742 0 0 0 105356 210 0 0 20 0 1 0 37428461 112332800 26173 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 27425 26173 1120 1011 0 26192 0
Current children cumulated CPU time: 3188.56 s
Current children cumulated vsize: 367888 KiB
Current children cumulated memory: 292556 KiB

[startup+2202.3 s]
/proc/loadavg: 5.51 5.72 6.15 6/268 30642
/proc/meminfo: memFree=113010852/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=110084 memory=105076 CPUtime=1115.5 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 38853 0 0 0 111330 220 0 0 20 0 1 0 37428461 112726016 26269 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 27521 26269 1120 1011 0 26288 0
Current children cumulated CPU time: 3248.4 s
Current children cumulated vsize: 368272 KiB
Current children cumulated memory: 292940 KiB

[startup+2262.3 s]
/proc/loadavg: 5.29 5.62 6.08 6/267 30644
/proc/meminfo: memFree=113295772/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=134428 memory=107728 CPUtime=1175.32 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 39403 0 0 0 117302 230 0 0 20 0 1 0 37428461 137654272 26932 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 33607 26932 1120 1011 0 32374 0
Current children cumulated CPU time: 3308.22 s
Current children cumulated vsize: 392616 KiB
Current children cumulated memory: 295592 KiB

[startup+2322.3 s]
/proc/loadavg: 5.16 5.52 6.02 6/267 30646
/proc/meminfo: memFree=113294764/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=136520 memory=109904 CPUtime=1235.15 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 39926 0 0 0 123278 237 0 0 20 0 1 0 37428461 139796480 27476 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 34130 27476 1120 1011 0 32897 0
Current children cumulated CPU time: 3368.05 s
Current children cumulated vsize: 394708 KiB
Current children cumulated memory: 297768 KiB

[startup+2382.3 s]
/proc/loadavg: 5.10 5.44 5.96 6/267 30649
/proc/meminfo: memFree=113268480/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=138728 memory=114156 CPUtime=1294.99 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 40480 0 0 0 129250 249 0 0 20 0 1 0 37428461 142057472 28539 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 34682 28539 1120 1011 0 33449 0
Current children cumulated CPU time: 3427.89 s
Current children cumulated vsize: 396916 KiB
Current children cumulated memory: 302020 KiB

[startup+2442.3 s]
/proc/loadavg: 5.10 5.37 5.90 6/269 30655
/proc/meminfo: memFree=113247428/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=139904 memory=115308 CPUtime=1354.84 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 40774 0 0 0 135228 256 0 0 20 0 1 0 37428461 143261696 28827 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 34976 28827 1120 1011 0 33743 0
Current children cumulated CPU time: 3487.74 s
Current children cumulated vsize: 398092 KiB
Current children cumulated memory: 303172 KiB

[startup+2502.3 s]
/proc/loadavg: 4.45 5.13 5.78 5/269 30662
/proc/meminfo: memFree=113031904/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=141320 memory=118828 CPUtime=1414.69 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 41156 0 0 0 141203 266 0 0 20 0 1 0 37428461 144711680 29707 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 35330 29707 1120 1011 0 34097 0
Current children cumulated CPU time: 3547.59 s
Current children cumulated vsize: 399508 KiB
Current children cumulated memory: 306692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2554.9 s]
/proc/loadavg: 4.24 4.97 5.69 5/269 30664
/proc/meminfo: memFree=113006636/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163837 0 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
[pid=30166] ppid=29731 vsize=142404 memory=119852 CPUtime=1467.15 cores=1,3
/proc/30166/stat : 30166 (Exact) R 29731 30166 30166 0 -1 4194304 41400 0 0 0 146441 274 0 0 20 0 1 0 37428461 145821696 29963 18446744073709551615 4198400 8335837 140725332899744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 36306944 140725332904123 140725332904477 140725332904477 140725332910031 0
/proc/30166/statm: 35601 29963 1120 1011 0 34368 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 400592 KiB
Current children cumulated memory: 307716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.11 s, system=2.96862 s

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

[startup+2555 s]*
/proc/loadavg: 4.22 4.95 5.68 4/269 30665
/proc/meminfo: memFree=113123200/131250000 swapFree=33010684/33010684
[pid=29731] ppid=29728 vsize=258188 memory=187864 CPUtime=2132.9 cores=1,3
/proc/29731/stat : 29731 (LSIPExact) S 29728 29731 27651 0 -1 4194304 163838 136 0 0 213268 22 0 0 20 0 1 0 37320058 264384512 46966 18446744073709551615 94822819737600 94822846994001 140725013332224 0 0 0 16384 0 16386 1 0 0 17 3 0 0 0 0 0 94822855496840 94822855928448 94822864592896 140725013334362 140725013334538 140725013334538 140725013340140 0
/proc/29731/statm: 64547 46966 3488 6655 0 54775 0
Current children cumulated CPU time: 2132.9 s
Current children cumulated vsize: 258188 KiB
Current children cumulated memory: 187864 KiB

Child status: 0

Real time (s): 2555.02
CPU time (s): 3600.08
CPU user time (s): 3597.11
CPU system time (s): 2.96862
CPU usage (%): 140.903
Max. virtual memory (cumulated for all children) (KiB): 400592
Max. memory (cumulated for all children) (KiB): 307716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.11
system time used= 2.96862
maximum resident set size= 276528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205858
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= 530
involuntary context switches= 40065


# summary of solver processes directly reported to runsolver:
#   pid: 29731
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3597.11
#   total CPU system time (s): 2.96862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.01016 second user time and 10.9958 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 19:00:35
IDJOB=4514438
IDBENCH=162693
IDSOLVER=3337
FILE ID=nodeC014/4514438-1751216435
RUNJOBID= nodeC014-1751208587-27663
SLURM_JOB_ID= 9587642
Free space on /tmp= 432880 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_36.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514438-1751216435/watcher-4514438-1751216435 -o /tmp/evaluation-result-4514438-1751216435/solver-4514438-1751216435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27663 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514438-1751216435.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1694415476

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128514844 kB
MemAvailable:   128723164 kB
Buffers:            3280 kB
Cached:          1017204 kB
SwapCached:            0 kB
Active:          1314908 kB
Inactive:         807736 kB
Active(anon):    1120228 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   807736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44624 kB
Writeback:             0 kB
AnonPages:       1098448 kB
Mapped:           153072 kB
Shmem:             18068 kB
KReclaimable:      90288 kB
Slab:             176512 kB
SReclaimable:      90288 kB
SUnreclaim:        86224 kB
KernelStack:        4288 kB
PageTables:         5468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1599624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432408 MiB
End job on nodeC014 at 2025-06-29 19:43:10