Trace number 4514293

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 S1? (TO) 3600.17 2901.06

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_8.opb
MD5SUM07ba29cf24b97459f05241f8c3fed802
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 benchmark4.43848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5256
Total number of constraints25637
Number of constraints which are clauses25632
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 constraint72
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 80
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

1431.48/726.29	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1431.48/726.29	c numVar: 5256
1431.48/726.29	c numCon: 25637
1431.48/726.29	c numEqual: 4
1431.48/726.29	c intSize: 7
1431.48/726.29	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1431.48/726.29	c ------------------- Paras list -------------------
1431.48/726.29	c Name                	 Type      	 Now       	 Default   	 Comment
1431.48/726.29	c timeout             	 double    	 3600.000000	 3600      	 
1431.48/726.29	c mip_time            	 double    	 0.200000  	 0.5       	 
1431.48/726.29	c ls_time             	 double    	 10.000000 	 10        	 
1431.48/726.29	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1431.48/726.29	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1431.48/726.29	c random_seed         	 int       	 0         	 0         	 
1431.48/726.29	c sample_size         	 int       	 50        	 50        	 
1431.48/726.29	c sub_score           	 int       	 1         	 1         	 
1431.48/726.29	c tabu_base           	 int       	 3         	 3         	 
1431.48/726.29	c tabu_variation      	 int       	 1         	 1         	 
1431.48/726.29	c sub_div             	 int       	 4         	 4         	 
1431.48/726.29	c nbcore              	 int       	 2         	 1         	 
1431.48/726.29	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1431.48/726.29	c print_sol           	 int       	 1         	 1         	 
1431.48/726.29	c tmpdir              	 string		 .         	 "."       	 
1431.48/726.29	c home                	 string		 HOME	 "."       	 
1431.48/726.29	c benchname           	 string		 HOME/instance-4514293-1751139288.opb	 ""        	 
1431.48/726.29	c --------------------------------------------------
1431.48/726.29	c Local Search solver
1431.48/726.29	c MIP solver
1431.48/726.29	c use Exact solver
3600.08/2901.01	c receive signal 15, try to interrupt solver...
3600.08/2901.01	c Exact solver (PID 13342) interrupted gracefully.
3600.08/2901.05	s UNKNOWN
3600.08/2901.05	c Total time: 2901

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=13171, runsolver pid=13168

[startup+0.100067 s]*
/proc/loadavg: 4.95 5.89 5.90 5/267 13172
/proc/meminfo: memFree=129465592/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=85116 memory=50560 CPUtime=0.09 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 11627 0 0 0 8 1 0 0 20 0 1 0 29607213 87158784 12640 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 21279 12640 1184 6655 0 11514 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 85116 KiB
Current children cumulated memory: 50560 KiB

[startup+0.205766 s]*
/proc/loadavg: 4.95 5.89 5.90 5/267 13172
/proc/meminfo: memFree=129449716/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=97928 memory=63488 CPUtime=0.2 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 14846 0 0 0 18 2 0 0 20 0 1 0 29607213 100278272 15872 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+0.305653 s]*
/proc/loadavg: 4.95 5.89 5.90 6/267 13172
/proc/meminfo: memFree=129449716/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=97928 memory=63488 CPUtime=0.3 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 14846 0 0 0 28 2 0 0 20 0 1 0 29607213 100278272 15872 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+0.700138 s]
/proc/loadavg: 4.95 5.89 5.90 5/267 13172
/proc/meminfo: memFree=129449716/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=97928 memory=63488 CPUtime=0.68 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 14846 0 0 0 66 2 0 0 20 0 1 0 29607213 100278272 15872 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+1.50019 s]
/proc/loadavg: 4.95 5.89 5.90 5/267 13172
/proc/meminfo: memFree=129465592/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=97928 memory=63488 CPUtime=1.48 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 14846 0 0 0 146 2 0 0 20 0 1 0 29607213 100278272 15872 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+3.10553 s]
/proc/loadavg: 4.87 5.86 5.89 5/267 13172
/proc/meminfo: memFree=129465844/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=97928 memory=63488 CPUtime=3.08 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 14846 0 0 0 306 2 0 0 20 0 1 0 29607213 100278272 15872 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+6.30017 s]
/proc/loadavg: 4.87 5.86 5.89 5/267 13172
/proc/meminfo: memFree=129466080/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=97928 memory=63488 CPUtime=6.27 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 14846 0 0 0 625 2 0 0 20 0 1 0 29607213 100278272 15872 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+12.7002 s]
/proc/loadavg: 4.80 5.83 5.88 6/268 13173
/proc/meminfo: memFree=129342188/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=266560 memory=196672 CPUtime=14.5 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 43823 0 0 0 1443 7 0 0 20 0 2 0 29607213 272957440 49168 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 66640 49168 3392 6655 0 48312 0
[pid=13171/tid=13173] ppid=13168 vsize=266560 memory=6384 CPUtime=1.85 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 7170 0 0 0 184 1 0 0 20 0 2 0 29608223 272957440 49168 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 266560 KiB
Current children cumulated memory: 196672 KiB

[startup+25.5002 s]
/proc/loadavg: 4.85 5.78 5.86 6/268 13173
/proc/meminfo: memFree=129282272/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=321840 memory=264244 CPUtime=39.9 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 93853 0 0 0 3978 12 0 0 20 0 2 0 29607213 329564160 66061 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 80460 66061 3488 6655 0 66160 0
[pid=13171/tid=13173] ppid=13168 vsize=321840 memory=259432 CPUtime=14.49 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 24199 0 0 0 1446 3 0 0 20 0 2 0 29608223 329564160 66061 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 39.9 s
Current children cumulated vsize: 321840 KiB
Current children cumulated memory: 264244 KiB

[startup+51.106 s]
/proc/loadavg: 5.05 5.75 5.85 6/268 13174
/proc/meminfo: memFree=129243160/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=325532 memory=284728 CPUtime=90.74 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 117967 0 0 0 9059 15 0 0 20 0 2 0 29607213 333344768 71182 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 81383 71182 3488 6655 0 70520 0
[pid=13171/tid=13173] ppid=13168 vsize=325532 memory=280120 CPUtime=39.81 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 36143 0 0 0 3976 5 0 0 20 0 2 0 29608223 333344768 71182 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 90.74 s
Current children cumulated vsize: 325532 KiB
Current children cumulated memory: 284728 KiB

[startup+102.3 s]
/proc/loadavg: 5.20 5.70 5.83 6/268 13176
/proc/meminfo: memFree=129154024/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=390608 memory=348440 CPUtime=192.4 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 154408 0 0 0 19220 20 0 0 20 0 2 0 29607213 399982592 87110 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 97652 87110 3488 6655 0 86789 0
[pid=13171/tid=13173] ppid=13168 vsize=390608 memory=17280 CPUtime=90.45 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 45011 0 0 0 9039 6 0 0 20 0 2 0 29608223 399982592 87110 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 192.4 s
Current children cumulated vsize: 390608 KiB
Current children cumulated memory: 348440 KiB

[startup+162.3 s]
/proc/loadavg: 5.11 5.58 5.78 6/268 13178
/proc/meminfo: memFree=129138740/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=392760 memory=352408 CPUtime=311.53 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 157131 0 0 0 31131 22 0 0 20 0 2 0 29607213 402186240 88102 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 98190 88102 3488 6655 0 87327 0
[pid=13171/tid=13173] ppid=13168 vsize=392760 memory=352280 CPUtime=149.81 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 47167 0 0 0 14973 8 0 0 20 0 2 0 29608223 402186240 88102 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 311.53 s
Current children cumulated vsize: 392760 KiB
Current children cumulated memory: 352408 KiB

[startup+222.3 s]
/proc/loadavg: 5.27 5.54 5.75 7/268 13318
/proc/meminfo: memFree=129177636/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=368924 memory=331212 CPUtime=430.67 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 196337 0 0 0 43039 28 0 0 20 0 2 0 29607213 377778176 82803 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 92231 82803 3520 6655 0 81368 0
[pid=13171/tid=13173] ppid=13168 vsize=368924 memory=14976 CPUtime=209.14 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 62474 0 0 0 20903 11 0 0 20 0 2 0 29608223 377778176 82803 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 430.67 s
Current children cumulated vsize: 368924 KiB
Current children cumulated memory: 331212 KiB

[startup+282.3 s]
/proc/loadavg: 5.73 5.62 5.77 7/268 13320
/proc/meminfo: memFree=129133844/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=394252 memory=356288 CPUtime=549.84 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 203530 0 0 0 54952 32 0 0 20 0 2 0 29607213 403714048 89072 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 98563 89072 3520 6655 0 87700 0
[pid=13171/tid=13173] ppid=13168 vsize=394252 memory=353088 CPUtime=268.49 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 64013 0 0 0 26836 13 0 0 20 0 2 0 29608223 403714048 89072 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 549.84 s
Current children cumulated vsize: 394252 KiB
Current children cumulated memory: 356288 KiB

[startup+342.3 s]
/proc/loadavg: 6.05 5.74 5.80 7/267 13322
/proc/meminfo: memFree=129121932/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=387752 memory=353920 CPUtime=668.97 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) R 13168 13171 11416 0 -1 4194304 213901 0 0 0 66862 35 0 0 20 0 2 0 29607213 397058048 88480 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 96938 88480 3520 6655 0 86859 0
[pid=13171/tid=13173] ppid=13168 vsize=387752 memory=353088 CPUtime=327.84 cores=0,2
/proc/13171/task/13173/stat : 13173 (LSIPExact) R 13168 13171 11416 0 -1 4194368 67592 0 0 0 32768 16 0 0 20 0 2 0 29608223 397058048 88480 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
Current children cumulated CPU time: 668.97 s
Current children cumulated vsize: 387752 KiB
Current children cumulated memory: 353920 KiB


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

/proc/loadavg: 2.14 2.80 3.87 3/252 13487
/proc/meminfo: memFree=129439140/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=248732 memory=206852 CPUtime=1591.4 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 35554 0 0 0 159098 42 0 0 20 0 1 0 29679842 254701568 51713 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 62183 51713 1120 1011 0 60950 0
Current children cumulated CPU time: 3023.06 s
Current children cumulated vsize: 592784 KiB
Current children cumulated memory: 476936 KiB

[startup+2382.3 s]
/proc/loadavg: 2.10 2.67 3.76 3/254 13495
/proc/meminfo: memFree=129438588/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=249276 memory=207364 CPUtime=1651.22 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 35690 0 0 0 165080 42 0 0 20 0 1 0 29679842 255258624 51841 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 62319 51841 1120 1011 0 61086 0
Current children cumulated CPU time: 3082.88 s
Current children cumulated vsize: 593328 KiB
Current children cumulated memory: 477448 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.56 3.65 3/254 13497
/proc/meminfo: memFree=129433616/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=249688 memory=207876 CPUtime=1711.04 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 35793 0 0 0 171060 44 0 0 20 0 1 0 29679842 255680512 51969 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 62422 51969 1120 1011 0 61189 0
Current children cumulated CPU time: 3142.7 s
Current children cumulated vsize: 593740 KiB
Current children cumulated memory: 477960 KiB

[startup+2502.3 s]
/proc/loadavg: 2.09 2.47 3.55 3/254 13501
/proc/meminfo: memFree=129435556/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=250172 memory=212500 CPUtime=1770.85 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 35940 0 0 0 177041 44 0 0 20 0 1 0 29679842 256176128 53125 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 62543 53125 1120 1011 0 61310 0
Current children cumulated CPU time: 3202.51 s
Current children cumulated vsize: 594224 KiB
Current children cumulated memory: 482584 KiB

[startup+2562.3 s]
/proc/loadavg: 2.08 2.40 3.45 3/254 13503
/proc/meminfo: memFree=129423808/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=252664 memory=214932 CPUtime=1830.67 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 36599 0 0 0 183016 51 0 0 20 0 1 0 29679842 258727936 53733 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 63166 53733 1120 1011 0 61933 0
Current children cumulated CPU time: 3262.33 s
Current children cumulated vsize: 596716 KiB
Current children cumulated memory: 485016 KiB

[startup+2622.3 s]
/proc/loadavg: 2.15 2.35 3.37 3/254 13505
/proc/meminfo: memFree=129424176/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=253124 memory=217472 CPUtime=1890.48 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 36772 0 0 0 188997 51 0 0 20 0 1 0 29679842 259198976 54368 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 63281 54368 1120 1011 0 62048 0
Current children cumulated CPU time: 3322.14 s
Current children cumulated vsize: 597176 KiB
Current children cumulated memory: 487556 KiB

[startup+2682.3 s]
/proc/loadavg: 2.05 2.29 3.28 3/253 13507
/proc/meminfo: memFree=129424512/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=254472 memory=226916 CPUtime=1950.3 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 37086 0 0 0 194978 52 0 0 20 0 1 0 29679842 260579328 56729 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 63618 56729 1120 1011 0 62385 0
Current children cumulated CPU time: 3381.96 s
Current children cumulated vsize: 598524 KiB
Current children cumulated memory: 497000 KiB

[startup+2742.3 s]
/proc/loadavg: 2.06 2.25 3.20 3/253 13509
/proc/meminfo: memFree=129399188/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=257308 memory=231876 CPUtime=2010.12 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 37797 0 0 0 200960 52 0 0 20 0 1 0 29679842 263483392 57969 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 64327 57969 1120 1011 0 63094 0
Current children cumulated CPU time: 3441.78 s
Current children cumulated vsize: 601360 KiB
Current children cumulated memory: 501960 KiB

[startup+2802.3 s]
/proc/loadavg: 2.12 2.23 3.14 3/253 13511
/proc/meminfo: memFree=129392300/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=259492 memory=234052 CPUtime=2069.98 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 38346 0 0 0 206946 52 0 0 20 0 1 0 29679842 265719808 58513 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 64873 58513 1120 1011 0 63640 0
Current children cumulated CPU time: 3501.64 s
Current children cumulated vsize: 603544 KiB
Current children cumulated memory: 504136 KiB

[startup+2862.3 s]
/proc/loadavg: 2.10 2.20 3.07 3/253 13513
/proc/meminfo: memFree=129391744/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=259852 memory=234436 CPUtime=2129.84 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 38454 0 0 0 212932 52 0 0 20 0 1 0 29679842 266088448 58609 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 64963 58609 1120 1011 0 63730 0
Current children cumulated CPU time: 3561.5 s
Current children cumulated vsize: 603904 KiB
Current children cumulated memory: 504520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2901 s]*
/proc/loadavg: 2.05 2.17 3.02 3/253 13514
/proc/meminfo: memFree=129392420/131249996 swapFree=33010684/33010684
[pid=13171] ppid=13168 vsize=344052 memory=270084 CPUtime=1431.66 cores=0,2
/proc/13171/stat : 13171 (LSIPExact) S 13168 13171 11416 0 -1 4194304 247843 0 0 0 143121 45 0 0 20 0 1 0 29607213 352309248 67521 18446744073709551615 94641405001728 94641432258129 140725810511008 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94641440760968 94641441192576 94641471238144 140725810514266 140725810514442 140725810514442 140725810520044 0
/proc/13171/statm: 86013 67521 3552 6655 0 76235 0
[pid=13342] ppid=13171 vsize=260372 memory=234948 CPUtime=2168.42 cores=0,2
/proc/13342/stat : 13342 (Exact) R 13171 13342 13342 0 -1 4194304 38566 0 0 0 216790 52 0 0 20 0 1 0 29679842 266620928 58737 18446744073709551615 4198400 8335837 140727403390640 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28135424 140727403399355 140727403399709 140727403399709 140727403405263 0
/proc/13342/statm: 65093 58737 1120 1011 0 63860 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 604424 KiB
Current children cumulated memory: 505032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.995146 s

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

Child status: 0

Real time (s): 2901.06
CPU time (s): 3600.17
CPU user time (s): 3599.17
CPU system time (s): 0.995146
CPU usage (%): 124.098
Max. virtual memory (cumulated for all children) (KiB): 604424
Max. memory (cumulated for all children) (KiB): 505032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.995146
maximum resident set size= 391396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295814
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= 528
involuntary context switches= 15698


# summary of solver processes directly reported to runsolver:
#   pid: 13171
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.995146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04717 second user time and 13.5103 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 21:34:48
IDJOB=4514293
IDBENCH=162621
IDSOLVER=3336
FILE ID=nodeC029/4514293-1751139288
RUNJOBID= nodeC029-1751133631-11431
SLURM_JOB_ID= 9587429
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_8.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514293-1751139288/watcher-4514293-1751139288 -o /tmp/evaluation-result-4514293-1751139288/solver-4514293-1751139288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11431 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514293-1751139288.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 07ba29cf24b97459f05241f8c3fed802
RANDOM SEED=1662530170

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129497596 kB
MemAvailable:   129232992 kB
Buffers:            3280 kB
Cached:           547020 kB
SwapCached:            0 kB
Active:           768476 kB
Inactive:         340532 kB
Active(anon):     576772 kB
Inactive(anon):        0 kB
Active(file):     191704 kB
Inactive(file):   340532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48060 kB
Writeback:             0 kB
AnonPages:        561796 kB
Mapped:           152400 kB
Shmem:             18060 kB
KReclaimable:      84796 kB
Slab:             167112 kB
SReclaimable:      84796 kB
SUnreclaim:        82316 kB
KernelStack:        4304 kB
PageTables:         4456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1028052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC029 at 2025-06-28 22:23:09