Trace number 4527606

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.12 1846.16

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_3_mh.opb
MD5SUM9ac2461cadb9f34c01e229706adee951
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 benchmark3309833
Best CPU time to get the best result obtained on this benchmark71967.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.01/1844.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.01/1844.11	c numVar: 250200
3600.01/1844.11	c numCon: 605407
3600.01/1844.11	c numEqual: 4907
3600.01/1844.11	c intSize: 36
3600.01/1844.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.01/1844.11	c ------------------- Paras list -------------------
3600.01/1844.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.01/1844.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.01/1844.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.01/1844.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.01/1844.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.01/1844.11	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.01/1844.11	c random_seed         	 int       	 0         	 0         	 
3600.01/1844.11	c sample_size         	 int       	 50        	 50        	 
3600.01/1844.11	c sub_score           	 int       	 1         	 1         	 
3600.01/1844.11	c tabu_base           	 int       	 3         	 3         	 
3600.01/1844.11	c tabu_variation      	 int       	 1         	 1         	 
3600.01/1844.11	c sub_div             	 int       	 4         	 4         	 
3600.01/1844.11	c nbcore              	 int       	 2         	 1         	 
3600.01/1844.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.01/1844.11	c print_sol           	 int       	 1         	 1         	 
3600.01/1844.11	c tmpdir              	 string		 .         	 "."       	 
3600.01/1844.11	c home                	 string		 HOME	 "."       	 
3600.01/1844.11	c benchname           	 string		 HOME/instance-4527606-1752234039.opb	 ""        	 
3600.01/1844.11	c --------------------------------------------------
3600.01/1844.11	c Local Search solver
3600.01/1844.11	c LS find feasible solution for PBO with objective value 485168077
3600.01/1844.11	c MIP solver
3600.01/1844.11	c receive signal 15, try to interrupt solver...
3600.20/1844.26	c MIP solver find feasible solution
3600.30/1844.30	c MIP solver objective value: 6.48701e+07
3600.40/1844.44	c MIP find feasible solution for PBO with objective value 64870099
3600.40/1844.44	c copy file: 0
3600.40/1844.44	c gen ub file: HOME/instance-4527606-1752234039.opb_ub.opb
3600.40/1844.44	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: 63708 MiB (62702 MiB free)
  memory of node 1: 64465 MiB (63225 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527606-1752234039/watcher-4527606-1752234039 -o /tmp/evaluation-result-4527606-1752234039/solver-4527606-1752234039 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114478 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527606-1752234039.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114736, runsolver pid=114732

[startup+0.100062 s]*
/proc/loadavg: 7.40 7.92 6.97 3/263 114743
/proc/meminfo: memFree=128846812/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=193124 memory=148264 CPUtime=0.06 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 27396 0 0 0 2 4 0 0 20 0 1 0 139081950 197758976 37066 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 48281 37066 1152 6655 0 38516 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 193124 KiB
Current children cumulated memory: 148264 KiB

[startup+0.205632 s]*
/proc/loadavg: 7.40 7.92 6.97 4/263 114743
/proc/meminfo: memFree=128771716/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=212888 memory=168964 CPUtime=0.17 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 33034 0 0 0 12 5 0 0 20 0 1 0 139081950 217997312 42241 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 53222 42241 1152 6655 0 43457 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 212888 KiB
Current children cumulated memory: 168964 KiB

[startup+0.305786 s]*
/proc/loadavg: 7.40 7.92 6.97 4/263 114743
/proc/meminfo: memFree=128508792/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=329912 memory=294432 CPUtime=0.27 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 53084 0 0 0 17 10 0 0 20 0 1 0 139081950 337829888 73608 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 82478 73608 1184 6655 0 72713 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 329912 KiB
Current children cumulated memory: 294432 KiB

[startup+0.700178 s]
/proc/loadavg: 7.40 7.92 6.97 4/263 114743
/proc/meminfo: memFree=128371980/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=454540 memory=417952 CPUtime=0.66 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 83953 0 0 0 51 15 0 0 20 0 1 0 139081950 465448960 104488 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 113635 104488 1184 6655 0 103870 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 454540 KiB
Current children cumulated memory: 417952 KiB

[startup+1.50019 s]
/proc/loadavg: 7.40 7.92 6.97 4/263 114743
/proc/meminfo: memFree=128076572/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=513264 memory=476704 CPUtime=1.44 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 98648 0 0 0 125 19 0 0 20 0 1 0 139081950 525582336 119176 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 128316 119176 1184 6655 0 118551 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476704 KiB

[startup+3.10561 s]
/proc/loadavg: 7.40 7.92 6.97 4/264 114809
/proc/meminfo: memFree=128344260/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=513264 memory=476704 CPUtime=3.03 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 98690 0 0 0 283 20 0 0 20 0 1 0 139081950 525582336 119176 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 128316 119176 1184 6655 0 118551 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476704 KiB

[startup+6.30016 s]
/proc/loadavg: 7.13 7.85 6.96 5/266 114825
/proc/meminfo: memFree=127937916/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=514332 memory=477600 CPUtime=6.22 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 99007 0 0 0 601 21 0 0 20 0 1 0 139081950 526675968 119400 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 128583 119400 1184 6655 0 118818 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 514332 KiB
Current children cumulated memory: 477600 KiB

[startup+12.7002 s]
/proc/loadavg: 6.87 7.79 6.94 5/269 114828
/proc/meminfo: memFree=126726364/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=1141464 memory=1022392 CPUtime=12.6 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 184247 0 0 0 1219 41 0 0 20 0 2 0 139081950 1168859136 255598 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 285366 255598 2848 6655 0 259249 0
[pid=114736/tid=114826] ppid=114732 vsize=1141464 memory=-7880352373802236028 CPUtime=0 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) S 114732 114736 114460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083044 1168859136 255598 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1141464 KiB
Current children cumulated memory: 1022392 KiB

[startup+25.5002 s]
/proc/loadavg: 6.54 7.67 6.91 7/270 114830
/proc/meminfo: memFree=124713556/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=1438876 memory=1304616 CPUtime=25.36 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 265591 0 0 0 2478 58 0 0 20 0 2 0 139081950 1473409024 326154 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 359719 326154 2944 6655 0 333602 0
[pid=114736/tid=114826] ppid=114732 vsize=1438876 memory=1304616 CPUtime=0 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) S 114732 114736 114460 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083044 1473409024 326154 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1438876 KiB
Current children cumulated memory: 1304616 KiB

[startup+51.1056 s]
/proc/loadavg: 6.78 7.63 6.92 8/270 114830
/proc/meminfo: memFree=122180788/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=2912944 memory=2605476 CPUtime=64.8 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 464429 0 0 0 6356 124 0 0 20 0 2 0 139081950 2982854656 651369 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 728236 651369 3456 6655 0 695859 0
[pid=114736/tid=114826] ppid=114732 vsize=2912944 memory=14156 CPUtime=13.97 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) S 114732 114736 114460 0 -1 4194368 87525 0 0 0 1370 27 0 0 20 0 2 0 139083044 2982854656 651369 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 64.8 s
Current children cumulated vsize: 2912944 KiB
Current children cumulated memory: 2605476 KiB

[startup+102.3 s]
/proc/loadavg: 7.35 7.64 6.96 9/270 114833
/proc/meminfo: memFree=120506980/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3569660 memory=3292892 CPUtime=151.15 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 705416 0 0 0 14928 187 0 0 20 0 2 0 139081950 3655331840 823223 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 892415 823223 3520 6655 0 860038 0
[pid=114736/tid=114826] ppid=114732 vsize=3569660 memory=16128 CPUtime=49.33 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 137342 0 0 0 4898 35 0 0 20 0 2 0 139083044 3655331840 823223 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 151.15 s
Current children cumulated vsize: 3569660 KiB
Current children cumulated memory: 3292892 KiB

[startup+162.3 s]
/proc/loadavg: 7.53 7.66 7.01 9/269 114835
/proc/meminfo: memFree=119414432/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3814528 memory=3594840 CPUtime=264.43 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 969390 0 0 0 26185 258 0 0 20 0 2 0 139081950 3906076672 898710 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 953632 898710 3552 6655 0 923050 0
[pid=114736/tid=114826] ppid=114732 vsize=3814528 memory=3349968 CPUtime=102.91 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 227492 0 0 0 10234 57 0 0 20 0 2 0 139083044 3906076672 898710 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 264.43 s
Current children cumulated vsize: 3814528 KiB
Current children cumulated memory: 3594840 KiB

[startup+222.3 s]
/proc/loadavg: 7.93 7.75 7.09 9/268 114838
/proc/meminfo: memFree=119107184/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3864796 memory=3678768 CPUtime=383.42 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 1096440 0 0 0 38065 277 0 0 20 0 2 0 139081950 3957551104 919692 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 966199 919692 3552 6655 0 935617 0
[pid=114736/tid=114826] ppid=114732 vsize=3864796 memory=3668232 CPUtime=162.19 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 261258 0 0 0 16157 62 0 0 20 0 2 0 139083044 3957551104 919692 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 383.42 s
Current children cumulated vsize: 3864796 KiB
Current children cumulated memory: 3678768 KiB

[startup+282.3 s]
/proc/loadavg: 8.02 7.82 7.15 9/268 114840
/proc/meminfo: memFree=119070848/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3865296 memory=3685760 CPUtime=502.41 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 1121477 0 0 0 49958 283 0 0 20 0 2 0 139081950 3958063104 921440 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 966324 921440 3552 6655 0 935742 0
[pid=114736/tid=114826] ppid=114732 vsize=3865296 memory=3685760 CPUtime=221.46 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 284731 0 0 0 22080 66 0 0 20 0 2 0 139083044 3958063104 921440 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 502.41 s
Current children cumulated vsize: 3865296 KiB
Current children cumulated memory: 3685760 KiB

[startup+342.3 s]
/proc/loadavg: 8.08 7.87 7.21 9/268 114843
/proc/meminfo: memFree=119019924/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3879572 memory=3709812 CPUtime=621.38 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 1183318 0 0 0 61844 294 0 0 20 0 2 0 139081950 3972681728 927453 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 969893 927453 3552 6655 0 939311 0
[pid=114736/tid=114826] ppid=114732 vsize=3879572 memory=3685760 CPUtime=280.72 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 306216 0 0 0 28002 70 0 0 20 0 2 0 139083044 3972681728 927453 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 621.38 s
Current children cumulated vsize: 3879572 KiB
Current children cumulated memory: 3709812 KiB


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

[startup+1542.3 s]
/proc/loadavg: 8.15 8.09 7.88 9/267 114911
/proc/meminfo: memFree=118467380/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=4394884 memory=4195364 CPUtime=3001.37 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2090980 0 0 0 299561 576 0 0 20 0 2 0 139081950 4500361216 1048841 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1098721 1048841 3552 6655 0 1064602 0
[pid=114736/tid=114826] ppid=114732 vsize=4394884 memory=4195364 CPUtime=1466.24 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 678392 0 0 0 146362 262 0 0 20 0 2 0 139083044 4500361216 1048841 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3001.37 s
Current children cumulated vsize: 4394884 KiB
Current children cumulated memory: 4195364 KiB

[startup+1602.3 s]
/proc/loadavg: 8.05 8.07 7.89 9/268 114914
/proc/meminfo: memFree=118264836/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=4605556 memory=4396492 CPUtime=3120.47 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2128853 0 0 0 311425 622 0 0 20 0 2 0 139081950 4716089344 1099123 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1151389 1099123 3552 6655 0 1116113 0
[pid=114736/tid=114826] ppid=114732 vsize=4605556 memory=4152416 CPUtime=1525.58 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 697922 0 0 0 152264 294 0 0 20 0 2 0 139083044 4716089344 1099123 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3120.47 s
Current children cumulated vsize: 4605556 KiB
Current children cumulated memory: 4396492 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.14 7.93 8/268 114916
/proc/meminfo: memFree=118307472/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=4749772 memory=4543120 CPUtime=3239.47 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2193160 0 0 0 323289 658 0 0 20 0 2 0 139081950 4863766528 1135780 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1187443 1135780 3552 6655 0 1148076 0
[pid=114736/tid=114826] ppid=114732 vsize=4749772 memory=14156 CPUtime=1584.86 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 725057 0 0 0 158175 311 0 0 20 0 2 0 139083044 4863766528 1135780 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3239.47 s
Current children cumulated vsize: 4749772 KiB
Current children cumulated memory: 4543120 KiB

[startup+1722.3 s]
/proc/loadavg: 7.56 7.97 7.89 8/268 114918
/proc/meminfo: memFree=118197036/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=4884620 memory=4677960 CPUtime=3358.43 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2250721 0 0 0 335157 686 0 0 20 0 2 0 139081950 5001850880 1169490 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1221155 1169490 3552 6655 0 1179339 0
[pid=114736/tid=114826] ppid=114732 vsize=4884620 memory=14156 CPUtime=1644.11 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 753713 0 0 0 164089 322 0 0 20 0 2 0 139083044 5001850880 1169490 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3358.43 s
Current children cumulated vsize: 4884620 KiB
Current children cumulated memory: 4677960 KiB

[startup+1782.3 s]
/proc/loadavg: 7.26 7.81 7.83 8/268 114920
/proc/meminfo: memFree=117874260/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=5153376 memory=4955200 CPUtime=3477.43 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2284092 0 0 0 346998 745 0 0 20 0 2 0 139081950 5277057024 1238800 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1288344 1238800 3552 6655 0 1250993 0
[pid=114736/tid=114826] ppid=114732 vsize=5153376 memory=4913148 CPUtime=1703.39 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 773305 0 0 0 169981 358 0 0 20 0 2 0 139083044 5277057024 1238800 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3477.43 s
Current children cumulated vsize: 5153376 KiB
Current children cumulated memory: 4955200 KiB

[startup+1842.3 s]
/proc/loadavg: 7.05 7.66 7.78 6/268 114978
/proc/meminfo: memFree=121246068/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=5403444 memory=5180064 CPUtime=3596.44 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2340883 0 0 0 358855 789 0 0 20 0 2 0 139081950 5533126656 1295016 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1350861 1295016 3552 6655 0 1312346 0
[pid=114736/tid=114826] ppid=114732 vsize=5403444 memory=4914116 CPUtime=1762.67 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 787118 0 0 0 175891 376 0 0 20 0 2 0 139083044 5533126656 1295016 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3596.44 s
Current children cumulated vsize: 5403444 KiB
Current children cumulated memory: 5180064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1844.11 s]
/proc/loadavg: 7.05 7.66 7.78 6/267 115023
/proc/meminfo: memFree=121691024/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=5403444 memory=5189792 CPUtime=3600.01 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) R 114732 114736 114460 0 -1 4194304 2343242 0 0 0 359209 792 0 0 20 0 2 0 139081950 5533126656 1297448 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 1350861 1297448 3552 6655 0 1312346 0
[pid=114736/tid=114826] ppid=114732 vsize=5403444 memory=4914116 CPUtime=1764.45 cores=4,6
/proc/114736/task/114826/stat : 114826 (LSIPExact) R 114732 114736 114460 0 -1 4194368 787561 0 0 0 176067 378 0 0 20 0 2 0 139083044 5533126656 1297448 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 5403444 KiB
Current children cumulated memory: 5189792 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.43 s, system=8.05687 s

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

# cumulated CPU time of all completed processes:  user=3593.9 s, system=8.21543 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+1844.8 s]
/proc/loadavg: 7.05 7.66 7.78 6/267 115023
/proc/meminfo: memFree=121691024/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3013500 memory=2906800 CPUtime=3600.42 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) S 114732 114736 114460 0 -1 4194304 2428267 232 0 0 359242 800 0 0 20 0 1 0 139081950 3085824000 726700 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 753375 726700 3584 6655 0 729568 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 3013500 KiB
Current children cumulated memory: 2906800 KiB

[startup+1845.6 s]
/proc/loadavg: 6.89 7.61 7.76 5/267 115025
/proc/meminfo: memFree=123685916/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3013500 memory=2906800 CPUtime=3600.42 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) S 114732 114736 114460 0 -1 4194304 2428267 232 0 0 359242 800 0 0 20 0 1 0 139081950 3085824000 726700 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 753375 726700 3584 6655 0 729568 0
[pid=115025] ppid=114736 vsize=365172 memory=350192 CPUtime=1.11 cores=4,6
/proc/115025/stat : 115025 (Exact) R 114736 115025 115025 0 -1 4194304 57159 0 0 0 99 12 0 0 20 0 1 0 139266394 373936128 87548 18446744073709551615 4198400 8335837 140732879619104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 19763200 140732879628466 140732879628827 140732879628827 140732879634383 0
/proc/115025/statm: 91293 87548 960 1011 0 90060 0
Current children cumulated CPU time: 3601.53 s
Current children cumulated vsize: 3378672 KiB
Current children cumulated memory: 3256992 KiB

[startup+1846 s]*
/proc/loadavg: 6.89 7.61 7.76 5/267 115025
/proc/meminfo: memFree=123565844/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3013500 memory=2906800 CPUtime=3600.42 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) S 114732 114736 114460 0 -1 4194304 2428267 232 0 0 359242 800 0 0 20 0 1 0 139081950 3085824000 726700 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 753375 726700 3584 6655 0 729568 0
[pid=115025] ppid=114736 vsize=411952 memory=384012 CPUtime=1.51 cores=4,6
/proc/115025/stat : 115025 (Exact) R 114736 115025 115025 0 -1 4194304 63441 0 0 0 137 14 0 0 20 0 1 0 139266394 421838848 96003 18446744073709551615 4198400 8335837 140732879619104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 19763200 140732879628466 140732879628827 140732879628827 140732879634383 0
/proc/115025/statm: 102988 96003 960 1011 0 101755 0
Current children cumulated CPU time: 3601.93 s
Current children cumulated vsize: 3425452 KiB
Current children cumulated memory: 3290812 KiB

[startup+1846.11 s]
/proc/loadavg: 6.89 7.61 7.76 5/267 115025
/proc/meminfo: memFree=123565844/131249996 swapFree=33000896/33010684
[pid=114736] ppid=114732 vsize=3013500 memory=2906800 CPUtime=3600.42 cores=4,6
/proc/114736/stat : 114736 (LSIPExact) S 114732 114736 114460 0 -1 4194304 2428267 232 0 0 359242 800 0 0 20 0 1 0 139081950 3085824000 726700 18446744073709551615 94133105410048 94133132667217 140726241274752 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94133141169288 94133141600896 94133154979840 140726241282392 140726241282568 140726241282568 140726241288172 0
/proc/114736/statm: 753375 726700 3584 6655 0 729568 0
[pid=115025] ppid=114736 vsize=427660 memory=401704 CPUtime=1.61 cores=4,6
/proc/115025/stat : 115025 (Exact) R 114736 115025 115025 0 -1 4194304 67358 0 0 0 147 14 0 0 20 0 1 0 139266394 437923840 100426 18446744073709551615 4198400 8335837 140732879619104 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 9148648 9230840 19763200 140732879628466 140732879628827 140732879628827 140732879634383 0
/proc/115025/statm: 106915 100426 960 1011 0 105682 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 3441160 KiB
Current children cumulated memory: 3308504 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1846.16
CPU time (s): 3602.12
CPU user time (s): 3593.9
CPU system time (s): 8.21543
CPU usage (%): 195.114
Max. virtual memory (cumulated for all children) (KiB): 5403444
Max. memory (cumulated for all children) (KiB): 5189792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.9
system time used= 8.21543
maximum resident set size= 5214440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2495857
page faults= 0
swaps= 0
block input operations= 51224
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 605
involuntary context switches= 76586


# summary of solver processes directly reported to runsolver:
#   pid: 114736,115025
#   total CPU time (s): 3602.12
#   total CPU user time (s): 3593.9
#   total CPU system time (s): 8.21543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.66129 second user time and 9.13833 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 13:40:40
IDJOB=4527606
IDBENCH=155653
IDSOLVER=3384
FILE ID=nodeC023/4527606-1752234039
RUNJOBID= nodeC023-1752232205-114478
SLURM_JOB_ID= 9682534
Free space on /tmp= 431728 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_3_mh.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527606-1752234039/watcher-4527606-1752234039 -o /tmp/evaluation-result-4527606-1752234039/solver-4527606-1752234039 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752232205-114478 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527606-1752234039.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9ac2461cadb9f34c01e229706adee951
RANDOM SEED=1101230875

nodeC023 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.858
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.78
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.922
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.78
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		: 3602.784
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.78
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.923
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.935
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.78
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		: 3700.000
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.78
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.78
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128951400 kB
MemAvailable:   129124032 kB
Buffers:              16 kB
Cached:           913720 kB
SwapCached:         2860 kB
Active:           796120 kB
Inactive:         750296 kB
Active(anon):     592536 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   697540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            140264 kB
Writeback:             4 kB
AnonPages:        632916 kB
Mapped:           112444 kB
Shmem:             12612 kB
KReclaimable:     221496 kB
Slab:             314124 kB
SReclaimable:     221496 kB
SUnreclaim:        92628 kB
KernelStack:        4192 kB
PageTables:         4148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     936816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431636 MiB
End job on nodeC023 at 2025-07-11 14:11:27