Trace number 4527361

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) 3601.11 1822.53

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMac2beb72083c40d036c40a53754bf1b9
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 benchmark255
Best CPU time to get the best result obtained on this benchmark30252.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.16/1820.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.16/1820.30	c numVar: 10000
3600.16/1820.30	c numCon: 656900
3600.16/1820.30	c numEqual: 0
3600.16/1820.30	c intSize: 19
3600.16/1820.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.16/1820.30	c ------------------- Paras list -------------------
3600.16/1820.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.16/1820.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.16/1820.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.16/1820.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.16/1820.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.16/1820.30	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.16/1820.30	c random_seed         	 int       	 0         	 0         	 
3600.16/1820.30	c sample_size         	 int       	 50        	 50        	 
3600.16/1820.30	c sub_score           	 int       	 1         	 1         	 
3600.16/1820.30	c tabu_base           	 int       	 3         	 3         	 
3600.16/1820.30	c tabu_variation      	 int       	 1         	 1         	 
3600.16/1820.30	c sub_div             	 int       	 4         	 4         	 
3600.16/1820.30	c nbcore              	 int       	 2         	 1         	 
3600.16/1820.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.16/1820.30	c print_sol           	 int       	 1         	 1         	 
3600.16/1820.30	c tmpdir              	 string		 .         	 "."       	 
3600.16/1820.30	c home                	 string		 HOME	 "."       	 
3600.16/1820.30	c benchname           	 string		 HOME/instance-4527361-1752232206.opb	 ""        	 
3600.16/1820.30	c --------------------------------------------------
3600.16/1820.30	c Local Search solver
3600.16/1820.30	c LS find feasible solution for PBO with objective value 293
3600.16/1820.30	c MIP solver
3600.16/1820.30	c receive signal 15, try to interrupt solver...
3600.16/1820.30	c MIP solver find feasible solution
3600.16/1820.34	c MIP solver objective value: 258
3600.86/1821.71	c MIP find feasible solution for PBO with objective value 258
3600.86/1821.71	c copy file: 0
3600.86/1821.71	c gen ub file: HOME/instance-4527361-1752232206.opb_ub.opb
3600.86/1821.71	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 (62872 MiB free)
  memory of node 1: 64507 MiB (61550 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527361-1752232206/watcher-4527361-1752232206 -o /tmp/evaluation-result-4527361-1752232206/solver-4527361-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752232205-108167 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527361-1752232206.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=108224, runsolver pid=108221
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 0.13 0.09 0.09 5/252 108225
/proc/meminfo: memFree=127340524/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=144468 memory=79272 CPUtime=0.09 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 14207 0 0 0 4 5 0 0 20 0 1 0 138900138 147935232 19818 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 36117 19818 1152 6655 0 26352 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 144468 KiB
Current children cumulated memory: 79272 KiB

[startup+0.210632 s]*
/proc/loadavg: 0.13 0.09 0.09 5/252 108225
/proc/meminfo: memFree=127255532/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=207696 memory=163368 CPUtime=0.2 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 30139 0 0 0 9 11 0 0 20 0 1 0 138900138 212680704 40842 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 51924 40842 1152 6655 0 42159 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 207696 KiB
Current children cumulated memory: 163368 KiB

[startup+0.310498 s]*
/proc/loadavg: 0.13 0.09 0.09 5/252 108225
/proc/meminfo: memFree=127239404/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=212584 memory=169768 CPUtime=0.3 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 31730 0 0 0 18 12 0 0 20 0 1 0 138900138 217686016 42442 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 53146 42442 1152 6655 0 43381 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 212584 KiB
Current children cumulated memory: 169768 KiB

[startup+0.700303 s]
/proc/loadavg: 0.13 0.09 0.09 5/252 108225
/proc/meminfo: memFree=127196436/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=277240 memory=242572 CPUtime=0.68 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 44324 0 0 0 52 16 0 0 20 0 1 0 138900138 283893760 60643 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 69310 60643 1152 6655 0 59545 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 277240 KiB
Current children cumulated memory: 242572 KiB

[startup+1.5003 s]
/proc/loadavg: 0.13 0.09 0.09 5/252 108225
/proc/meminfo: memFree=127131924/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=382276 memory=347532 CPUtime=1.48 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 70561 0 0 0 124 24 0 0 20 0 1 0 138900138 391450624 86883 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 95569 86883 1152 6655 0 85804 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 382276 KiB
Current children cumulated memory: 347532 KiB

[startup+3.11276 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 108225
/proc/meminfo: memFree=127059904/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=388288 memory=353548 CPUtime=3.08 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 72078 0 0 0 284 24 0 0 20 0 1 0 138900138 397606912 88387 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 97072 88387 1152 6655 0 87307 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353548 KiB

[startup+6.30023 s]
/proc/loadavg: 0.44 0.16 0.11 5/252 108225
/proc/meminfo: memFree=127060680/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=388288 memory=353548 CPUtime=6.26 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 72138 0 0 0 602 24 0 0 20 0 1 0 138900138 397606912 88387 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 97072 88387 1152 6655 0 87307 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 388288 KiB
Current children cumulated memory: 353548 KiB

[startup+12.7003 s]
/proc/loadavg: 1.15 0.32 0.16 6/252 108239
/proc/meminfo: memFree=126532840/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=900088 memory=793296 CPUtime=12.64 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 141795 0 0 0 1223 41 0 0 20 0 2 0 138900138 921690112 198324 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 225022 198324 3136 6655 0 198905 0
[pid=108224/tid=108239] ppid=108221 vsize=900088 memory=796584 CPUtime=0 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) S 108221 108224 108148 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 138901250 921690112 198324 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 900088 KiB
Current children cumulated memory: 793296 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 0.54 0.24 7/252 108239
/proc/meminfo: memFree=126458160/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=919820 memory=831324 CPUtime=37.11 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 164553 0 0 0 3664 47 0 0 20 0 2 0 138900138 941895680 207831 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 229955 207831 3360 6655 0 209874 0
[pid=108224/tid=108239] ppid=108221 vsize=919820 memory=816968 CPUtime=11.72 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 10929 0 0 0 1170 2 0 0 20 0 2 0 138901250 941895680 207831 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 37.11 s
Current children cumulated vsize: 919820 KiB
Current children cumulated memory: 831324 KiB

[startup+51.1048 s]
/proc/loadavg: 3.87 1.09 0.43 7/256 108322
/proc/meminfo: memFree=126416236/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=919820 memory=836188 CPUtime=87.95 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 179186 0 0 0 8738 57 0 0 20 0 2 0 138900138 941895680 209047 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 229955 209047 3360 6655 0 210832 0
[pid=108224/tid=108239] ppid=108221 vsize=919820 memory=832348 CPUtime=37.06 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 21767 0 0 0 3698 8 0 0 20 0 2 0 138901250 941895680 209047 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 87.95 s
Current children cumulated vsize: 919820 KiB
Current children cumulated memory: 836188 KiB

[startup+102.3 s]
/proc/loadavg: 5.83 2.10 0.82 8/257 108508
/proc/meminfo: memFree=126127068/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=934844 memory=880596 CPUtime=188.92 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 208921 0 0 0 18817 75 0 0 20 0 2 0 138900138 957280256 220149 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 233711 220149 3360 6655 0 221699 0
[pid=108224/tid=108239] ppid=108221 vsize=934844 memory=880596 CPUtime=87.19 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 40693 0 0 0 8701 18 0 0 20 0 2 0 138901250 957280256 220149 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 188.92 s
Current children cumulated vsize: 934844 KiB
Current children cumulated memory: 880596 KiB

[startup+162.3 s]
/proc/loadavg: 7.16 3.16 1.26 9/257 108510
/proc/meminfo: memFree=125719696/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=934844 memory=888020 CPUtime=308.1 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 221910 0 0 0 30733 77 0 0 20 0 2 0 138900138 957280256 222005 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 233711 222005 3360 6655 0 223582 0
[pid=108224/tid=108239] ppid=108221 vsize=934844 memory=888020 CPUtime=146.97 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 48152 0 0 0 14678 19 0 0 20 0 2 0 138901250 957280256 222005 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 308.1 s
Current children cumulated vsize: 934844 KiB
Current children cumulated memory: 888020 KiB

[startup+222.3 s]
/proc/loadavg: 7.79 4.08 1.70 9/258 108513
/proc/meminfo: memFree=125509500/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=1036180 memory=958036 CPUtime=427.19 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 247428 0 0 0 42627 92 0 0 20 0 2 0 138900138 1061048320 239509 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 259045 239509 3360 6655 0 241101 0
[pid=108224/tid=108239] ppid=108221 vsize=1036180 memory=20352 CPUtime=206.73 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 61110 0 0 0 20645 28 0 0 20 0 2 0 138901250 1061048320 239509 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 427.19 s
Current children cumulated vsize: 1036180 KiB
Current children cumulated memory: 958036 KiB

[startup+282.3 s]
/proc/loadavg: 8.29 4.89 2.13 9/259 108516
/proc/meminfo: memFree=125292640/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=1141184 memory=1034324 CPUtime=546.28 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 271588 0 0 0 54525 103 0 0 20 0 2 0 138900138 1168572416 258581 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 285296 258581 3360 6655 0 260728 0
[pid=108224/tid=108239] ppid=108221 vsize=1141184 memory=1034196 CPUtime=266.48 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 74428 0 0 0 26613 35 0 0 20 0 2 0 138901250 1168572416 258581 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 546.28 s
Current children cumulated vsize: 1141184 KiB
Current children cumulated memory: 1034324 KiB

[startup+342.3 s]
/proc/loadavg: 8.18 5.49 2.51 9/257 108519
/proc/meminfo: memFree=125100300/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=1175076 memory=1106132 CPUtime=665.4 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 291686 0 0 0 66426 114 0 0 20 0 2 0 138900138 1203277824 276533 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 293769 276533 3360 6655 0 278312 0
[pid=108224/tid=108239] ppid=108221 vsize=1175076 memory=14304 CPUtime=326.25 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 85126 0 0 0 32583 42 0 0 20 0 2 0 138901250 1203277824 276533 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 665.4 s
Current children cumulated vsize: 1175076 KiB
Current children cumulated memory: 1106132 KiB

[startup+402.3 s]

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

[pid=108224] ppid=108221 vsize=2227724 memory=2138824 CPUtime=2928.9 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 879185 0 0 0 292477 413 0 0 20 0 2 0 138900138 2281189376 534706 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 556931 534706 3360 6655 0 537261 0
[pid=108224/tid=108239] ppid=108221 vsize=2227724 memory=2130376 CPUtime=1460.43 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 388617 0 0 0 145825 218 0 0 20 0 2 0 138901250 2281189376 534706 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 2928.9 s
Current children cumulated vsize: 2227724 KiB
Current children cumulated memory: 2138824 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.06 6.62 9/254 108578
/proc/meminfo: memFree=120639180/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2245512 memory=2177864 CPUtime=3048.03 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 918420 0 0 0 304377 426 0 0 20 0 2 0 138900138 2299404288 544466 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 561378 544466 3360 6655 0 546983 0
[pid=108224/tid=108239] ppid=108221 vsize=2245512 memory=2177864 CPUtime=1520.2 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 407971 0 0 0 151794 226 0 0 20 0 2 0 138901250 2299404288 544466 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 3048.03 s
Current children cumulated vsize: 2245512 KiB
Current children cumulated memory: 2177864 KiB

[startup+1602.3 s]
/proc/loadavg: 7.78 8.00 6.70 8/255 108581
/proc/meminfo: memFree=120508300/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2265572 memory=2216776 CPUtime=3167.24 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 952298 0 0 0 316287 437 0 0 20 0 2 0 138900138 2319945728 554194 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 566393 554194 3360 6655 0 556499 0
[pid=108224/tid=108239] ppid=108221 vsize=2265572 memory=2171336 CPUtime=1580 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 425552 0 0 0 157769 231 0 0 20 0 2 0 138901250 2319945728 554194 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 3167.24 s
Current children cumulated vsize: 2265572 KiB
Current children cumulated memory: 2216776 KiB

[startup+1662.3 s]
/proc/loadavg: 7.94 8.00 6.78 9/254 108583
/proc/meminfo: memFree=120395600/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2345192 memory=2246472 CPUtime=3286.42 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 993056 0 0 0 328193 449 0 0 20 0 2 0 138900138 2401476608 561618 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 586298 561618 3360 6655 0 564564 0
[pid=108224/tid=108239] ppid=108221 vsize=2345192 memory=2171336 CPUtime=1639.79 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 447205 0 0 0 163740 239 0 0 20 0 2 0 138901250 2401476608 561618 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 3286.42 s
Current children cumulated vsize: 2345192 KiB
Current children cumulated memory: 2246472 KiB

[startup+1722.3 s]
/proc/loadavg: 8.05 8.02 6.86 9/255 108586
/proc/meminfo: memFree=120202640/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2360596 memory=2277192 CPUtime=3405.57 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 1024610 0 0 0 340100 457 0 0 20 0 2 0 138900138 2417250304 569298 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 590149 569298 3360 6655 0 571783 0
[pid=108224/tid=108239] ppid=108221 vsize=2360596 memory=2171336 CPUtime=1699.57 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 463298 0 0 0 169714 243 0 0 20 0 2 0 138901250 2417250304 569298 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 3405.57 s
Current children cumulated vsize: 2360596 KiB
Current children cumulated memory: 2277192 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.03 6.94 9/255 108588
/proc/meminfo: memFree=120001400/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2376368 memory=2307400 CPUtime=3524.72 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 1065203 0 0 0 352004 468 0 0 20 0 2 0 138900138 2433400832 576850 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 594092 576850 3360 6655 0 578288 0
[pid=108224/tid=108239] ppid=108221 vsize=2376368 memory=2307144 CPUtime=1759.24 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 482157 0 0 0 175675 249 0 0 20 0 2 0 138901250 2433400832 576850 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 3524.72 s
Current children cumulated vsize: 2376368 KiB
Current children cumulated memory: 2307400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1820.3 s]
/proc/loadavg: 8.16 8.06 7.00 7/254 108600
/proc/meminfo: memFree=124031872/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2386508 memory=2328136 CPUtime=3600.16 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 1087568 0 0 0 359542 474 0 0 20 0 2 0 138900138 2443784192 582034 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 596627 582034 3360 6655 0 583749 0
[pid=108224/tid=108239] ppid=108221 vsize=2386508 memory=2326472 CPUtime=1796.82 cores=1,3
/proc/108224/task/108239/stat : 108239 (LSIPExact) R 108221 108224 108148 0 -1 4194368 493325 0 0 0 179430 252 0 0 20 0 2 0 138901250 2443784192 582034 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 2386508 KiB
Current children cumulated memory: 2328136 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3595.95 s, system=5.153 s

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

[startup+1820.8 s]
/proc/loadavg: 8.16 8.06 7.00 7/254 108600
/proc/meminfo: memFree=124031872/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2386508 memory=2326412 CPUtime=3600.66 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) R 108221 108224 108148 0 -1 4194304 1398106 0 0 0 359577 489 0 0 20 0 1 0 138900138 2443784192 581603 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 596627 581603 3392 6655 0 583749 0
Current children cumulated CPU time: 3600.66 s
Current children cumulated vsize: 2386508 KiB
Current children cumulated memory: 2326412 KiB

[startup+1821.6 s]
/proc/loadavg: 8.16 8.06 7.00 6/250 108600
/proc/meminfo: memFree=124149136/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2275240 memory=2215180 CPUtime=3600.86 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) S 108221 108224 108148 0 -1 4194304 1472788 0 0 0 359593 493 0 0 20 0 1 0 138900138 2329845760 553795 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 65536 6 16384 1 0 0 17 1 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 568810 553795 3392 6655 0 555932 0
Current children cumulated CPU time: 3600.86 s
Current children cumulated vsize: 2275240 KiB
Current children cumulated memory: 2215180 KiB

[startup+1822 s]*
/proc/loadavg: 7.90 8.00 6.98 3/251 108603
/proc/meminfo: memFree=124404044/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2275240 memory=2215180 CPUtime=3600.86 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) S 108221 108224 108148 0 -1 4194304 1472788 228 0 0 359593 493 0 0 20 0 1 0 138900138 2329845760 553795 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 568810 553795 3392 6655 0 555932 0
[pid=108603] ppid=108224 vsize=1776 memory=256 CPUtime=0 cores=1,3
/proc/108603/stat : 108603 (sh) D 108224 108224 108148 0 -1 4456448 22 0 0 0 0 0 0 0 20 0 1 0 139082310 1818624 64 18446744073709551615 94310185603072 94310186497605 140734934480336 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94310186736656 94310186784400 94310217838592 140734934489196 140734934489612 140734934489612 140734934495216 0
/proc/108603/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 3600.86 s
Current children cumulated vsize: 2277016 KiB
Current children cumulated memory: 2215436 KiB

[startup+1822.2 s]
/proc/loadavg: 7.90 8.00 6.98 3/251 108603
/proc/meminfo: memFree=124404044/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2275240 memory=2215180 CPUtime=3600.86 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) S 108221 108224 108148 0 -1 4194304 1472788 228 0 0 359593 493 0 0 20 0 1 0 138900138 2329845760 553795 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 568810 553795 3392 6655 0 555932 0
[pid=108603] ppid=108224 vsize=1776 memory=256 CPUtime=0 cores=1,3
/proc/108603/stat : 108603 (bash) D 108224 108224 108148 0 -1 4456448 160 0 0 0 0 0 0 0 20 0 1 0 139082310 1818624 64 18446744073709551615 94054202368000 94054203262533 140733339892688 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94054203501584 94054203549328 94054215483392 140733339900048 140733339900454 140733339900454 140733339906026 0
/proc/108603/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 3600.86 s
Current children cumulated vsize: 2277016 KiB
Current children cumulated memory: 2215436 KiB

[startup+1822.3 s]
/proc/loadavg: 7.90 8.00 6.98 3/251 108603
/proc/meminfo: memFree=124404044/131382120 swapFree=33010416/33010684
[pid=108224] ppid=108221 vsize=2275240 memory=2215180 CPUtime=3600.86 cores=1,3
/proc/108224/stat : 108224 (LSIPExact) S 108221 108224 108148 0 -1 4194304 1472788 228 0 0 359593 493 0 0 20 0 1 0 138900138 2329845760 553795 18446744073709551615 94870531985408 94870559242577 140732316440128 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94870567744648 94870568176256 94870591598592 140732316449112 140732316449288 140732316449288 140732316454892 0
/proc/108224/statm: 568810 553795 3392 6655 0 555932 0
[pid=108603] ppid=108224 vsize=1776 memory=256 CPUtime=0 cores=1,3
/proc/108603/stat : 108603 (bash) D 108224 108224 108148 0 -1 4194304 160 0 0 0 0 0 0 0 20 0 1 0 139082310 1818624 64 18446744073709551615 94054202368000 94054203262533 140733339892688 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94054203501584 94054203549328 94054215483392 140733339900048 140733339900454 140733339900454 140733339906026 0
/proc/108603/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 3600.86 s
Current children cumulated vsize: 2277016 KiB
Current children cumulated memory: 2215436 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1822.53
CPU time (s): 3601.11
CPU user time (s): 3595.95
CPU system time (s): 5.153
CPU usage (%): 197.588
Max. virtual memory (cumulated for all children) (KiB): 2386508
Max. memory (cumulated for all children) (KiB): 2328136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.95
system time used= 5.153
maximum resident set size= 2328392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1473176
page faults= 0
swaps= 0
block input operations= 16
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 926
involuntary context switches= 94815


# summary of solver processes directly reported to runsolver:
#   pid: 108224
#   total CPU time (s): 3601.11
#   total CPU user time (s): 3595.95
#   total CPU system time (s): 5.153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.5247 second user time and 8.71101 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-11 13:10:07
IDJOB=4527361
IDBENCH=147561
IDSOLVER=3384
FILE ID=nodeC006/4527361-1752232206
RUNJOBID= nodeC006-1752232205-108167
SLURM_JOB_ID= 9682517
Free space on /tmp= 431872 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527361-1752232206/watcher-4527361-1752232206 -o /tmp/evaluation-result-4527361-1752232206/solver-4527361-1752232206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752232205-108167 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527361-1752232206.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= ac2beb72083c40d036c40a53754bf1b9
RANDOM SEED=1187949666

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127409136 kB
MemAvailable:   129795504 kB
Buffers:            2128 kB
Cached:          3149176 kB
SwapCached:           12 kB
Active:           566432 kB
Inactive:        2680588 kB
Active(anon):     102676 kB
Inactive(anon):    10992 kB
Active(file):     463756 kB
Inactive(file):  2669596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            196176 kB
Writeback:             4 kB
AnonPages:         97692 kB
Mapped:           113636 kB
Shmem:             17948 kB
KReclaimable:     184904 kB
Slab:             273300 kB
SReclaimable:     184904 kB
SUnreclaim:        88396 kB
KernelStack:        4048 kB
PageTables:         3220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     430944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431828 MiB
End job on nodeC006 at 2025-07-11 13:40:30