Trace number 4514582

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.12 2552.52

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUMe4b196fa2cd155289a58b617d5417cd9
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 benchmark82.9041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
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 constraint39
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=29944, runsolver pid=29941

[startup+0.100011 s]*
/proc/loadavg: 5.93 5.51 5.38 6/265 29945
/proc/meminfo: memFree=128878648/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=0.09 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 9 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+0.205304 s]*
/proc/loadavg: 5.93 5.51 5.38 6/265 29945
/proc/meminfo: memFree=128878156/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=0.19 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 19 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+0.305121 s]*
/proc/loadavg: 5.93 5.51 5.38 6/265 29945
/proc/meminfo: memFree=128878156/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=0.29 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 29 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+0.700175 s]
/proc/loadavg: 5.93 5.51 5.38 6/265 29945
/proc/meminfo: memFree=128877652/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=0.68 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 68 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+1.50011 s]
/proc/loadavg: 5.93 5.51 5.38 6/265 29945
/proc/meminfo: memFree=128877668/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=1.48 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 148 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+3.10489 s]
/proc/loadavg: 5.93 5.51 5.38 6/265 29945
/proc/meminfo: memFree=128875752/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=3.08 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 308 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+6.30013 s]
/proc/loadavg: 5.85 5.50 5.38 6/265 29945
/proc/meminfo: memFree=128875752/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=44972 memory=10496 CPUtime=6.27 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 1589 0 0 0 627 0 0 0 20 0 1 0 37360995 46051328 2624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 11243 2624 1184 6655 0 1478 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44972 KiB
Current children cumulated memory: 10496 KiB

[startup+12.7002 s]
/proc/loadavg: 5.79 5.49 5.37 7/266 29946
/proc/meminfo: memFree=128844004/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=146252 memory=54052 CPUtime=15.24 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 9959 0 0 0 1523 1 0 0 20 0 2 0 37360995 149762048 13513 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 36563 13513 3456 6655 0 12311 0
[pid=29944/tid=29946] ppid=29941 vsize=146252 memory=53668 CPUtime=2.58 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 1903 0 0 0 258 0 0 0 20 0 2 0 37361997 149762048 13513 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 146252 KiB
Current children cumulated memory: 54052 KiB

[startup+25.5002 s]
/proc/loadavg: 5.83 5.52 5.39 7/266 29946
/proc/meminfo: memFree=128819812/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=165936 memory=79424 CPUtime=40.68 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 34153 0 0 0 4065 3 0 0 20 0 2 0 37360995 169918464 19856 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 41484 19856 3520 6655 0 18281 0
[pid=29944/tid=29946] ppid=29941 vsize=165936 memory=78912 CPUtime=15.24 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 9360 0 0 0 1524 0 0 0 20 0 2 0 37361997 169918464 19856 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 165936 KiB
Current children cumulated memory: 79424 KiB

[startup+51.1053 s]
/proc/loadavg: 5.95 5.57 5.41 7/266 29947
/proc/meminfo: memFree=128819868/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=165936 memory=81216 CPUtime=91.6 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 41371 0 0 0 9157 3 0 0 20 0 2 0 37360995 169918464 20304 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 41484 20304 3520 6655 0 18746 0
[pid=29944/tid=29946] ppid=29941 vsize=165936 memory=80832 CPUtime=40.62 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 12653 0 0 0 4061 1 0 0 20 0 2 0 37361997 169918464 20304 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 91.6 s
Current children cumulated vsize: 165936 KiB
Current children cumulated memory: 81216 KiB

[startup+102.3 s]
/proc/loadavg: 6.00 5.65 5.45 7/267 30045
/proc/meminfo: memFree=129046624/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=165936 memory=82496 CPUtime=193.37 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 49556 0 0 0 19333 4 0 0 20 0 2 0 37360995 169918464 20624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 41484 20624 3520 6655 0 19006 0
[pid=29944/tid=29946] ppid=29941 vsize=165936 memory=17920 CPUtime=91.32 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 16842 0 0 0 9131 1 0 0 20 0 2 0 37361997 169918464 20624 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 193.37 s
Current children cumulated vsize: 165936 KiB
Current children cumulated memory: 82496 KiB

[startup+162.3 s]
/proc/loadavg: 6.57 5.87 5.54 8/269 30095
/proc/meminfo: memFree=129008860/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=165936 memory=92096 CPUtime=312.63 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 69793 0 0 0 31257 6 0 0 20 0 2 0 37360995 169918464 23024 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 41484 23024 3552 6655 0 21305 0
[pid=29944/tid=29946] ppid=29941 vsize=165936 memory=14248 CPUtime=150.71 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 27655 0 0 0 15069 2 0 0 20 0 2 0 37361997 169918464 23024 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 312.63 s
Current children cumulated vsize: 165936 KiB
Current children cumulated memory: 92096 KiB

[startup+222.3 s]
/proc/loadavg: 7.29 6.19 5.67 9/270 30148
/proc/meminfo: memFree=129277792/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=165936 memory=92096 CPUtime=431.88 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 72708 0 0 0 43181 7 0 0 20 0 2 0 37360995 169918464 23024 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 41484 23024 3552 6655 0 21305 0
[pid=29944/tid=29946] ppid=29941 vsize=165936 memory=14248 CPUtime=210.11 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 29578 0 0 0 21008 3 0 0 20 0 2 0 37361997 169918464 23024 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 431.88 s
Current children cumulated vsize: 165936 KiB
Current children cumulated memory: 92096 KiB

[startup+282.3 s]
/proc/loadavg: 7.79 6.54 5.82 9/270 30150
/proc/meminfo: memFree=129245672/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=167316 memory=93760 CPUtime=551.14 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 84654 0 0 0 55107 7 0 0 20 0 2 0 37360995 171331584 23440 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 41829 23440 3552 6655 0 21650 0
[pid=29944/tid=29946] ppid=29941 vsize=167316 memory=93760 CPUtime=269.51 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 35259 0 0 0 26948 3 0 0 20 0 2 0 37361997 171331584 23440 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 551.14 s
Current children cumulated vsize: 167316 KiB
Current children cumulated memory: 93760 KiB

[startup+342.3 s]
/proc/loadavg: 7.99 6.82 5.97 9/270 30152
/proc/meminfo: memFree=129210692/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=170264 memory=101312 CPUtime=667.28 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) R 29941 29944 27651 0 -1 4194304 90043 0 0 0 66720 8 0 0 20 0 2 0 37360995 174350336 25328 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 42566 25328 3552 6655 0 23464 0
[pid=29944/tid=29946] ppid=29941 vsize=170264 memory=96960 CPUtime=328.59 cores=5,7
/proc/29944/task/29946/stat : 29946 (LSIPExact) R 29941 29944 27651 0 -1 4194368 37182 0 0 0 32855 4 0 0 20 0 2 0 37361997 174350336 25328 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
Current children cumulated CPU time: 667.28 s
Current children cumulated vsize: 170264 KiB
Current children cumulated memory: 101312 KiB

[startup+402.3 s]

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

/proc/loadavg: 5.12 5.38 5.91 6/269 30655
/proc/meminfo: memFree=113249688/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=100112 memory=93100 CPUtime=935.97 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 37296 0 0 0 93396 201 0 0 20 0 1 0 37469398 102514688 23275 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 25028 23275 1120 1011 0 23795 0
Current children cumulated CPU time: 3071.2 s
Current children cumulated vsize: 320488 KiB
Current children cumulated memory: 237576 KiB

[startup+2082.3 s]
/proc/loadavg: 4.53 5.17 5.80 5/269 30662
/proc/meminfo: memFree=113040996/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=105916 memory=100932 CPUtime=995.79 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 38259 0 0 0 99368 211 0 0 20 0 1 0 37469398 108457984 25233 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 26479 25233 1120 1011 0 25246 0
Current children cumulated CPU time: 3131.02 s
Current children cumulated vsize: 326292 KiB
Current children cumulated memory: 245408 KiB

[startup+2142.3 s]
/proc/loadavg: 4.24 4.97 5.69 5/269 30664
/proc/meminfo: memFree=113006636/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=107120 memory=102212 CPUtime=1055.59 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 38597 0 0 0 105337 222 0 0 20 0 1 0 37469398 109690880 25553 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 26780 25553 1120 1011 0 25547 0
Current children cumulated CPU time: 3190.82 s
Current children cumulated vsize: 327496 KiB
Current children cumulated memory: 246688 KiB

[startup+2202.3 s]
/proc/loadavg: 3.52 4.64 5.53 4/262 30697
/proc/meminfo: memFree=113331340/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=108844 memory=103876 CPUtime=1115.46 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 39012 0 0 0 111311 235 0 0 20 0 1 0 37469398 111456256 25969 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 27211 25969 1120 1011 0 25978 0
Current children cumulated CPU time: 3250.69 s
Current children cumulated vsize: 329220 KiB
Current children cumulated memory: 248352 KiB

[startup+2262.3 s]
/proc/loadavg: 3.24 4.35 5.37 4/262 30699
/proc/meminfo: memFree=113332324/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=110240 memory=105284 CPUtime=1175.32 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 39361 0 0 0 117284 248 0 0 20 0 1 0 37469398 112885760 26321 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 27560 26321 1120 1011 0 26327 0
Current children cumulated CPU time: 3310.55 s
Current children cumulated vsize: 330616 KiB
Current children cumulated memory: 249760 KiB

[startup+2322.3 s]
/proc/loadavg: 3.20 4.13 5.23 4/261 30701
/proc/meminfo: memFree=113329576/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=112108 memory=107204 CPUtime=1235.18 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 39828 0 0 0 123258 260 0 0 20 0 1 0 37469398 114798592 26801 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 28027 26801 1120 1011 0 26794 0
Current children cumulated CPU time: 3370.41 s
Current children cumulated vsize: 332484 KiB
Current children cumulated memory: 251680 KiB

[startup+2382.3 s]
/proc/loadavg: 3.45 4.02 5.12 4/261 30703
/proc/meminfo: memFree=113305896/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=136948 memory=112016 CPUtime=1295.05 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 40408 0 0 0 129232 273 0 0 20 0 1 0 37469398 140234752 28004 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 34237 28004 1120 1011 0 33004 0
Current children cumulated CPU time: 3430.28 s
Current children cumulated vsize: 357324 KiB
Current children cumulated memory: 256492 KiB

[startup+2442.3 s]
/proc/loadavg: 3.16 3.83 4.99 4/261 30705
/proc/meminfo: memFree=113300708/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=140724 memory=115736 CPUtime=1354.91 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 40841 0 0 0 135206 285 0 0 20 0 1 0 37469398 144101376 28934 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 35181 28934 1120 1011 0 33948 0
Current children cumulated CPU time: 3490.14 s
Current children cumulated vsize: 361100 KiB
Current children cumulated memory: 260212 KiB

[startup+2502.3 s]
/proc/loadavg: 3.16 3.71 4.87 4/261 30707
/proc/meminfo: memFree=113300232/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=142068 memory=117016 CPUtime=1414.78 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 41177 0 0 0 141181 297 0 0 20 0 1 0 37469398 145477632 29254 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 35517 29254 1120 1011 0 34284 0
Current children cumulated CPU time: 3550.01 s
Current children cumulated vsize: 362444 KiB
Current children cumulated memory: 261492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2552.5 s]
/proc/loadavg: 3.13 3.61 4.78 4/261 30709
/proc/meminfo: memFree=113298584/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=143008 memory=118040 CPUtime=1464.86 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 41412 0 0 0 146179 307 0 0 20 0 1 0 37469398 146440192 29510 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 35752 29510 1120 1011 0 34519 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 363384 KiB
Current children cumulated memory: 262516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.31262 s

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

[startup+2552.5 s]
/proc/loadavg: 3.13 3.61 4.78 4/261 30709
/proc/meminfo: memFree=113298584/131250000 swapFree=33010684/33010684
[pid=29944] ppid=29941 vsize=220376 memory=144476 CPUtime=2135.23 cores=5,7
/proc/29944/stat : 29944 (LSIPExact) S 29941 29944 27651 0 -1 4194304 150423 0 0 0 213501 22 0 0 20 0 1 0 37360995 225665024 36119 18446744073709551615 94896393768960 94896421025361 140721761143968 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94896429528200 94896429959808 94896459145216 140721761151322 140721761151498 140721761151498 140721761157100 0
/proc/29944/statm: 55094 36119 3616 6655 0 45326 0
[pid=30424] ppid=29944 vsize=143008 memory=118040 CPUtime=1464.86 cores=5,7
/proc/30424/stat : 30424 (Exact) R 29944 30424 30424 0 -1 4194304 41412 0 0 0 146179 307 0 0 20 0 1 0 37469398 146440192 29510 18446744073709551615 4198400 8335837 140725646244528 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 30023680 140725646248123 140725646248477 140725646248477 140725646254031 0
/proc/30424/statm: 35752 29510 1120 1011 0 34519 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 363384 KiB
Current children cumulated memory: 262516 KiB

Child status: 0

Real time (s): 2552.52
CPU time (s): 3600.12
CPU user time (s): 3596.81
CPU system time (s): 3.31262
CPU usage (%): 141.042
Max. virtual memory (cumulated for all children) (KiB): 363384
Max. memory (cumulated for all children) (KiB): 262516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.31262
maximum resident set size= 232280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192129
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= 492
involuntary context switches= 36206


# summary of solver processes directly reported to runsolver:
#   pid: 29944
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.31262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.92617 second user time and 11.3757 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 19:07:24
IDJOB=4514582
IDBENCH=162772
IDSOLVER=3337
FILE ID=nodeC014/4514582-1751216844
RUNJOBID= nodeC014-1751208587-27664
SLURM_JOB_ID= 9587642
Free space on /tmp= 432884 MiB

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

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

MD5SUM BENCH= e4b196fa2cd155289a58b617d5417cd9
RANDOM SEED=815935233

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.882
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:        128878360 kB
MemAvailable:   129083752 kB
Buffers:            3280 kB
Cached:          1014264 kB
SwapCached:            0 kB
Active:           921660 kB
Inactive:         804796 kB
Active(anon):     726980 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   804796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44872 kB
Writeback:             0 kB
AnonPages:        708216 kB
Mapped:           149004 kB
Shmem:             18068 kB
KReclaimable:      90312 kB
Slab:             176576 kB
SReclaimable:      90312 kB
SUnreclaim:        86264 kB
KernelStack:        4272 kB
PageTables:         4608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1153692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 432452 MiB
End job on nodeC014 at 2025-06-29 19:49:57