Trace number 4506399

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 S1? (TO) 3602.67 1941.29

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.20-12.opb
MD5SUM0c5a5feecc6e9ebbd7fc1e1b28678077
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54713
Best CPU time to get the best result obtained on this benchmark35.568
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214302
Total number of constraints3483525
Number of constraints which are clauses3483525
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/1939.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.08/1939.01	c numVar: 214302
3600.08/1939.01	c numCon: 3483525
3600.08/1939.01	c numEqual: 0
3600.08/1939.01	c intSize: 24
3600.08/1939.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.08/1939.01	c ------------------- Paras list -------------------
3600.08/1939.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.08/1939.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.08/1939.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.08/1939.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.08/1939.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.08/1939.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.08/1939.01	c random_seed         	 int       	 0         	 0         	 
3600.08/1939.01	c sample_size         	 int       	 50        	 50        	 
3600.08/1939.01	c sub_score           	 int       	 1         	 1         	 
3600.08/1939.01	c tabu_base           	 int       	 3         	 3         	 
3600.08/1939.01	c tabu_variation      	 int       	 1         	 1         	 
3600.08/1939.01	c sub_div             	 int       	 4         	 4         	 
3600.08/1939.01	c nbcore              	 int       	 2         	 1         	 
3600.08/1939.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.08/1939.01	c print_sol           	 int       	 1         	 1         	 
3600.08/1939.01	c tmpdir              	 string		 .         	 "."       	 
3600.08/1939.01	c home                	 string		 HOME	 "."       	 
3600.08/1939.01	c benchname           	 string		 HOME/instance-4506399-1751486018.opb	 ""        	 
3600.08/1939.01	c --------------------------------------------------
3600.08/1939.01	c Local Search solver
3600.08/1939.01	c MIP solver
3600.08/1939.01	c receive signal 15, try to interrupt solver...
3600.85/1939.43	c MIP solver find feasible solution
3601.06/1939.61	c MIP solver objective value: 85541
3601.46/1940.08	c MIP find feasible solution for PBO with objective value 85541
3601.46/1940.08	c copy file: 0
3601.46/1940.08	c gen ub file: HOME/instance-4506399-1751486018.opb_ub.opb
3601.46/1940.08	c use Exact solver

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100081 s]*
/proc/loadavg: 7.08 7.31 7.37 7/253 72145
/proc/meminfo: memFree=118423180/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=352416 memory=121228 CPUtime=0.09 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 22149 0 0 0 3 6 0 0 20 0 1 0 64281760 360873984 30307 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 88104 30307 1152 6655 0 78339 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 352416 KiB
Current children cumulated memory: 121228 KiB

[startup+0.212286 s]*
/proc/loadavg: 7.08 7.31 7.37 8/253 72145
/proc/meminfo: memFree=118326028/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=429108 memory=224524 CPUtime=0.2 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 41347 0 0 0 8 12 0 0 20 0 1 0 64281760 439406592 56131 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 107277 56131 1152 6655 0 97512 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 429108 KiB
Current children cumulated memory: 224524 KiB

[startup+0.312144 s]*
/proc/loadavg: 7.08 7.31 7.37 7/253 72145
/proc/meminfo: memFree=118228876/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=497616 memory=315532 CPUtime=0.31 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 58467 0 0 0 14 17 0 0 20 0 1 0 64281760 509558784 78883 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 124404 78883 1152 6655 0 114639 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 497616 KiB
Current children cumulated memory: 315532 KiB

[startup+0.700299 s]
/proc/loadavg: 7.08 7.31 7.37 7/253 72145
/proc/meminfo: memFree=118046732/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=796068 memory=714508 CPUtime=0.68 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 133152 0 0 0 30 38 0 0 20 0 1 0 64281760 815173632 178595 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 199050 178627 1152 6655 0 189285 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 796068 KiB
Current children cumulated memory: 714508 KiB

[startup+1.5003 s]
/proc/loadavg: 7.08 7.31 7.37 7/253 72145
/proc/meminfo: memFree=117654156/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=919568 memory=876684 CPUtime=1.48 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 164583 0 0 0 100 48 0 0 20 0 1 0 64281760 941637632 219171 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 229892 219171 1152 6655 0 220127 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 919568 KiB
Current children cumulated memory: 876684 KiB

[startup+3.11301 s]
/proc/loadavg: 7.08 7.31 7.36 7/253 72146
/proc/meminfo: memFree=117067084/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=1498172 memory=1462776 CPUtime=3.08 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 266765 0 0 0 238 70 0 0 20 0 1 0 64281760 1534128128 365694 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 374543 365694 1184 6655 0 364778 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1498172 KiB
Current children cumulated memory: 1462776 KiB

[startup+6.30028 s]
/proc/loadavg: 7.08 7.31 7.36 7/253 72146
/proc/meminfo: memFree=116434244/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=2096740 memory=2054652 CPUtime=6.27 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 414418 0 0 0 532 95 0 0 20 0 1 0 64281760 2147061760 513663 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 524185 513663 1184 6655 0 514420 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2096740 KiB
Current children cumulated memory: 2054652 KiB

[startup+12.7003 s]
/proc/loadavg: 7.06 7.30 7.36 7/253 72146
/proc/meminfo: memFree=115990968/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=3560036 memory=3521456 CPUtime=12.65 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 649085 0 0 0 1126 139 0 0 20 0 1 0 64281760 3645476864 880364 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 890009 880364 2208 6655 0 880244 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3560036 KiB
Current children cumulated memory: 3521456 KiB

[startup+25.5004 s]
/proc/loadavg: 7.05 7.29 7.36 7/254 72147
/proc/meminfo: memFree=114035504/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=4743212 memory=4406296 CPUtime=25.41 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 771098 0 0 0 2317 224 0 0 20 0 2 0 64281760 4857049088 1101574 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1185803 1101574 2752 6655 0 1159686 0
[pid=72144/tid=72147] ppid=72141 vsize=4743212 memory=4367428 CPUtime=0 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) S 72141 72144 70730 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 64283286 4857049088 1101574 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4743212 KiB
Current children cumulated memory: 4406296 KiB

[startup+51.1133 s]
/proc/loadavg: 6.85 7.23 7.34 6/255 72196
/proc/meminfo: memFree=113387464/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=5302920 memory=4993472 CPUtime=52.63 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 918652 0 0 0 4945 318 0 0 20 0 2 0 64281760 5430190080 1248368 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1325730 1248368 3808 6655 0 1315454 0
[pid=72144/tid=72147] ppid=72141 vsize=5302920 memory=3563476 CPUtime=2.28 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) S 72141 72144 70730 0 -1 4194368 15084 0 0 0 220 8 0 0 20 0 2 0 64283286 5430190080 1248368 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 52.63 s
Current children cumulated vsize: 5302920 KiB
Current children cumulated memory: 4993472 KiB

[startup+102.3 s]
/proc/loadavg: 6.14 6.96 7.24 6/256 72198
/proc/meminfo: memFree=109801192/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=5735424 memory=5426180 CPUtime=129.55 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 1014767 0 0 0 12561 394 0 0 20 0 2 0 64281760 5873074176 1356545 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1433856 1356545 3840 6655 0 1416333 0
[pid=72144/tid=72147] ppid=72141 vsize=5735424 memory=5426180 CPUtime=28.26 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) S 72141 72144 70730 0 -1 4194368 46770 0 0 0 2757 69 0 0 20 0 2 0 64283286 5873074176 1356545 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 129.55 s
Current children cumulated vsize: 5735424 KiB
Current children cumulated memory: 5426180 KiB

[startup+162.3 s]
/proc/loadavg: 6.13 6.81 7.16 6/256 72200
/proc/meminfo: memFree=108682416/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=5735424 memory=5432824 CPUtime=189.29 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 1030368 0 0 0 18533 396 0 0 20 0 2 0 64281760 5873074176 1358206 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1433856 1358206 3840 6655 0 1416333 0
[pid=72144/tid=72147] ppid=72141 vsize=5735424 memory=5432824 CPUtime=28.26 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) S 72141 72144 70730 0 -1 4194368 46770 0 0 0 2757 69 0 0 20 0 2 0 64283286 5873074176 1358206 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 189.29 s
Current children cumulated vsize: 5735424 KiB
Current children cumulated memory: 5432824 KiB

[startup+222.3 s]
/proc/loadavg: 5.47 6.49 7.03 6/256 72202
/proc/meminfo: memFree=108644524/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=5735424 memory=5432824 CPUtime=249.04 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 1050843 0 0 0 24505 399 0 0 20 0 2 0 64281760 5873074176 1358206 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1433856 1358206 3840 6655 0 1416333 0
[pid=72144/tid=72147] ppid=72141 vsize=5735424 memory=5432824 CPUtime=28.26 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) S 72141 72144 70730 0 -1 4194368 46770 0 0 0 2757 69 0 0 20 0 2 0 64283286 5873074176 1358206 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 249.04 s
Current children cumulated vsize: 5735424 KiB
Current children cumulated memory: 5432824 KiB

[startup+282.3 s]
/proc/loadavg: 5.29 6.25 6.91 7/251 72293
/proc/meminfo: memFree=110418420/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6707496 memory=6251652 CPUtime=311.61 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 1144833 0 0 0 30730 431 0 0 20 0 2 0 64281760 6868475904 1562913 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1676874 1562913 3872 6655 0 1659217 0
[pid=72144/tid=72147] ppid=72141 vsize=6707496 memory=5432824 CPUtime=31.09 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 64500 0 0 0 3026 83 0 0 20 0 2 0 64283286 6868475904 1562913 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 311.61 s
Current children cumulated vsize: 6707496 KiB
Current children cumulated memory: 6251652 KiB

[startup+342.3 s]
/proc/loadavg: 6.24 6.33 6.90 8/255 72305
/proc/meminfo: memFree=108997384/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6600260 memory=6257140 CPUtime=430.7 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 1295520 0 0 0 42537 533 0 0 20 0 2 0 64281760 6758666240 1564285 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1650065 1564285 3872 6655 0 1632124 0
[pid=72144/tid=72147] ppid=72141 vsize=6600260 memory=5432824 CPUtime=90.42 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 97440 0 0 0 8921 121 0 0 20 0 2 0 64283286 6758666240 1564285 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 430.7 s
Current children cumulated vsize: 6600260 KiB
Current children cumulated memory: 6257140 KiB

[startup+402.3 s]
/proc/loadavg: 6.72 6.46 6.91 8/253 72307
/proc/meminfo: memFree=108921752/131382116 swapFree=33010684/33010684

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

Current children cumulated CPU time: 2812.14 s
Current children cumulated vsize: 6759468 KiB
Current children cumulated memory: 6467340 KiB

[startup+1602.3 s]
/proc/loadavg: 7.11 7.10 7.05 8/254 72422
/proc/meminfo: memFree=111772160/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6759608 memory=6467496 CPUtime=2931.29 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2284458 0 0 0 292225 904 0 0 20 0 2 0 64281760 6921838592 1616874 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1689902 1616874 3872 6655 0 1671961 0
[pid=72144/tid=72147] ppid=72141 vsize=6759608 memory=18432 CPUtime=1336.2 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 314732 0 0 0 133357 263 0 0 20 0 2 0 64283286 6921838592 1616874 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 2931.29 s
Current children cumulated vsize: 6759608 KiB
Current children cumulated memory: 6467496 KiB

[startup+1662.3 s]
/proc/loadavg: 7.53 7.21 7.09 9/255 72425
/proc/meminfo: memFree=111121652/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6823148 memory=6545260 CPUtime=3050.43 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2320579 0 0 0 304131 912 0 0 20 0 2 0 64281760 6986903552 1636315 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1705787 1636315 3872 6655 0 1687846 0
[pid=72144/tid=72147] ppid=72141 vsize=6823148 memory=6545260 CPUtime=1395.55 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 324040 0 0 0 139289 266 0 0 20 0 2 0 64283286 6986903552 1636315 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3050.43 s
Current children cumulated vsize: 6823148 KiB
Current children cumulated memory: 6545260 KiB

[startup+1722.3 s]
/proc/loadavg: 7.93 7.38 7.16 9/255 72427
/proc/meminfo: memFree=111061372/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6823340 memory=6545928 CPUtime=3169.6 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2359613 0 0 0 316041 919 0 0 20 0 2 0 64281760 6987100160 1636482 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1705835 1636482 3872 6655 0 1687894 0
[pid=72144/tid=72147] ppid=72141 vsize=6823340 memory=6545260 CPUtime=1454.94 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 334959 0 0 0 145224 270 0 0 20 0 2 0 64283286 6987100160 1636482 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3169.6 s
Current children cumulated vsize: 6823340 KiB
Current children cumulated memory: 6545928 KiB

[startup+1782.3 s]
/proc/loadavg: 8.02 7.51 7.22 9/255 72428
/proc/meminfo: memFree=110680196/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6823524 memory=6546156 CPUtime=3288.77 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2387572 0 0 0 327952 925 0 0 20 0 2 0 64281760 6987288576 1636539 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1705881 1636539 3872 6655 0 1687940 0
[pid=72144/tid=72147] ppid=72141 vsize=6823524 memory=6546156 CPUtime=1514.31 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 345250 0 0 0 151159 272 0 0 20 0 2 0 64283286 6987288576 1636539 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3288.77 s
Current children cumulated vsize: 6823524 KiB
Current children cumulated memory: 6546156 KiB

[startup+1842.3 s]
/proc/loadavg: 8.12 7.64 7.29 9/255 72430
/proc/meminfo: memFree=110843500/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6823744 memory=6546224 CPUtime=3407.93 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2420356 0 0 0 339860 933 0 0 20 0 2 0 64281760 6987513856 1636556 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1705936 1636556 3872 6655 0 1687995 0
[pid=72144/tid=72147] ppid=72141 vsize=6823744 memory=6545948 CPUtime=1573.7 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 346615 0 0 0 157096 274 0 0 20 0 2 0 64283286 6987513856 1636556 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3407.93 s
Current children cumulated vsize: 6823744 KiB
Current children cumulated memory: 6546224 KiB

[startup+1902.3 s]
/proc/loadavg: 8.11 7.72 7.34 9/254 72434
/proc/meminfo: memFree=110864612/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6858124 memory=6556932 CPUtime=3527.12 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2469921 0 0 0 351769 943 0 0 20 0 2 0 64281760 7022718976 1639233 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1714531 1639233 3872 6655 0 1696590 0
[pid=72144/tid=72147] ppid=72141 vsize=6858124 memory=6545948 CPUtime=1633.08 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 358065 0 0 0 163030 278 0 0 20 0 2 0 64283286 7022718976 1639233 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3527.12 s
Current children cumulated vsize: 6858124 KiB
Current children cumulated memory: 6556932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1939 s]*
/proc/loadavg: 7.79 7.70 7.35 7/247 72467
/proc/meminfo: memFree=112396064/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6792324 memory=6485256 CPUtime=3600.08 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2544668 0 0 0 359048 960 0 0 20 0 2 0 64281760 6955339776 1621314 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1698081 1621314 3872 6655 0 1680140 0
[pid=72144/tid=72147] ppid=72141 vsize=6792324 memory=-6226062002699211106 CPUtime=1669.44 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 366432 0 0 0 166664 280 0 0 20 0 2 0 64283286 6955339776 1621314 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 6792324 KiB
Current children cumulated memory: 6485256 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1941.29 s]
# the end of solver process 72144 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3591.66 s, system=10.1134 s

[startup+1941.29 s]
# the end of solver process 72469 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3592.46 s, system=10.2057 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1939.2 s]
/proc/loadavg: 7.79 7.70 7.35 7/247 72467
/proc/meminfo: memFree=112396064/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=6792472 memory=6488808 CPUtime=3600.46 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2546912 0 0 0 359085 961 0 0 20 0 2 0 64281760 6955491328 1622202 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1698118 1622202 3872 6655 0 1680177 0
[pid=72144/tid=72147] ppid=72141 vsize=6792472 memory=6481928 CPUtime=1669.63 cores=1,3
/proc/72144/task/72147/stat : 72147 (LSIPExact) R 72141 72144 70730 0 -1 4194368 366536 0 0 0 166683 280 0 0 20 0 2 0 64283286 6955491328 1622202 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 6792472 KiB
Current children cumulated memory: 6488808 KiB

[startup+1940 s]*
/proc/loadavg: 7.79 7.70 7.35 6/246 72467
/proc/meminfo: memFree=114830864/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=4144760 memory=4057940 CPUtime=3601.46 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) R 72141 72144 70730 0 -1 4194304 2967646 0 0 0 359163 983 0 0 20 0 1 0 64281760 4244234240 1014485 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1036190 1014485 3904 6655 0 1026364 0
Current children cumulated CPU time: 3601.46 s
Current children cumulated vsize: 4144760 KiB
Current children cumulated memory: 4057940 KiB

[startup+1940.8 s]
/proc/loadavg: 7.79 7.70 7.35 6/246 72467
/proc/meminfo: memFree=114830864/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=4144760 memory=4057940 CPUtime=3601.49 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) S 72141 72144 70730 0 -1 4194304 2967647 230 0 0 359166 983 0 0 20 0 1 0 64281760 4244234240 1014485 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1036190 1014485 3904 6655 0 1026364 0
Current children cumulated CPU time: 3601.49 s
Current children cumulated vsize: 4144760 KiB
Current children cumulated memory: 4057940 KiB

[startup+1941 s]*
/proc/loadavg: 7.79 7.70 7.35 6/247 72469
/proc/meminfo: memFree=114678620/131382116 swapFree=33010684/33010684
[pid=72144] ppid=72141 vsize=4144760 memory=4057940 CPUtime=3601.49 cores=1,3
/proc/72144/stat : 72144 (LSIPExact) S 72141 72144 70730 0 -1 4194304 2967647 230 0 0 359166 983 0 0 20 0 1 0 64281760 4244234240 1014485 18446744073709551615 94741843251200 94741870507601 140728332288336 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94741879010440 94741879442048 94741904048128 140728332294490 140728332294666 140728332294666 140728332300268 0
/proc/72144/statm: 1036190 1014485 3904 6655 0 1026364 0
[pid=72469] ppid=72144 vsize=184452 memory=167128 CPUtime=0.88 cores=1,3
/proc/72469/stat : 72469 (Exact) R 72144 72469 72469 0 -1 4194304 18162 0 0 0 80 8 0 0 20 0 1 0 64475769 188878848 41782 18446744073709551615 4198400 8335837 140720379975696 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 22745088 140720379979956 140720379980317 140720379980317 140720379985871 0
/proc/72469/statm: 46113 41782 928 1011 0 44880 0
Current children cumulated CPU time: 3602.37 s
Current children cumulated vsize: 4329212 KiB
Current children cumulated memory: 4225068 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1941.29
CPU time (s): 3602.67
CPU user time (s): 3592.46
CPU system time (s): 10.2057
CPU usage (%): 185.581
Max. virtual memory (cumulated for all children) (KiB): 7237224
Max. memory (cumulated for all children) (KiB): 6776400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.46
system time used= 10.2057
maximum resident set size= 6832308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2986039
page faults= 0
swaps= 0
block input operations= 23880
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 468
involuntary context switches= 36945


# summary of solver processes directly reported to runsolver:
#   pid: 72144,72469
#   total CPU time (s): 3602.67
#   total CPU user time (s): 3592.46
#   total CPU system time (s): 10.2057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.62331 second user time and 10.5141 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 21:53:40
IDJOB=4506399
IDBENCH=158206
IDSOLVER=3336
FILE ID=nodeC011/4506399-1751486018
RUNJOBID= nodeC011-1751477276-70742
SLURM_JOB_ID= 9598512
Free space on /tmp= 430176 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.20-12.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506399-1751486018/watcher-4506399-1751486018 -o /tmp/evaluation-result-4506399-1751486018/solver-4506399-1751486018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70742 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506399-1751486018.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 0c5a5feecc6e9ebbd7fc1e1b28678077
RANDOM SEED=248422399

nodeC011 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		: 3492.288
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	: 6984.20
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		: 3193.849
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	: 6984.20
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		: 3492.335
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.293
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	: 6984.20
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.742
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	: 6984.20
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		: 3555.973
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	: 6984.20
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		: 3492.264
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	: 6984.20
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.468
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        118519952 kB
MemAvailable:   120806584 kB
Buffers:            3276 kB
Cached:          3088764 kB
SwapCached:            0 kB
Active:          9616572 kB
Inactive:        2660324 kB
Active(anon):    9200712 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2658220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            153752 kB
Writeback:             4 kB
AnonPages:       9180292 kB
Mapped:           141904 kB
Shmem:             17960 kB
KReclaimable:     103976 kB
Slab:             188672 kB
SReclaimable:     103976 kB
SUnreclaim:        84696 kB
KernelStack:        4096 kB
PageTables:        21312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9790036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4433920 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430168 MiB
End job on nodeC011 at 2025-07-02 22:26:02