Trace number 4514294

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 2546.56

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 5.64 5.56 6.05 6/267 29421
/proc/meminfo: memFree=129065688/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=85116 memory=50688 CPUtime=0.09 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 11642 0 0 0 7 2 0 0 20 0 1 0 37065245 87158784 12672 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 21279 12672 1184 6655 0 11514 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 85116 KiB
Current children cumulated memory: 50688 KiB

[startup+0.205102 s]*
/proc/loadavg: 5.64 5.56 6.05 5/267 29421
/proc/meminfo: memFree=129041496/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=97928 memory=63488 CPUtime=0.19 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 14846 0 0 0 17 2 0 0 20 0 1 0 37065245 100278272 15872 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+0.305614 s]*
/proc/loadavg: 5.64 5.56 6.05 5/267 29421
/proc/meminfo: memFree=129041496/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=97928 memory=63488 CPUtime=0.29 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 14846 0 0 0 27 2 0 0 20 0 1 0 37065245 100278272 15872 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 24482 15872 1184 6655 0 14717 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 97928 KiB
Current children cumulated memory: 63488 KiB

[startup+0.700173 s]
/proc/loadavg: 5.64 5.56 6.05 5/267 29421
/proc/meminfo: memFree=129041892/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=97928 memory=63488 CPUtime=0.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 14846 0 0 0 66 2 0 0 20 0 1 0 37065245 100278272 15872 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/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.50014 s]
/proc/loadavg: 5.64 5.56 6.05 5/267 29421
/proc/meminfo: memFree=129041892/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=97928 memory=63488 CPUtime=1.48 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 14846 0 0 0 146 2 0 0 20 0 1 0 37065245 100278272 15872 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/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.10548 s]
/proc/loadavg: 5.51 5.53 6.04 5/267 29421
/proc/meminfo: memFree=129042096/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=97928 memory=63488 CPUtime=3.08 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 14846 0 0 0 306 2 0 0 20 0 1 0 37065245 100278272 15872 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/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: 5.51 5.53 6.04 5/267 29421
/proc/meminfo: memFree=129021572/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=97928 memory=63488 CPUtime=6.27 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 14846 0 0 0 625 2 0 0 20 0 1 0 37065245 100278272 15872 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/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: 5.36 5.50 6.02 6/268 29422
/proc/meminfo: memFree=128901300/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=266560 memory=196184 CPUtime=14.5 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 43671 0 0 0 1442 8 0 0 20 0 2 0 37065245 272957440 49046 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 66640 49046 3328 6655 0 48312 0
[pid=29420/tid=29422] ppid=29417 vsize=266560 memory=14248 CPUtime=1.85 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 7171 0 0 0 184 1 0 0 20 0 2 0 37066256 272957440 49046 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 266560 KiB
Current children cumulated memory: 196184 KiB

[startup+25.5002 s]
/proc/loadavg: 5.30 5.48 6.01 6/268 29422
/proc/meminfo: memFree=128832640/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=321840 memory=262768 CPUtime=39.92 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 94632 0 0 0 3979 13 0 0 20 0 2 0 37065245 329564160 65692 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 80460 65692 3392 6655 0 66160 0
[pid=29420/tid=29422] ppid=29417 vsize=321840 memory=202728 CPUtime=14.5 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 24464 0 0 0 1447 3 0 0 20 0 2 0 37066256 329564160 65692 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 39.92 s
Current children cumulated vsize: 321840 KiB
Current children cumulated memory: 262768 KiB

[startup+51.1058 s]
/proc/loadavg: 5.26 5.46 5.98 6/268 29423
/proc/meminfo: memFree=128805840/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=325532 memory=284152 CPUtime=90.79 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 118920 0 0 0 9062 17 0 0 20 0 2 0 37065245 333344768 71038 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 81383 71038 3424 6655 0 70520 0
[pid=29420/tid=29422] ppid=29417 vsize=325532 memory=14248 CPUtime=39.83 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 36907 0 0 0 3979 4 0 0 20 0 2 0 37066256 333344768 71038 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 90.79 s
Current children cumulated vsize: 325532 KiB
Current children cumulated memory: 284152 KiB

[startup+102.3 s]
/proc/loadavg: 5.49 5.48 5.96 7/268 29471
/proc/meminfo: memFree=128556988/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=390576 memory=349088 CPUtime=192.46 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 153970 0 0 0 19225 21 0 0 20 0 2 0 37065245 399949824 87272 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 97644 87272 3424 6655 0 86781 0
[pid=29420/tid=29422] ppid=29417 vsize=390576 memory=14248 CPUtime=90.49 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 40814 0 0 0 9044 5 0 0 20 0 2 0 37066256 399949824 87272 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 192.46 s
Current children cumulated vsize: 390576 KiB
Current children cumulated memory: 349088 KiB

[startup+162.3 s]
/proc/loadavg: 5.85 5.59 5.97 7/268 29473
/proc/meminfo: memFree=128468408/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=392748 memory=354592 CPUtime=311.54 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 154832 0 0 0 31132 22 0 0 20 0 2 0 37065245 402173952 88648 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 98187 88648 3424 6655 0 87324 0
[pid=29420/tid=29422] ppid=29417 vsize=392748 memory=351392 CPUtime=149.82 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 41390 0 0 0 14977 5 0 0 20 0 2 0 37066256 402173952 88648 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 311.54 s
Current children cumulated vsize: 392748 KiB
Current children cumulated memory: 354592 KiB

[startup+222.3 s]
/proc/loadavg: 6.00 5.68 5.98 7/267 29475
/proc/meminfo: memFree=128489784/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=367332 memory=328944 CPUtime=430.64 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 175050 0 0 0 43040 24 0 0 20 0 2 0 37065245 376147968 82236 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 91833 82236 3424 6655 0 80970 0
[pid=29420/tid=29422] ppid=29417 vsize=367332 memory=-6297830446653870434 CPUtime=209.15 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 52984 0 0 0 20908 7 0 0 20 0 2 0 37066256 376147968 82236 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 430.64 s
Current children cumulated vsize: 367332 KiB
Current children cumulated memory: 328944 KiB

[startup+282.3 s]
/proc/loadavg: 6.04 5.76 5.99 7/267 29477
/proc/meminfo: memFree=128486524/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=373060 memory=334416 CPUtime=549.78 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 179313 0 0 0 54953 25 0 0 20 0 2 0 37065245 382013440 83604 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 93265 83604 3456 6655 0 82402 0
[pid=29420/tid=29422] ppid=29417 vsize=373060 memory=14248 CPUtime=268.53 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 53071 0 0 0 26845 8 0 0 20 0 2 0 37066256 382013440 83604 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 549.78 s
Current children cumulated vsize: 373060 KiB
Current children cumulated memory: 334416 KiB

[startup+342.3 s]
/proc/loadavg: 6.11 5.83 6.00 7/267 29479
/proc/meminfo: memFree=128465904/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=361628 memory=323660 CPUtime=668.93 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) R 29417 29420 27651 0 -1 4194304 182854 0 0 0 66867 26 0 0 20 0 2 0 37065245 370307072 80915 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 90407 80915 3456 6655 0 79544 0
[pid=29420/tid=29422] ppid=29417 vsize=361628 memory=14248 CPUtime=327.89 cores=1,3
/proc/29420/task/29422/stat : 29422 (LSIPExact) R 29417 29420 27651 0 -1 4194368 54024 0 0 0 32781 8 0 0 20 0 2 0 37066256 370307072 80915 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
Current children cumulated CPU time: 668.93 s
Current children cumulated vsize: 361628 KiB
Current children cumulated memory: 323660 KiB


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

/proc/loadavg: 4.59 5.25 5.92 5/269 29662
/proc/meminfo: memFree=128078960/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350568 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87642 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87642 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=191040 memory=180736 CPUtime=935.47 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 32924 0 0 0 93513 34 0 0 20 0 1 0 37173680 195624960 45184 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 47760 45184 1120 1011 0 46527 0
Current children cumulated CPU time: 3077.15 s
Current children cumulated vsize: 619264 KiB
Current children cumulated memory: 531304 KiB

[startup+2082.3 s]
/proc/loadavg: 4.27 5.03 5.80 5/268 29664
/proc/meminfo: memFree=128074564/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350568 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87642 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87642 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=194268 memory=183936 CPUtime=995.32 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 33731 0 0 0 99498 34 0 0 20 0 1 0 37173680 198930432 45984 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 48567 45984 1120 1011 0 47334 0
Current children cumulated CPU time: 3137 s
Current children cumulated vsize: 622492 KiB
Current children cumulated memory: 534504 KiB

[startup+2142.3 s]
/proc/loadavg: 4.17 4.86 5.69 5/268 29666
/proc/meminfo: memFree=128081604/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=195588 memory=185216 CPUtime=1055.17 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 34061 0 0 0 105483 34 0 0 20 0 1 0 37173680 200282112 46304 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 48897 46304 1120 1011 0 47664 0
Current children cumulated CPU time: 3196.85 s
Current children cumulated vsize: 623812 KiB
Current children cumulated memory: 536040 KiB

[startup+2202.3 s]
/proc/loadavg: 4.12 4.72 5.59 5/268 29668
/proc/meminfo: memFree=128053208/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=196432 memory=186112 CPUtime=1115.02 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 34282 0 0 0 111468 34 0 0 20 0 1 0 37173680 201146368 46528 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 49108 46528 1120 1011 0 47875 0
Current children cumulated CPU time: 3256.7 s
Current children cumulated vsize: 624656 KiB
Current children cumulated memory: 536936 KiB

[startup+2262.3 s]
/proc/loadavg: 4.09 4.60 5.49 5/268 29670
/proc/meminfo: memFree=128028784/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=197768 memory=187392 CPUtime=1174.87 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 34608 0 0 0 117453 34 0 0 20 0 1 0 37173680 202514432 46848 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 49442 46848 1120 1011 0 48209 0
Current children cumulated CPU time: 3316.55 s
Current children cumulated vsize: 625992 KiB
Current children cumulated memory: 538216 KiB

[startup+2322.3 s]
/proc/loadavg: 4.14 4.52 5.40 5/267 29672
/proc/meminfo: memFree=128003684/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=239120 memory=193556 CPUtime=1234.72 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 35599 0 0 0 123437 35 0 0 20 0 1 0 37173680 244858880 48389 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 59780 48389 1120 1011 0 58547 0
Current children cumulated CPU time: 3376.4 s
Current children cumulated vsize: 667344 KiB
Current children cumulated memory: 544380 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 4.44 5.32 5/268 29675
/proc/meminfo: memFree=128002860/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=240580 memory=194964 CPUtime=1294.57 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 35964 0 0 0 129422 35 0 0 20 0 1 0 37173680 246353920 48741 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 60145 48741 1120 1011 0 58912 0
Current children cumulated CPU time: 3436.25 s
Current children cumulated vsize: 668804 KiB
Current children cumulated memory: 545788 KiB

[startup+2442.3 s]
/proc/loadavg: 4.15 4.39 5.24 5/268 29677
/proc/meminfo: memFree=127991876/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=241608 memory=196116 CPUtime=1354.42 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 36258 0 0 0 135406 36 0 0 20 0 1 0 37173680 247406592 49029 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 60402 49029 1120 1011 0 59169 0
Current children cumulated CPU time: 3496.1 s
Current children cumulated vsize: 669832 KiB
Current children cumulated memory: 546940 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.33 5.17 5/267 29685
/proc/meminfo: memFree=127992592/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=243200 memory=201724 CPUtime=1414.27 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 36673 0 0 0 141386 41 0 0 20 0 1 0 37173680 249036800 50431 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 60800 50431 1120 1011 0 59567 0
Current children cumulated CPU time: 3555.95 s
Current children cumulated vsize: 671424 KiB
Current children cumulated memory: 552548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2546.5 s]
/proc/loadavg: 4.12 4.30 5.12 5/267 29686
/proc/meminfo: memFree=127971568/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=245236 memory=203772 CPUtime=1458.36 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 37182 0 0 0 145795 41 0 0 20 0 1 0 37173680 251121664 50943 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 61309 50943 1120 1011 0 60076 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 673460 KiB
Current children cumulated memory: 554596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.29 s, system=0.837834 s

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

[startup+2546.5 s]
/proc/loadavg: 4.12 4.30 5.12 5/267 29686
/proc/meminfo: memFree=127971568/131250000 swapFree=33010684/33010684
[pid=29420] ppid=29417 vsize=428224 memory=350824 CPUtime=2141.68 cores=1,3
/proc/29420/stat : 29420 (LSIPExact) S 29417 29420 27651 0 -1 4194304 248786 0 0 0 214128 40 0 0 20 0 1 0 37065245 438501376 87706 18446744073709551615 93987946606592 93987973862993 140733983892768 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 93987982365832 93987982797440 93987999195136 140733983897946 140733983898122 140733983898122 140733983903724 0
/proc/29420/statm: 107056 87706 3488 6655 0 97278 0
[pid=29609] ppid=29420 vsize=245236 memory=203772 CPUtime=1458.36 cores=1,3
/proc/29609/stat : 29609 (Exact) R 29420 29609 29609 0 -1 4194304 37182 0 0 0 145795 41 0 0 20 0 1 0 37173680 251121664 50943 18446744073709551615 4198400 8335837 140732386064608 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 43327488 140732386068667 140732386069021 140732386069021 140732386074575 0
/proc/29609/statm: 61309 50943 1120 1011 0 60076 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 673460 KiB
Current children cumulated memory: 554596 KiB

Child status: 0

Real time (s): 2546.56
CPU time (s): 3600.12
CPU user time (s): 3599.29
CPU system time (s): 0.837834
CPU usage (%): 141.372
Max. virtual memory (cumulated for all children) (KiB): 673460
Max. memory (cumulated for all children) (KiB): 554596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.29
system time used= 0.837834
maximum resident set size= 428220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295801
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= 523
involuntary context switches= 27738


# summary of solver processes directly reported to runsolver:
#   pid: 29420
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3599.29
#   total CPU system time (s): 0.837834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.33526 second user time and 11.3219 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 18:18:06
IDJOB=4514294
IDBENCH=162621
IDSOLVER=3337
FILE ID=nodeC014/4514294-1751213886
RUNJOBID= nodeC014-1751208587-27663
SLURM_JOB_ID= 9587642
Free space on /tmp= 432884 MiB

SOLVER NAME= LSIPExact  S2
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-4514294-1751213886/watcher-4514294-1751213886 -o /tmp/evaluation-result-4514294-1751213886/solver-4514294-1751213886 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751208587-27663 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4514294-1751213886.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 07ba29cf24b97459f05241f8c3fed802
RANDOM SEED=1357835588

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.118
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.111
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		: 3600.484
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:        129098468 kB
MemAvailable:   129304216 kB
Buffers:            3280 kB
Cached:          1014696 kB
SwapCached:            0 kB
Active:           752884 kB
Inactive:         805228 kB
Active(anon):     558204 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   805228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47960 kB
Writeback:             0 kB
AnonPages:        540780 kB
Mapped:           153264 kB
Shmem:             18068 kB
KReclaimable:      90160 kB
Slab:             176908 kB
SReclaimable:      90160 kB
SUnreclaim:        86748 kB
KernelStack:        4304 kB
PageTables:         4236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     968836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 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= 432836 MiB
End job on nodeC014 at 2025-06-29 19:00:33