Trace number 4527802

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.35 1826.67

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
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 benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.09/1824.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.09/1824.40	c numVar: 35169
3600.09/1824.40	c numCon: 28729
3600.09/1824.40	c numEqual: 224
3600.09/1824.40	c intSize: 12
3600.09/1824.40	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.09/1824.40	c ------------------- Paras list -------------------
3600.09/1824.40	c Name                	 Type      	 Now       	 Default   	 Comment
3600.09/1824.40	c timeout             	 double    	 3600.000000	 3600      	 
3600.09/1824.40	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.09/1824.40	c ls_time             	 double    	 10.000000 	 10        	 
3600.09/1824.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.09/1824.40	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.09/1824.40	c random_seed         	 int       	 0         	 0         	 
3600.09/1824.40	c sample_size         	 int       	 50        	 50        	 
3600.09/1824.40	c sub_score           	 int       	 1         	 1         	 
3600.09/1824.40	c tabu_base           	 int       	 3         	 3         	 
3600.09/1824.40	c tabu_variation      	 int       	 1         	 1         	 
3600.09/1824.40	c sub_div             	 int       	 4         	 4         	 
3600.09/1824.40	c nbcore              	 int       	 2         	 1         	 
3600.09/1824.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.09/1824.40	c print_sol           	 int       	 1         	 1         	 
3600.09/1824.40	c tmpdir              	 string		 .         	 "."       	 
3600.09/1824.40	c home                	 string		 HOME	 "."       	 
3600.09/1824.40	c benchname           	 string		 HOME/instance-4527802-1752236168.opb	 ""        	 
3600.09/1824.40	c --------------------------------------------------
3600.09/1824.40	c Local Search solver
3600.09/1824.40	c MIP solver
3600.09/1824.40	c receive signal 15, try to interrupt solver...
3600.20/1824.56	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: 63794 MiB (62649 MiB free)
  memory of node 1: 64507 MiB (39153 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527802-1752236168/watcher-4527802-1752236168 -o /tmp/evaluation-result-4527802-1752236168/solver-4527802-1752236168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752232205-108165 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527802-1752236168.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=109500, runsolver pid=109497

[startup+0.100069 s]*
/proc/loadavg: 7.94 7.92 7.65 8/254 109501
/proc/meminfo: memFree=104207484/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=70892 memory=36224 CPUtime=0.1 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8088 0 0 0 8 2 0 0 20 0 1 0 139296167 72593408 9056 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 17723 9056 1120 6655 0 7958 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 70892 KiB
Current children cumulated memory: 36224 KiB

[startup+0.212547 s]*
/proc/loadavg: 7.94 7.92 7.65 8/254 109501
/proc/meminfo: memFree=104205720/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=73808 memory=39040 CPUtime=0.21 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8810 0 0 0 19 2 0 0 20 0 1 0 139296167 75579392 9760 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 18452 9760 1120 6655 0 8687 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39040 KiB

[startup+0.312575 s]*
/proc/loadavg: 7.94 7.92 7.65 8/254 109501
/proc/meminfo: memFree=104205720/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=73808 memory=39040 CPUtime=0.31 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8810 0 0 0 29 2 0 0 20 0 1 0 139296167 75579392 9760 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 18452 9760 1120 6655 0 8687 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39040 KiB

[startup+0.700297 s]
/proc/loadavg: 7.94 7.92 7.65 8/254 109501
/proc/meminfo: memFree=104205720/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=73808 memory=39040 CPUtime=0.68 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8810 0 0 0 66 2 0 0 20 0 1 0 139296167 75579392 9760 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 18452 9760 1120 6655 0 8687 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39040 KiB

[startup+1.5003 s]
/proc/loadavg: 7.94 7.92 7.65 8/254 109501
/proc/meminfo: memFree=104170904/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=73808 memory=39040 CPUtime=1.48 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8810 0 0 0 146 2 0 0 20 0 1 0 139296167 75579392 9760 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 18452 9760 1120 6655 0 8687 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39040 KiB

[startup+3.11306 s]
/proc/loadavg: 7.87 7.90 7.65 8/254 109501
/proc/meminfo: memFree=104218196/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=73808 memory=39040 CPUtime=3.08 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8810 0 0 0 306 2 0 0 20 0 1 0 139296167 75579392 9760 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 18452 9760 1120 6655 0 8687 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39040 KiB

[startup+6.30028 s]
/proc/loadavg: 7.87 7.90 7.65 8/254 109501
/proc/meminfo: memFree=104222800/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=73808 memory=39040 CPUtime=6.26 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 8810 0 0 0 624 2 0 0 20 0 1 0 139296167 75579392 9760 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 18452 9760 1120 6655 0 8687 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 73808 KiB
Current children cumulated memory: 39040 KiB

[startup+12.7002 s]
/proc/loadavg: 7.73 7.87 7.64 8/253 109547
/proc/meminfo: memFree=126788144/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=345956 memory=265560 CPUtime=14.47 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 68818 0 0 0 1433 14 0 0 20 0 2 0 139296167 354258944 66390 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 86489 66390 3424 6655 0 73903 0
[pid=109500/tid=109502] ppid=109497 vsize=345956 memory=251992 CPUtime=1.86 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 12925 0 0 0 182 4 0 0 20 0 2 0 139297176 354258944 66390 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 345956 KiB
Current children cumulated memory: 265560 KiB

[startup+25.5002 s]
/proc/loadavg: 7.62 7.84 7.63 9/254 109548
/proc/meminfo: memFree=126644072/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=395580 memory=292024 CPUtime=39.73 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 163111 0 0 0 3948 25 0 0 20 0 2 0 139296167 405073920 73006 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 98895 73006 3424 6655 0 73434 0
[pid=109500/tid=109502] ppid=109497 vsize=395580 memory=253472 CPUtime=14.4 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 45611 0 0 0 1432 8 0 0 20 0 2 0 139297176 405073920 73006 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 39.73 s
Current children cumulated vsize: 395580 KiB
Current children cumulated memory: 292024 KiB

[startup+51.1053 s]
/proc/loadavg: 7.83 7.87 7.65 9/255 109550
/proc/meminfo: memFree=126558984/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=405944 memory=324024 CPUtime=90.5 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 182277 0 0 0 9023 27 0 0 20 0 2 0 139296167 415686656 81006 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 101486 81006 3424 6655 0 81014 0
[pid=109500/tid=109502] ppid=109497 vsize=405944 memory=14304 CPUtime=39.7 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 56413 0 0 0 3960 10 0 0 20 0 2 0 139297176 415686656 81006 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 90.5 s
Current children cumulated vsize: 405944 KiB
Current children cumulated memory: 324024 KiB

[startup+102.3 s]
/proc/loadavg: 7.39 7.77 7.62 7/248 109629
/proc/meminfo: memFree=126426220/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=494104 memory=454908 CPUtime=190.07 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 290462 0 0 0 18968 39 0 0 20 0 2 0 139296167 505962496 113727 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 123526 113727 3424 6655 0 113716 0
[pid=109500/tid=109502] ppid=109497 vsize=494104 memory=452988 CPUtime=88.84 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 112080 0 0 0 8866 18 0 0 20 0 2 0 139297176 505962496 113727 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 190.07 s
Current children cumulated vsize: 494104 KiB
Current children cumulated memory: 454908 KiB

[startup+162.3 s]
/proc/loadavg: 6.50 7.44 7.52 7/248 109630
/proc/meminfo: memFree=126418412/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=537588 memory=478656 CPUtime=300.09 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 357217 0 0 0 29961 48 0 0 20 0 2 0 139296167 550490112 119664 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 134397 119664 3424 6655 0 124587 0
[pid=109500/tid=109502] ppid=109497 vsize=537588 memory=478656 CPUtime=139.29 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 131218 0 0 0 13907 22 0 0 20 0 2 0 139297176 550490112 119664 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 300.09 s
Current children cumulated vsize: 537588 KiB
Current children cumulated memory: 478656 KiB

[startup+222.3 s]
/proc/loadavg: 6.28 7.21 7.43 7/248 109632
/proc/meminfo: memFree=125997264/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=990752 memory=899848 CPUtime=419.12 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 515579 0 0 0 41833 79 0 0 20 0 2 0 139296167 1014530048 224962 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 247688 224962 3424 6655 0 229513 0
[pid=109500/tid=109502] ppid=109497 vsize=990752 memory=859912 CPUtime=198.61 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 199436 0 0 0 19827 34 0 0 20 0 2 0 139297176 1014530048 224962 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 419.12 s
Current children cumulated vsize: 990752 KiB
Current children cumulated memory: 899848 KiB

[startup+282.3 s]
/proc/loadavg: 6.16 7.00 7.35 7/247 109634
/proc/meminfo: memFree=125550416/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=1402428 memory=1340568 CPUtime=538.22 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 647853 0 0 0 53719 103 0 0 20 0 2 0 139296167 1436086272 335142 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 350607 335142 3424 6655 0 339414 0
[pid=109500/tid=109502] ppid=109497 vsize=1402428 memory=1175632 CPUtime=257.96 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 268429 0 0 0 25750 46 0 0 20 0 2 0 139297176 1436086272 335142 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 538.22 s
Current children cumulated vsize: 1402428 KiB
Current children cumulated memory: 1340568 KiB

[startup+342.3 s]
/proc/loadavg: 6.14 6.85 7.27 7/247 109642
/proc/meminfo: memFree=125136100/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=1857288 memory=1739032 CPUtime=657.36 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 749009 0 0 0 65613 123 0 0 20 0 2 0 139296167 1901862912 434758 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 464322 434758 3424 6655 0 439315 0
[pid=109500/tid=109502] ppid=109497 vsize=1857288 memory=1516312 CPUtime=317.33 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 321418 0 0 0 31677 56 0 0 20 0 2 0 139297176 1901862912 434758 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 657.36 s
Current children cumulated vsize: 1857288 KiB
Current children cumulated memory: 1739032 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=123461968/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3419876 memory=3312192 CPUtime=2801.3 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1487641 0 0 0 279873 257 0 0 20 0 2 0 139296167 3501953024 828048 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 854969 828048 3424 6655 0 831821 0
[pid=109500/tid=109502] ppid=109497 vsize=3419876 memory=3160768 CPUtime=1385.78 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 706023 0 0 0 138452 126 0 0 20 0 2 0 139297176 3501953024 828048 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 2801.3 s
Current children cumulated vsize: 3419876 KiB
Current children cumulated memory: 3312192 KiB

[startup+1482.3 s]
/proc/loadavg: 6.11 6.15 6.45 7/247 109691
/proc/meminfo: memFree=123310276/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3514752 memory=3446848 CPUtime=2920.42 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1539312 0 0 0 291776 266 0 0 20 0 2 0 139296167 3599106048 861712 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 878688 861712 3424 6655 0 865724 0
[pid=109500/tid=109502] ppid=109497 vsize=3514752 memory=3386688 CPUtime=1445.15 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 724095 0 0 0 144386 129 0 0 20 0 2 0 139297176 3599106048 861712 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 2920.42 s
Current children cumulated vsize: 3514752 KiB
Current children cumulated memory: 3446848 KiB

[startup+1542.3 s]
/proc/loadavg: 6.08 6.13 6.43 7/248 109700
/proc/meminfo: memFree=123145684/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3661868 memory=3595328 CPUtime=3039.55 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1604075 0 0 0 303676 279 0 0 20 0 2 0 139296167 3749752832 898832 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 915467 898832 3424 6655 0 904129 0
[pid=109500/tid=109502] ppid=109497 vsize=3661868 memory=14304 CPUtime=1504.52 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 756750 0 0 0 150317 135 0 0 20 0 2 0 139297176 3749752832 898832 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 3039.55 s
Current children cumulated vsize: 3661868 KiB
Current children cumulated memory: 3595328 KiB

[startup+1602.3 s]
/proc/loadavg: 6.14 6.14 6.41 7/248 109702
/proc/meminfo: memFree=123066396/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3753188 memory=3643704 CPUtime=3158.67 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1619864 0 0 0 315584 283 0 0 20 0 2 0 139296167 3843264512 910926 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 938297 910926 3424 6655 0 914739 0
[pid=109500/tid=109502] ppid=109497 vsize=3753188 memory=3638584 CPUtime=1563.89 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 763361 0 0 0 156252 137 0 0 20 0 2 0 139297176 3843264512 910926 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 3158.67 s
Current children cumulated vsize: 3753188 KiB
Current children cumulated memory: 3643704 KiB

[startup+1662.3 s]
/proc/loadavg: 4.92 5.80 6.28 5/241 109736
/proc/meminfo: memFree=123548904/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3786048 memory=3713464 CPUtime=3277.92 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1658928 0 0 0 327502 290 0 0 20 0 2 0 139296167 3876913152 928366 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 946512 928366 3424 6655 0 932476 0
[pid=109500/tid=109502] ppid=109497 vsize=3786048 memory=3710904 CPUtime=1623.33 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 784535 0 0 0 162192 141 0 0 20 0 2 0 139297176 3876913152 928366 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 3277.92 s
Current children cumulated vsize: 3786048 KiB
Current children cumulated memory: 3713464 KiB

[startup+1722.3 s]
/proc/loadavg: 4.45 5.50 6.14 5/240 109738
/proc/meminfo: memFree=123300456/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=4071208 memory=3969848 CPUtime=3397.17 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1745916 0 0 0 339414 303 0 0 20 0 2 0 139296167 4168916992 992462 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 1017802 992462 3424 6655 0 995994 0
[pid=109500/tid=109502] ppid=109497 vsize=4071208 memory=3956792 CPUtime=1682.77 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 822615 0 0 0 168130 147 0 0 20 0 2 0 139297176 4168916992 992462 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 3397.17 s
Current children cumulated vsize: 4071208 KiB
Current children cumulated memory: 3969848 KiB

[startup+1782.3 s]
/proc/loadavg: 4.23 5.24 6.01 5/241 109741
/proc/meminfo: memFree=123230672/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=4101768 memory=4042808 CPUtime=3516.43 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1782363 0 0 0 351335 308 0 0 20 0 2 0 139296167 4200210432 1010702 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 1025442 1010702 3424 6655 0 1014215 0
[pid=109500/tid=109502] ppid=109497 vsize=4101768 memory=14304 CPUtime=1742.22 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 840890 0 0 0 174073 149 0 0 20 0 2 0 139297176 4200210432 1010702 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 3516.43 s
Current children cumulated vsize: 4101768 KiB
Current children cumulated memory: 4042808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.4 s]
/proc/loadavg: 3.43 4.91 5.86 3/234 109776
/proc/meminfo: memFree=123478304/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=4183192 memory=4077640 CPUtime=3600.09 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) R 109497 109500 108148 0 -1 4194304 1811728 0 0 0 359696 313 0 0 20 0 2 0 139296167 4283588608 1019410 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 1045798 1019410 3424 6655 0 1022982 0
[pid=109500/tid=109502] ppid=109497 vsize=4183192 memory=5148 CPUtime=1783.92 cores=0,2
/proc/109500/task/109502/stat : 109502 (LSIPExact) R 109497 109500 108148 0 -1 4194368 856786 0 0 0 178240 152 0 0 20 0 2 0 139297176 4283588608 1019410 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 4183192 KiB
Current children cumulated memory: 4077640 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.04 s, system=3.47747 s

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

# cumulated CPU time of all completed processes:  user=3598.63 s, system=3.72064 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+1825.6 s]
/proc/loadavg: 3.43 4.91 5.86 2/234 109777
/proc/meminfo: memFree=124200316/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3305632 memory=3224064 CPUtime=3600.26 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) S 109497 109500 108148 0 -1 4194304 1907847 0 0 0 359704 322 0 0 20 0 1 0 139296167 3384967168 806016 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 826408 806016 3456 6655 0 816067 0
[pid=109777] ppid=109500 vsize=342232 memory=304068 CPUtime=1.01 cores=0,2
/proc/109777/stat : 109777 (Exact) R 109500 109777 109777 0 -1 4194304 50813 0 0 0 88 13 0 0 20 0 1 0 139478624 350445568 76017 18446744073709551615 4198400 8335837 140737133089520 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17133568 140737133091001 140737133091355 140737133091355 140737133096911 0
/proc/109777/statm: 85558 76017 960 1011 0 84325 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 3647864 KiB
Current children cumulated memory: 3528132 KiB

[startup+1826 s]*
/proc/loadavg: 3.43 4.91 5.86 2/234 109777
/proc/meminfo: memFree=123929108/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3305632 memory=3224064 CPUtime=3600.26 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) S 109497 109500 108148 0 -1 4194304 1907847 0 0 0 359704 322 0 0 20 0 1 0 139296167 3384967168 806016 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 826408 806016 3456 6655 0 816067 0
[pid=109777] ppid=109500 vsize=436268 memory=426748 CPUtime=1.42 cores=0,2
/proc/109777/stat : 109777 (Exact) R 109500 109777 109777 0 -1 4194304 63071 0 0 0 125 17 0 0 20 0 1 0 139478624 446738432 106655 18446744073709551615 4198400 8335837 140737133089520 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17133568 140737133091001 140737133091355 140737133091355 140737133096911 0
/proc/109777/statm: 109067 106655 960 1011 0 107834 0
Current children cumulated CPU time: 3601.68 s
Current children cumulated vsize: 3741900 KiB
Current children cumulated memory: 3650812 KiB

[startup+1826.4 s]
/proc/loadavg: 3.43 4.91 5.86 2/234 109777
/proc/meminfo: memFree=123929108/131382120 swapFree=33010416/33010684
[pid=109500] ppid=109497 vsize=3305632 memory=3224064 CPUtime=3600.26 cores=0,2
/proc/109500/stat : 109500 (LSIPExact) S 109497 109500 108148 0 -1 4194304 1907847 0 0 0 359704 322 0 0 20 0 1 0 139296167 3384967168 806016 18446744073709551615 94162939281408 94162966538577 140731714179504 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94162975040648 94162975472256 94162996244480 140731714185560 140731714185736 140731714185736 140731714191340 0
/proc/109500/statm: 826408 806016 3456 6655 0 816067 0
[pid=109777] ppid=109500 vsize=591884 memory=537448 CPUtime=1.8 cores=0,2
/proc/109777/stat : 109777 (Exact) R 109500 109777 109777 0 -1 4194304 81676 0 0 0 158 22 0 0 20 0 1 0 139478624 606089216 134362 18446744073709551615 4198400 8335837 140737133089520 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 17133568 140737133091001 140737133091355 140737133091355 140737133096911 0
/proc/109777/statm: 147971 134362 960 1011 0 146738 0
Current children cumulated CPU time: 3602.06 s
Current children cumulated vsize: 3897516 KiB
Current children cumulated memory: 3761512 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1826.67
CPU time (s): 3602.35
CPU user time (s): 3598.63
CPU system time (s): 3.72064
CPU usage (%): 197.209
Max. virtual memory (cumulated for all children) (KiB): 4183192
Max. memory (cumulated for all children) (KiB): 4077640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.63
system time used= 3.72064
maximum resident set size= 4077896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1989531
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= 536
involuntary context switches= 40572


# summary of solver processes directly reported to runsolver:
#   pid: 109500,109777
#   total CPU time (s): 3602.35
#   total CPU user time (s): 3598.63
#   total CPU system time (s): 3.72064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.68827 second user time and 8.27969 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-11 14:16:08
IDJOB=4527802
IDBENCH=180463
IDSOLVER=3384
FILE ID=nodeC006/4527802-1752236168
RUNJOBID= nodeC006-1752232205-108165
SLURM_JOB_ID= 9682517
Free space on /tmp= 431668 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_c24.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527802-1752236168/watcher-4527802-1752236168 -o /tmp/evaluation-result-4527802-1752236168/solver-4527802-1752236168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1752232205-108165 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527802-1752236168.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=291300059

nodeC006 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		: 1197.262
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.32
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.996
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.32
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.142
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.32
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		: 3491.985
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.32
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		: 3591.396
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.32
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.766
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.32
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		: 3591.410
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.32
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		: 3498.529
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        104246320 kB
MemAvailable:   106853684 kB
Buffers:            2128 kB
Cached:          3369908 kB
SwapCached:           12 kB
Active:         23463892 kB
Inactive:        2901312 kB
Active(anon):   23000124 kB
Inactive(anon):    10992 kB
Active(file):     463768 kB
Inactive(file):  2890320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93808 kB
Writeback:            56 kB
AnonPages:      22991376 kB
Mapped:           142360 kB
Shmem:             17948 kB
KReclaimable:     185424 kB
Slab:             274764 kB
SReclaimable:     185424 kB
SUnreclaim:        89340 kB
KernelStack:        4096 kB
PageTables:        48720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   26212524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16005120 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431976 MiB
End job on nodeC006 at 2025-07-11 14:46:35