Trace number 4545302

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S2? (TO) 3600.3 2567.24

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2122.48/1084.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2122.48/1084.80	c numVar: 101921
2122.48/1084.80	c numCon: 213661
2122.48/1084.80	c numEqual: 572
2122.48/1084.80	c intSize: 6
2122.48/1084.80	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2122.48/1084.80	c ------------------- Paras list -------------------
2122.48/1084.80	c Name                	 Type      	 Now       	 Default   	 Comment
2122.48/1084.80	c timeout             	 double    	 3600.000000	 3600      	 
2122.48/1084.80	c mip_time            	 double    	 0.300000  	 0.5       	 
2122.48/1084.80	c ls_time             	 double    	 10.000000 	 10        	 
2122.48/1084.80	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2122.48/1084.80	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2122.48/1084.80	c random_seed         	 int       	 0         	 0         	 
2122.48/1084.80	c sample_size         	 int       	 50        	 50        	 
2122.48/1084.80	c sub_score           	 int       	 1         	 1         	 
2122.48/1084.80	c tabu_base           	 int       	 3         	 3         	 
2122.48/1084.80	c tabu_variation      	 int       	 1         	 1         	 
2122.48/1084.80	c sub_div             	 int       	 4         	 4         	 
2122.48/1084.80	c nbcore              	 int       	 2         	 1         	 
2122.48/1084.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2122.48/1084.80	c print_sol           	 int       	 1         	 1         	 
2122.48/1084.80	c tmpdir              	 string		 .         	 "."       	 
2122.48/1084.80	c home                	 string		 HOME	 "."       	 
2122.48/1084.80	c benchname           	 string		 HOME/instance-4545302-1753224415.opb	 ""        	 
2122.48/1084.80	c --------------------------------------------------
2122.48/1084.80	c Local Search solver
2122.48/1084.80	c MIP solver
2122.48/1084.80	c use Exact solver
3600.03/2566.90	c receive signal 15, try to interrupt solver...
3600.05/2567.01	c Exact solver (PID 200112) interrupted gracefully.
3600.23/2567.22	s UNKNOWN
3600.23/2567.22	c Total time: 2567

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545302-1753224415/watcher-4545302-1753224415 -o /tmp/evaluation-result-4545302-1753224415/solver-4545302-1753224415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753220119-197388 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4545302-1753224415.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=199855, runsolver pid=199852

[startup+0.100068 s]*
/proc/loadavg: 7.95 7.94 7.46 8/253 199856
/proc/meminfo: memFree=119601404/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=101320 memory=58444 CPUtime=0.08 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 11071 0 0 0 5 3 0 0 20 0 1 0 238121316 103751680 14611 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 25330 14611 1152 6655 0 15565 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101320 KiB
Current children cumulated memory: 58444 KiB

[startup+0.211481 s]*
/proc/loadavg: 7.95 7.94 7.46 8/253 199856
/proc/meminfo: memFree=119601404/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=101320 memory=58444 CPUtime=0.2 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 11071 0 0 0 16 4 0 0 20 0 1 0 238121316 103751680 14611 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 25330 14611 1152 6655 0 15565 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101320 KiB
Current children cumulated memory: 58444 KiB

[startup+0.311479 s]*
/proc/loadavg: 7.95 7.94 7.46 8/253 199856
/proc/meminfo: memFree=119573368/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=133924 memory=99232 CPUtime=0.29 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 18220 0 0 0 23 6 0 0 20 0 1 0 238121316 137138176 24808 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 33481 24808 1152 6655 0 23716 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 133924 KiB
Current children cumulated memory: 99232 KiB

[startup+0.700302 s]
/proc/loadavg: 7.95 7.94 7.46 8/253 199856
/proc/meminfo: memFree=119533048/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=207568 memory=172832 CPUtime=0.67 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 36616 0 0 0 55 12 0 0 20 0 1 0 238121316 212549632 43208 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 51892 43208 1152 6655 0 42127 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 207568 KiB
Current children cumulated memory: 172832 KiB

[startup+1.50034 s]
/proc/loadavg: 7.95 7.94 7.46 8/253 199856
/proc/meminfo: memFree=119461044/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=247720 memory=212768 CPUtime=1.46 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 46593 0 0 0 132 14 0 0 20 0 1 0 238121316 253665280 53192 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 61930 53192 1152 6655 0 52165 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 247720 KiB
Current children cumulated memory: 212768 KiB

[startup+3.11295 s]
/proc/loadavg: 7.95 7.94 7.46 8/253 199856
/proc/meminfo: memFree=119461044/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=247720 memory=212768 CPUtime=3.07 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 46604 0 0 0 293 14 0 0 20 0 1 0 238121316 253665280 53192 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 61930 53192 1152 6655 0 52165 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 247720 KiB
Current children cumulated memory: 212768 KiB

[startup+6.30032 s]
/proc/loadavg: 7.88 7.93 7.46 8/253 199856
/proc/meminfo: memFree=119388496/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=247720 memory=212768 CPUtime=6.25 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 46615 0 0 0 611 14 0 0 20 0 1 0 238121316 253665280 53192 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 61930 53192 1152 6655 0 52165 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 247720 KiB
Current children cumulated memory: 212768 KiB

[startup+12.7003 s]
/proc/loadavg: 7.81 7.91 7.45 8/254 199857
/proc/meminfo: memFree=119785648/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=700076 memory=579464 CPUtime=12.63 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 101104 0 0 0 1238 25 0 0 20 0 2 0 238121316 716877824 144866 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 175019 144866 2976 6655 0 148902 0
[pid=199855/tid=199857] ppid=199852 vsize=700076 memory=470724 CPUtime=0 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) S 199852 199855 197377 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 238122371 716877824 144866 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 700076 KiB
Current children cumulated memory: 579464 KiB

[startup+25.5002 s]
/proc/loadavg: 7.78 7.90 7.46 9/254 199857
/proc/meminfo: memFree=119405440/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=924700 memory=819196 CPUtime=32.33 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 172835 0 0 0 3189 44 0 0 20 0 2 0 238121316 946892800 204799 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 231175 204799 3328 6655 0 212926 0
[pid=199855/tid=199857] ppid=199852 vsize=924700 memory=816892 CPUtime=7.8 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) R 199852 199855 197377 0 -1 4194368 24596 0 0 0 770 10 0 0 20 0 2 0 238122371 946892800 204799 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 32.33 s
Current children cumulated vsize: 924700 KiB
Current children cumulated memory: 819196 KiB

[startup+51.1133 s]
/proc/loadavg: 7.78 7.89 7.47 8/254 199858
/proc/meminfo: memFree=119051020/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=893500 memory=804284 CPUtime=73.67 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 192661 0 0 0 7320 47 0 0 20 0 2 0 238121316 914944000 201071 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 223375 201071 3328 6655 0 205246 0
[pid=199855/tid=199857] ppid=199852 vsize=893500 memory=793184 CPUtime=23.63 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) S 199852 199855 197377 0 -1 4194368 29323 0 0 0 2352 11 0 0 20 0 2 0 238122371 914944000 201071 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 73.67 s
Current children cumulated vsize: 893500 KiB
Current children cumulated memory: 804284 KiB

[startup+102.3 s]
/proc/loadavg: 7.93 7.91 7.50 9/255 199862
/proc/meminfo: memFree=118395076/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1181360 memory=1053164 CPUtime=173.28 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 342948 0 0 0 17259 69 0 0 20 0 2 0 238121316 1209712640 263291 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 295340 263291 3424 6655 0 275318 0
[pid=199855/tid=199857] ppid=199852 vsize=1181360 memory=1053164 CPUtime=72.28 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) R 199852 199855 197377 0 -1 4194368 63699 0 0 0 7211 17 0 0 20 0 2 0 238122371 1209712640 263291 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 173.28 s
Current children cumulated vsize: 1181360 KiB
Current children cumulated memory: 1053164 KiB

[startup+162.3 s]
/proc/loadavg: 7.82 7.90 7.52 8/255 199865
/proc/meminfo: memFree=118541756/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1198292 memory=1057764 CPUtime=292.24 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 345691 0 0 0 29155 69 0 0 20 0 2 0 238121316 1227051008 264441 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 299573 264441 3424 6655 0 279551 0
[pid=199855/tid=199857] ppid=199852 vsize=1198292 memory=1057636 CPUtime=131.55 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) R 199852 199855 197377 0 -1 4194368 65636 0 0 0 13138 17 0 0 20 0 2 0 238122371 1227051008 264441 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 292.24 s
Current children cumulated vsize: 1198292 KiB
Current children cumulated memory: 1057764 KiB

[startup+222.3 s]
/proc/loadavg: 7.45 7.76 7.50 9/255 199913
/proc/meminfo: memFree=120344388/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1198292 memory=1062244 CPUtime=411.26 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 405080 0 0 0 41053 73 0 0 20 0 2 0 238121316 1227051008 265561 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 299573 265561 3424 6655 0 279551 0
[pid=199855/tid=199857] ppid=199852 vsize=1198292 memory=1058788 CPUtime=190.85 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) R 199852 199855 197377 0 -1 4194368 92752 0 0 0 19066 19 0 0 20 0 2 0 238122371 1227051008 265561 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 411.26 s
Current children cumulated vsize: 1198292 KiB
Current children cumulated memory: 1062244 KiB

[startup+282.3 s]
/proc/loadavg: 7.61 7.76 7.51 9/254 199919
/proc/meminfo: memFree=120166580/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1198292 memory=1078736 CPUtime=530.27 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 463494 0 0 0 52948 79 0 0 20 0 2 0 238121316 1227051008 269684 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 299573 269684 3424 6655 0 281041 0
[pid=199855/tid=199857] ppid=199852 vsize=1198292 memory=14636 CPUtime=250.15 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) R 199852 199855 197377 0 -1 4194368 125035 0 0 0 24993 22 0 0 20 0 2 0 238122371 1227051008 269684 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 530.27 s
Current children cumulated vsize: 1198292 KiB
Current children cumulated memory: 1078736 KiB

[startup+342.3 s]
/proc/loadavg: 7.90 7.82 7.55 9/254 199921
/proc/meminfo: memFree=119876480/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1296736 memory=1197300 CPUtime=649.28 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 489200 0 0 0 64844 84 0 0 20 0 2 0 238121316 1327857664 299325 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 324184 299325 3424 6655 0 309174 0
[pid=199855/tid=199857] ppid=199852 vsize=1296736 memory=1089648 CPUtime=309.45 cores=4,6
/proc/199855/task/199857/stat : 199857 (LSIPExact) R 199852 199855 197377 0 -1 4194368 127758 0 0 0 30922 23 0 0 20 0 2 0 238122371 1327857664 299325 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
Current children cumulated CPU time: 649.28 s
Current children cumulated vsize: 1296736 KiB
Current children cumulated memory: 1197300 KiB

[startup+402.3 s]

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

Current children cumulated memory: 1496728 KiB

[startup+2082.3 s]
/proc/loadavg: 5.97 6.15 6.62 6/254 200205
/proc/meminfo: memFree=111775152/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=462080 memory=441700 CPUtime=994.37 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 66191 0 0 0 99408 29 0 0 20 0 1 0 238229797 473169920 110425 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 115520 110425 1120 1011 0 114287 0
Current children cumulated CPU time: 3116.85 s
Current children cumulated vsize: 1557320 KiB
Current children cumulated memory: 1497752 KiB

[startup+2142.3 s]
/proc/loadavg: 5.12 5.89 6.50 5/248 200239
/proc/meminfo: memFree=112046804/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=462624 memory=442340 CPUtime=1054.2 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 66387 0 0 0 105391 29 0 0 20 0 1 0 238229797 473726976 110585 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 115656 110585 1120 1011 0 114423 0
Current children cumulated CPU time: 3176.68 s
Current children cumulated vsize: 1557864 KiB
Current children cumulated memory: 1498392 KiB

[startup+2202.3 s]
/proc/loadavg: 4.52 5.57 6.35 5/248 200245
/proc/meminfo: memFree=112046248/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=463244 memory=445072 CPUtime=1114.03 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 66554 0 0 0 111374 29 0 0 20 0 1 0 238229797 474361856 111268 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 115811 111268 1120 1011 0 114578 0
Current children cumulated CPU time: 3236.51 s
Current children cumulated vsize: 1558484 KiB
Current children cumulated memory: 1501124 KiB

[startup+2262.3 s]
/proc/loadavg: 4.29 5.31 6.21 5/248 200246
/proc/meminfo: memFree=112026300/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=464204 memory=445968 CPUtime=1173.85 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 66838 0 0 0 117356 29 0 0 20 0 1 0 238229797 475344896 111492 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 116051 111492 1120 1011 0 114818 0
Current children cumulated CPU time: 3296.33 s
Current children cumulated vsize: 1559444 KiB
Current children cumulated memory: 1502020 KiB

[startup+2322.3 s]
/proc/loadavg: 4.15 5.09 6.07 5/247 200248
/proc/meminfo: memFree=111949952/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=466320 memory=448144 CPUtime=1233.68 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 67396 0 0 0 123339 29 0 0 20 0 1 0 238229797 477511680 112036 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 116580 112036 1120 1011 0 115347 0
Current children cumulated CPU time: 3356.16 s
Current children cumulated vsize: 1561560 KiB
Current children cumulated memory: 1504196 KiB

[startup+2382.3 s]
/proc/loadavg: 3.58 4.76 5.90 4/247 200251
/proc/meminfo: memFree=111893756/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=466920 memory=448784 CPUtime=1293.49 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 67604 0 0 0 129320 29 0 0 20 0 1 0 238229797 478126080 112196 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 116730 112196 1120 1011 0 115497 0
Current children cumulated CPU time: 3415.97 s
Current children cumulated vsize: 1562160 KiB
Current children cumulated memory: 1504836 KiB

[startup+2442.3 s]
/proc/loadavg: 3.26 4.45 5.72 4/246 200253
/proc/meminfo: memFree=111872424/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=485220 memory=465808 CPUtime=1353.31 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 70417 0 0 0 135285 46 0 0 20 0 1 0 238229797 496865280 116452 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 121305 116452 1120 1011 0 120072 0
Current children cumulated CPU time: 3475.79 s
Current children cumulated vsize: 1580460 KiB
Current children cumulated memory: 1521860 KiB

[startup+2502.3 s]
/proc/loadavg: 3.21 4.22 5.56 4/246 200255
/proc/meminfo: memFree=111874472/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=489316 memory=476276 CPUtime=1413.14 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 71007 0 0 0 141268 46 0 0 20 0 1 0 238229797 501059584 119069 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 122329 119069 1120 1011 0 121096 0
Current children cumulated CPU time: 3535.62 s
Current children cumulated vsize: 1584556 KiB
Current children cumulated memory: 1532328 KiB

[startup+2562.3 s]
/proc/loadavg: 3.14 4.01 5.40 4/246 200257
/proc/meminfo: memFree=111874468/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=489316 memory=476788 CPUtime=1472.96 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 71073 0 0 0 147250 46 0 0 20 0 1 0 238229797 501059584 119197 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 122329 119197 1120 1011 0 121096 0
Current children cumulated CPU time: 3595.44 s
Current children cumulated vsize: 1584556 KiB
Current children cumulated memory: 1532840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2566.9 s]
/proc/loadavg: 3.13 3.99 5.39 4/246 200257
/proc/meminfo: memFree=111875808/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=2122.48 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) S 199852 199855 197377 0 -1 4194304 868745 0 0 0 212118 130 0 0 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 1 0 0 17 6 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
[pid=200112] ppid=199855 vsize=489316 memory=478960 CPUtime=1477.55 cores=4,6
/proc/200112/stat : 200112 (Exact) R 199855 200112 200112 0 -1 4194304 71081 0 0 0 147709 46 0 0 20 0 1 0 238229797 501059584 119740 18446744073709551615 4198400 8335837 140736058935424 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41771008 140736058943673 140736058944027 140736058944027 140736058949583 0
/proc/200112/statm: 122329 119740 1120 1011 0 121096 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1584556 KiB
Current children cumulated memory: 1535012 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.48 s, system=1.81217 s

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

[startup+2567.2 s]
/proc/loadavg: 3.13 3.99 5.39 3/246 200258
/proc/meminfo: memFree=112340664/131382112 swapFree=33010416/33010684
[pid=199855] ppid=199852 vsize=1095240 memory=1056052 CPUtime=3600.23 cores=4,6
/proc/199855/stat : 199855 (LSIPExact) R 199852 199855 197377 0 -1 4194304 899973 71221 0 0 212135 131 147710 47 20 0 1 0 238121316 1121525760 264013 18446744073709551615 94840484007936 94840511264337 140720618672256 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94840519767176 94840520198784 94840550281216 140720618678616 140720618678792 140720618678792 140720618684396 0
/proc/199855/statm: 273810 264013 3456 6655 0 263730 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 1095240 KiB
Current children cumulated memory: 1056052 KiB

Child status: 0

Real time (s): 2567.24
CPU time (s): 3600.3
CPU user time (s): 3598.48
CPU system time (s): 1.81217
CPU usage (%): 140.24
Max. virtual memory (cumulated for all children) (KiB): 1584556
Max. memory (cumulated for all children) (KiB): 1535012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.48
system time used= 1.81217
maximum resident set size= 1215844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 981991
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= 496
involuntary context switches= 30384


# summary of solver processes directly reported to runsolver:
#   pid: 199855
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3598.48
#   total CPU system time (s): 1.81217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.952 second user time and 20.9233 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 00:46:56
IDJOB=4545302
IDBENCH=180812
IDSOLVER=3337
FILE ID=nodeC012/4545302-1753224415
RUNJOBID= nodeC012-1753220119-197388
SLURM_JOB_ID= 9687805
Free space on /tmp= 432728 MiB

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

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=1307001177

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.291
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		: 3591.572
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		: 3591.415
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		: 3491.338
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		: 1297.702
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		: 3491.703
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		: 1197.083
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		: 3491.872
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:        119620364 kB
MemAvailable:   120647224 kB
Buffers:            2136 kB
Cached:          1792388 kB
SwapCached:           12 kB
Active:         10413464 kB
Inactive:         588812 kB
Active(anon):    9229208 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   584124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55288 kB
Writeback:             4 kB
AnonPages:       9205704 kB
Mapped:           145164 kB
Shmem:             26140 kB
KReclaimable:     195832 kB
Slab:             287624 kB
SReclaimable:     195832 kB
SUnreclaim:        91792 kB
KernelStack:        4080 kB
PageTables:        21712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10098280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5304320 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= 432776 MiB
End job on nodeC012 at 2025-07-23 01:29:44