Trace number 4527390

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 S1SAT (TO)14 3601.08 1820.04

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.10/1818.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/1818.01	c numVar: 198
3600.10/1818.01	c numCon: 16
3600.10/1818.01	c numEqual: 0
3600.10/1818.01	c intSize: 13
3600.10/1818.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/1818.01	c ------------------- Paras list -------------------
3600.10/1818.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/1818.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/1818.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/1818.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/1818.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/1818.01	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/1818.01	c random_seed         	 int       	 0         	 0         	 
3600.10/1818.01	c sample_size         	 int       	 50        	 50        	 
3600.10/1818.01	c sub_score           	 int       	 1         	 1         	 
3600.10/1818.01	c tabu_base           	 int       	 3         	 3         	 
3600.10/1818.01	c tabu_variation      	 int       	 1         	 1         	 
3600.10/1818.01	c sub_div             	 int       	 4         	 4         	 
3600.10/1818.01	c nbcore              	 int       	 2         	 1         	 
3600.10/1818.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/1818.01	c print_sol           	 int       	 1         	 1         	 
3600.10/1818.01	c tmpdir              	 string		 .         	 "."       	 
3600.10/1818.01	c home                	 string		 HOME	 "."       	 
3600.10/1818.01	c benchname           	 string		 HOME/instance-4527390-1752232210.opb	 ""        	 
3600.10/1818.01	c --------------------------------------------------
3600.10/1818.01	c Local Search solver
3600.10/1818.01	c LS find feasible solution for PBO with objective value 384
3600.10/1818.01	c MIP solver
3600.10/1818.01	c receive signal 15, try to interrupt solver...
3600.10/1818.01	c MIP solver find feasible solution
3600.10/1818.01	c MIP solver objective value: 14
3601.04/1819.52	c MIP find feasible solution for PBO with objective value 14
3601.04/1819.52	c copy file: 0
3601.04/1819.52	c gen ub file: HOME/instance-4527390-1752232210.opb_ub.opb
3601.04/1819.52	c use Exact solver
3601.04/1820.01	o 14
3601.04/1820.01	s SATISFIABLE
3601.04/1820.01	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 x135 x136 -x137 -x138 x139 x140 -x141 -x142 -x143 -x144 x145 x146 x147 -x148 x149 x150 -x151 x152 -x153 x154 x155 x156 x157 x158 -x159 -x160 -x161 x162 x163 -x164 -x165 x166 x167 x168 x169 x170 x171 -x172 x173 -x174 x175 x176 -x177 x178 -x179 x180 x181 -x182 x183 -x184 -x185 -x186 x187 x188 -x189 -x190 x191 x192 -x193 -x194 -x195 x196 -x197 -x198 
3601.04/1820.01	c Total time: 1820

Verifier Data

OK	14

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: 63837 MiB (61548 MiB free)
  memory of node 1: 64465 MiB (62686 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=112127, runsolver pid=112124
Current StackSize limit: 8192 KiB


[startup+0.100097 s]*
/proc/loadavg: 0.48 0.17 0.12 5/253 112128
/proc/meminfo: memFree=127216428/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=0.1 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 10 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+0.213557 s]*
/proc/loadavg: 0.48 0.17 0.12 5/253 112128
/proc/meminfo: memFree=127216428/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=0.21 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 21 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+0.313164 s]*
/proc/loadavg: 0.48 0.17 0.12 5/253 112128
/proc/meminfo: memFree=127216428/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=0.31 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 31 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+0.700268 s]
/proc/loadavg: 0.48 0.17 0.12 5/253 112128
/proc/meminfo: memFree=127216428/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=0.68 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 68 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+1.50026 s]
/proc/loadavg: 0.48 0.17 0.12 5/253 112129
/proc/meminfo: memFree=127216428/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=1.48 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 148 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+3.11291 s]
/proc/loadavg: 0.48 0.17 0.12 6/253 112129
/proc/meminfo: memFree=127216700/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=3.09 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 309 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+6.30025 s]
/proc/loadavg: 0.84 0.25 0.14 5/253 112129
/proc/meminfo: memFree=127220040/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=39904 memory=5504 CPUtime=6.27 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 341 0 0 0 627 0 0 0 20 0 1 0 138899873 40861696 1376 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 9976 1376 1184 6655 0 211 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39904 KiB
Current children cumulated memory: 5504 KiB

[startup+12.7001 s]
/proc/loadavg: 1.25 0.34 0.17 7/252 112141
/proc/meminfo: memFree=127054824/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=122140 memory=28736 CPUtime=15.29 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 3547 0 0 0 1528 1 0 0 20 0 2 0 138899873 125071360 7184 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 30535 7184 3520 6655 0 5490 0
[pid=112127/tid=112141] ppid=112124 vsize=122140 memory=3968 CPUtime=2.64 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 1066 0 0 0 264 0 0 0 20 0 2 0 138900874 125071360 7184 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 122140 KiB
Current children cumulated memory: 28736 KiB

[startup+25.5001 s]
/proc/loadavg: 2.68 0.70 0.29 8/256 112178
/proc/meminfo: memFree=127020088/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=151740 memory=66452 CPUtime=40.69 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 24299 0 0 0 4066 3 0 0 20 0 2 0 138899873 155381760 16613 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 37935 16613 3520 6655 0 15669 0
[pid=112127/tid=112141] ppid=112124 vsize=151740 memory=65556 CPUtime=15.29 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 11446 0 0 0 1528 1 0 0 20 0 2 0 138900874 155381760 16613 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 40.69 s
Current children cumulated vsize: 151740 KiB
Current children cumulated memory: 66452 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 1.22 0.48 7/252 112232
/proc/meminfo: memFree=126950316/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=173140 memory=104596 CPUtime=91.54 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 44505 0 0 0 9148 6 0 0 20 0 2 0 138899873 177295360 26149 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 43285 26149 3520 6655 0 25277 0
[pid=112127/tid=112141] ppid=112124 vsize=173140 memory=102804 CPUtime=40.63 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 24696 0 0 0 4061 2 0 0 20 0 2 0 138900874 177295360 26149 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 91.54 s
Current children cumulated vsize: 173140 KiB
Current children cumulated memory: 104596 KiB

[startup+102.3 s]
/proc/loadavg: 5.90 2.15 0.83 8/256 112408
/proc/meminfo: memFree=124913748/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=220264 memory=180404 CPUtime=193.16 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 82533 0 0 0 19304 12 0 0 20 0 2 0 138899873 225550336 45101 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 55066 45101 3520 6655 0 44342 0
[pid=112127/tid=112141] ppid=112124 vsize=220264 memory=14464 CPUtime=91.28 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 48271 0 0 0 9121 7 0 0 20 0 2 0 138900874 225550336 45101 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 193.16 s
Current children cumulated vsize: 220264 KiB
Current children cumulated memory: 180404 KiB

[startup+162.3 s]
/proc/loadavg: 6.79 3.09 1.24 8/258 112414
/proc/meminfo: memFree=115223912/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=307392 memory=217288 CPUtime=312.25 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 151570 0 0 0 31203 22 0 0 20 0 2 0 138899873 314769408 54322 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 76848 54322 3520 6655 0 53513 0
[pid=112127/tid=112141] ppid=112124 vsize=307392 memory=217032 CPUtime=150.64 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 87177 0 0 0 15050 14 0 0 20 0 2 0 138900874 314769408 54322 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 312.25 s
Current children cumulated vsize: 307392 KiB
Current children cumulated memory: 217288 KiB

[startup+222.3 s]
/proc/loadavg: 6.94 3.81 1.61 8/258 112416
/proc/meminfo: memFree=114130100/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=325164 memory=251064 CPUtime=431.38 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 157148 0 0 0 43112 26 0 0 20 0 2 0 138899873 332967936 62766 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 81291 62766 3520 6655 0 61707 0
[pid=112127/tid=112141] ppid=112124 vsize=325164 memory=243768 CPUtime=210.01 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 92557 0 0 0 20984 17 0 0 20 0 2 0 138900874 332967936 62766 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 431.38 s
Current children cumulated vsize: 325164 KiB
Current children cumulated memory: 251064 KiB

[startup+282.3 s]
/proc/loadavg: 7.02 4.41 1.95 8/258 112418
/proc/meminfo: memFree=112046648/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=353880 memory=291824 CPUtime=550.51 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 227150 0 0 0 55017 34 0 0 20 0 2 0 138899873 362373120 72956 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 88470 72956 3520 6655 0 72294 0
[pid=112127/tid=112141] ppid=112124 vsize=353880 memory=288240 CPUtime=269.4 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 134419 0 0 0 26917 23 0 0 20 0 2 0 138900874 362373120 72956 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 550.51 s
Current children cumulated vsize: 353880 KiB
Current children cumulated memory: 291824 KiB

[startup+342.3 s]
/proc/loadavg: 7.11 4.91 2.28 8/254 112420
/proc/meminfo: memFree=111347384/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=359592 memory=313328 CPUtime=669.65 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 235219 0 0 0 66927 38 0 0 20 0 2 0 138899873 368222208 78332 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 89898 78332 3520 6655 0 77190 0
[pid=112127/tid=112141] ppid=112124 vsize=359592 memory=311280 CPUtime=328.79 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 140115 0 0 0 32853 26 0 0 20 0 2 0 138900874 368222208 78332 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 669.65 s
Current children cumulated vsize: 359592 KiB
Current children cumulated memory: 313328 KiB

[startup+402.3 s]

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

/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 814336 0 0 0 269352 156 0 0 20 0 2 0 138899873 863973376 200391 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 210931 200391 3520 6655 0 200132 0
[pid=112127/tid=112141] ppid=112124 vsize=843724 memory=761372 CPUtime=1338.44 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 482225 0 0 0 133734 110 0 0 20 0 2 0 138900874 863973376 200391 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 2695.08 s
Current children cumulated vsize: 843724 KiB
Current children cumulated memory: 801564 KiB

[startup+1422.3 s]
/proc/loadavg: 7.14 7.24 5.74 8/255 112519
/proc/meminfo: memFree=110479056/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=933620 memory=849152 CPUtime=2814.22 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 913585 0 0 0 281253 169 0 0 20 0 2 0 138899873 956026880 212288 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 233405 212288 3520 6655 0 210696 0
[pid=112127/tid=112141] ppid=112124 vsize=933620 memory=761372 CPUtime=1397.83 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 544306 0 0 0 139663 120 0 0 20 0 2 0 138900874 956026880 212288 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 2814.22 s
Current children cumulated vsize: 933620 KiB
Current children cumulated memory: 849152 KiB

[startup+1482.3 s]
/proc/loadavg: 7.10 7.21 5.83 8/255 112521
/proc/meminfo: memFree=110423876/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=970476 memory=894532 CPUtime=2933.39 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1024369 0 0 0 293155 184 0 0 20 0 2 0 138899873 993767424 223633 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 242619 223633 3520 6655 0 224319 0
[pid=112127/tid=112141] ppid=112124 vsize=970476 memory=885296 CPUtime=1457.23 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 614781 0 0 0 145594 129 0 0 20 0 2 0 138900874 993767424 223633 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 2933.39 s
Current children cumulated vsize: 970476 KiB
Current children cumulated memory: 894532 KiB

[startup+1542.3 s]
/proc/loadavg: 7.13 7.20 5.92 8/255 112523
/proc/meminfo: memFree=110348792/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=987112 memory=934944 CPUtime=3052.54 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1055792 0 0 0 305062 192 0 0 20 0 2 0 138899873 1010802688 233736 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 246778 233736 3520 6655 0 232508 0
[pid=112127/tid=112141] ppid=112124 vsize=987112 memory=14464 CPUtime=1516.62 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 638002 0 0 0 151528 134 0 0 20 0 2 0 138900874 1010802688 233736 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 3052.54 s
Current children cumulated vsize: 987112 KiB
Current children cumulated memory: 934944 KiB

[startup+1602.3 s]
/proc/loadavg: 7.10 7.17 5.99 8/254 112525
/proc/meminfo: memFree=110315492/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=1002336 memory=964896 CPUtime=3171.71 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1067995 0 0 0 316974 197 0 0 20 0 2 0 138899873 1026392064 241224 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 250584 241224 3520 6655 0 239962 0
[pid=112127/tid=112141] ppid=112124 vsize=1002336 memory=963232 CPUtime=1576.03 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 645442 0 0 0 157465 138 0 0 20 0 2 0 138900874 1026392064 241224 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 3171.71 s
Current children cumulated vsize: 1002336 KiB
Current children cumulated memory: 964896 KiB

[startup+1662.3 s]
/proc/loadavg: 7.41 7.25 6.10 8/255 112528
/proc/meminfo: memFree=110283332/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=1082508 memory=995488 CPUtime=3290.85 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1128237 0 0 0 328879 206 0 0 20 0 2 0 138899873 1108488192 248872 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 270627 248872 3520 6655 0 247344 0
[pid=112127/tid=112141] ppid=112124 vsize=1082508 memory=14464 CPUtime=1635.41 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 696174 0 0 0 163396 145 0 0 20 0 2 0 138900874 1108488192 248872 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 3290.85 s
Current children cumulated vsize: 1082508 KiB
Current children cumulated memory: 995488 KiB

[startup+1722.3 s]
/proc/loadavg: 7.24 7.23 6.16 8/254 112530
/proc/meminfo: memFree=110202156/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=1128696 memory=1037136 CPUtime=3410.02 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1160898 0 0 0 340789 213 0 0 20 0 2 0 138899873 1155784704 259284 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 282174 259284 3520 6655 0 262623 0
[pid=112127/tid=112141] ppid=112124 vsize=1128696 memory=1018448 CPUtime=1694.81 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 722941 0 0 0 169331 150 0 0 20 0 2 0 138900874 1155784704 259284 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 3410.02 s
Current children cumulated vsize: 1128696 KiB
Current children cumulated memory: 1037136 KiB

[startup+1782.3 s]
/proc/loadavg: 7.13 7.20 6.22 8/254 112531
/proc/meminfo: memFree=110160068/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=1142380 memory=1070580 CPUtime=3529.18 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1172969 0 0 0 352700 218 0 0 20 0 2 0 138899873 1169797120 267645 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 285595 267645 3520 6655 0 269661 0
[pid=112127/tid=112141] ppid=112124 vsize=1142380 memory=14464 CPUtime=1754.21 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 730564 0 0 0 175267 154 0 0 20 0 2 0 138900874 1169797120 267645 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 3529.18 s
Current children cumulated vsize: 1142380 KiB
Current children cumulated memory: 1070580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818 s]*
/proc/loadavg: 7.12 7.19 6.26 7/254 112535
/proc/meminfo: memFree=110323960/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=1149484 memory=1089824 CPUtime=3600.1 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) R 112124 112127 112005 0 -1 4194304 1178011 0 0 0 359789 221 0 0 20 0 2 0 138899873 1177071616 272456 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 287371 272456 3520 6655 0 273221 0
[pid=112127/tid=112141] ppid=112124 vsize=1149484 memory=-8743574206896972476 CPUtime=1789.56 cores=0,2
/proc/112127/task/112141/stat : 112141 (LSIPExact) R 112124 112127 112005 0 -1 4194368 733307 0 0 0 178799 157 0 0 20 0 2 0 138900874 1177071616 272456 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 1149484 KiB
Current children cumulated memory: 1089824 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.81 s, system=2.26895 s

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

[startup+1819.2 s]
/proc/loadavg: 7.12 7.19 6.26 5/249 112537
/proc/meminfo: memFree=110840732/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=834228 memory=800760 CPUtime=3601.04 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) S 112124 112127 112005 0 -1 4194304 1185460 0 0 0 359881 223 0 0 20 0 1 0 138899873 854249472 200190 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 65536 6 16384 1 0 0 17 0 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 208557 200190 3552 6655 0 198752 0
[pid=112537] ppid=112127 vsize=2008 memory=256 CPUtime=0 cores=0,2
/proc/112537/stat : 112537 (sh) D 112127 112127 112005 0 -1 4194304 26 0 0 0 0 0 0 0 20 0 1 0 139081767 2056192 64 18446744073709551615 94311112990720 94311113885253 140720515414032 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94311114124304 94311114172048 94311117930496 140720515418486 140720515418636 140720515418636 140720515424240 0
/proc/112537/statm: 502 64 64 219 0 69 0
Current children cumulated CPU time: 3601.04 s
Current children cumulated vsize: 836236 KiB
Current children cumulated memory: 801016 KiB

[startup+1819.6 s]
/proc/loadavg: 7.12 7.19 6.26 5/249 112537
/proc/meminfo: memFree=110840732/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=834228 memory=800760 CPUtime=3601.04 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) S 112124 112127 112005 0 -1 4194304 1185460 226 0 0 359881 223 0 0 20 0 1 0 138899873 854249472 200190 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 208557 200190 3552 6655 0 198752 0
Current children cumulated CPU time: 3601.04 s
Current children cumulated vsize: 834228 KiB
Current children cumulated memory: 800760 KiB

[startup+1820 s]*
/proc/loadavg: 6.95 7.16 6.25 4/251 112541
/proc/meminfo: memFree=110870848/131382120 swapFree=33010416/33010684
[pid=112127] ppid=112124 vsize=834228 memory=800760 CPUtime=3601.04 cores=0,2
/proc/112127/stat : 112127 (LSIPExact) S 112124 112127 112005 0 -1 4194304 1185460 226 0 0 359881 223 0 0 20 0 1 0 138899873 854249472 200190 18446744073709551615 94762506493952 94762533751121 140732259104176 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94762542253192 94762542684800 94762557956096 140732259109208 140732259109384 140732259109384 140732259114988 0
/proc/112127/statm: 208557 200190 3552 6655 0 198752 0
[pid=112541] ppid=112127 vsize=1776 memory=256 CPUtime=0 cores=0,2
/proc/112541/stat : 112541 (bash) D 112127 112127 112005 0 -1 4456448 160 0 0 0 0 0 0 0 20 0 1 0 139081825 1818624 64 18446744073709551615 94671858937856 94671859832389 140730398417616 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94671860071440 94671860119184 94671888883712 140730398423184 140730398423590 140730398423590 140730398429162 0
/proc/112541/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 3601.04 s
Current children cumulated vsize: 836004 KiB
Current children cumulated memory: 801016 KiB

Child status: 0

Real time (s): 1820.04
CPU time (s): 3601.08
CPU user time (s): 3598.81
CPU system time (s): 2.26895
CPU usage (%): 197.857
Max. virtual memory (cumulated for all children) (KiB): 1149484
Max. memory (cumulated for all children) (KiB): 1089824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 2.26895
maximum resident set size= 1090208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1185901
page faults= 0
swaps= 0
block input operations= 8
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1660
involuntary context switches= 46006


# summary of solver processes directly reported to runsolver:
#   pid: 112127
#   total CPU time (s): 3601.08
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 2.26895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.59645 second user time and 7.74541 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-11 13:10:10
IDJOB=4527390
IDBENCH=147578
IDSOLVER=3384
FILE ID=nodeC002/4527390-1752232210
RUNJOBID= nodeC002-1752232205-112022
SLURM_JOB_ID= 9682513
Free space on /tmp= 431124 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527390-1752232210/watcher-4527390-1752232210 -o /tmp/evaluation-result-4527390-1752232210/solver-4527390-1752232210 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752232205-112022 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527390-1752232210.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=1287912451

nodeC002 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		: 1197.218
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127216316 kB
MemAvailable:   129873564 kB
Buffers:            2128 kB
Cached:          3457000 kB
SwapCached:           28 kB
Active:           408600 kB
Inactive:        3149688 kB
Active(anon):     110692 kB
Inactive(anon):     6404 kB
Active(file):     297908 kB
Inactive(file):  3143284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            178772 kB
Writeback:             0 kB
AnonPages:        102324 kB
Mapped:           115176 kB
Shmem:             17932 kB
KReclaimable:     111368 kB
Slab:             199096 kB
SReclaimable:     111368 kB
SUnreclaim:        87728 kB
KernelStack:        4080 kB
PageTables:         3236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     437816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430508 MiB
End job on nodeC002 at 2025-07-11 13:40:31