Trace number 4545380

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 S2UNSAT 2145.52 1091.28

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
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 benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
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 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2138.37/1084.14	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2138.37/1084.14	c numVar: 34391
2138.37/1084.14	c numCon: 25309
2138.37/1084.14	c numEqual: 1520
2138.37/1084.14	c intSize: 10
2138.37/1084.14	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2138.37/1084.14	c ------------------- Paras list -------------------
2138.37/1084.14	c Name                	 Type      	 Now       	 Default   	 Comment
2138.37/1084.14	c timeout             	 double    	 3600.000000	 3600      	 
2138.37/1084.14	c mip_time            	 double    	 0.300000  	 0.5       	 
2138.37/1084.14	c ls_time             	 double    	 10.000000 	 10        	 
2138.37/1084.14	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2138.37/1084.14	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2138.37/1084.14	c random_seed         	 int       	 0         	 0         	 
2138.37/1084.14	c sample_size         	 int       	 50        	 50        	 
2138.37/1084.14	c sub_score           	 int       	 1         	 1         	 
2138.37/1084.14	c tabu_base           	 int       	 3         	 3         	 
2138.37/1084.14	c tabu_variation      	 int       	 1         	 1         	 
2138.37/1084.14	c sub_div             	 int       	 4         	 4         	 
2138.37/1084.14	c nbcore              	 int       	 2         	 1         	 
2138.37/1084.14	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2138.37/1084.14	c print_sol           	 int       	 1         	 1         	 
2138.37/1084.14	c tmpdir              	 string		 .         	 "."       	 
2138.37/1084.14	c home                	 string		 HOME	 "."       	 
2138.37/1084.14	c benchname           	 string		 HOME/instance-4545380-1753224951.opb	 ""        	 
2138.37/1084.14	c --------------------------------------------------
2138.37/1084.14	c Local Search solver
2138.37/1084.14	c MIP solver
2138.37/1084.14	c use Exact solver
2145.33/1091.19	c Exact infeasible
2145.42/1091.24	s UNSATISFIABLE
2145.42/1091.24	c Total time: 1091

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 (60326 MiB free)
  memory of node 1: 64507 MiB (61483 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=199974, runsolver pid=199971

[startup+0.100108 s]*
/proc/loadavg: 7.31 7.68 7.56 8/253 199975
/proc/meminfo: memFree=124733576/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=68684 memory=34176 CPUtime=0.1 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 7539 0 0 0 8 2 0 0 20 0 1 0 238174811 70332416 8544 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 17171 8544 1152 6655 0 7406 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 68684 KiB
Current children cumulated memory: 34176 KiB

[startup+0.213634 s]*
/proc/loadavg: 7.31 7.68 7.56 8/253 199975
/proc/meminfo: memFree=124733576/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=74424 memory=39680 CPUtime=0.21 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 8940 0 0 0 19 2 0 0 20 0 1 0 238174811 76210176 9920 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 18606 9920 1152 6655 0 8841 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39680 KiB

[startup+0.313937 s]*
/proc/loadavg: 7.31 7.68 7.56 8/253 199975
/proc/meminfo: memFree=124733576/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=74424 memory=39680 CPUtime=0.31 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 8940 0 0 0 29 2 0 0 20 0 1 0 238174811 76210176 9920 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 18606 9920 1152 6655 0 8841 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39680 KiB

[startup+0.700341 s]
/proc/loadavg: 7.31 7.68 7.56 8/253 199975
/proc/meminfo: memFree=124733576/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=74424 memory=39680 CPUtime=0.68 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 8940 0 0 0 66 2 0 0 20 0 1 0 238174811 76210176 9920 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 18606 9920 1152 6655 0 8841 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39680 KiB

[startup+1.50034 s]
/proc/loadavg: 7.31 7.68 7.56 8/253 199975
/proc/meminfo: memFree=124741140/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=74424 memory=39680 CPUtime=1.48 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 8940 0 0 0 146 2 0 0 20 0 1 0 238174811 76210176 9920 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 18606 9920 1152 6655 0 8841 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39680 KiB

[startup+3.11347 s]
/proc/loadavg: 7.31 7.68 7.56 8/253 199975
/proc/meminfo: memFree=124765332/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=74424 memory=39680 CPUtime=3.08 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 8940 0 0 0 306 2 0 0 20 0 1 0 238174811 76210176 9920 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 18606 9920 1152 6655 0 8841 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39680 KiB

[startup+6.30034 s]
/proc/loadavg: 7.28 7.67 7.56 8/253 199975
/proc/meminfo: memFree=124809676/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=74424 memory=39680 CPUtime=6.26 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 8940 0 0 0 624 2 0 0 20 0 1 0 238174811 76210176 9920 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 18606 9920 1152 6655 0 8841 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 74424 KiB
Current children cumulated memory: 39680 KiB

[startup+12.7002 s]
/proc/loadavg: 7.26 7.66 7.55 9/254 199977
/proc/meminfo: memFree=124821604/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=281272 memory=204952 CPUtime=14.66 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 47447 0 0 0 1455 11 0 0 20 0 2 0 238174811 288022528 51238 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 70318 51238 3392 6655 0 53570 0
[pid=199974/tid=199977] ppid=199971 vsize=281272 memory=204952 CPUtime=2.05 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 7452 0 0 0 202 3 0 0 20 0 2 0 238175820 288022528 51238 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 281272 KiB
Current children cumulated memory: 204952 KiB

[startup+25.5003 s]
/proc/loadavg: 7.42 7.68 7.56 9/254 199977
/proc/meminfo: memFree=124964952/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=412380 memory=336744 CPUtime=40.01 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 134883 0 0 0 3979 22 0 0 20 0 2 0 238174811 422277120 84186 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 103095 84186 3424 6655 0 88275 0
[pid=199974/tid=199977] ppid=199971 vsize=412380 memory=336744 CPUtime=14.65 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 26698 0 0 0 1460 5 0 0 20 0 2 0 238175820 422277120 84186 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 40.01 s
Current children cumulated vsize: 412380 KiB
Current children cumulated memory: 336744 KiB

[startup+51.1056 s]
/proc/loadavg: 7.33 7.64 7.55 8/254 199978
/proc/meminfo: memFree=120905860/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=412380 memory=344680 CPUtime=90.81 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 179602 0 0 0 9054 27 0 0 20 0 2 0 238174811 422277120 86170 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 103095 86170 3424 6655 0 89891 0
[pid=199974/tid=199977] ppid=199971 vsize=412380 memory=14636 CPUtime=39.94 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 46017 0 0 0 3986 8 0 0 20 0 2 0 238175820 422277120 86170 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 90.81 s
Current children cumulated vsize: 412380 KiB
Current children cumulated memory: 344680 KiB

[startup+102.3 s]
/proc/loadavg: 7.09 7.52 7.51 8/254 199980
/proc/meminfo: memFree=114078912/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=477916 memory=381392 CPUtime=190.34 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 233954 0 0 0 18997 37 0 0 20 0 2 0 238174811 489385984 95348 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 119479 95348 3424 6655 0 97818 0
[pid=199974/tid=199977] ppid=199971 vsize=477916 memory=0 CPUtime=88.5 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 69089 0 0 0 8835 15 0 0 20 0 2 0 238175820 489385984 95348 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 190.34 s
Current children cumulated vsize: 477916 KiB
Current children cumulated memory: 381392 KiB

[startup+162.3 s]
/proc/loadavg: 7.14 7.46 7.49 8/254 199982
/proc/meminfo: memFree=113871004/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528952 memory=438432 CPUtime=309.31 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 313621 0 0 0 30884 47 0 0 20 0 2 0 238174811 541646848 109608 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132238 109608 3424 6655 0 111825 0
[pid=199974/tid=199977] ppid=199971 vsize=528952 memory=441440 CPUtime=147.73 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 91378 0 0 0 14755 18 0 0 20 0 2 0 238175820 541646848 109608 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 309.31 s
Current children cumulated vsize: 528952 KiB
Current children cumulated memory: 438432 KiB

[startup+222.3 s]
/proc/loadavg: 7.11 7.39 7.46 8/255 199987
/proc/meminfo: memFree=113823200/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528952 memory=438560 CPUtime=428.21 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 315962 0 0 0 42772 49 0 0 20 0 2 0 238174811 541646848 109640 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132238 109640 3424 6655 0 111825 0
[pid=199974/tid=199977] ppid=199971 vsize=528952 memory=27392 CPUtime=206.91 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 91391 0 0 0 20672 19 0 0 20 0 2 0 238175820 541646848 109640 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 428.21 s
Current children cumulated vsize: 528952 KiB
Current children cumulated memory: 438560 KiB

[startup+282.3 s]
/proc/loadavg: 7.08 7.33 7.44 8/255 199989
/proc/meminfo: memFree=113703884/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=526836 memory=438704 CPUtime=547.15 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 350803 0 0 0 54660 55 0 0 20 0 2 0 238174811 539480064 109676 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 131709 109676 3424 6655 0 111296 0
[pid=199974/tid=199977] ppid=199971 vsize=526836 memory=438704 CPUtime=266.15 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 97859 0 0 0 26592 23 0 0 20 0 2 0 238175820 539480064 109676 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 547.15 s
Current children cumulated vsize: 526836 KiB
Current children cumulated memory: 438704 KiB

[startup+342.3 s]
/proc/loadavg: 7.09 7.28 7.41 8/254 200006
/proc/meminfo: memFree=113567060/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=440496 CPUtime=666.08 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 384747 0 0 0 66547 61 0 0 20 0 2 0 238174811 541413376 110124 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 110124 3424 6655 0 111768 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=440368 CPUtime=325.35 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 106513 0 0 0 32509 26 0 0 20 0 2 0 238175820 541413376 110124 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 666.08 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 440496 KiB

[startup+402.3 s]

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

Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 484920 KiB

[startup+822.3 s]
/proc/loadavg: 6.43 7.07 7.30 7/253 200125
/proc/meminfo: memFree=113289556/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=484920 CPUtime=1618.29 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 468470 0 0 0 161739 90 0 0 20 0 2 0 238174811 541413376 121230 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121230 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=14636 CPUtime=799.61 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 150430 0 0 0 79918 43 0 0 20 0 2 0 238175820 541413376 121230 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 1618.29 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 484920 KiB

[startup+882.3 s]
/proc/loadavg: 6.26 6.90 7.22 6/254 200128
/proc/meminfo: memFree=111839640/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=486840 CPUtime=1737.46 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 499725 0 0 0 173653 93 0 0 20 0 2 0 238174811 541413376 121710 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121710 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=485304 CPUtime=858.96 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 162172 0 0 0 85851 45 0 0 20 0 2 0 238175820 541413376 121710 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 1737.46 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 486840 KiB

[startup+942.3 s]
/proc/loadavg: 6.16 6.74 7.15 7/254 200130
/proc/meminfo: memFree=111712788/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=487992 CPUtime=1856.64 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 520408 0 0 0 185568 96 0 0 20 0 2 0 238174811 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121998 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=487480 CPUtime=918.33 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 171123 0 0 0 91786 47 0 0 20 0 2 0 238175820 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 1856.64 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 487992 KiB

[startup+1002.3 s]
/proc/loadavg: 6.10 6.62 7.08 7/255 200137
/proc/meminfo: memFree=111606724/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=487992 CPUtime=1975.83 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 538478 0 0 0 197484 99 0 0 20 0 2 0 238174811 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121998 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=5632 CPUtime=977.69 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 182978 0 0 0 97720 49 0 0 20 0 2 0 238175820 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 1975.83 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 487992 KiB

[startup+1062.3 s]
/proc/loadavg: 6.15 6.54 7.02 7/255 200139
/proc/meminfo: memFree=111512028/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=487992 CPUtime=2095.05 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 540813 0 0 0 209404 101 0 0 20 0 2 0 238174811 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121998 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=487992 CPUtime=1037.08 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 184354 0 0 0 103657 51 0 0 20 0 2 0 238175820 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 2095.05 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 487992 KiB

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

# cumulated CPU time of all completed processes:  user=2144.35 s, system=1.17097 s

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

[startup+1075.2 s]
/proc/loadavg: 6.12 6.51 7.00 7/255 200139
/proc/meminfo: memFree=111499816/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=487992 CPUtime=2120.68 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 540924 0 0 0 211967 101 0 0 20 0 2 0 238174811 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121998 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=487992 CPUtime=1049.84 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 184402 0 0 0 104933 51 0 0 20 0 2 0 238175820 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 2120.68 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 487992 KiB

[startup+1081.6 s]
/proc/loadavg: 6.11 6.50 6.99 7/255 200139
/proc/meminfo: memFree=111491916/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=528724 memory=487992 CPUtime=2133.39 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 542914 0 0 0 213238 101 0 0 20 0 2 0 238174811 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 132181 121998 3424 6655 0 122387 0
[pid=199974/tid=199977] ppid=199971 vsize=528724 memory=27392 CPUtime=1056.18 cores=1,3
/proc/199974/task/199977/stat : 199977 (LSIPExact) R 199971 199974 197377 0 -1 4194368 185998 0 0 0 105566 52 0 0 20 0 2 0 238175820 541413376 121998 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
Current children cumulated CPU time: 2133.39 s
Current children cumulated vsize: 528724 KiB
Current children cumulated memory: 487992 KiB

[startup+1088 s]*
/proc/loadavg: 6.10 6.49 6.99 6/255 200140
/proc/meminfo: memFree=111431332/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=463188 memory=383784 CPUtime=2138.41 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) S 199971 199974 197377 0 -1 4194304 549728 0 0 0 213739 102 0 0 20 0 1 0 238174811 474304512 95946 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 115797 95946 3424 6655 0 106007 0
[pid=200140] ppid=199974 vsize=176088 memory=157048 CPUtime=3.83 cores=1,3
/proc/200140/stat : 200140 (Exact) R 199974 200140 200140 0 -1 4194304 32727 0 0 0 375 8 0 0 20 0 1 0 238283225 180314112 39262 18446744073709551615 4198400 8335837 140727921866064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33460224 140727921875129 140727921875483 140727921875483 140727921881039 0
/proc/200140/statm: 44022 39262 1120 1011 0 42789 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 639276 KiB
Current children cumulated memory: 540832 KiB

[startup+1089.6 s]
/proc/loadavg: 6.01 6.47 6.98 6/255 200140
/proc/meminfo: memFree=111431332/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=463188 memory=383784 CPUtime=2138.41 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) S 199971 199974 197377 0 -1 4194304 549728 0 0 0 213739 102 0 0 20 0 1 0 238174811 474304512 95946 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 115797 95946 3424 6655 0 106007 0
[pid=200140] ppid=199974 vsize=188544 memory=173512 CPUtime=5.41 cores=1,3
/proc/200140/stat : 200140 (Exact) R 199974 200140 200140 0 -1 4194304 35342 0 0 0 533 8 0 0 20 0 1 0 238283225 193069056 43378 18446744073709551615 4198400 8335837 140727921866064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33460224 140727921875129 140727921875483 140727921875483 140727921881039 0
/proc/200140/statm: 47136 43378 1120 1011 0 45903 0
Current children cumulated CPU time: 2143.82 s
Current children cumulated vsize: 651732 KiB
Current children cumulated memory: 557296 KiB

[startup+1090.4 s]
/proc/loadavg: 6.01 6.47 6.98 6/255 200140
/proc/meminfo: memFree=111419424/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=463188 memory=383784 CPUtime=2138.41 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) S 199971 199974 197377 0 -1 4194304 549728 0 0 0 213739 102 0 0 20 0 1 0 238174811 474304512 95946 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 115797 95946 3424 6655 0 106007 0
[pid=200140] ppid=199974 vsize=188544 memory=173512 CPUtime=6.21 cores=1,3
/proc/200140/stat : 200140 (Exact) R 199974 200140 200140 0 -1 4194304 35353 0 0 0 613 8 0 0 20 0 1 0 238283225 193069056 43378 18446744073709551615 4198400 8335837 140727921866064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33460224 140727921875129 140727921875483 140727921875483 140727921881039 0
/proc/200140/statm: 47136 43378 1120 1011 0 45903 0
Current children cumulated CPU time: 2144.62 s
Current children cumulated vsize: 651732 KiB
Current children cumulated memory: 557296 KiB

[startup+1090.8 s]
/proc/loadavg: 6.01 6.47 6.98 6/255 200140
/proc/meminfo: memFree=111419424/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=463188 memory=383784 CPUtime=2138.41 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) S 199971 199974 197377 0 -1 4194304 549728 0 0 0 213739 102 0 0 20 0 1 0 238174811 474304512 95946 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 115797 95946 3424 6655 0 106007 0
[pid=200140] ppid=199974 vsize=188544 memory=173640 CPUtime=6.61 cores=1,3
/proc/200140/stat : 200140 (Exact) R 199974 200140 200140 0 -1 4194304 35362 0 0 0 653 8 0 0 20 0 1 0 238283225 193069056 43410 18446744073709551615 4198400 8335837 140727921866064 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 33460224 140727921875129 140727921875483 140727921875483 140727921881039 0
/proc/200140/statm: 47136 43410 1120 1011 0 45903 0
Current children cumulated CPU time: 2145.02 s
Current children cumulated vsize: 651732 KiB
Current children cumulated memory: 557424 KiB

[startup+1091.21 s]
/proc/loadavg: 6.01 6.47 6.98 6/255 200140
/proc/meminfo: memFree=111416652/131382112 swapFree=33010416/33010684
[pid=199974] ppid=199971 vsize=463188 memory=383784 CPUtime=2145.42 cores=1,3
/proc/199974/stat : 199974 (LSIPExact) R 199971 199974 197377 0 -1 4194304 553192 36017 0 0 213739 103 691 9 20 0 1 0 238174811 474304512 95946 18446744073709551615 94039894323200 94039921579601 140731118394256 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94039930082440 94039930514048 94039957860352 140731118397784 140731118397960 140731118397960 140731118403564 0
/proc/199974/statm: 115797 95946 3424 6655 0 106007 0
Current children cumulated CPU time: 2145.42 s
Current children cumulated vsize: 463188 KiB
Current children cumulated memory: 383784 KiB

Child status: 0

Real time (s): 1091.28
CPU time (s): 2145.52
CPU user time (s): 2144.35
CPU system time (s): 1.17097
CPU usage (%): 196.605
Max. virtual memory (cumulated for all children) (KiB): 656368
Max. memory (cumulated for all children) (KiB): 562032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2144.35
system time used= 1.17097
maximum resident set size= 488120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593714
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= 323
involuntary context switches= 36785


# summary of solver processes directly reported to runsolver:
#   pid: 199974
#   total CPU time (s): 2145.52
#   total CPU user time (s): 2144.35
#   total CPU system time (s): 1.17097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.64745 second user time and 5.07331 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 00:55:51
IDJOB=4545380
IDBENCH=180853
IDSOLVER=3337
FILE ID=nodeC012/4545380-1753224951
RUNJOBID= nodeC012-1753220119-197389
SLURM_JOB_ID= 9687805
Free space on /tmp= 432772 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_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-4545380-1753224951/watcher-4545380-1753224951 -o /tmp/evaluation-result-4545380-1753224951/solver-4545380-1753224951 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197389 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4545380-1753224951.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=527519693

nodeC012 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		: 3591.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 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.39
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.165
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.39
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		: 3572.480
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.39
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.230
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.39
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		: 3491.729
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.39
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		: 3544.318
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.39
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		: 3510.074
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.39
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		: 3591.602
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124733252 kB
MemAvailable:   125718200 kB
Buffers:            2136 kB
Cached:          1750464 kB
SwapCached:           12 kB
Active:          4683028 kB
Inactive:         546892 kB
Active(anon):    3498772 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   542204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46104 kB
Writeback:             0 kB
AnonPages:       3477196 kB
Mapped:           144800 kB
Shmem:             26140 kB
KReclaimable:     195844 kB
Slab:             287556 kB
SReclaimable:     195844 kB
SUnreclaim:        91712 kB
KernelStack:        4080 kB
PageTables:        10060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3918024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1368064 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432732 MiB
End job on nodeC012 at 2025-07-23 01:14:03