Trace number 4505571

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.67 1858.23

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
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 benchmark15505131
Best CPU time to get the best result obtained on this benchmark71294.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
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/1856.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/1856.11	c numVar: 1000400
3600.10/1856.11	c numCon: 2000307
3600.10/1856.11	c numEqual: 29707
3600.10/1856.11	c intSize: 38
3600.10/1856.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/1856.11	c ------------------- Paras list -------------------
3600.10/1856.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/1856.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/1856.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/1856.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/1856.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/1856.11	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/1856.11	c random_seed         	 int       	 0         	 0         	 
3600.10/1856.11	c sample_size         	 int       	 50        	 50        	 
3600.10/1856.11	c sub_score           	 int       	 1         	 1         	 
3600.10/1856.11	c tabu_base           	 int       	 3         	 3         	 
3600.10/1856.11	c tabu_variation      	 int       	 1         	 1         	 
3600.10/1856.11	c sub_div             	 int       	 4         	 4         	 
3600.10/1856.11	c nbcore              	 int       	 2         	 1         	 
3600.10/1856.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/1856.11	c print_sol           	 int       	 1         	 1         	 
3600.10/1856.11	c tmpdir              	 string		 .         	 "."       	 
3600.10/1856.11	c home                	 string		 HOME	 "."       	 
3600.10/1856.11	c benchname           	 string		 HOME/instance-4505571-1751448075.opb	 ""        	 
3600.10/1856.11	c --------------------------------------------------
3600.10/1856.11	c Local Search solver
3600.10/1856.11	c MIP solver
3600.10/1856.11	c receive signal 15, try to interrupt solver...
3601.45/1857.03	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: 63665 MiB (39555 MiB free)
  memory of node 1: 64507 MiB (39959 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505571-1751448075/watcher-4505571-1751448075 -o /tmp/evaluation-result-4505571-1751448075/solver-4505571-1751448075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505571-1751448075.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
Current StackSize limit: 8192 KiB

solver pid=69319, runsolver pid=69316

[startup+0.100065 s]*
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=81257748/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=309608 memory=188936 CPUtime=0.09 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 34483 0 0 0 4 5 0 0 20 0 1 0 60487844 317038592 47234 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 77402 47234 1152 6655 0 67637 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 309608 KiB
Current children cumulated memory: 188936 KiB

[startup+0.205742 s]*
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=81055380/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=459428 memory=387976 CPUtime=0.2 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 71968 0 0 0 8 12 0 0 20 0 1 0 60487844 470454272 96994 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 114857 96994 1152 6655 0 105092 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 459428 KiB
Current children cumulated memory: 387976 KiB

[startup+0.30581 s]*
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=80921876/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=550168 memory=507244 CPUtime=0.3 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 95245 0 0 0 14 16 0 0 20 0 1 0 60487844 563372032 126811 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 137542 126811 1152 6655 0 127777 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507244 KiB

[startup+0.700192 s]
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=80921876/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=594124 memory=551276 CPUtime=0.68 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 106261 0 0 0 50 18 0 0 20 0 1 0 60487844 608382976 137819 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 148531 137819 1152 6655 0 138766 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 594124 KiB
Current children cumulated memory: 551276 KiB

[startup+1.50016 s]
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=80535692/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=1061792 memory=1027288 CPUtime=1.48 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 167106 0 0 0 114 34 0 0 20 0 1 0 60487844 1087275008 256822 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 265448 256822 1152 6655 0 255683 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1061792 KiB
Current children cumulated memory: 1027288 KiB

[startup+3.10579 s]
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=80133068/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=1375912 memory=1341272 CPUtime=3.08 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 245668 0 0 0 262 46 0 0 20 0 1 0 60487844 1408933888 335318 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 343978 335318 1152 6655 0 334213 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1375912 KiB
Current children cumulated memory: 1341272 KiB

[startup+6.30017 s]
/proc/loadavg: 7.01 7.08 7.01 7/267 69320
/proc/meminfo: memFree=79629584/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=1827636 memory=1792956 CPUtime=6.26 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 355815 0 0 0 563 63 0 0 20 0 1 0 60487844 1871499264 448239 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 456909 448239 1152 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1792956 KiB

[startup+12.7002 s]
/proc/loadavg: 6.93 7.06 7.00 7/267 69320
/proc/meminfo: memFree=78808756/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=3156864 memory=3104620 CPUtime=12.64 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 543719 0 0 0 1159 105 0 0 20 0 1 0 60487844 3232628736 776155 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 789216 776155 2240 6655 0 779451 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3156864 KiB
Current children cumulated memory: 3104620 KiB

[startup+25.5002 s]
/proc/loadavg: 6.72 7.01 6.99 7/268 69322
/proc/meminfo: memFree=77727544/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=4166068 memory=3836440 CPUtime=25.39 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 591375 0 0 0 2402 137 0 0 20 0 2 0 60487844 4266053632 959110 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 1041517 959110 2752 6655 0 1015400 0
[pid=69319/tid=69321] ppid=69316 vsize=4166068 memory=279254210965792 CPUtime=0 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) S 69316 69319 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60489241 4266053632 959110 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 4166068 KiB
Current children cumulated memory: 3836440 KiB

[startup+51.1057 s]
/proc/loadavg: 6.42 6.91 6.96 7/269 69371
/proc/meminfo: memFree=97156936/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=7817344 memory=6597140 CPUtime=51.84 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 785667 0 0 0 4939 245 0 0 20 0 2 0 60487844 8004960256 1649285 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 1954336 1649285 3072 6655 0 1942123 0
[pid=69319/tid=69321] ppid=69316 vsize=7817344 memory=6032048 CPUtime=0.95 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) S 69316 69319 67998 0 -1 4194368 13465 0 0 0 88 7 0 0 20 0 2 0 60489241 8004960256 1649285 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 51.84 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6597140 KiB

[startup+102.3 s]
/proc/loadavg: 6.41 6.82 6.92 8/269 69373
/proc/meminfo: memFree=96056876/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8860244 memory=7510716 CPUtime=123.86 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 959817 0 0 0 12066 320 0 0 20 0 2 0 60487844 9072889856 1877679 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2215061 1877679 3200 6655 0 2184824 0
[pid=69319/tid=69321] ppid=69316 vsize=8860244 memory=14720 CPUtime=22.11 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 63479 0 0 0 2182 29 0 0 20 0 2 0 60489241 9072889856 1877679 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 123.86 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7510716 KiB

[startup+162.3 s]
/proc/loadavg: 6.83 6.87 6.93 8/269 69375
/proc/meminfo: memFree=96045572/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8872140 memory=7491076 CPUtime=242.89 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 979238 0 0 0 23960 329 0 0 20 0 2 0 60487844 9085071360 1872769 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2218035 1872769 3264 6655 0 2188566 0
[pid=69319/tid=69321] ppid=69316 vsize=8872140 memory=7553272 CPUtime=81.44 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 69307 0 0 0 8114 30 0 0 20 0 2 0 60489241 9085071360 1872769 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 242.89 s
Current children cumulated vsize: 8872140 KiB
Current children cumulated memory: 7491076 KiB

[startup+222.3 s]
/proc/loadavg: 7.36 6.99 6.97 9/269 69377
/proc/meminfo: memFree=86300580/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8873964 memory=7494948 CPUtime=362.01 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 992066 0 0 0 35867 334 0 0 20 0 2 0 60487844 9086939136 1873737 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2218491 1873737 3264 6655 0 2189022 0
[pid=69319/tid=69321] ppid=69316 vsize=8873964 memory=7493220 CPUtime=140.81 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 69311 0 0 0 14050 31 0 0 20 0 2 0 60489241 9086939136 1873737 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 362.01 s
Current children cumulated vsize: 8873964 KiB
Current children cumulated memory: 7494948 KiB

[startup+282.3 s]
/proc/loadavg: 7.83 7.19 7.04 9/267 69379
/proc/meminfo: memFree=84644268/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8876548 memory=7568884 CPUtime=481.07 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 1054102 0 0 0 47764 343 0 0 20 0 2 0 60487844 9089585152 1892221 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2219137 1892221 3264 6655 0 2189668 0
[pid=69319/tid=69321] ppid=69316 vsize=8876548 memory=7565812 CPUtime=200.13 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 112769 0 0 0 19978 35 0 0 20 0 2 0 60489241 9089585152 1892221 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 481.07 s
Current children cumulated vsize: 8876548 KiB
Current children cumulated memory: 7568884 KiB

[startup+342.3 s]
/proc/loadavg: 7.97 7.36 7.11 9/267 69381
/proc/meminfo: memFree=83954768/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=9411584 memory=8088764 CPUtime=600.08 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 1184120 0 0 0 59637 371 0 0 20 0 2 0 60487844 9637462016 2022191 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2352896 2022191 3264 6655 0 2315124 0
[pid=69319/tid=69321] ppid=69316 vsize=9411584 memory=14720 CPUtime=259.44 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 219250 0 0 0 25884 60 0 0 20 0 2 0 60489241 9637462016 2022191 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 600.08 s
Current children cumulated vsize: 9411584 KiB
Current children cumulated memory: 8088764 KiB

[startup+402.3 s]
/proc/loadavg: 8.09 7.51 7.18 9/267 69388
/proc/meminfo: memFree=83656508/131250000 swapFree=33010684/33010684

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

Current children cumulated vsize: 12240984 KiB
Current children cumulated memory: 10700564 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.14 7.92 9/266 69438
/proc/meminfo: memFree=83707732/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12240984 memory=10700564 CPUtime=2978.05 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2133237 0 0 0 297151 654 0 0 20 0 2 0 60487844 12534767616 2675141 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3060246 2675141 3360 6655 0 3022486 0
[pid=69319/tid=69321] ppid=69316 vsize=12240984 memory=10700564 CPUtime=1442.82 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 522982 0 0 0 144132 150 0 0 20 0 2 0 60489241 12534767616 2675141 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 2978.05 s
Current children cumulated vsize: 12240984 KiB
Current children cumulated memory: 10700564 KiB

[startup+1602.3 s]
/proc/loadavg: 7.80 8.05 7.90 9/266 69486
/proc/meminfo: memFree=93883684/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12241924 memory=10703692 CPUtime=3096.96 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2179399 0 0 0 309026 670 0 0 20 0 2 0 60487844 12535730176 2675923 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3060481 2675923 3360 6655 0 3022721 0
[pid=69319/tid=69321] ppid=69316 vsize=12241924 memory=10700564 CPUtime=1502.06 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 552173 0 0 0 150048 158 0 0 20 0 2 0 60489241 12535730176 2675923 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 3096.96 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10703692 KiB

[startup+1662.3 s]
/proc/loadavg: 7.83 8.01 7.90 9/267 69539
/proc/meminfo: memFree=116962732/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12241924 memory=10703692 CPUtime=3215.91 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2206510 0 0 0 320918 673 0 0 20 0 2 0 60487844 12535730176 2675923 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3060481 2675923 3360 6655 0 3022721 0
[pid=69319/tid=69321] ppid=69316 vsize=12241924 memory=14720 CPUtime=1561.33 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 554827 0 0 0 155975 158 0 0 20 0 2 0 60489241 12535730176 2675923 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 3215.91 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10703692 KiB

[startup+1722.3 s]
/proc/loadavg: 7.90 8.00 7.91 8/267 69541
/proc/meminfo: memFree=116932840/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12241924 memory=10703700 CPUtime=3334.88 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2233256 0 0 0 332809 679 0 0 20 0 2 0 60487844 12535730176 2675925 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3060481 2675925 3360 6655 0 3022721 0
[pid=69319/tid=69321] ppid=69316 vsize=12241924 memory=10703692 CPUtime=1620.61 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 567809 0 0 0 161899 162 0 0 20 0 2 0 60489241 12535730176 2675925 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 3334.88 s
Current children cumulated vsize: 12241924 KiB
Current children cumulated memory: 10703700 KiB

[startup+1782.3 s]
/proc/loadavg: 8.06 8.03 7.92 9/267 69544
/proc/meminfo: memFree=116902996/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12242392 memory=10704172 CPUtime=3453.75 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2264869 0 0 0 344690 685 0 0 20 0 2 0 60487844 12536209408 2676043 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3060598 2676043 3360 6655 0 3022838 0
[pid=69319/tid=69321] ppid=69316 vsize=12242392 memory=14720 CPUtime=1679.84 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 571810 0 0 0 167821 163 0 0 20 0 2 0 60489241 12536209408 2676043 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 3453.75 s
Current children cumulated vsize: 12242392 KiB
Current children cumulated memory: 10704172 KiB

[startup+1842.3 s]
/proc/loadavg: 8.03 8.02 7.93 9/267 69546
/proc/meminfo: memFree=116878796/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12242392 memory=10704176 CPUtime=3572.69 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2285023 0 0 0 356579 690 0 0 20 0 2 0 60487844 12536209408 2676044 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3060598 2676044 3360 6655 0 3022838 0
[pid=69319/tid=69321] ppid=69316 vsize=12242392 memory=10704172 CPUtime=1739.09 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 585095 0 0 0 173742 167 0 0 20 0 2 0 60489241 12536209408 2676044 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 3572.69 s
Current children cumulated vsize: 12242392 KiB
Current children cumulated memory: 10704176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1856.11 s]
/proc/loadavg: 8.09 8.04 7.94 8/268 69551
/proc/meminfo: memFree=116855540/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=12244444 memory=10706248 CPUtime=3600.1 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2294597 0 0 0 359317 693 0 0 20 0 2 0 60487844 12538310656 2676562 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 3061111 2676562 3360 6655 0 3023351 0
[pid=69319/tid=69321] ppid=69316 vsize=12244444 memory=10704172 CPUtime=1752.75 cores=0,2
/proc/69319/task/69321/stat : 69321 (LSIPExact) R 69316 69319 67998 0 -1 4194368 585256 0 0 0 175108 167 0 0 20 0 2 0 60489241 12538310656 2676562 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 12244444 KiB
Current children cumulated memory: 10706248 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.4 s, system=7.20947 s

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

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

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

[startup+1856.8 s]
/proc/loadavg: 8.09 8.04 7.94 8/268 69551
/proc/meminfo: memFree=116855540/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=9475956 memory=8437660 CPUtime=3601.24 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) R 69316 69319 67998 0 -1 4194304 2331361 0 0 0 359424 700 0 0 20 0 1 0 60487844 9703378944 2109415 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2368989 2109415 3360 6655 0 2336891 0
Current children cumulated CPU time: 3601.24 s
Current children cumulated vsize: 9475956 KiB
Current children cumulated memory: 8437660 KiB

[startup+1857.6 s]
/proc/loadavg: 8.09 8.04 7.94 7/267 69551
/proc/meminfo: memFree=119864912/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8397356 memory=7605044 CPUtime=3601.47 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) S 69316 69319 67998 0 -1 4194304 2497300 0 0 0 359439 708 0 0 20 0 1 0 60487844 8598892544 1901261 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2099339 1901261 3360 6655 0 2067241 0
Current children cumulated CPU time: 3601.47 s
Current children cumulated vsize: 8397356 KiB
Current children cumulated memory: 7605044 KiB

[startup+1858 s]*
/proc/loadavg: 7.93 8.00 7.93 6/263 69560
/proc/meminfo: memFree=119671348/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8397356 memory=7605044 CPUtime=3601.47 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) S 69316 69319 67998 0 -1 4194304 2497300 0 0 0 359439 708 0 0 20 0 1 0 60487844 8598892544 1901261 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2099339 1901261 3360 6655 0 2067241 0
[pid=69552] ppid=69319 vsize=639300 memory=632688 CPUtime=0.94 cores=0,2
/proc/69552/stat : 69552 (Exact) R 69319 69552 69552 0 -1 4194304 36978 0 0 0 79 15 0 0 20 0 1 0 60673547 654643200 158172 18446744073709551615 4198400 8335837 140730462462672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31723520 140730462464187 140730462464541 140730462464541 140730462470095 0
/proc/69552/statm: 159825 158172 960 1011 0 158592 0
Current children cumulated CPU time: 3602.41 s
Current children cumulated vsize: 9036656 KiB
Current children cumulated memory: 8237732 KiB

[startup+1858.11 s]
/proc/loadavg: 7.93 8.00 7.93 6/263 69560
/proc/meminfo: memFree=119671348/131250000 swapFree=33010684/33010684
[pid=69319] ppid=69316 vsize=8397356 memory=7605044 CPUtime=3601.47 cores=0,2
/proc/69319/stat : 69319 (LSIPExact) S 69316 69319 67998 0 -1 4194304 2497300 0 0 0 359439 708 0 0 20 0 1 0 60487844 8598892544 1901261 18446744073709551615 94426467258368 94426494514769 140720904455632 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94426503017608 94426503449216 94426522976256 140720904460634 140720904460810 140720904460810 140720904466412 0
/proc/69319/statm: 2099339 1901261 3360 6655 0 2067241 0
[pid=69552] ppid=69319 vsize=660556 memory=643624 CPUtime=1.04 cores=0,2
/proc/69552/stat : 69552 (Exact) R 69319 69552 69552 0 -1 4194304 39414 0 0 0 88 16 0 0 20 0 1 0 60673547 676409344 160906 18446744073709551615 4198400 8335837 140730462462672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 31723520 140730462464187 140730462464541 140730462464541 140730462470095 0
/proc/69552/statm: 165139 160906 960 1011 0 163906 0
Current children cumulated CPU time: 3602.51 s
Current children cumulated vsize: 9057912 KiB
Current children cumulated memory: 8248668 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1858.23
CPU time (s): 3602.67
CPU user time (s): 3595.29
CPU system time (s): 7.38232
CPU usage (%): 193.876
Max. virtual memory (cumulated for all children) (KiB): 13347824
Max. memory (cumulated for all children) (KiB): 11308720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.29
system time used= 7.38232
maximum resident set size= 11350368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2536715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 363
involuntary context switches= 86414


# summary of solver processes directly reported to runsolver:
#   pid: 69319,69552
#   total CPU time (s): 3602.67
#   total CPU user time (s): 3595.29
#   total CPU system time (s): 7.38232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.539 second user time and 8.69571 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 11:21:16
IDJOB=4505571
IDBENCH=155761
IDSOLVER=3336
FILE ID=nodeC013/4505571-1751448075
RUNJOBID= nodeC013-1751440305-68008
SLURM_JOB_ID= 9598399
Free space on /tmp= 431936 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_ic.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505571-1751448075/watcher-4505571-1751448075 -o /tmp/evaluation-result-4505571-1751448075/solver-4505571-1751448075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505571-1751448075.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=48801606

nodeC013 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	: 0xb00002a
cpu MHz		: 3429.853
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.923
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.385
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3600.037
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.775
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3600.147
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3599.908
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
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	: 0xb00002a
cpu MHz		: 3612.638
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        81423384 kB
MemAvailable:   83019256 kB
Buffers:            3280 kB
Cached:          2394416 kB
SwapCached:            0 kB
Active:         46948424 kB
Inactive:        2149496 kB
Active(anon):   46713508 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  2149496 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144468 kB
Writeback:             4 kB
AnonPages:      46693460 kB
Mapped:           134696 kB
Shmem:             13284 kB
KReclaimable:     100996 kB
Slab:             189888 kB
SReclaimable:     100996 kB
SUnreclaim:        88892 kB
KernelStack:        4320 kB
PageTables:        96240 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   53999952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  31408128 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432416 MiB
End job on nodeC013 at 2025-07-02 11:52:14