Trace number 4505526

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 S2? (TO) 3602.23 1913.41

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
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 benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.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 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
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

3494.42/1805.23	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3494.42/1805.23	c numVar: 1000400
3494.42/1805.23	c numCon: 2000307
3494.42/1805.23	c numEqual: 29707
3494.42/1805.23	c intSize: 38
3494.42/1805.23	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3494.42/1805.23	c ------------------- Paras list -------------------
3494.42/1805.23	c Name                	 Type      	 Now       	 Default   	 Comment
3494.42/1805.23	c timeout             	 double    	 3600.000000	 3600      	 
3494.42/1805.23	c mip_time            	 double    	 0.500000  	 0.5       	 
3494.42/1805.23	c ls_time             	 double    	 10.000000 	 10        	 
3494.42/1805.23	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3494.42/1805.23	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3494.42/1805.23	c random_seed         	 int       	 0         	 0         	 
3494.42/1805.23	c sample_size         	 int       	 50        	 50        	 
3494.42/1805.23	c sub_score           	 int       	 1         	 1         	 
3494.42/1805.23	c tabu_base           	 int       	 3         	 3         	 
3494.42/1805.23	c tabu_variation      	 int       	 1         	 1         	 
3494.42/1805.23	c sub_div             	 int       	 4         	 4         	 
3494.42/1805.23	c nbcore              	 int       	 2         	 1         	 
3494.42/1805.23	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3494.42/1805.23	c print_sol           	 int       	 1         	 1         	 
3494.42/1805.23	c tmpdir              	 string		 .         	 "."       	 
3494.42/1805.23	c home                	 string		 HOME	 "."       	 
3494.42/1805.23	c benchname           	 string		 HOME/instance-4505526-1751476503.opb	 ""        	 
3494.42/1805.23	c --------------------------------------------------
3494.42/1805.23	c Local Search solver
3494.42/1805.23	c MIP solver
3494.42/1805.23	c use Exact solver
3600.04/1911.20	c receive signal 15, try to interrupt solver...
3494.47/1911.31	c Exact solver (PID 67637) interrupted gracefully.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505526-1751476503/watcher-4505526-1751476503 -o /tmp/evaluation-result-4505526-1751476503/solver-4505526-1751476503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751468815-65341 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505526-1751476503.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=67407, runsolver pid=67404

[startup+0.10011 s]*
/proc/loadavg: 6.21 6.45 6.71 7/253 67408
/proc/meminfo: memFree=59029996/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=308156 memory=185608 CPUtime=0.1 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 34130 0 0 0 4 6 0 0 20 0 1 0 63329613 315551744 46402 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 77039 46402 1184 6655 0 67274 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 308156 KiB
Current children cumulated memory: 185608 KiB

[startup+0.213432 s]*
/proc/loadavg: 6.21 6.45 6.71 7/253 67408
/proc/meminfo: memFree=58892396/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=404648 memory=314888 CPUtime=0.21 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 58279 0 0 0 9 12 0 0 20 0 1 0 63329613 414359552 78722 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 101162 78722 1184 6655 0 91397 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 404648 KiB
Current children cumulated memory: 314888 KiB

[startup+0.313021 s]*
/proc/loadavg: 6.21 6.45 6.71 7/253 67408
/proc/meminfo: memFree=58783084/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=489788 memory=428680 CPUtime=0.31 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 79574 0 0 0 14 17 0 0 20 0 1 0 63329613 501542912 107170 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 122447 107170 1184 6655 0 112682 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 489788 KiB
Current children cumulated memory: 428680 KiB

[startup+0.700339 s]
/proc/loadavg: 6.21 6.45 6.71 7/253 67408
/proc/meminfo: memFree=58690028/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=550168 memory=507372 CPUtime=0.68 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 95249 0 0 0 47 21 0 0 20 0 1 0 63329613 563372032 126843 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 137542 126843 1184 6655 0 127777 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507372 KiB

[startup+1.50033 s]
/proc/loadavg: 6.27 6.46 6.71 7/253 67408
/proc/meminfo: memFree=58674168/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=964640 memory=930264 CPUtime=1.48 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 143311 0 0 0 114 34 0 0 20 0 1 0 63329613 987791360 232566 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 241160 232566 1216 6655 0 231395 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 964640 KiB
Current children cumulated memory: 930264 KiB

[startup+3.11298 s]
/proc/loadavg: 6.27 6.46 6.71 7/253 67408
/proc/meminfo: memFree=57888880/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=1389508 memory=1355224 CPUtime=3.09 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 249583 0 0 0 257 52 0 0 20 0 1 0 63329613 1422856192 338774 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 347377 338774 1216 6655 0 337612 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1389508 KiB
Current children cumulated memory: 1355224 KiB

[startup+6.30032 s]
/proc/loadavg: 6.25 6.45 6.71 7/253 67408
/proc/meminfo: memFree=57404948/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=1827636 memory=1793288 CPUtime=6.27 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 355831 0 0 0 559 68 0 0 20 0 1 0 63329613 1871499264 448322 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 456909 448322 1216 6655 0 447144 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1793288 KiB

[startup+12.7003 s]
/proc/loadavg: 6.23 6.44 6.70 7/253 67408
/proc/meminfo: memFree=56269960/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=3156864 memory=3104920 CPUtime=12.66 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 542711 0 0 0 1155 111 0 0 20 0 1 0 63329613 3232628736 776230 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 789216 776230 2304 6655 0 779451 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 3156864 KiB
Current children cumulated memory: 3104920 KiB

[startup+25.5004 s]
/proc/loadavg: 6.19 6.43 6.69 7/254 67409
/proc/meminfo: memFree=55262992/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=3963404 memory=3770016 CPUtime=25.43 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 600065 0 0 0 2398 145 0 0 20 0 2 0 63329613 4058525696 942504 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 990851 942504 2784 6655 0 964734 0
[pid=67407/tid=67409] ppid=67404 vsize=3963404 memory=280380834574624 CPUtime=0 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) S 67404 67407 65327 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 63330994 4058525696 942504 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 3963404 KiB
Current children cumulated memory: 3770016 KiB

[startup+51.1134 s]
/proc/loadavg: 6.40 6.45 6.69 8/255 67411
/proc/meminfo: memFree=45771560/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=7109732 memory=6279264 CPUtime=51.99 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 785992 0 0 0 4953 246 0 0 20 0 2 0 63329613 7280365568 1569816 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 1777433 1569816 3168 6655 0 1765220 0
[pid=67407/tid=67409] ppid=67404 vsize=7109732 memory=5882968 CPUtime=1.29 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) S 67404 67407 65327 0 -1 4194368 12844 0 0 0 118 11 0 0 20 0 2 0 63330994 7280365568 1569816 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 51.99 s
Current children cumulated vsize: 7109732 KiB
Current children cumulated memory: 6279264 KiB

[startup+102.3 s]
/proc/loadavg: 7.02 6.60 6.73 9/255 67412
/proc/meminfo: memFree=42981360/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8860244 memory=7507376 CPUtime=119.21 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 959060 0 0 0 11580 341 0 0 20 0 2 0 63329613 9072889856 1876844 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2215061 1876844 3296 6655 0 2184415 0
[pid=67407/tid=67409] ppid=67404 vsize=8860244 memory=14080 CPUtime=17.7 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 61902 0 0 0 1731 39 0 0 20 0 2 0 63330994 9072889856 1876844 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 119.21 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7507376 KiB

[startup+162.3 s]
/proc/loadavg: 7.69 6.88 6.82 9/255 67414
/proc/meminfo: memFree=45711852/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8871640 memory=7491928 CPUtime=238.08 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 981184 0 0 0 23456 352 0 0 20 0 2 0 63329613 9084559360 1872982 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2217910 1872982 3392 6655 0 2188441 0
[pid=67407/tid=67409] ppid=67404 vsize=8871640 memory=7565020 CPUtime=76.88 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 65653 0 0 0 7647 41 0 0 20 0 2 0 63330994 9084559360 1872982 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 238.08 s
Current children cumulated vsize: 8871640 KiB
Current children cumulated memory: 7491928 KiB

[startup+222.3 s]
/proc/loadavg: 8.00 7.11 6.91 9/255 67420
/proc/meminfo: memFree=44509188/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8872216 memory=7492528 CPUtime=357.13 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 1000232 0 0 0 35357 356 0 0 20 0 2 0 63329613 9085149184 1873132 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2218054 1873132 3392 6655 0 2188585 0
[pid=67407/tid=67409] ppid=67404 vsize=8872216 memory=7492528 CPUtime=136.17 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 65658 0 0 0 13575 42 0 0 20 0 2 0 63330994 9085149184 1873132 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 357.13 s
Current children cumulated vsize: 8872216 KiB
Current children cumulated memory: 7492528 KiB

[startup+282.3 s]
/proc/loadavg: 8.00 7.28 6.98 9/254 67422
/proc/meminfo: memFree=45242980/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8872816 memory=7563936 CPUtime=476.22 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 1056771 0 0 0 47258 364 0 0 20 0 2 0 63329613 9085763584 1890984 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2218204 1890984 3392 6655 0 2188735 0
[pid=67407/tid=67409] ppid=67404 vsize=8872816 memory=7495016 CPUtime=195.47 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 97254 0 0 0 19501 46 0 0 20 0 2 0 63330994 9085763584 1890984 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 476.22 s
Current children cumulated vsize: 8872816 KiB
Current children cumulated memory: 7563936 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 7.44 7.06 9/255 67425
/proc/meminfo: memFree=47684048/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8939776 memory=7568152 CPUtime=595.25 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 1083912 0 0 0 59155 370 0 0 20 0 2 0 63329613 9154330624 1892038 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2234944 1892038 3392 6655 0 2189164 0
[pid=67407/tid=67409] ppid=67404 vsize=8939776 memory=7568152 CPUtime=254.74 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 100090 0 0 0 25427 47 0 0 20 0 2 0 63330994 9154330624 1892038 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 595.25 s
Current children cumulated vsize: 8939776 KiB
Current children cumulated memory: 7568152 KiB

[startup+402.3 s]
/proc/loadavg: 7.47 7.37 7.06 8/254 67429
/proc/meminfo: memFree=55697036/131382116 swapFree=33010160/33010684

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

/proc/loadavg: 7.32 7.20 7.09 8/254 67625
/proc/meminfo: memFree=102034936/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=12065008 memory=10588056 CPUtime=2854.33 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2057571 0 0 0 284748 685 0 0 20 0 2 0 63329613 12354568192 2647014 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 3016252 2647014 3520 6655 0 2980098 0
[pid=67407/tid=67409] ppid=67404 vsize=12065008 memory=14080 CPUtime=1378.97 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 516219 0 0 0 137721 176 0 0 20 0 2 0 63330994 12354568192 2647014 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 2854.33 s
Current children cumulated vsize: 12065008 KiB
Current children cumulated memory: 10588056 KiB

[startup+1542.3 s]
/proc/loadavg: 7.73 7.33 7.15 9/254 67627
/proc/meminfo: memFree=102004712/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=12065008 memory=10588056 CPUtime=2973.34 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2069603 0 0 0 296645 689 0 0 20 0 2 0 63329613 12354568192 2647014 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 3016252 2647014 3520 6655 0 2980098 0
[pid=67407/tid=67409] ppid=67404 vsize=12065008 memory=10588056 CPUtime=1438.26 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 518771 0 0 0 143650 176 0 0 20 0 2 0 63330994 12354568192 2647014 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 2973.34 s
Current children cumulated vsize: 12065008 KiB
Current children cumulated memory: 10588056 KiB

[startup+1602.3 s]
/proc/loadavg: 7.96 7.47 7.21 9/254 67629
/proc/meminfo: memFree=102004764/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=12066832 memory=10590172 CPUtime=3092.33 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2101361 0 0 0 308539 694 0 0 20 0 2 0 63329613 12356435968 2647543 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 3016708 2647543 3520 6655 0 2980554 0
[pid=67407/tid=67409] ppid=67404 vsize=12066832 memory=10588056 CPUtime=1497.56 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 531226 0 0 0 149576 180 0 0 20 0 2 0 63330994 12356435968 2647543 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 3092.33 s
Current children cumulated vsize: 12066832 KiB
Current children cumulated memory: 10590172 KiB

[startup+1662.3 s]
/proc/loadavg: 7.95 7.56 7.25 9/254 67631
/proc/meminfo: memFree=101961896/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=12067816 memory=10590244 CPUtime=3211.35 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2124786 0 0 0 320434 701 0 0 20 0 2 0 63329613 12357443584 2647561 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 3016954 2647561 3520 6655 0 2980800 0
[pid=67407/tid=67409] ppid=67404 vsize=12067816 memory=10588056 CPUtime=1556.86 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 540472 0 0 0 155503 183 0 0 20 0 2 0 63330994 12357443584 2647561 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 3211.35 s
Current children cumulated vsize: 12067816 KiB
Current children cumulated memory: 10590244 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 7.67 7.31 9/255 67634
/proc/meminfo: memFree=101956416/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=12067816 memory=10590244 CPUtime=3330.35 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2145312 0 0 0 332330 705 0 0 20 0 2 0 63329613 12357443584 2647561 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 3016954 2647561 3520 6655 0 2980800 0
[pid=67407/tid=67409] ppid=67404 vsize=12067816 memory=10588056 CPUtime=1616.16 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 545964 0 0 0 161432 184 0 0 20 0 2 0 63330994 12357443584 2647561 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 3330.35 s
Current children cumulated vsize: 12067816 KiB
Current children cumulated memory: 10590244 KiB

[startup+1782.3 s]
/proc/loadavg: 8.10 7.75 7.37 9/255 67636
/proc/meminfo: memFree=101956768/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=12069244 memory=10594064 CPUtime=3449.34 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2165609 0 0 0 344225 709 0 0 20 0 2 0 63329613 12358905856 2648516 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 3017311 2648516 3520 6655 0 2981157 0
[pid=67407/tid=67409] ppid=67404 vsize=12069244 memory=10594064 CPUtime=1675.47 cores=4,6
/proc/67407/task/67409/stat : 67409 (LSIPExact) R 67404 67407 65327 0 -1 4194368 555992 0 0 0 167359 188 0 0 20 0 2 0 63330994 12358905856 2648516 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
Current children cumulated CPU time: 3449.34 s
Current children cumulated vsize: 12069244 KiB
Current children cumulated memory: 10594064 KiB

[startup+1842.3 s]
/proc/loadavg: 7.59 7.68 7.37 8/254 67641
/proc/meminfo: memFree=101726616/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8392848 memory=7692008 CPUtime=3494.46 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) S 67404 67407 65327 0 -1 4194304 2385709 0 0 0 348714 732 0 0 20 0 1 0 63329613 8594276352 1923002 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2098212 1923002 3552 6655 0 2066114 0
[pid=67637] ppid=67407 vsize=3250372 memory=3158040 CPUtime=36.91 cores=4,6
/proc/67637/stat : 67637 (Exact) R 67407 67637 67637 0 -1 4194304 284419 0 0 0 3561 130 0 0 20 0 1 0 63510136 3328380928 789510 18446744073709551615 4198400 8335837 140736903054064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38699008 140736903055547 140736903055901 140736903055901 140736903061455 0
/proc/67637/statm: 812593 789510 1088 1011 0 811360 0
Current children cumulated CPU time: 3531.37 s
Current children cumulated vsize: 11643220 KiB
Current children cumulated memory: 10850048 KiB

[startup+1902.3 s]
/proc/loadavg: 7.31 7.59 7.35 8/255 67644
/proc/meminfo: memFree=101485864/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8392848 memory=7692008 CPUtime=3494.46 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) S 67404 67407 65327 0 -1 4194304 2385709 0 0 0 348714 732 0 0 20 0 1 0 63329613 8594276352 1923002 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2098212 1923002 3552 6655 0 2066114 0
[pid=67637] ppid=67407 vsize=3546160 memory=3384624 CPUtime=96.71 cores=4,6
/proc/67637/stat : 67637 (Exact) R 67407 67637 67637 0 -1 4194304 326277 0 0 0 9525 146 0 0 20 0 1 0 63510136 3631267840 846156 18446744073709551615 4198400 8335837 140736903054064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38699008 140736903055547 140736903055901 140736903055901 140736903061455 0
/proc/67637/statm: 886540 846156 1088 1011 0 885307 0
Current children cumulated CPU time: 3591.17 s
Current children cumulated vsize: 11939008 KiB
Current children cumulated memory: 11076632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1911.2 s]
/proc/loadavg: 7.27 7.57 7.35 8/255 67644
/proc/meminfo: memFree=101485880/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8392848 memory=7692008 CPUtime=3494.46 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) S 67404 67407 65327 0 -1 4194304 2385709 0 0 0 348714 732 0 0 20 0 1 0 63329613 8594276352 1923002 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2098212 1923002 3552 6655 0 2066114 0
[pid=67637] ppid=67407 vsize=3546160 memory=3384624 CPUtime=105.58 cores=4,6
/proc/67637/stat : 67637 (Exact) R 67407 67637 67637 0 -1 4194304 326295 0 0 0 10412 146 0 0 20 0 1 0 63510136 3631267840 846156 18446744073709551615 4198400 8335837 140736903054064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 38699008 140736903055547 140736903055901 140736903055901 140736903061455 0
/proc/67637/statm: 886540 846156 1088 1011 0 885307 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 11939008 KiB
Current children cumulated memory: 11076632 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.95 s, system=9.28158 s

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

[startup+1912 s]*
/proc/loadavg: 7.27 7.57 7.35 8/254 67645
/proc/meminfo: memFree=104893020/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8345964 memory=7645128 CPUtime=3600.82 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2506531 326475 0 0 348770 746 10414 152 20 0 1 0 63329613 8546267136 1911282 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2086491 1911282 3552 6655 0 2054393 0
Current children cumulated CPU time: 3600.82 s
Current children cumulated vsize: 8345964 KiB
Current children cumulated memory: 7645128 KiB

[startup+1912.8 s]
/proc/loadavg: 7.27 7.57 7.35 8/254 67645
/proc/meminfo: memFree=104893020/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8345964 memory=7645128 CPUtime=3601.6 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2515860 326475 0 0 348847 747 10414 152 20 0 1 0 63329613 8546267136 1911282 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2086491 1911282 3552 6655 0 2054393 0
Current children cumulated CPU time: 3601.6 s
Current children cumulated vsize: 8345964 KiB
Current children cumulated memory: 7645128 KiB

[startup+1913.2 s]
/proc/loadavg: 7.27 7.57 7.35 8/254 67645
/proc/meminfo: memFree=105000992/131382116 swapFree=33010160/33010684
[pid=67407] ppid=67404 vsize=8236548 memory=7535708 CPUtime=3602 cores=4,6
/proc/67407/stat : 67407 (LSIPExact) R 67404 67407 65327 0 -1 4194304 2588522 326475 0 0 348880 754 10414 152 20 0 1 0 63329613 8434225152 1883927 18446744073709551615 94134292209664 94134319466065 140724111833840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94134327968904 94134328400512 94134343487488 140724111837530 140724111837706 140724111837706 140724111843308 0
/proc/67407/statm: 2059137 1883927 3552 6655 0 2027039 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 8236548 KiB
Current children cumulated memory: 7535708 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1913.41
CPU time (s): 3602.23
CPU user time (s): 3592.95
CPU system time (s): 9.28158
CPU usage (%): 188.262
Max. virtual memory (cumulated for all children) (KiB): 13151724
Max. memory (cumulated for all children) (KiB): 11141220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.95
system time used= 9.28158
maximum resident set size= 11143268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2915043
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= 392
involuntary context switches= 45242


# summary of solver processes directly reported to runsolver:
#   pid: 67407
#   total CPU time (s): 3602.23
#   total CPU user time (s): 3592.95
#   total CPU system time (s): 9.28158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.55493 second user time and 10.4297 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 19:15:04
IDJOB=4505526
IDBENCH=155760
IDSOLVER=3337
FILE ID=nodeC004/4505526-1751476503
RUNJOBID= nodeC004-1751468815-65341
SLURM_JOB_ID= 9598488
Free space on /tmp= 430844 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_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-4505526-1751476503/watcher-4505526-1751476503 -o /tmp/evaluation-result-4505526-1751476503/solver-4505526-1751476503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751468815-65341 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505526-1751476503.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=478506351

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.280
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.598
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.452
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.768
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.775
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.197
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.646
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        59187520 kB
MemAvailable:   65609292 kB
Buffers:            2720 kB
Cached:          7171496 kB
SwapCached:           20 kB
Active:         64511844 kB
Inactive:        6834812 kB
Active(anon):   64184212 kB
Inactive(anon):     6188 kB
Active(file):     327632 kB
Inactive(file):  6828624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144468 kB
Writeback:             4 kB
AnonPages:      64162028 kB
Mapped:           138592 kB
Shmem:             17956 kB
KReclaimable:     210288 kB
Slab:             296940 kB
SReclaimable:     210288 kB
SUnreclaim:        86652 kB
KernelStack:        4080 kB
PageTables:       130692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   75029256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  45193216 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431348 MiB
End job on nodeC004 at 2025-07-02 19:46:58