Trace number 4527628

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1UNSAT 3601.66 1867.75

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark0.626446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
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

3600.09/1866.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.09/1866.11	c numVar: 9324
3600.09/1866.11	c numCon: 28660
3600.09/1866.11	c numEqual: 0
3600.09/1866.11	c intSize: 10
3600.09/1866.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.09/1866.11	c ------------------- Paras list -------------------
3600.09/1866.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.09/1866.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.09/1866.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.09/1866.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.09/1866.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.09/1866.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.09/1866.11	c random_seed         	 int       	 0         	 0         	 
3600.09/1866.11	c sample_size         	 int       	 50        	 50        	 
3600.09/1866.11	c sub_score           	 int       	 1         	 1         	 
3600.09/1866.11	c tabu_base           	 int       	 3         	 3         	 
3600.09/1866.11	c tabu_variation      	 int       	 1         	 1         	 
3600.09/1866.11	c sub_div             	 int       	 4         	 4         	 
3600.09/1866.11	c nbcore              	 int       	 2         	 1         	 
3600.09/1866.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.09/1866.11	c print_sol           	 int       	 1         	 1         	 
3600.09/1866.11	c tmpdir              	 string		 .         	 "."       	 
3600.09/1866.11	c home                	 string		 HOME	 "."       	 
3600.09/1866.11	c benchname           	 string		 HOME/instance-4527628-1752234163.opb	 ""        	 
3600.09/1866.11	c --------------------------------------------------
3600.09/1866.11	c Local Search solver
3600.09/1866.11	c MIP solver
3600.09/1866.11	c receive signal 15, try to interrupt solver...
3600.09/1866.13	c use Exact solver
3601.50/1867.67	c Exact infeasible
3601.59/1867.71	s UNSATISFIABLE
3601.59/1867.71	c Total time: 1868

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=116318, runsolver pid=116315

[startup+0.100101 s]*
/proc/loadavg: 7.24 7.62 6.97 8/255 116319
/proc/meminfo: memFree=113348664/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=0.1 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5761 0 0 0 8 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+0.213982 s]*
/proc/loadavg: 7.24 7.62 6.97 8/255 116319
/proc/meminfo: memFree=113348664/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=0.21 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5767 0 0 0 19 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+0.313947 s]*
/proc/loadavg: 7.24 7.62 6.97 8/255 116319
/proc/meminfo: memFree=113348664/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=0.31 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5768 0 0 0 29 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+0.700336 s]
/proc/loadavg: 7.24 7.62 6.97 8/255 116319
/proc/meminfo: memFree=113348664/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=0.68 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5768 0 0 0 66 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+1.50027 s]
/proc/loadavg: 7.24 7.62 6.97 8/255 116319
/proc/meminfo: memFree=113348160/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=1.48 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5768 0 0 0 146 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+3.11364 s]
/proc/loadavg: 7.22 7.61 6.97 8/255 116319
/proc/meminfo: memFree=113342032/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=3.08 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5768 0 0 0 306 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+6.30031 s]
/proc/loadavg: 7.22 7.61 6.97 8/256 116320
/proc/meminfo: memFree=113333368/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=61664 memory=27136 CPUtime=6.26 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 5768 0 0 0 624 2 0 0 20 0 1 0 139096076 63143936 6784 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 15416 6784 1184 6655 0 5651 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 61664 KiB
Current children cumulated memory: 27136 KiB

[startup+12.7002 s]
/proc/loadavg: 7.20 7.60 6.97 9/257 116321
/proc/meminfo: memFree=113206808/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=216776 memory=171080 CPUtime=14.68 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 39648 0 0 0 1459 9 0 0 20 0 2 0 139096076 221978624 42770 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 54194 42770 3424 6655 0 42899 0
[pid=116318/tid=116321] ppid=116315 vsize=216776 memory=171080 CPUtime=2.06 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 14322 0 0 0 203 3 0 0 20 0 2 0 139097084 221978624 42770 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 216776 KiB
Current children cumulated memory: 171080 KiB

[startup+25.5002 s]
/proc/loadavg: 7.38 7.62 6.99 9/257 116323
/proc/meminfo: memFree=113265620/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=266484 memory=204716 CPUtime=40.05 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 89187 0 0 0 3990 15 0 0 20 0 2 0 139096076 272879616 51179 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 66621 51179 3520 6655 0 56034 0
[pid=116318/tid=116321] ppid=116315 vsize=266484 memory=202412 CPUtime=14.69 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 32699 0 0 0 1464 5 0 0 20 0 2 0 139097084 272879616 51179 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 40.05 s
Current children cumulated vsize: 266484 KiB
Current children cumulated memory: 204716 KiB

[startup+51.1136 s]
/proc/loadavg: 7.67 7.66 7.02 8/257 116323
/proc/meminfo: memFree=113281800/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=266484 memory=210988 CPUtime=89.29 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) S 116315 116318 115635 0 -1 4194304 119409 0 0 0 8912 17 0 0 20 0 2 0 139096076 272879616 52747 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 66621 52747 3520 6655 0 56034 0
[pid=116318/tid=116321] ppid=116315 vsize=266484 memory=208812 CPUtime=39.97 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 46752 0 0 0 3990 7 0 0 20 0 2 0 139097084 272879616 52747 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 89.29 s
Current children cumulated vsize: 266484 KiB
Current children cumulated memory: 210988 KiB

[startup+102.3 s]
/proc/loadavg: 7.64 7.64 7.04 9/257 116326
/proc/meminfo: memFree=112680484/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=266484 memory=217260 CPUtime=163.68 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 160870 0 0 0 16347 21 0 0 20 0 2 0 139096076 272879616 54315 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 66621 54315 3520 6655 0 56034 0
[pid=116318/tid=116321] ppid=116315 vsize=266484 memory=217132 CPUtime=90.99 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 69787 0 0 0 9090 9 0 0 20 0 2 0 139097084 272879616 54315 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 163.68 s
Current children cumulated vsize: 266484 KiB
Current children cumulated memory: 217260 KiB

[startup+162.3 s]
/proc/loadavg: 7.92 7.73 7.11 9/257 116328
/proc/meminfo: memFree=109483428/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=425576 memory=337908 CPUtime=282.66 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 198382 0 0 0 28235 31 0 0 20 0 2 0 139096076 435789824 84477 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 106394 84477 3520 6655 0 82900 0
[pid=116318/tid=116321] ppid=116315 vsize=425576 memory=277328 CPUtime=150.71 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 95731 0 0 0 15057 14 0 0 20 0 2 0 139097084 435789824 84477 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 282.66 s
Current children cumulated vsize: 425576 KiB
Current children cumulated memory: 337908 KiB

[startup+222.3 s]
/proc/loadavg: 8.23 7.84 7.19 9/255 116330
/proc/meminfo: memFree=109354248/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=449196 memory=381004 CPUtime=401.48 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 245093 0 0 0 40108 40 0 0 20 0 2 0 139096076 459976704 95251 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 112299 95251 3520 6655 0 94177 0
[pid=116318/tid=116321] ppid=116315 vsize=449196 memory=372812 CPUtime=210.38 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 116772 0 0 0 21021 17 0 0 20 0 2 0 139097084 459976704 95251 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 401.48 s
Current children cumulated vsize: 449196 KiB
Current children cumulated memory: 381004 KiB

[startup+282.3 s]
/proc/loadavg: 8.25 7.93 7.27 9/256 116333
/proc/meminfo: memFree=109259852/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=465224 memory=409676 CPUtime=520.48 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 257238 0 0 0 52005 43 0 0 20 0 2 0 139096076 476389376 102419 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 116306 102419 3520 6655 0 100740 0
[pid=116318/tid=116321] ppid=116315 vsize=465224 memory=14848 CPUtime=270.13 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 122778 0 0 0 26995 18 0 0 20 0 2 0 139097084 476389376 102419 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 520.48 s
Current children cumulated vsize: 465224 KiB
Current children cumulated memory: 409676 KiB

[startup+342.3 s]
/proc/loadavg: 7.82 7.88 7.29 9/254 116429
/proc/meminfo: memFree=109542188/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=473220 memory=427780 CPUtime=639.45 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 263354 0 0 0 63894 51 0 0 20 0 2 0 139096076 484577280 106945 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 118305 106945 3520 6655 0 105335 0
[pid=116318/tid=116321] ppid=116315 vsize=473220 memory=402636 CPUtime=329.79 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 125740 0 0 0 32955 24 0 0 20 0 2 0 139097084 484577280 106945 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 639.45 s
Current children cumulated vsize: 473220 KiB
Current children cumulated memory: 427780 KiB

[startup+402.3 s]

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

[startup+1482.3 s]
/proc/loadavg: 7.12 7.32 7.48 8/255 116496
/proc/meminfo: memFree=106506768/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=781544 memory=712704 CPUtime=2838.95 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 704191 0 0 0 283765 130 0 0 20 0 2 0 139096076 800301056 178176 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 195386 178176 3520 6655 0 176515 0
[pid=116318/tid=116321] ppid=116315 vsize=781544 memory=701568 CPUtime=1397.22 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 319729 0 0 0 139655 67 0 0 20 0 2 0 139097084 800301056 178176 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 2838.95 s
Current children cumulated vsize: 781544 KiB
Current children cumulated memory: 712704 KiB

[startup+1542.3 s]
/proc/loadavg: 7.04 7.26 7.44 8/255 116498
/proc/meminfo: memFree=106553736/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=781736 memory=713088 CPUtime=2957.91 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 709276 0 0 0 295659 132 0 0 20 0 2 0 139096076 800497664 178272 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 195434 178272 3520 6655 0 176563 0
[pid=116318/tid=116321] ppid=116315 vsize=781736 memory=713088 CPUtime=1456.47 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 324167 0 0 0 145579 68 0 0 20 0 2 0 139097084 800497664 178272 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 2957.91 s
Current children cumulated vsize: 781736 KiB
Current children cumulated memory: 713088 KiB

[startup+1602.3 s]
/proc/loadavg: 7.12 7.24 7.43 8/255 116500
/proc/meminfo: memFree=106406088/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=783664 memory=715008 CPUtime=3076.85 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 737479 0 0 0 307549 136 0 0 20 0 2 0 139096076 802471936 178752 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 195916 178752 3520 6655 0 177045 0
[pid=116318/tid=116321] ppid=116315 vsize=783664 memory=713088 CPUtime=1515.72 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 335083 0 0 0 151501 71 0 0 20 0 2 0 139097084 802471936 178752 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 3076.85 s
Current children cumulated vsize: 783664 KiB
Current children cumulated memory: 715008 KiB

[startup+1662.3 s]
/proc/loadavg: 7.10 7.21 7.40 8/256 116505
/proc/meminfo: memFree=106245160/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=790056 memory=721408 CPUtime=3195.8 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 766179 0 0 0 319438 142 0 0 20 0 2 0 139096076 809017344 180352 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 197514 180352 3520 6655 0 178643 0
[pid=116318/tid=116321] ppid=116315 vsize=790056 memory=713088 CPUtime=1574.97 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 346155 0 0 0 157424 73 0 0 20 0 2 0 139097084 809017344 180352 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 3195.8 s
Current children cumulated vsize: 790056 KiB
Current children cumulated memory: 721408 KiB

[startup+1722.3 s]
/proc/loadavg: 7.15 7.20 7.39 8/257 116514
/proc/meminfo: memFree=106366056/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=793124 memory=724320 CPUtime=3314.75 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 782491 0 0 0 331331 144 0 0 20 0 2 0 139096076 812158976 181080 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 198281 181080 3520 6655 0 179410 0
[pid=116318/tid=116321] ppid=116315 vsize=793124 memory=713088 CPUtime=1634.22 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 356878 0 0 0 163347 75 0 0 20 0 2 0 139097084 812158976 181080 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 3314.75 s
Current children cumulated vsize: 793124 KiB
Current children cumulated memory: 724320 KiB

[startup+1782.3 s]
/proc/loadavg: 6.16 6.93 7.28 6/256 116840
/proc/meminfo: memFree=128285332/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=797564 memory=727776 CPUtime=3433.77 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 788493 0 0 0 343219 158 0 0 20 0 2 0 139096076 816705536 181944 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 199391 181944 3520 6655 0 180520 0
[pid=116318/tid=116321] ppid=116315 vsize=797564 memory=727776 CPUtime=1693.55 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 358350 0 0 0 169276 79 0 0 20 0 2 0 139097084 816705536 181944 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 3433.77 s
Current children cumulated vsize: 797564 KiB
Current children cumulated memory: 727776 KiB

[startup+1842.3 s]
/proc/loadavg: 5.52 6.60 7.14 6/256 117026
/proc/meminfo: memFree=127737436/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=800960 memory=732768 CPUtime=3552.84 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 793649 0 0 0 355112 172 0 0 20 0 2 0 139096076 820183040 183192 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 200240 183192 3520 6655 0 181369 0
[pid=116318/tid=116321] ppid=116315 vsize=800960 memory=732768 CPUtime=1752.89 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 361794 0 0 0 175204 85 0 0 20 0 2 0 139097084 820183040 183192 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 3552.84 s
Current children cumulated vsize: 800960 KiB
Current children cumulated memory: 732768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1866.11 s]
/proc/loadavg: 5.56 6.52 7.10 6/253 117074
/proc/meminfo: memFree=127346784/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=800960 memory=732768 CPUtime=3600.09 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 794073 0 0 0 359835 174 0 0 20 0 2 0 139096076 820183040 183192 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 200240 183192 3520 6655 0 181369 0
[pid=116318/tid=116321] ppid=116315 vsize=800960 memory=732768 CPUtime=1776.43 cores=5,7
/proc/116318/task/116321/stat : 116321 (LSIPExact) R 116315 116318 115635 0 -1 4194368 361981 0 0 0 177557 86 0 0 20 0 2 0 139097084 820183040 183192 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 800960 KiB
Current children cumulated memory: 732768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.82 s, system=1.84135 s

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

[startup+1866.4 s]
/proc/loadavg: 5.56 6.52 7.10 6/253 117074
/proc/meminfo: memFree=127346784/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=572768 memory=539488 CPUtime=3600.14 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) S 116315 116318 115635 0 -1 4194304 799264 0 0 0 359839 175 0 0 20 0 1 0 139096076 586514432 134872 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 143192 134872 3552 6655 0 133387 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 572768 KiB
Current children cumulated memory: 539488 KiB

[startup+1867.2 s]
/proc/loadavg: 5.56 6.52 7.10 6/252 117083
/proc/meminfo: memFree=127498848/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=572768 memory=539488 CPUtime=3600.14 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) S 116315 116318 115635 0 -1 4194304 799264 0 0 0 359839 175 0 0 20 0 1 0 139096076 586514432 134872 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 143192 134872 3552 6655 0 133387 0
[pid=117075] ppid=116318 vsize=71212 memory=51976 CPUtime=0.96 cores=5,7
/proc/117075/stat : 117075 (Exact) R 116318 117075 117075 0 -1 4194304 11430 0 0 0 93 3 0 0 20 0 1 0 139282690 72921088 12994 18446744073709551615 4198400 8335837 140729835312240 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35946496 140729835321529 140729835321883 140729835321883 140729835327439 0
/proc/117075/statm: 17803 12994 1120 1011 0 16570 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 643980 KiB
Current children cumulated memory: 591464 KiB

[startup+1867.6 s]
/proc/loadavg: 5.56 6.52 7.10 6/252 117083
/proc/meminfo: memFree=127498848/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=572768 memory=539488 CPUtime=3600.14 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) S 116315 116318 115635 0 -1 4194304 799264 0 0 0 359839 175 0 0 20 0 1 0 139096076 586514432 134872 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 143192 134872 3552 6655 0 133387 0
[pid=117075] ppid=116318 vsize=72308 memory=53000 CPUtime=1.36 cores=5,7
/proc/117075/stat : 117075 (Exact) R 116318 117075 117075 0 -1 4194304 11690 0 0 0 132 4 0 0 20 0 1 0 139282690 74043392 13250 18446744073709551615 4198400 8335837 140729835312240 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 35946496 140729835321529 140729835321883 140729835321883 140729835327439 0
/proc/117075/statm: 18077 13250 1120 1011 0 16844 0
Current children cumulated CPU time: 3601.5 s
Current children cumulated vsize: 645076 KiB
Current children cumulated memory: 592488 KiB

[startup+1867.7 s]
/proc/loadavg: 5.56 6.52 7.10 6/252 117083
/proc/meminfo: memFree=127498848/131382112 swapFree=33010416/33010684
[pid=116318] ppid=116315 vsize=572768 memory=539488 CPUtime=3601.59 cores=5,7
/proc/116318/stat : 116318 (LSIPExact) R 116315 116318 115635 0 -1 4194304 801676 11796 0 0 359841 175 139 4 20 0 1 0 139096076 586514432 134872 18446744073709551615 94067159875584 94067187132753 140720491970384 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94067195634824 94067196066432 94067205619712 140720491972952 140720491973128 140720491973128 140720491978732 0
/proc/116318/statm: 143192 134872 3552 6655 0 133387 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 572768 KiB
Current children cumulated memory: 539488 KiB

Child status: 0

Real time (s): 1867.75
CPU time (s): 3601.66
CPU user time (s): 3599.82
CPU system time (s): 1.84135
CPU usage (%): 192.834
Max. virtual memory (cumulated for all children) (KiB): 800960
Max. memory (cumulated for all children) (KiB): 732768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.82
system time used= 1.84135
maximum resident set size= 732896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 815349
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= 392
involuntary context switches= 71279


# summary of solver processes directly reported to runsolver:
#   pid: 116318
#   total CPU time (s): 3601.66
#   total CPU user time (s): 3599.82
#   total CPU system time (s): 1.84135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.70305 second user time and 10.0394 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 13:42:43
IDJOB=4527628
IDBENCH=158390
IDSOLVER=3384
FILE ID=nodeC012/4527628-1752234163
RUNJOBID= nodeC012-1752232205-115655
SLURM_JOB_ID= 9682523
Free space on /tmp= 431244 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527628-1752234163/watcher-4527628-1752234163 -o /tmp/evaluation-result-4527628-1752234163/solver-4527628-1752234163 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752232205-115655 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527628-1752234163.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=732270725

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        113367236 kB
MemAvailable:   114444180 kB
Buffers:            2136 kB
Cached:          1873948 kB
SwapCached:           16 kB
Active:         16109848 kB
Inactive:        1249968 kB
Active(anon):   15496728 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):  1245020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45796 kB
Writeback:            20 kB
AnonPages:      15484380 kB
Mapped:           140972 kB
Shmem:             17944 kB
KReclaimable:     116480 kB
Slab:             205300 kB
SReclaimable:     116480 kB
SUnreclaim:        88820 kB
KernelStack:        4188 kB
PageTables:        34496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   18257464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9523200 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= 431412 MiB
End job on nodeC012 at 2025-07-11 14:13:52