Trace number 4500027

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.11 1845.04

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j12042_6.std.opb
MD5SUMe1a7d3faefe31a7bb33853b323fd43da
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 benchmark119
Best CPU time to get the best result obtained on this benchmark1.97638
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints256315
Number of constraints which are clauses255115
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=60603, runsolver pid=60600

[startup+0.100106 s]*
/proc/loadavg: 7.87 7.90 7.97 8/253 60604
/proc/meminfo: memFree=128311784/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=111904 memory=69096 CPUtime=0.1 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 13228 0 0 0 6 4 0 0 20 0 1 0 56077115 114589696 17274 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 27976 17274 1152 6655 0 18211 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111904 KiB
Current children cumulated memory: 69096 KiB

[startup+0.213806 s]*
/proc/loadavg: 7.87 7.90 7.97 8/253 60604
/proc/meminfo: memFree=128280408/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=138692 memory=104288 CPUtime=0.21 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 19926 0 0 0 15 6 0 0 20 0 1 0 56077115 142020608 26072 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 34673 26072 1184 6655 0 24908 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 138692 KiB
Current children cumulated memory: 104288 KiB

[startup+0.313892 s]*
/proc/loadavg: 7.87 7.90 7.97 8/253 60604
/proc/meminfo: memFree=128248152/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=162320 memory=127840 CPUtime=0.31 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 25835 0 0 0 24 7 0 0 20 0 1 0 56077115 166215680 31960 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 40580 31960 1184 6655 0 30815 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 162320 KiB
Current children cumulated memory: 127840 KiB

[startup+0.700338 s]
/proc/loadavg: 7.87 7.90 7.97 8/253 60604
/proc/meminfo: memFree=128215896/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=198472 memory=163936 CPUtime=0.68 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 34855 0 0 0 58 10 0 0 20 0 1 0 56077115 203235328 40984 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 49618 40984 1184 6655 0 39853 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 198472 KiB
Current children cumulated memory: 163936 KiB

[startup+1.50035 s]
/proc/loadavg: 7.87 7.90 7.97 8/253 60604
/proc/meminfo: memFree=128207832/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=198792 memory=164192 CPUtime=1.48 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 34926 0 0 0 138 10 0 0 20 0 1 0 56077115 203563008 41048 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 49698 41048 1184 6655 0 39933 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 198792 KiB
Current children cumulated memory: 164192 KiB

[startup+3.11358 s]
/proc/loadavg: 7.80 7.88 7.96 8/253 60604
/proc/meminfo: memFree=128208588/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=198792 memory=164192 CPUtime=3.09 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 34936 0 0 0 299 10 0 0 20 0 1 0 56077115 203563008 41048 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 49698 41048 1184 6655 0 39933 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 198792 KiB
Current children cumulated memory: 164192 KiB

[startup+6.30033 s]
/proc/loadavg: 7.80 7.88 7.96 8/253 60604
/proc/meminfo: memFree=128205372/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=198792 memory=164192 CPUtime=6.27 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 34946 0 0 0 617 10 0 0 20 0 1 0 56077115 203563008 41048 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 49698 41048 1184 6655 0 39933 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 198792 KiB
Current children cumulated memory: 164192 KiB

[startup+12.7003 s]
/proc/loadavg: 7.67 7.85 7.95 8/254 60605
/proc/meminfo: memFree=127985240/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=497352 memory=401900 CPUtime=13.72 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 87973 0 0 0 1350 22 0 0 20 0 2 0 56077115 509288448 100475 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 124338 100475 3232 6655 0 100748 0
[pid=60603/tid=60605] ppid=60600 vsize=497352 memory=399812 CPUtime=1.6 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 1512 0 0 0 160 0 0 0 20 0 2 0 56078162 509288448 100475 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 497352 KiB
Current children cumulated memory: 401900 KiB

[startup+25.5004 s]
/proc/loadavg: 7.72 7.86 7.95 8/254 60605
/proc/meminfo: memFree=127956916/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=506884 memory=432236 CPUtime=29.1 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 99203 0 0 0 2885 25 0 0 20 0 2 0 56077115 519049216 108059 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 126721 108059 3456 6655 0 109388 0
[pid=60603/tid=60605] ppid=60600 vsize=506884 memory=431468 CPUtime=4.28 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) S 60600 60603 58727 0 -1 4194368 6432 0 0 0 426 2 0 0 20 0 2 0 56078162 519049216 108059 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 506884 KiB
Current children cumulated memory: 432236 KiB

[startup+51.1057 s]
/proc/loadavg: 7.88 7.88 7.96 9/255 60607
/proc/meminfo: memFree=127902844/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=560932 memory=486304 CPUtime=79.53 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 137612 0 0 0 7923 30 0 0 20 0 2 0 56077115 574394368 121576 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 140233 121576 3520 6655 0 122900 0
[pid=60603/tid=60605] ppid=60600 vsize=560932 memory=486176 CPUtime=29.43 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 18560 0 0 0 2940 3 0 0 20 0 2 0 56078162 574394368 121576 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 79.53 s
Current children cumulated vsize: 560932 KiB
Current children cumulated memory: 486304 KiB

[startup+102.3 s]
/proc/loadavg: 8.03 7.92 7.97 9/255 60609
/proc/meminfo: memFree=127887608/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=560932 memory=490784 CPUtime=181.04 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 168675 0 0 0 18071 33 0 0 20 0 2 0 56077115 574394368 122696 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 140233 122696 3520 6655 0 123353 0
[pid=60603/tid=60605] ppid=60600 vsize=560932 memory=490016 CPUtime=80.38 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 32484 0 0 0 8034 4 0 0 20 0 2 0 56078162 574394368 122696 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 181.04 s
Current children cumulated vsize: 560932 KiB
Current children cumulated memory: 490784 KiB

[startup+162.3 s]
/proc/loadavg: 8.07 7.95 7.98 9/255 60613
/proc/meminfo: memFree=127868780/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=546744 memory=489100 CPUtime=300.13 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 205543 0 0 0 29974 39 0 0 20 0 2 0 56077115 559865856 122275 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 136686 122275 3520 6655 0 122271 0
[pid=60603/tid=60605] ppid=60600 vsize=546744 memory=486484 CPUtime=140.13 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 48426 0 0 0 14007 6 0 0 20 0 2 0 56078162 559865856 122275 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 300.13 s
Current children cumulated vsize: 546744 KiB
Current children cumulated memory: 489100 KiB

[startup+222.3 s]
/proc/loadavg: 7.69 7.86 7.95 9/255 60615
/proc/meminfo: memFree=127886488/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=548988 memory=497548 CPUtime=383.86 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 229276 0 0 0 38344 42 0 0 20 0 2 0 56077115 562163712 124387 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 137247 124387 3520 6655 0 123527 0
[pid=60603/tid=60605] ppid=60600 vsize=548988 memory=497420 CPUtime=191.66 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 57535 0 0 0 19159 7 0 0 20 0 2 0 56078162 562163712 124387 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 383.86 s
Current children cumulated vsize: 548988 KiB
Current children cumulated memory: 497548 KiB

[startup+282.3 s]
/proc/loadavg: 8.00 7.92 7.97 9/254 60617
/proc/meminfo: memFree=127887044/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=550688 memory=500236 CPUtime=502.89 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 249712 0 0 0 50244 45 0 0 20 0 2 0 56077115 563904512 125059 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 137672 125059 3520 6655 0 124248 0
[pid=60603/tid=60605] ppid=60600 vsize=550688 memory=14336 CPUtime=251.4 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 67497 0 0 0 25132 8 0 0 20 0 2 0 56078162 563904512 125059 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 502.89 s
Current children cumulated vsize: 550688 KiB
Current children cumulated memory: 500236 KiB

[startup+342.3 s]
/proc/loadavg: 8.24 8.02 8.00 9/254 60619
/proc/meminfo: memFree=127846636/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=553880 memory=508428 CPUtime=621.95 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 253307 0 0 0 62149 46 0 0 20 0 2 0 56077115 567173120 127107 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 138470 127107 3520 6655 0 126716 0
[pid=60603/tid=60605] ppid=60600 vsize=553880 memory=498956 CPUtime=311.15 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 69829 0 0 0 31106 9 0 0 20 0 2 0 56078162 567173120 127107 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 621.95 s
Current children cumulated vsize: 553880 KiB
Current children cumulated memory: 508428 KiB

[startup+402.3 s]

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

[startup+1542.3 s]
/proc/loadavg: 7.21 7.55 7.81 9/255 61397
/proc/meminfo: memFree=127793132/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=648620 memory=573056 CPUtime=3003.23 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 389555 0 0 0 300208 115 0 0 20 0 2 0 56077115 664186880 143264 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 162155 143264 3520 6655 0 142426 0
[pid=60603/tid=60605] ppid=60600 vsize=648620 memory=17792 CPUtime=1505.62 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 146578 0 0 0 150504 58 0 0 20 0 2 0 56078162 664186880 143264 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3003.23 s
Current children cumulated vsize: 648620 KiB
Current children cumulated memory: 573056 KiB

[startup+1602.3 s]
/proc/loadavg: 7.20 7.48 7.76 7/252 61492
/proc/meminfo: memFree=128043592/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=651448 memory=580352 CPUtime=3122.4 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 400690 0 0 0 312120 120 0 0 20 0 2 0 56077115 667082752 145088 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 162862 145088 3520 6655 0 143707 0
[pid=60603/tid=60605] ppid=60600 vsize=651448 memory=17792 CPUtime=1565.39 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 153552 0 0 0 156477 62 0 0 20 0 2 0 56078162 667082752 145088 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3122.4 s
Current children cumulated vsize: 651448 KiB
Current children cumulated memory: 580352 KiB

[startup+1662.3 s]
/proc/loadavg: 6.69 7.29 7.68 7/256 61600
/proc/meminfo: memFree=126167548/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=654400 memory=583808 CPUtime=3241.56 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 404625 0 0 0 324030 126 0 0 20 0 2 0 56077115 670105600 145952 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 163600 145952 3520 6655 0 144466 0
[pid=60603/tid=60605] ppid=60600 vsize=654400 memory=581504 CPUtime=1625.16 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 154156 0 0 0 162453 63 0 0 20 0 2 0 56078162 670105600 145952 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3241.56 s
Current children cumulated vsize: 654400 KiB
Current children cumulated memory: 583808 KiB

[startup+1722.3 s]
/proc/loadavg: 6.27 7.06 7.57 7/253 62063
/proc/meminfo: memFree=128753964/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=654400 memory=583808 CPUtime=3360.62 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 404996 0 0 0 335921 141 0 0 20 0 2 0 56077115 670105600 145952 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 163600 145952 3520 6655 0 144466 0
[pid=60603/tid=60605] ppid=60600 vsize=654400 memory=581504 CPUtime=1684.85 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 154524 0 0 0 168413 72 0 0 20 0 2 0 56078162 670105600 145952 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3360.62 s
Current children cumulated vsize: 654400 KiB
Current children cumulated memory: 583808 KiB

[startup+1782.3 s]
/proc/loadavg: 6.42 6.95 7.50 7/252 62447
/proc/meminfo: memFree=128720936/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=654804 memory=584320 CPUtime=3479.69 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 405340 0 0 0 347818 151 0 0 20 0 2 0 56077115 670519296 146080 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 163701 146080 3520 6655 0 144567 0
[pid=60603/tid=60605] ppid=60600 vsize=654804 memory=584320 CPUtime=1744.55 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 154601 0 0 0 174378 77 0 0 20 0 2 0 56078162 670519296 146080 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3479.69 s
Current children cumulated vsize: 654804 KiB
Current children cumulated memory: 584320 KiB

[startup+1842.3 s]
/proc/loadavg: 7.41 7.14 7.53 9/255 62481
/proc/meminfo: memFree=128616948/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=654804 memory=584704 CPUtime=3598.73 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 405348 0 0 0 359721 152 0 0 20 0 2 0 56077115 670519296 146176 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 163701 146176 3520 6655 0 144567 0
[pid=60603/tid=60605] ppid=60600 vsize=654804 memory=584320 CPUtime=1804.25 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 154604 0 0 0 180348 77 0 0 20 0 2 0 56078162 670519296 146176 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3598.73 s
Current children cumulated vsize: 654804 KiB
Current children cumulated memory: 584704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843 s]*
/proc/loadavg: 7.41 7.14 7.53 9/255 62482
/proc/meminfo: memFree=128619632/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=654804 memory=584704 CPUtime=3600.11 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) R 60600 60603 58727 0 -1 4194304 405348 0 0 0 359859 152 0 0 20 0 2 0 56077115 670519296 146176 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 163701 146176 3520 6655 0 144567 0
[pid=60603/tid=60605] ppid=60600 vsize=654804 memory=-6225780532017467747 CPUtime=1804.95 cores=5,7
/proc/60603/task/60605/stat : 60605 (LSIPExact) R 60600 60603 58727 0 -1 4194368 154604 0 0 0 180418 77 0 0 20 0 2 0 56078162 670519296 146176 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 654804 KiB
Current children cumulated memory: 584704 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.66 s, system=1.57234 s

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

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

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

[startup+1843.2 s]
/proc/loadavg: 7.41 7.14 7.53 9/255 62482
/proc/meminfo: memFree=128619632/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=542084 memory=508076 CPUtime=3600.2 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) S 60600 60603 58727 0 -1 4194304 436452 226 0 0 359866 154 0 0 20 0 1 0 56077115 555094016 127019 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 135521 127019 3584 6655 0 125749 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 542084 KiB
Current children cumulated memory: 508076 KiB

[startup+1844 s]*
/proc/loadavg: 7.41 7.14 7.53 8/255 62484
/proc/meminfo: memFree=128506172/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=542084 memory=508076 CPUtime=3600.2 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) S 60600 60603 58727 0 -1 4194304 436452 226 0 0 359866 154 0 0 20 0 1 0 56077115 555094016 127019 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 135521 127019 3584 6655 0 125749 0
[pid=62484] ppid=60603 vsize=192196 memory=179816 CPUtime=0.85 cores=5,7
/proc/62484/stat : 62484 (Exact) R 60603 62484 62484 0 -1 4194304 32660 0 0 0 78 7 0 0 20 0 1 0 56261427 196808704 44954 18446744073709551615 4198400 8335837 140725484539760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37384192 140725484546228 140725484546589 140725484546589 140725484552143 0
/proc/62484/statm: 48049 44954 1120 1011 0 46816 0
Current children cumulated CPU time: 3601.05 s
Current children cumulated vsize: 734280 KiB
Current children cumulated memory: 687892 KiB

[startup+1844.8 s]
/proc/loadavg: 7.41 7.14 7.53 8/255 62484
/proc/meminfo: memFree=128506172/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=542084 memory=508076 CPUtime=3600.2 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) S 60600 60603 58727 0 -1 4194304 436452 226 0 0 359866 154 0 0 20 0 1 0 56077115 555094016 127019 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 135521 127019 3584 6655 0 125749 0
[pid=62484] ppid=60603 vsize=196516 memory=182376 CPUtime=1.64 cores=5,7
/proc/62484/stat : 62484 (Exact) R 60603 62484 62484 0 -1 4194304 33329 0 0 0 157 7 0 0 20 0 1 0 56261427 201232384 45594 18446744073709551615 4198400 8335837 140725484539760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37384192 140725484546228 140725484546589 140725484546589 140725484552143 0
/proc/62484/statm: 49129 45594 1120 1011 0 47896 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 738600 KiB
Current children cumulated memory: 690452 KiB

[startup+1845 s]*
/proc/loadavg: 7.41 7.14 7.53 8/255 62484
/proc/meminfo: memFree=128502412/131382116 swapFree=33010684/33010684
[pid=60603] ppid=60600 vsize=542084 memory=508076 CPUtime=3600.2 cores=5,7
/proc/60603/stat : 60603 (LSIPExact) S 60600 60603 58727 0 -1 4194304 436452 226 0 0 359866 154 0 0 20 0 1 0 56077115 555094016 127019 18446744073709551615 94231909797888 94231937054289 140734835519600 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94231945557128 94231945988736 94231959658496 140734835521882 140734835522058 140734835522058 140734835527660 0
/proc/60603/statm: 135521 127019 3584 6655 0 125749 0
[pid=62484] ppid=60603 vsize=196516 memory=183144 CPUtime=1.85 cores=5,7
/proc/62484/stat : 62484 (Exact) R 60603 62484 62484 0 -1 4194304 33500 0 0 0 178 7 0 0 20 0 1 0 56261427 201232384 45786 18446744073709551615 4198400 8335837 140725484539760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 37384192 140725484546228 140725484546589 140725484546589 140725484552143 0
/proc/62484/statm: 49129 45786 1120 1011 0 47896 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 738600 KiB
Current children cumulated memory: 691220 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1845.04
CPU time (s): 3602.11
CPU user time (s): 3600.45
CPU system time (s): 1.65797
CPU usage (%): 195.232
Max. virtual memory (cumulated for all children) (KiB): 738600
Max. memory (cumulated for all children) (KiB): 691220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.45
system time used= 1.65797
maximum resident set size= 585088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470178
page faults= 0
swaps= 0
block input operations= 14720
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 501
involuntary context switches= 123497


# summary of solver processes directly reported to runsolver:
#   pid: 60603,62484
#   total CPU time (s): 3602.11
#   total CPU user time (s): 3600.45
#   total CPU system time (s): 1.65797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6975 second user time and 8.47109 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-01 23:06:14
IDJOB=4500027
IDBENCH=149197
IDSOLVER=3336
FILE ID=nodeC011/4500027-1751403973
RUNJOBID= nodeC011-1751396961-58740
SLURM_JOB_ID= 9598274
Free space on /tmp= 432912 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j12042_6.std.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4500027-1751403973/watcher-4500027-1751403973 -o /tmp/evaluation-result-4500027-1751403973/solver-4500027-1751403973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751396961-58740 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4500027-1751403973.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= e1a7d3faefe31a7bb33853b323fd43da
RANDOM SEED=1939299610

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		: 3591.959
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		: 3591.685
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		: 3592.446
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		: 3591.922
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		: 3492.245
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		: 1297.284
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		: 3491.874
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.296
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:        128368108 kB
MemAvailable:   128602300 kB
Buffers:            3280 kB
Cached:          1040616 kB
SwapCached:            0 kB
Active:          1609144 kB
Inactive:         740872 kB
Active(anon):    1324080 kB
Inactive(anon):        0 kB
Active(file):     285064 kB
Inactive(file):   740872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             52008 kB
Writeback:             4 kB
AnonPages:       1309192 kB
Mapped:           139972 kB
Shmem:             17960 kB
KReclaimable:      95380 kB
Slab:             178592 kB
SReclaimable:      95380 kB
SUnreclaim:        83212 kB
KernelStack:        4080 kB
PageTables:         5704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1714972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 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= 432872 MiB
End job on nodeC011 at 2025-07-01 23:36:59