Trace number 4505295

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) 4952.55 3217.18

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505295-1751444359/watcher-4505295-1751444359 -o /tmp/evaluation-result-4505295-1751444359/solver-4505295-1751444359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68011 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505295-1751444359.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=68839, runsolver pid=68836

[startup+0.100073 s]*
/proc/loadavg: 6.98 6.54 6.89 8/268 68840
/proc/meminfo: memFree=102117160/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=303008 memory=180104 CPUtime=0.08 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 32842 0 0 0 3 5 0 0 20 0 1 0 60116266 310280192 45026 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 75752 45026 1120 6655 0 65987 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 303008 KiB
Current children cumulated memory: 180104 KiB

[startup+0.206042 s]*
/proc/loadavg: 6.98 6.54 6.89 8/268 68840
/proc/meminfo: memFree=101931924/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=454808 memory=381128 CPUtime=0.19 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 70824 0 0 0 7 12 0 0 20 0 1 0 60116266 465723392 95282 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 113702 95282 1120 6655 0 103937 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 454808 KiB
Current children cumulated memory: 381128 KiB

[startup+0.305839 s]*
/proc/loadavg: 6.98 6.54 6.89 8/268 68840
/proc/meminfo: memFree=101798420/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=550168 memory=507052 CPUtime=0.29 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 95248 0 0 0 14 15 0 0 20 0 1 0 60116266 563372032 126763 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 137542 126763 1120 6655 0 127777 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507052 KiB

[startup+0.700199 s]
/proc/loadavg: 6.98 6.54 6.89 8/268 68840
/proc/meminfo: memFree=101798420/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=593332 memory=550316 CPUtime=0.67 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 106059 0 0 0 49 18 0 0 20 0 1 0 60116266 607571968 137579 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 148333 137579 1120 6655 0 138568 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 593332 KiB
Current children cumulated memory: 550316 KiB

[startup+1.50022 s]
/proc/loadavg: 6.98 6.54 6.89 8/268 68840
/proc/meminfo: memFree=101408140/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=1064828 memory=1030040 CPUtime=1.47 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 167338 0 0 0 115 32 0 0 20 0 1 0 60116266 1090383872 257510 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 266207 257510 1120 6655 0 256442 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1064828 KiB
Current children cumulated memory: 1030040 KiB

[startup+3.1059 s]
/proc/loadavg: 6.99 6.55 6.90 8/268 68840
/proc/meminfo: memFree=100962772/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=1398748 memory=1363992 CPUtime=3.08 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 250887 0 0 0 261 47 0 0 20 0 1 0 60116266 1432317952 340998 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 349687 340998 1120 6655 0 339922 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1398748 KiB
Current children cumulated memory: 1363992 KiB

[startup+6.30022 s]
/proc/loadavg: 6.99 6.55 6.90 8/268 68840
/proc/meminfo: memFree=100359776/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=1827636 memory=1792832 CPUtime=6.26 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 354798 0 0 0 561 65 0 0 20 0 1 0 60116266 1871499264 448208 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 456909 448208 1120 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1792832 KiB

[startup+12.7002 s]
/proc/loadavg: 6.99 6.56 6.90 8/268 68840
/proc/meminfo: memFree=99115968/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=3189056 memory=3138444 CPUtime=12.63 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 542506 0 0 0 1154 109 0 0 20 0 1 0 60116266 3265593344 784611 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 797264 784611 2208 6655 0 787499 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 3189056 KiB
Current children cumulated memory: 3138444 KiB

[startup+25.5002 s]
/proc/loadavg: 7.06 6.60 6.91 7/269 68841
/proc/meminfo: memFree=96869396/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=4212952 memory=3856120 CPUtime=25.38 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 586108 0 0 0 2398 140 0 0 20 0 2 0 60116266 4314062848 964030 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 1053238 964030 2688 6655 0 1027121 0
[pid=68839/tid=68841] ppid=68836 vsize=4212952 memory=281399144476960 CPUtime=0 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) S 68836 68839 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60117645 4314062848 964030 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 4212952 KiB
Current children cumulated memory: 3856120 KiB

[startup+51.1061 s]
/proc/loadavg: 7.04 6.63 6.91 8/269 68841
/proc/meminfo: memFree=93433572/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=6473172 memory=5871624 CPUtime=51.96 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 775824 0 0 0 4963 233 0 0 20 0 2 0 60116266 6628528128 1467906 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 1618293 1467906 3040 6655 0 1606080 0
[pid=68839/tid=68841] ppid=68836 vsize=6473172 memory=5871904 CPUtime=1.08 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) S 68836 68839 67998 0 -1 4194368 14214 0 0 0 101 7 0 0 20 0 2 0 60117645 6628528128 1467906 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 51.96 s
Current children cumulated vsize: 6473172 KiB
Current children cumulated memory: 5871624 KiB

[startup+102.3 s]
/proc/loadavg: 7.28 6.75 6.94 9/269 68846
/proc/meminfo: memFree=91564480/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=8860244 memory=7507472 CPUtime=119.25 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 950727 0 0 0 11592 333 0 0 20 0 2 0 60116266 9072889856 1876868 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2215061 1876868 3200 6655 0 2184511 0
[pid=68839/tid=68841] ppid=68836 vsize=8860244 memory=14720 CPUtime=17.57 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 63924 0 0 0 1726 31 0 0 20 0 2 0 60117645 9072889856 1876868 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 119.25 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7507472 KiB

[startup+162.3 s]
/proc/loadavg: 7.80 7.00 7.01 9/268 68848
/proc/meminfo: memFree=91520760/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=8872404 memory=7489760 CPUtime=238.08 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 972306 0 0 0 23463 345 0 0 20 0 2 0 60116266 9085341696 1872440 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2218101 1872440 3296 6655 0 2188632 0
[pid=68839/tid=68841] ppid=68836 vsize=8872404 memory=14720 CPUtime=76.72 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 67579 0 0 0 7639 33 0 0 20 0 2 0 60117645 9085341696 1872440 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 238.08 s
Current children cumulated vsize: 8872404 KiB
Current children cumulated memory: 7489760 KiB

[startup+222.3 s]
/proc/loadavg: 7.98 7.20 7.08 9/268 68850
/proc/meminfo: memFree=91527628/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=8873112 memory=7490916 CPUtime=357.06 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 992117 0 0 0 35353 353 0 0 20 0 2 0 60116266 9086066688 1872729 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2218278 1872729 3296 6655 0 2188809 0
[pid=68839/tid=68841] ppid=68836 vsize=8873112 memory=7489960 CPUtime=135.95 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 67585 0 0 0 13562 33 0 0 20 0 2 0 60117645 9086066688 1872729 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 357.06 s
Current children cumulated vsize: 8873112 KiB
Current children cumulated memory: 7490916 KiB

[startup+282.3 s]
/proc/loadavg: 8.11 7.38 7.15 9/268 68852
/proc/meminfo: memFree=85895264/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=11575108 memory=10184468 CPUtime=474.27 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1307324 0 0 0 46916 511 0 0 20 0 2 0 60116266 11852910592 2546117 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2893777 2546117 3360 6655 0 2864308 0
[pid=68839/tid=68841] ppid=68836 vsize=11575108 memory=10623024 CPUtime=193.77 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 155075 0 0 0 19313 64 0 0 20 0 2 0 60117645 11852910592 2546117 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 474.27 s
Current children cumulated vsize: 11575108 KiB
Current children cumulated memory: 10184468 KiB

[startup+342.3 s]
/proc/loadavg: 8.04 7.50 7.21 9/269 68855
/proc/meminfo: memFree=86312724/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=11575288 memory=10196124 CPUtime=593.09 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1344835 0 0 0 58793 516 0 0 20 0 2 0 60116266 11853094912 2549031 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2893822 2549031 3360 6655 0 2864353 0
[pid=68839/tid=68841] ppid=68836 vsize=11575288 memory=14720 CPUtime=253.45 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 160146 0 0 0 25281 64 0 0 20 0 2 0 60117645 11853094912 2549031 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 593.09 s
Current children cumulated vsize: 11575288 KiB
Current children cumulated memory: 10196124 KiB

[startup+402.3 s]
/proc/loadavg: 8.05 7.60 7.27 9/267 68861

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

/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 391073 0 0 0 138643 117 0 0 20 0 2 0 60117645 12359397376 2651454 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 2850.93 s
Current children cumulated vsize: 12069724 KiB
Current children cumulated memory: 10605816 KiB

[startup+1542.3 s]
/proc/loadavg: 8.12 8.10 7.90 9/268 68911
/proc/meminfo: memFree=85426680/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12072660 memory=10609252 CPUtime=2969.82 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1882920 0 0 0 296320 662 0 0 20 0 2 0 60116266 12362403840 2652313 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3018165 2652313 3424 6655 0 2988696 0
[pid=68839/tid=68841] ppid=68836 vsize=12072660 memory=10609252 CPUtime=1447.33 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 409995 0 0 0 144611 122 0 0 20 0 2 0 60117645 12362403840 2652313 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 2969.82 s
Current children cumulated vsize: 12072660 KiB
Current children cumulated memory: 10609252 KiB

[startup+1602.3 s]
/proc/loadavg: 7.52 7.94 7.86 7/263 69000
/proc/meminfo: memFree=100884660/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12073700 memory=10610008 CPUtime=3088.82 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1911110 0 0 0 308215 667 0 0 20 0 2 0 60116266 12363468800 2652502 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3018425 2652502 3424 6655 0 2988956 0
[pid=68839/tid=68841] ppid=68836 vsize=12073700 memory=10609252 CPUtime=1507.06 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 430250 0 0 0 150580 126 0 0 20 0 2 0 60117645 12363468800 2652502 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3088.82 s
Current children cumulated vsize: 12073700 KiB
Current children cumulated memory: 10610008 KiB

[startup+1662.3 s]
/proc/loadavg: 6.42 7.54 7.72 7/268 69060
/proc/meminfo: memFree=93719260/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12075248 memory=10616440 CPUtime=3207.82 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1950498 0 0 0 320105 677 0 0 20 0 2 0 60116266 12365053952 2654110 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3018812 2654110 3424 6655 0 2989343 0
[pid=68839/tid=68841] ppid=68836 vsize=12075248 memory=10609252 CPUtime=1566.79 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 454723 0 0 0 156547 132 0 0 20 0 2 0 60117645 12365053952 2654110 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3207.82 s
Current children cumulated vsize: 12075248 KiB
Current children cumulated memory: 10616440 KiB

[startup+1722.3 s]
/proc/loadavg: 6.20 7.27 7.62 7/268 69062
/proc/meminfo: memFree=88963248/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12075248 memory=10616440 CPUtime=3326.76 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1961223 0 0 0 331998 678 0 0 20 0 2 0 60116266 12365053952 2654110 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3018812 2654110 3424 6655 0 2989343 0
[pid=68839/tid=68841] ppid=68836 vsize=12075248 memory=10609252 CPUtime=1626.51 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 459558 0 0 0 162519 132 0 0 20 0 2 0 60117645 12365053952 2654110 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3326.76 s
Current children cumulated vsize: 12075248 KiB
Current children cumulated memory: 10616440 KiB

[startup+1782.3 s]
/proc/loadavg: 6.11 7.05 7.52 7/268 69064
/proc/meminfo: memFree=87236684/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12146420 memory=10689060 CPUtime=3445.75 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 1997291 0 0 0 343887 688 0 0 20 0 2 0 60116266 12437934080 2672265 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3036605 2672265 3424 6655 0 3007136 0
[pid=68839/tid=68841] ppid=68836 vsize=12146420 memory=10689060 CPUtime=1686.25 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 480706 0 0 0 168486 139 0 0 20 0 2 0 60117645 12437934080 2672265 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3445.75 s
Current children cumulated vsize: 12146420 KiB
Current children cumulated memory: 10689060 KiB

[startup+1842.3 s]
/proc/loadavg: 6.76 7.03 7.48 9/269 69067
/proc/meminfo: memFree=76073156/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12146756 memory=10689472 CPUtime=3564.59 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 2030645 0 0 0 355764 695 0 0 20 0 2 0 60116266 12438278144 2672368 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3036689 2672368 3424 6655 0 3007220 0
[pid=68839/tid=68841] ppid=68836 vsize=12146756 memory=14720 CPUtime=1745.91 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 507412 0 0 0 174446 145 0 0 20 0 2 0 60117645 12438278144 2672368 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3564.59 s
Current children cumulated vsize: 12146756 KiB
Current children cumulated memory: 10689472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1860.2 s]
/proc/loadavg: 7.11 7.10 7.49 9/269 69067
/proc/meminfo: memFree=72082356/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12146756 memory=10689472 CPUtime=3600.02 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 2035812 0 0 0 359306 696 0 0 20 0 2 0 60116266 12438278144 2672368 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3036689 2672368 3424 6655 0 3007220 0
[pid=68839/tid=68841] ppid=68836 vsize=12146756 memory=245635481903 CPUtime=1763.71 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 511114 0 0 0 176226 145 0 0 20 0 2 0 60117645 12438278144 2672368 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 12146756 KiB
Current children cumulated memory: 10689472 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.09 s, system=7.28405 s

[startup+3217.18 s]
# the end of solver process 69069 was just reported to runsolver
# Child ended because it received signal 13 (SIGPIPE)

# cumulated CPU time of all completed processes:  user=4943.05 s, system=9.50163 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+1860.8 s]
/proc/loadavg: 7.11 7.10 7.49 9/269 69067
/proc/meminfo: memFree=72082356/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12147664 memory=10690560 CPUtime=3601.21 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 2045116 0 0 0 359422 699 0 0 20 0 2 0 60116266 12439207936 2672640 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3036916 2672640 3424 6655 0 3007447 0
[pid=68839/tid=68841] ppid=68836 vsize=12147664 memory=10689472 CPUtime=1764.3 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 515426 0 0 0 176285 145 0 0 20 0 2 0 60117645 12439207936 2672640 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3601.21 s
Current children cumulated vsize: 12147664 KiB
Current children cumulated memory: 10690560 KiB

[startup+1861.6 s]
/proc/loadavg: 7.11 7.10 7.49 9/269 69068
/proc/meminfo: memFree=72072352/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=12147664 memory=10690628 CPUtime=3602.8 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 2065601 0 0 0 359576 704 0 0 20 0 2 0 60116266 12439207936 2672657 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 3036916 2672657 3424 6655 0 3007447 0
[pid=68839/tid=68841] ppid=68836 vsize=12147664 memory=10752 CPUtime=1765.1 cores=5,7
/proc/68839/task/68841/stat : 68841 (LSIPExact) R 68836 68839 67998 0 -1 4194368 527055 0 0 0 176361 149 0 0 20 0 2 0 60117645 12439207936 2672657 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
Current children cumulated CPU time: 3602.8 s
Current children cumulated vsize: 12147664 KiB
Current children cumulated memory: 10690628 KiB

[startup+1862 s]*
/proc/loadavg: 7.11 7.10 7.49 8/268 69068
/proc/meminfo: memFree=75233888/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=8187544 memory=7552716 CPUtime=3603.2 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) R 68836 68839 67998 0 -1 4194304 2240498 0 0 0 359606 714 0 0 20 0 1 0 60116266 8384045056 1888179 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2046886 1888179 3456 6655 0 2017438 0
Current children cumulated CPU time: 3603.2 s
Current children cumulated vsize: 8187544 KiB
Current children cumulated memory: 7552716 KiB

[startup+1862.2 s]
/proc/loadavg: 7.11 7.10 7.49 8/268 69068
/proc/meminfo: memFree=75233888/131250000 swapFree=33010684/33010684
[pid=68839] ppid=68836 vsize=8187544 memory=7552716 CPUtime=3603.23 cores=5,7
/proc/68839/stat : 68839 (LSIPExact) S 68836 68839 67998 0 -1 4194304 2253652 0 0 0 359608 715 0 0 20 0 1 0 60116266 8384045056 1888179 18446744073709551615 94260973658112 94261000914513 140722539141152 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94261009417352 94261009848960 94261041885184 140722539149658 140722539149834 140722539149834 140722539155436 0
/proc/68839/statm: 2046886 1888179 3456 6655 0 2017438 0
Current children cumulated CPU time: 3603.23 s
Current children cumulated vsize: 8187544 KiB
Current children cumulated memory: 7552716 KiB

Child ended because it received signal 13 (SIGPIPE)

Real time (s): 3217.18
CPU time (s): 4952.55
CPU user time (s): 4943.05
CPU system time (s): 9.50163
CPU usage (%): 153.94
Max. virtual memory (cumulated for all children) (KiB): 12722040
Max. memory (cumulated for all children) (KiB): 10894220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4943.05
system time used= 9.50163
maximum resident set size= 10896396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2662275
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= 365
involuntary context switches= 95831


# summary of solver processes directly reported to runsolver:
#   pid: 68839,69069
#   total CPU time (s): 4952.55
#   total CPU user time (s): 4943.05
#   total CPU system time (s): 9.50163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.47958 second user time and 9.97652 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 10:19:20
IDJOB=4505295
IDBENCH=155752
IDSOLVER=3336
FILE ID=nodeC013/4505295-1751444359
RUNJOBID= nodeC013-1751440305-68011
SLURM_JOB_ID= 9598399
Free space on /tmp= 432176 MiB

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

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

MD5SUM BENCH= a79b156993afc0744effacd0e3c6c3c8
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		: 3599.750
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.831
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.219
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		: 3599.814
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		: 3600.023
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.503
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		: 3600.046
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		: 3599.458
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:        102275732 kB
MemAvailable:   103607284 kB
Buffers:            3280 kB
Cached:          2130484 kB
SwapCached:            0 kB
Active:         26375276 kB
Inactive:        1885564 kB
Active(anon):   26140360 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1885564 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144460 kB
Writeback:             4 kB
AnonPages:      26122932 kB
Mapped:           135780 kB
Shmem:             13284 kB
KReclaimable:     100224 kB
Slab:             189016 kB
SReclaimable:     100224 kB
SUnreclaim:        88792 kB
KernelStack:        4336 kB
PageTables:        55808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   30325760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16672768 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= 431892 MiB
End job on nodeC013 at 2025-07-02 11:12:57