Trace number 4505203

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.85 1857.83

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_ic.opb
MD5SUMc6b8715c3f6301baee7dd7835457fcc6
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 benchmark14682715
Best CPU time to get the best result obtained on this benchmark71179.9
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 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 149684681822
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 149684681822
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.08/1855.70	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.08/1855.70	c numVar: 1000400
3600.08/1855.70	c numCon: 2000307
3600.08/1855.70	c numEqual: 29707
3600.08/1855.70	c intSize: 38
3600.08/1855.70	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.08/1855.70	c ------------------- Paras list -------------------
3600.08/1855.70	c Name                	 Type      	 Now       	 Default   	 Comment
3600.08/1855.70	c timeout             	 double    	 3600.000000	 3600      	 
3600.08/1855.70	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.08/1855.70	c ls_time             	 double    	 10.000000 	 10        	 
3600.08/1855.70	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.08/1855.70	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.08/1855.70	c random_seed         	 int       	 0         	 0         	 
3600.08/1855.70	c sample_size         	 int       	 50        	 50        	 
3600.08/1855.70	c sub_score           	 int       	 1         	 1         	 
3600.08/1855.70	c tabu_base           	 int       	 3         	 3         	 
3600.08/1855.70	c tabu_variation      	 int       	 1         	 1         	 
3600.08/1855.70	c sub_div             	 int       	 4         	 4         	 
3600.08/1855.70	c nbcore              	 int       	 2         	 1         	 
3600.08/1855.70	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.08/1855.70	c print_sol           	 int       	 1         	 1         	 
3600.08/1855.70	c tmpdir              	 string		 .         	 "."       	 
3600.08/1855.70	c home                	 string		 HOME	 "."       	 
3600.08/1855.70	c benchname           	 string		 HOME/instance-4505203-1751444101.opb	 ""        	 
3600.08/1855.70	c --------------------------------------------------
3600.08/1855.70	c Local Search solver
3600.08/1855.70	c MIP solver
3600.08/1855.70	c receive signal 15, try to interrupt solver...
3601.84/1856.81	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 (60490 MiB free)
  memory of node 1: 64507 MiB (55153 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505203-1751444101/watcher-4505203-1751444101 -o /tmp/evaluation-result-4505203-1751444101/solver-4505203-1751444101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505203-1751444101.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=68729, runsolver pid=68726

[startup+0.100037 s]*
/proc/loadavg: 5.99 6.49 7.03 6/265 68730
/proc/meminfo: memFree=118243348/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=309212 memory=188552 CPUtime=0.09 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 34392 0 0 0 3 6 0 0 20 0 1 0 60090465 316633088 47138 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 77303 47138 1152 6655 0 67538 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 309212 KiB
Current children cumulated memory: 188552 KiB

[startup+0.205841 s]*
/proc/loadavg: 5.99 6.49 7.03 6/265 68730
/proc/meminfo: memFree=118041624/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=458768 memory=387336 CPUtime=0.2 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 71811 0 0 0 7 13 0 0 20 0 1 0 60090465 469778432 96834 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 114692 96834 1152 6655 0 104927 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 458768 KiB
Current children cumulated memory: 387336 KiB

[startup+0.305731 s]*
/proc/loadavg: 5.99 6.49 7.03 6/265 68730
/proc/meminfo: memFree=117912088/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=550168 memory=507244 CPUtime=0.29 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 95247 0 0 0 13 16 0 0 20 0 1 0 60090465 563372032 126811 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 137542 126811 1152 6655 0 127777 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507244 KiB

[startup+0.700162 s]
/proc/loadavg: 5.99 6.49 7.03 6/265 68730
/proc/meminfo: memFree=117912088/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=595444 memory=552556 CPUtime=0.68 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 106579 0 0 0 49 19 0 0 20 0 1 0 60090465 609734656 138139 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 148861 138139 1152 6655 0 139096 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 595444 KiB
Current children cumulated memory: 552556 KiB

[startup+1.50017 s]
/proc/loadavg: 5.91 6.47 7.02 6/265 68730
/proc/meminfo: memFree=117521808/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=1073672 memory=1039192 CPUtime=1.48 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 170067 0 0 0 114 34 0 0 20 0 1 0 60090465 1099440128 259798 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 268418 259798 1184 6655 0 258653 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1073672 KiB
Current children cumulated memory: 1039192 KiB

[startup+3.10576 s]
/proc/loadavg: 5.91 6.47 7.02 6/265 68730
/proc/meminfo: memFree=116849240/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=1429012 memory=1394448 CPUtime=3.08 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 255434 0 0 0 259 49 0 0 20 0 1 0 60090465 1463308288 348612 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 357253 348612 1184 6655 0 347488 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1429012 KiB
Current children cumulated memory: 1394448 KiB

[startup+6.30016 s]
/proc/loadavg: 5.84 6.45 7.01 6/266 68732
/proc/meminfo: memFree=116442340/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=1827636 memory=1793168 CPUtime=6.26 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 355306 0 0 0 561 65 0 0 20 0 1 0 60090465 1871499264 448292 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 456909 448292 1184 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1793168 KiB

[startup+12.7002 s]
/proc/loadavg: 5.77 6.42 7.00 6/266 68732
/proc/meminfo: memFree=115162240/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=3215424 memory=3158112 CPUtime=12.64 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 543252 0 0 0 1156 108 0 0 20 0 1 0 60090465 3292594176 789528 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 803856 789528 2272 6655 0 794091 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3215424 KiB
Current children cumulated memory: 3158112 KiB

[startup+25.5002 s]
/proc/loadavg: 5.57 6.36 6.97 5/267 68785
/proc/meminfo: memFree=114085772/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=4308972 memory=3991724 CPUtime=25.4 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 606984 0 0 0 2395 145 0 0 20 0 2 0 60090465 4412387328 997931 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 1077243 997931 2848 6655 0 1051126 0
[pid=68729/tid=68740] ppid=68726 vsize=4308972 memory=3860972 CPUtime=0 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) S 68726 68729 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60091820 4412387328 997931 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4308972 KiB
Current children cumulated memory: 3991724 KiB

[startup+51.1056 s]
/proc/loadavg: 5.41 6.24 6.91 6/268 68786
/proc/meminfo: memFree=107334256/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=7817344 memory=6639344 CPUtime=51.93 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 784289 0 0 0 4949 244 0 0 20 0 2 0 60090465 8004960256 1659836 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 1954336 1659836 3104 6655 0 1942123 0
[pid=68729/tid=68740] ppid=68726 vsize=7817344 memory=5790976 CPUtime=1 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) S 68726 68729 67998 0 -1 4194368 13810 0 0 0 93 7 0 0 20 0 2 0 60091820 8004960256 1659836 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 51.93 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6639344 KiB

[startup+102.3 s]
/proc/loadavg: 5.64 6.16 6.85 8/269 68789
/proc/meminfo: memFree=105488168/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=8860244 memory=7503572 CPUtime=125.73 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 959048 0 0 0 12250 323 0 0 20 0 2 0 60090465 9072889856 1875893 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2215061 1875893 3264 6655 0 2184776 0
[pid=68729/tid=68740] ppid=68726 vsize=8860244 memory=14720 CPUtime=23.92 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 63787 0 0 0 2362 30 0 0 20 0 2 0 60091820 9072889856 1875893 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 125.73 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7503572 KiB

[startup+162.3 s]
/proc/loadavg: 6.54 6.33 6.87 8/269 68791
/proc/meminfo: memFree=104100316/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=8870800 memory=7485152 CPUtime=244.69 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 993969 0 0 0 24135 334 0 0 20 0 2 0 60090465 9083699200 1871288 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2217700 1871288 3360 6655 0 2188231 0
[pid=68729/tid=68740] ppid=68726 vsize=8870800 memory=7485152 CPUtime=83.22 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 69668 0 0 0 8290 32 0 0 20 0 2 0 60091820 9083699200 1871288 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 244.69 s
Current children cumulated vsize: 8870800 KiB
Current children cumulated memory: 7485152 KiB

[startup+222.3 s]
/proc/loadavg: 6.88 6.47 6.88 8/269 68793
/proc/meminfo: memFree=100864164/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=9146636 memory=7863264 CPUtime=363.77 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 1092505 0 0 0 36018 359 0 0 20 0 2 0 60090465 9366155264 1965816 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2286659 1965816 3392 6655 0 2251922 0
[pid=68729/tid=68740] ppid=68726 vsize=9146636 memory=14720 CPUtime=142.55 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 160207 0 0 0 14205 50 0 0 20 0 2 0 60091820 9366155264 1965816 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 363.77 s
Current children cumulated vsize: 9146636 KiB
Current children cumulated memory: 7863264 KiB

[startup+282.3 s]
/proc/loadavg: 7.06 6.60 6.91 7/269 68841
/proc/meminfo: memFree=98455388/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=10051984 memory=8682452 CPUtime=481.83 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 1280910 0 0 0 47757 426 0 0 20 0 2 0 60090465 10293231616 2170613 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2512996 2170613 3488 6655 0 2476177 0
[pid=68729/tid=68740] ppid=68726 vsize=10051984 memory=14720 CPUtime=200.95 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) S 68726 68729 67998 0 -1 4194368 235712 0 0 0 20015 80 0 0 20 0 2 0 60091820 10293231616 2170613 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 481.83 s
Current children cumulated vsize: 10051984 KiB
Current children cumulated memory: 8682452 KiB

[startup+342.3 s]
/proc/loadavg: 7.08 6.69 6.92 8/269 68846
/proc/meminfo: memFree=92355960/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12098836 memory=10567684 CPUtime=600.04 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 1477594 0 0 0 59463 541 0 0 20 0 2 0 60090465 12389208064 2641921 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3024709 2641921 3488 6655 0 2987890 0
[pid=68729/tid=68740] ppid=68726 vsize=12098836 memory=14720 CPUtime=259.46 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 271227 0 0 0 25845 101 0 0 20 0 2 0 60091820 12389208064 2641921 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 600.04 s
Current children cumulated vsize: 12098836 KiB
Current children cumulated memory: 10567684 KiB

[startup+402.3 s]
/proc/loadavg: 7.74 6.95 6.99 9/268 68848
/proc/meminfo: memFree=91553880/131250000 swapFree=33010684/33010684

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

[startup+1602.3 s]
/proc/loadavg: 8.08 8.08 7.83 9/268 68905
/proc/meminfo: memFree=86063684/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12120364 memory=10705488 CPUtime=3097.83 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2148733 0 0 0 309119 664 0 0 20 0 2 0 60090465 12411252736 2676372 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030091 2676372 3488 6655 0 2993272 0
[pid=68729/tid=68740] ppid=68726 vsize=12120364 memory=10705488 CPUtime=1503.48 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 571273 0 0 0 150174 174 0 0 20 0 2 0 60091820 12411252736 2676372 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3097.83 s
Current children cumulated vsize: 12120364 KiB
Current children cumulated memory: 10705488 KiB

[startup+1662.3 s]
/proc/loadavg: 8.14 8.09 7.85 9/268 68906
/proc/meminfo: memFree=85366972/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12121884 memory=10707008 CPUtime=3216.76 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2201733 0 0 0 320991 685 0 0 20 0 2 0 60090465 12412809216 2676752 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030471 2676752 3488 6655 0 2993652 0
[pid=68729/tid=68740] ppid=68726 vsize=12121884 memory=10705488 CPUtime=1562.72 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 601092 0 0 0 156079 193 0 0 20 0 2 0 60091820 12412809216 2676752 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3216.76 s
Current children cumulated vsize: 12121884 KiB
Current children cumulated memory: 10707008 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.09 7.87 9/268 68908
/proc/meminfo: memFree=85307808/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12122416 memory=10755696 CPUtime=3335.7 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2233789 0 0 0 332874 696 0 0 20 0 2 0 60090465 12413353984 2688924 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030604 2688924 3488 6655 0 2993785 0
[pid=68729/tid=68740] ppid=68726 vsize=12122416 memory=10705488 CPUtime=1621.96 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 614220 0 0 0 161999 197 0 0 20 0 2 0 60091820 12413353984 2688924 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3335.7 s
Current children cumulated vsize: 12122416 KiB
Current children cumulated memory: 10755696 KiB

[startup+1782.3 s]
/proc/loadavg: 8.15 8.10 7.89 9/268 68910
/proc/meminfo: memFree=85428280/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12122736 memory=10756016 CPUtime=3454.64 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2265722 0 0 0 344763 701 0 0 20 0 2 0 60090465 12413681664 2689004 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030684 2689004 3488 6655 0 2993865 0
[pid=68729/tid=68740] ppid=68726 vsize=12122736 memory=10756016 CPUtime=1681.21 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 636012 0 0 0 167919 202 0 0 20 0 2 0 60091820 12413681664 2689004 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3454.64 s
Current children cumulated vsize: 12122736 KiB
Current children cumulated memory: 10756016 KiB

[startup+1842.3 s]
/proc/loadavg: 7.67 7.98 7.87 8/266 68958
/proc/meminfo: memFree=91027132/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12123432 memory=10736832 CPUtime=3573.51 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2345789 0 0 0 356630 721 0 0 20 0 2 0 60090465 12414394368 2684208 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030858 2684208 3488 6655 0 2994039 0
[pid=68729/tid=68740] ppid=68726 vsize=12123432 memory=10687756 CPUtime=1740.39 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 690998 0 0 0 173821 218 0 0 20 0 2 0 60091820 12414394368 2684208 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3573.51 s
Current children cumulated vsize: 12123432 KiB
Current children cumulated memory: 10736832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1855.7 s]
/proc/loadavg: 7.57 7.95 7.86 9/266 68959
/proc/meminfo: memFree=90158012/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12123432 memory=10736832 CPUtime=3600.08 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2348995 0 0 0 359286 722 0 0 20 0 2 0 60090465 12414394368 2684208 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030858 2684208 3488 6655 0 2994039 0
[pid=68729/tid=68740] ppid=68726 vsize=12123432 memory=10687756 CPUtime=1753.62 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 694035 0 0 0 175144 218 0 0 20 0 2 0 60091820 12414394368 2684208 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 12123432 KiB
Current children cumulated memory: 10736832 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.47 s, system=7.5212 s

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

# cumulated CPU time of all completed processes:  user=3595.18 s, system=7.6719 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 s]*
/proc/loadavg: 7.52 7.94 7.86 8/266 68959
/proc/meminfo: memFree=90421688/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=12123784 memory=10737216 CPUtime=3600.68 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2352738 0 0 0 359346 722 0 0 20 0 2 0 60090465 12414754816 2684304 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 3030946 2684304 3488 6655 0 2994127 0
[pid=68729/tid=68740] ppid=68726 vsize=12123784 memory=-6368481748140003684 CPUtime=1753.92 cores=0,2
/proc/68729/task/68740/stat : 68740 (LSIPExact) R 68726 68729 67998 0 -1 4194368 695551 0 0 0 175174 218 0 0 20 0 2 0 60091820 12414754816 2684304 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
Current children cumulated CPU time: 3600.68 s
Current children cumulated vsize: 12123784 KiB
Current children cumulated memory: 10737216 KiB

[startup+1856.8 s]
/proc/loadavg: 7.52 7.94 7.86 8/266 68959
/proc/meminfo: memFree=90421688/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=8385548 memory=7725532 CPUtime=3601.84 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) R 68726 68729 67998 0 -1 4194304 2559473 0 0 0 359445 739 0 0 20 0 1 0 60090465 8586801152 1931383 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2096387 1931383 3520 6655 0 2064289 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 8385548 KiB
Current children cumulated memory: 7725532 KiB

[startup+1857.2 s]
/proc/loadavg: 7.52 7.94 7.86 7/267 68965
/proc/meminfo: memFree=92979072/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=8385548 memory=7725532 CPUtime=3601.85 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) S 68726 68729 67998 0 -1 4194304 2562826 0 0 0 359446 739 0 0 20 0 1 0 60090465 8586801152 1931383 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2096387 1931383 3520 6655 0 2064289 0
[pid=68960] ppid=68729 vsize=578632 memory=559608 CPUtime=0.34 cores=0,2
/proc/68960/stat : 68960 (Exact) R 68729 68960 68960 0 -1 4194304 21785 0 0 0 22 12 0 0 20 0 1 0 60276147 592519168 139902 18446744073709551615 4198400 8335837 140736765437648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28262400 140736765442235 140736765442589 140736765442589 140736765448143 0
/proc/68960/statm: 144658 139902 960 1011 0 143425 0
Current children cumulated CPU time: 3602.19 s
Current children cumulated vsize: 8964180 KiB
Current children cumulated memory: 8285140 KiB

[startup+1857.6 s]
/proc/loadavg: 7.52 7.94 7.86 7/267 68965
/proc/meminfo: memFree=92979072/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=8385548 memory=7725532 CPUtime=3601.85 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) S 68726 68729 67998 0 -1 4194304 2562826 0 0 0 359446 739 0 0 20 0 1 0 60090465 8586801152 1931383 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2096387 1931383 3520 6655 0 2064289 0
[pid=68960] ppid=68729 vsize=613560 memory=602364 CPUtime=0.74 cores=0,2
/proc/68960/stat : 68960 (Exact) R 68729 68960 68960 0 -1 4194304 30427 0 0 0 61 13 0 0 20 0 1 0 60276147 628285440 150591 18446744073709551615 4198400 8335837 140736765437648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28262400 140736765442235 140736765442589 140736765442589 140736765448143 0
/proc/68960/statm: 153390 150591 960 1011 0 152157 0
Current children cumulated CPU time: 3602.59 s
Current children cumulated vsize: 8999108 KiB
Current children cumulated memory: 8327896 KiB

[startup+1857.7 s]
/proc/loadavg: 7.52 7.94 7.86 7/267 68965
/proc/meminfo: memFree=92979072/131250000 swapFree=33010684/33010684
[pid=68729] ppid=68726 vsize=8385548 memory=7725532 CPUtime=3601.85 cores=0,2
/proc/68729/stat : 68729 (LSIPExact) S 68726 68729 67998 0 -1 4194304 2562826 0 0 0 359446 739 0 0 20 0 1 0 60090465 8586801152 1931383 18446744073709551615 93902804131840 93902831388241 140731780396960 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 93902839891080 93902840322688 93902863904768 140731780405594 140731780405770 140731780405770 140731780411372 0
/proc/68729/statm: 2096387 1931383 3520 6655 0 2064289 0
[pid=68960] ppid=68729 vsize=622536 memory=613412 CPUtime=0.84 cores=0,2
/proc/68960/stat : 68960 (Exact) R 68729 68960 68960 0 -1 4194304 32680 0 0 0 70 14 0 0 20 0 1 0 60276147 637476864 153353 18446744073709551615 4198400 8335837 140736765437648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 28262400 140736765442235 140736765442589 140736765442589 140736765448143 0
/proc/68960/statm: 155634 153353 960 1011 0 154401 0
Current children cumulated CPU time: 3602.69 s
Current children cumulated vsize: 9008084 KiB
Current children cumulated memory: 8338944 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1857.83
CPU time (s): 3602.85
CPU user time (s): 3595.18
CPU system time (s): 7.6719
CPU usage (%): 193.927
Max. virtual memory (cumulated for all children) (KiB): 13232408
Max. memory (cumulated for all children) (KiB): 11268344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.18
system time used= 7.6719
maximum resident set size= 11268344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2595507
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= 382
involuntary context switches= 86599


# summary of solver processes directly reported to runsolver:
#   pid: 68729,68960
#   total CPU time (s): 3602.85
#   total CPU user time (s): 3595.18
#   total CPU system time (s): 7.6719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67666 second user time and 9.22315 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 10:15:02
IDJOB=4505203
IDBENCH=155746
IDSOLVER=3336
FILE ID=nodeC013/4505203-1751444101
RUNJOBID= nodeC013-1751440305-68008
SLURM_JOB_ID= 9598399
Free space on /tmp= 432352 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_0_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-4505203-1751444101/watcher-4505203-1751444101 -o /tmp/evaluation-result-4505203-1751444101/solver-4505203-1751444101 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505203-1751444101.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= c6b8715c3f6301baee7dd7835457fcc6
RANDOM SEED=516816336

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		: 3594.880
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.828
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		: 3600.200
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		: 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 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.830
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		: 3599.853
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.777
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		: 3602.008
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:        118420136 kB
MemAvailable:   119568152 kB
Buffers:            3280 kB
Cached:          1946952 kB
SwapCached:            0 kB
Active:         10345620 kB
Inactive:        1702032 kB
Active(anon):   10110704 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1702032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144472 kB
Writeback:             4 kB
AnonPages:      10095800 kB
Mapped:           140496 kB
Shmem:             13284 kB
KReclaimable:     100216 kB
Slab:             189068 kB
SReclaimable:     100216 kB
SUnreclaim:        88852 kB
KernelStack:        4288 kB
PageTables:        23336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11780948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5580800 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= 432132 MiB
End job on nodeC013 at 2025-07-02 10:46:00