Trace number 4545561

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 S1UNSAT 1545.05 842.915

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-cnt-06-06-07_c24.opb
MD5SUM740ae53db54907a8b4b16e6d2fb6eccd
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 benchmark9.44084
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17343
Total number of constraints32542
Number of constraints which are clauses5333
Number of constraints which are cardinality constraints (but not clauses)1326
Number of constraints which are nor clauses,nor cardinality constraints25883
Minimum length of a constraint1
Maximum length of a constraint36
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
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

1428.60/726.10	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1428.60/726.10	c numVar: 17343
1428.60/726.10	c numCon: 32542
1428.60/726.10	c numEqual: 606
1428.60/726.10	c intSize: 7
1428.60/726.10	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1428.60/726.10	c ------------------- Paras list -------------------
1428.60/726.10	c Name                	 Type      	 Now       	 Default   	 Comment
1428.60/726.10	c timeout             	 double    	 3600.000000	 3600      	 
1428.60/726.10	c mip_time            	 double    	 0.200000  	 0.5       	 
1428.60/726.10	c ls_time             	 double    	 10.000000 	 10        	 
1428.60/726.10	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1428.60/726.10	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1428.60/726.10	c random_seed         	 int       	 0         	 0         	 
1428.60/726.10	c sample_size         	 int       	 50        	 50        	 
1428.60/726.10	c sub_score           	 int       	 1         	 1         	 
1428.60/726.10	c tabu_base           	 int       	 3         	 3         	 
1428.60/726.10	c tabu_variation      	 int       	 1         	 1         	 
1428.60/726.10	c sub_div             	 int       	 4         	 4         	 
1428.60/726.10	c nbcore              	 int       	 2         	 1         	 
1428.60/726.10	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1428.60/726.10	c print_sol           	 int       	 1         	 1         	 
1428.60/726.10	c tmpdir              	 string		 .         	 "."       	 
1428.60/726.10	c home                	 string		 HOME	 "."       	 
1428.60/726.10	c benchname           	 string		 HOME/instance-4545561-1753235712.opb	 ""        	 
1428.60/726.10	c --------------------------------------------------
1428.60/726.10	c Local Search solver
1428.60/726.10	c MIP solver
1428.60/726.10	c use Exact solver
1544.93/842.83	c Exact infeasible
1544.93/842.89	s UNSATISFIABLE
1544.93/842.89	c Total time: 843

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62493 MiB free)
  memory of node 1: 64507 MiB (63412 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=153793, runsolver pid=153786

[startup+0.100073 s]*
/proc/loadavg: 1.79 2.31 3.05 4/248 153794
/proc/meminfo: memFree=128895376/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=63724 memory=29056 CPUtime=0.09 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 6273 0 0 0 7 2 0 0 20 0 1 0 239250645 65253376 7264 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 15931 7264 1152 6655 0 6166 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 63724 KiB
Current children cumulated memory: 29056 KiB

[startup+0.217902 s]*
/proc/loadavg: 1.79 2.31 3.05 4/248 153794
/proc/meminfo: memFree=128888320/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=75884 memory=41088 CPUtime=0.19 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 9291 0 0 0 16 3 0 0 20 0 1 0 239250645 77705216 10272 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 18971 10272 1152 6655 0 9206 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41088 KiB

[startup+0.318796 s]*
/proc/loadavg: 1.79 2.31 3.05 4/248 153794
/proc/meminfo: memFree=128888320/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=75884 memory=41088 CPUtime=0.27 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 9291 0 0 0 24 3 0 0 20 0 1 0 239250645 77705216 10272 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 18971 10272 1152 6655 0 9206 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41088 KiB

[startup+0.700276 s]
/proc/loadavg: 1.79 2.31 3.05 4/248 153794
/proc/meminfo: memFree=128888080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=75884 memory=41088 CPUtime=0.64 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 9291 0 0 0 61 3 0 0 20 0 1 0 239250645 77705216 10272 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 18971 10272 1152 6655 0 9206 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41088 KiB

[startup+1.50035 s]
/proc/loadavg: 1.79 2.31 3.05 4/248 153795
/proc/meminfo: memFree=128888080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=75884 memory=41088 CPUtime=1.43 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 9291 0 0 0 140 3 0 0 20 0 1 0 239250645 77705216 10272 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 18971 10272 1152 6655 0 9206 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41088 KiB

[startup+3.1126 s]
/proc/loadavg: 1.89 2.32 3.05 4/248 153795
/proc/meminfo: memFree=128888632/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=75884 memory=41088 CPUtime=3.04 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 9291 0 0 0 301 3 0 0 20 0 1 0 239250645 77705216 10272 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 18971 10272 1152 6655 0 9206 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41088 KiB

[startup+6.30026 s]
/proc/loadavg: 1.89 2.32 3.05 4/249 153796
/proc/meminfo: memFree=128889028/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=75884 memory=41088 CPUtime=6.22 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 9291 0 0 0 619 3 0 0 20 0 1 0 239250645 77705216 10272 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 18971 10272 1152 6655 0 9206 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 75884 KiB
Current children cumulated memory: 41088 KiB

[startup+12.7002 s]
/proc/loadavg: 1.98 2.33 3.05 7/252 153799
/proc/meminfo: memFree=128744316/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=222676 memory=137420 CPUtime=13.84 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 30025 0 0 0 1377 7 0 0 20 0 2 0 239250645 228020224 34355 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 55669 34355 3296 6655 0 33677 0
[pid=153793/tid=153799] ppid=153786 vsize=222676 memory=131276 CPUtime=1.33 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 3305 0 0 0 132 1 0 0 20 0 2 0 239251655 228020224 34355 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 13.84 s
Current children cumulated vsize: 222676 KiB
Current children cumulated memory: 137420 KiB

[startup+25.5002 s]
/proc/loadavg: 2.87 2.51 3.10 7/252 153799
/proc/meminfo: memFree=128665772/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=275360 memory=188696 CPUtime=36.42 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 67614 0 0 0 3631 11 0 0 20 0 2 0 239250645 281968640 47174 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 68840 47174 3424 6655 0 47602 0
[pid=153793/tid=153799] ppid=153786 vsize=275360 memory=161340 CPUtime=11.14 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 10752 0 0 0 1112 2 0 0 20 0 2 0 239251655 281968640 47174 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 36.42 s
Current children cumulated vsize: 275360 KiB
Current children cumulated memory: 188696 KiB

[startup+51.1051 s]
/proc/loadavg: 4.01 2.81 3.18 7/252 153799
/proc/meminfo: memFree=128641024/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=267616 memory=186032 CPUtime=87.29 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 90266 0 0 0 8716 13 0 0 20 0 2 0 239250645 274038784 46508 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 66904 46508 3424 6655 0 46347 0
[pid=153793/tid=153799] ppid=153786 vsize=267616 memory=186032 CPUtime=36.48 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 18938 0 0 0 3645 3 0 0 20 0 2 0 239251655 274038784 46508 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 87.29 s
Current children cumulated vsize: 267616 KiB
Current children cumulated memory: 186032 KiB

[startup+102.3 s]
/proc/loadavg: 5.21 3.32 3.34 7/252 153801
/proc/meminfo: memFree=128651560/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=263872 memory=184472 CPUtime=189 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 139931 0 0 0 18881 19 0 0 20 0 2 0 239250645 270204928 46118 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 65968 46118 3424 6655 0 45584 0
[pid=153793/tid=153799] ppid=153786 vsize=263872 memory=14304 CPUtime=87.16 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 32185 0 0 0 8711 5 0 0 20 0 2 0 239251655 270204928 46118 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 189 s
Current children cumulated vsize: 263872 KiB
Current children cumulated memory: 184472 KiB

[startup+162.3 s]
/proc/loadavg: 5.71 3.81 3.51 7/252 153803
/proc/meminfo: memFree=128619616/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=263872 memory=204568 CPUtime=308.17 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 150339 0 0 0 30795 22 0 0 20 0 2 0 239250645 270204928 51142 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 65968 51142 3424 6655 0 50196 0
[pid=153793/tid=153799] ppid=153786 vsize=263872 memory=197144 CPUtime=146.54 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 37601 0 0 0 14647 7 0 0 20 0 2 0 239251655 270204928 51142 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 308.17 s
Current children cumulated vsize: 263872 KiB
Current children cumulated memory: 204568 KiB

[startup+222.3 s]
/proc/loadavg: 6.00 4.24 3.67 7/248 153809
/proc/meminfo: memFree=128606428/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=266352 memory=209560 CPUtime=427.38 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 163085 0 0 0 42715 23 0 0 20 0 2 0 239250645 272744448 52390 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 66588 52390 3424 6655 0 50816 0
[pid=153793/tid=153799] ppid=153786 vsize=266352 memory=207256 CPUtime=205.94 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 45634 0 0 0 20586 8 0 0 20 0 2 0 239251655 272744448 52390 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 427.38 s
Current children cumulated vsize: 266352 KiB
Current children cumulated memory: 209560 KiB

[startup+282.3 s]
/proc/loadavg: 5.13 4.34 3.75 5/241 153842
/proc/meminfo: memFree=128727376/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=270668 memory=213912 CPUtime=546.62 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 165391 0 0 0 54637 25 0 0 20 0 2 0 239250645 277164032 53478 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 67667 53478 3424 6655 0 51895 0
[pid=153793/tid=153799] ppid=153786 vsize=270668 memory=14304 CPUtime=265.38 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 45716 0 0 0 26529 9 0 0 20 0 2 0 239251655 277164032 53478 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 546.62 s
Current children cumulated vsize: 270668 KiB
Current children cumulated memory: 213912 KiB

[startup+342.3 s]
/proc/loadavg: 4.46 4.29 3.77 5/241 153845
/proc/meminfo: memFree=128727636/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=270668 memory=213912 CPUtime=665.84 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 165692 0 0 0 66559 25 0 0 20 0 2 0 239250645 277164032 53478 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 67667 53478 3424 6655 0 51895 0
[pid=153793/tid=153799] ppid=153786 vsize=270668 memory=14304 CPUtime=324.81 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 45717 0 0 0 32472 9 0 0 20 0 2 0 239251655 277164032 53478 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 665.84 s
Current children cumulated vsize: 270668 KiB
Current children cumulated memory: 213912 KiB

[startup+402.3 s]

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

Current children cumulated memory: 214296 KiB

[startup+582.3 s]
/proc/loadavg: 4.12 4.19 3.86 5/240 153864
/proc/meminfo: memFree=128720444/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=272480 memory=221208 CPUtime=1142.74 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 169934 0 0 0 114248 26 0 0 20 0 2 0 239250645 279019520 55302 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 68120 55302 3424 6655 0 53567 0
[pid=153793/tid=153799] ppid=153786 vsize=272480 memory=213912 CPUtime=562.47 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 47152 0 0 0 56237 10 0 0 20 0 2 0 239251655 279019520 55302 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 1142.74 s
Current children cumulated vsize: 272480 KiB
Current children cumulated memory: 221208 KiB

[startup+642.3 s]
/proc/loadavg: 4.08 4.17 3.88 5/241 153870
/proc/meminfo: memFree=128712160/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=224024 CPUtime=1262 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 170625 0 0 0 126173 27 0 0 20 0 2 0 239250645 283521024 56006 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 56006 3424 6655 0 54666 0
[pid=153793/tid=153799] ppid=153786 vsize=276876 memory=221208 CPUtime=621.89 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 47152 0 0 0 62179 10 0 0 20 0 2 0 239251655 283521024 56006 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 1262 s
Current children cumulated vsize: 276876 KiB
Current children cumulated memory: 224024 KiB

[startup+702.3 s]
/proc/loadavg: 4.13 4.17 3.90 3/234 153903
/proc/meminfo: memFree=128803536/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=224536 CPUtime=1381.25 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) R 153786 153793 153739 0 -1 4194304 170764 0 0 0 138098 27 0 0 20 0 2 0 239250645 283521024 56134 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 56134 3424 6655 0 54666 0
[pid=153793/tid=153799] ppid=153786 vsize=276876 memory=221208 CPUtime=681.32 cores=4,6
/proc/153793/task/153799/stat : 153799 (LSIPExact) R 153786 153793 153739 0 -1 4194368 47152 0 0 0 68121 11 0 0 20 0 2 0 239251655 283521024 56134 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
Current children cumulated CPU time: 1381.25 s
Current children cumulated vsize: 276876 KiB
Current children cumulated memory: 224536 KiB

[startup+762.3 s]
/proc/loadavg: 2.39 3.67 3.75 2/234 153905
/proc/meminfo: memFree=128767368/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=196836 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49209 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49209 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=101964 memory=84316 CPUtime=36.07 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 19235 0 0 0 3598 9 0 0 20 0 1 0 239323256 104411136 21079 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 25491 21079 1120 1011 0 24258 0
Current children cumulated CPU time: 1464.67 s
Current children cumulated vsize: 378840 KiB
Current children cumulated memory: 281152 KiB

[startup+822.3 s]
/proc/loadavg: 1.67 3.23 3.59 2/234 153907
/proc/meminfo: memFree=128728752/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=95.87 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21406 0 0 0 9570 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1524.47 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

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

# cumulated CPU time of all completed processes:  user=1544.57 s, system=0.473971 s

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

[startup+832 s]*
/proc/loadavg: 1.64 3.17 3.56 2/234 153912
/proc/meminfo: memFree=128728080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=105.56 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21406 0 0 0 10539 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1534.16 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

[startup+838.4 s]
/proc/loadavg: 1.54 3.10 3.54 2/234 153912
/proc/meminfo: memFree=128728080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=111.94 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21417 0 0 0 11177 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1540.54 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

[startup+840 s]*
/proc/loadavg: 1.54 3.10 3.54 2/234 153912
/proc/meminfo: memFree=128728080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=113.54 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21417 0 0 0 11337 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1542.14 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

[startup+841.6 s]
/proc/loadavg: 1.54 3.10 3.54 2/234 153912
/proc/meminfo: memFree=128728080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=115.13 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21417 0 0 0 11496 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1543.73 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

[startup+842.4 s]
/proc/loadavg: 1.54 3.10 3.54 2/234 153912
/proc/meminfo: memFree=128728080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=115.93 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21417 0 0 0 11576 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1544.53 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

[startup+842.8 s]
/proc/loadavg: 1.54 3.10 3.54 2/234 153912
/proc/meminfo: memFree=128728080/131382120 swapFree=33010416/33010684
[pid=153793] ppid=153786 vsize=276876 memory=198884 CPUtime=1428.6 cores=4,6
/proc/153793/stat : 153793 (LSIPExact) S 153786 153793 153739 0 -1 4194304 173625 0 0 0 142832 28 0 0 20 0 1 0 239250645 283521024 49721 18446744073709551615 93900498386944 93900525644113 140724410669648 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 93900534146184 93900534577792 93900565504000 140724410677592 140724410677768 140724410677768 140724410683372 0
/proc/153793/statm: 69219 49721 3456 6655 0 54666 0
[pid=153904] ppid=153793 vsize=110220 memory=99496 CPUtime=116.33 cores=4,6
/proc/153904/stat : 153904 (Exact) R 153793 153904 153904 0 -1 4194304 21417 0 0 0 11616 17 0 0 20 0 1 0 239323256 112865280 24874 18446744073709551615 4198400 8335837 140724640474080 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 45195264 140724640479417 140724640479771 140724640479771 140724640485327 0
/proc/153904/statm: 27555 24874 1120 1011 0 26322 0
Current children cumulated CPU time: 1544.93 s
Current children cumulated vsize: 387096 KiB
Current children cumulated memory: 298380 KiB

[startup+842.9 s]*
/proc/loadavg: 1.50 3.07 3.52 2/233 153912
/proc/meminfo: memFree=128823828/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 842.915
CPU time (s): 1545.05
CPU user time (s): 1544.57
CPU system time (s): 0.473971
CPU usage (%): 183.298
Max. virtual memory (cumulated for all children) (KiB): 387096
Max. memory (cumulated for all children) (KiB): 298380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1544.57
system time used= 0.473971
maximum resident set size= 224792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201832
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= 409
involuntary context switches= 15830


# summary of solver processes directly reported to runsolver:
#   pid: 153793
#   total CPU time (s): 1545.05
#   total CPU user time (s): 1544.57
#   total CPU system time (s): 0.473971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6284 second user time and 3.96597 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 03:55:12
IDJOB=4545561
IDBENCH=180910
IDSOLVER=3384
FILE ID=nodeC006/4545561-1753235712
RUNJOBID= nodeC006-1753235712-153750
SLURM_JOB_ID= 9687868
Free space on /tmp= 432756 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-cnt-06-06-07_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545561-1753235712/watcher-4545561-1753235712 -o /tmp/evaluation-result-4545561-1753235712/solver-4545561-1753235712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753235712-153750 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545561-1753235712.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 740ae53db54907a8b4b16e6d2fb6eccd
RANDOM SEED=522169091

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128933392 kB
MemAvailable:   129764420 kB
Buffers:            2128 kB
Cached:          1508224 kB
SwapCached:           12 kB
Active:          1047840 kB
Inactive:         530696 kB
Active(anon):      83532 kB
Inactive(anon):    10792 kB
Active(file):     964308 kB
Inactive(file):   519904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            136412 kB
Writeback:             0 kB
AnonPages:         70092 kB
Mapped:           107984 kB
Shmem:             26140 kB
KReclaimable:     372504 kB
Slab:             466504 kB
SReclaimable:     372504 kB
SUnreclaim:        94000 kB
KernelStack:        3904 kB
PageTables:         2808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     351072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432740 MiB
End job on nodeC006 at 2025-07-23 04:09:16