Trace number 4527023

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 NameAnswerCPU timeWall clock time
LSIPExact S1UNSAT 1585.07 881.112

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-38.opb
MD5SUM9e23e458e7baadfd402519ffe94968c6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.22323
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7320
Total number of constraints155722
Number of constraints which are clauses139455
Number of constraints which are cardinality constraints (but not clauses)573
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1430.64/726.38	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1430.64/726.38	c numVar: 7320
1430.64/726.38	c numCon: 155722
1430.64/726.38	c numEqual: 298
1430.64/726.38	c intSize: 8
1430.64/726.38	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1430.64/726.38	c ------------------- Paras list -------------------
1430.64/726.38	c Name                	 Type      	 Now       	 Default   	 Comment
1430.64/726.38	c timeout             	 double    	 3600.000000	 3600      	 
1430.64/726.38	c mip_time            	 double    	 0.200000  	 0.5       	 
1430.64/726.38	c ls_time             	 double    	 10.000000 	 10        	 
1430.64/726.38	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1430.64/726.38	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1430.64/726.38	c random_seed         	 int       	 0         	 0         	 
1430.64/726.38	c sample_size         	 int       	 50        	 50        	 
1430.64/726.38	c sub_score           	 int       	 1         	 1         	 
1430.64/726.38	c tabu_base           	 int       	 3         	 3         	 
1430.64/726.38	c tabu_variation      	 int       	 1         	 1         	 
1430.64/726.38	c sub_div             	 int       	 4         	 4         	 
1430.64/726.38	c nbcore              	 int       	 2         	 1         	 
1430.64/726.38	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1430.64/726.38	c print_sol           	 int       	 1         	 1         	 
1430.64/726.38	c tmpdir              	 string		 .         	 "."       	 
1430.64/726.38	c home                	 string		 HOME	 "."       	 
1430.64/726.38	c benchname           	 string		 HOME/instance-4527023-1752234035.opb	 ""        	 
1430.64/726.38	c --------------------------------------------------
1430.64/726.38	c Local Search solver
1430.64/726.38	c MIP solver
1430.64/726.38	c use Exact solver
1584.83/880.99	c Exact infeasible
1584.95/881.09	s UNSATISFIABLE
1584.95/881.09	c Total time: 881

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61095 MiB free)
  memory of node 1: 64507 MiB (55688 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=114479, runsolver pid=114476

[startup+0.100057 s]*
/proc/loadavg: 7.26 7.16 6.33 6/267 114480
/proc/meminfo: memFree=119585932/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=36584 memory=256 CPUtime=0 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) D 114476 114479 113948 0 -1 4194304 76 0 0 0 0 0 0 0 20 0 1 0 139081471 37462016 64 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 0 1 0 0 17 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 9146 64 64 6655 0 168 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36584 KiB
Current children cumulated memory: 256 KiB

[startup+0.20525 s]*
/proc/loadavg: 7.26 7.16 6.33 7/267 114480
/proc/meminfo: memFree=119522680/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=109124 memory=74576 CPUtime=0.09 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 15570 0 0 0 7 2 0 0 20 0 1 0 139081471 111742976 18644 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 27281 18644 1216 6655 0 17516 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109124 KiB
Current children cumulated memory: 74576 KiB

[startup+0.305549 s]*
/proc/loadavg: 7.26 7.16 6.33 7/267 114480
/proc/meminfo: memFree=119498740/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=142676 memory=108112 CPUtime=0.19 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 23934 0 0 0 15 4 0 0 20 0 1 0 139081471 146100224 27028 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 35669 27028 1216 6655 0 25904 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 142676 KiB
Current children cumulated memory: 108112 KiB

[startup+0.700177 s]
/proc/loadavg: 7.26 7.16 6.33 7/267 114480
/proc/meminfo: memFree=119490676/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=151292 memory=116688 CPUtime=0.58 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 26097 0 0 0 54 4 0 0 20 0 1 0 139081471 154923008 29172 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 37823 29172 1216 6655 0 28058 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 151292 KiB
Current children cumulated memory: 116688 KiB

[startup+1.50017 s]
/proc/loadavg: 7.26 7.16 6.33 7/268 114481
/proc/meminfo: memFree=119490676/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=151292 memory=116688 CPUtime=1.38 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 26097 0 0 0 134 4 0 0 20 0 1 0 139081471 154923008 29172 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 37823 29172 1216 6655 0 28058 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 151292 KiB
Current children cumulated memory: 116688 KiB

[startup+3.10548 s]
/proc/loadavg: 7.26 7.16 6.33 7/268 114481
/proc/meminfo: memFree=119490676/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=151292 memory=116688 CPUtime=2.98 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 26101 0 0 0 294 4 0 0 20 0 1 0 139081471 154923008 29172 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 37823 29172 1216 6655 0 28058 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 151292 KiB
Current children cumulated memory: 116688 KiB

[startup+6.30017 s]
/proc/loadavg: 7.24 7.15 6.34 7/268 114481
/proc/meminfo: memFree=119490676/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=151292 memory=116688 CPUtime=6.17 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 26105 0 0 0 613 4 0 0 20 0 1 0 139081471 154923008 29172 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 37823 29172 1216 6655 0 28058 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 151292 KiB
Current children cumulated memory: 116688 KiB

[startup+12.7002 s]
/proc/loadavg: 7.06 7.12 6.33 6/269 114537
/proc/meminfo: memFree=121658888/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=667272 memory=555832 CPUtime=13.04 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 99416 0 0 0 1283 21 0 0 20 0 2 0 139081471 683286528 138958 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 166818 138958 3456 6655 0 143427 0
[pid=114479/tid=114499] ppid=114476 vsize=667272 memory=-7880352373734865788 CPUtime=0.5 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 13441 0 0 0 47 3 0 0 20 0 2 0 139082502 683286528 138958 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 13.04 s
Current children cumulated vsize: 667272 KiB
Current children cumulated memory: 555832 KiB

[startup+25.5002 s]
/proc/loadavg: 6.82 7.06 6.32 7/270 114538
/proc/meminfo: memFree=120647748/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=692248 memory=623888 CPUtime=38.47 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 147676 0 0 0 3820 27 0 0 20 0 2 0 139081471 708861952 155972 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 173062 155972 3456 6655 0 159706 0
[pid=114479/tid=114499] ppid=114476 vsize=692248 memory=619324 CPUtime=13.17 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 33167 0 0 0 1311 6 0 0 20 0 2 0 139082502 708861952 155972 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 38.47 s
Current children cumulated vsize: 692248 KiB
Current children cumulated memory: 623888 KiB

[startup+51.1055 s]
/proc/loadavg: 6.83 7.04 6.34 8/270 114538
/proc/meminfo: memFree=119819692/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=833544 memory=764204 CPUtime=89.33 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 213863 0 0 0 8897 36 0 0 20 0 2 0 139081471 853549056 191051 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 208386 191051 3488 6655 0 195106 0
[pid=114479/tid=114499] ppid=114476 vsize=833544 memory=574932 CPUtime=38.51 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 53581 0 0 0 3843 8 0 0 20 0 2 0 139082502 853549056 191051 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 89.33 s
Current children cumulated vsize: 833544 KiB
Current children cumulated memory: 764204 KiB

[startup+102.3 s]
/proc/loadavg: 6.91 7.02 6.37 6/264 114576
/proc/meminfo: memFree=120931188/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=800680 memory=735500 CPUtime=191.07 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 253098 0 0 0 19065 42 0 0 20 0 2 0 139081471 819896320 183875 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 200170 183875 3520 6655 0 186890 0
[pid=114479/tid=114499] ppid=114476 vsize=800680 memory=14824 CPUtime=89.2 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 58474 0 0 0 8909 11 0 0 20 0 2 0 139082502 819896320 183875 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 191.07 s
Current children cumulated vsize: 800680 KiB
Current children cumulated memory: 735500 KiB

[startup+162.3 s]
/proc/loadavg: 6.95 7.00 6.41 7/269 114588
/proc/meminfo: memFree=120221532/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=781616 memory=727404 CPUtime=310.3 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 317415 0 0 0 30980 50 0 0 20 0 2 0 139081471 800374784 181851 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 195404 181851 3520 6655 0 182124 0
[pid=114479/tid=114499] ppid=114476 vsize=781616 memory=766172 CPUtime=148.59 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 76174 0 0 0 14846 13 0 0 20 0 2 0 139082502 800374784 181851 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 310.3 s
Current children cumulated vsize: 781616 KiB
Current children cumulated memory: 727404 KiB

[startup+222.3 s]
/proc/loadavg: 6.47 6.85 6.39 7/270 114591
/proc/meminfo: memFree=120084492/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=781888 memory=727656 CPUtime=429.53 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 364149 0 0 0 42898 55 0 0 20 0 2 0 139081471 800653312 181914 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 195472 181914 3520 6655 0 182192 0
[pid=114479/tid=114499] ppid=114476 vsize=781888 memory=14824 CPUtime=208 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 87330 0 0 0 20785 15 0 0 20 0 2 0 139082502 800653312 181914 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 429.53 s
Current children cumulated vsize: 781888 KiB
Current children cumulated memory: 727656 KiB

[startup+282.3 s]
/proc/loadavg: 6.48 6.77 6.39 7/268 114683
/proc/meminfo: memFree=122536172/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=782168 memory=727912 CPUtime=548.77 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 364951 0 0 0 54820 57 0 0 20 0 2 0 139081471 800940032 181978 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 195542 181978 3520 6655 0 182262 0
[pid=114479/tid=114499] ppid=114476 vsize=782168 memory=727784 CPUtime=267.4 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 88129 0 0 0 26724 16 0 0 20 0 2 0 139082502 800940032 181978 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 548.77 s
Current children cumulated vsize: 782168 KiB
Current children cumulated memory: 727912 KiB

[startup+342.3 s]
/proc/loadavg: 6.74 6.79 6.42 8/267 114731
/proc/meminfo: memFree=122131616/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=813116 memory=726348 CPUtime=667.83 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 437587 0 0 0 66718 65 0 0 20 0 2 0 139081471 832630784 181587 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 203279 181587 3520 6655 0 181076 0
[pid=114479/tid=114499] ppid=114476 vsize=813116 memory=717496 CPUtime=326.69 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 112330 0 0 0 32649 20 0 0 20 0 2 0 139082502 832630784 181587 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 667.83 s
Current children cumulated vsize: 813116 KiB
Current children cumulated memory: 726348 KiB

[startup+402.3 s]

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

Current children cumulated vsize: 813116 KiB
Current children cumulated memory: 728780 KiB

[startup+702.3 s]
/proc/loadavg: 7.04 6.97 6.63 8/268 114751
/proc/meminfo: memFree=119799164/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=854104 memory=770028 CPUtime=1382.94 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 555519 0 0 0 138212 82 0 0 20 0 2 0 139081471 874602496 192507 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 213526 192507 3552 6655 0 191954 0
[pid=114479/tid=114499] ppid=114476 vsize=854104 memory=728012 CPUtime=683 cores=4,6
/proc/114479/task/114499/stat : 114499 (LSIPExact) R 114476 114479 113948 0 -1 4194368 156916 0 0 0 68276 24 0 0 20 0 2 0 139082502 874602496 192507 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
Current children cumulated CPU time: 1382.94 s
Current children cumulated vsize: 854104 KiB
Current children cumulated memory: 770028 KiB

[startup+762.3 s]
/proc/loadavg: 6.62 6.88 6.62 7/268 114754
/proc/meminfo: memFree=119383588/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=688804 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172201 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172201 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=217296 memory=201064 CPUtime=35.78 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 27660 0 0 0 3570 8 0 0 20 0 1 0 139154109 222511104 50266 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 54324 50266 1120 1011 0 53091 0
Current children cumulated CPU time: 1466.56 s
Current children cumulated vsize: 940328 KiB
Current children cumulated memory: 889868 KiB

[startup+822.3 s]
/proc/loadavg: 6.34 6.75 6.59 7/268 114756
/proc/meminfo: memFree=118992540/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=688804 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172201 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172201 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=248420 memory=217364 CPUtime=95.61 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 30132 0 0 0 9552 9 0 0 20 0 1 0 139154109 254382080 54341 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 62105 54341 1120 1011 0 60872 0
Current children cumulated CPU time: 1526.39 s
Current children cumulated vsize: 971452 KiB
Current children cumulated memory: 906168 KiB

[startup+881.112 s]
# the end of solver process 114479 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1584.07 s, system=1.00051 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+844.8 s]
/proc/loadavg: 6.23 6.69 6.58 7/268 114757
/proc/meminfo: memFree=118866956/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=688804 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172201 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172201 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=250944 memory=224036 CPUtime=118.05 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 30788 0 0 0 11795 10 0 0 20 0 1 0 139154109 256966656 56009 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 62736 56009 1120 1011 0 61503 0
Current children cumulated CPU time: 1548.83 s
Current children cumulated vsize: 973976 KiB
Current children cumulated memory: 912840 KiB

[startup+857.6 s]
/proc/loadavg: 6.19 6.66 6.57 7/268 114757
/proc/meminfo: memFree=118792660/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=251988 memory=225060 CPUtime=130.82 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 31049 0 0 0 13072 10 0 0 20 0 1 0 139154109 258035712 56265 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 62997 56265 1120 1011 0 61764 0
Current children cumulated CPU time: 1561.6 s
Current children cumulated vsize: 975020 KiB
Current children cumulated memory: 914248 KiB

[startup+870.4 s]
/proc/loadavg: 6.22 6.65 6.56 7/268 114757
/proc/meminfo: memFree=118726244/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=253428 memory=230600 CPUtime=143.59 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 31411 0 0 0 14348 11 0 0 20 0 1 0 139154109 259510272 57650 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 63357 57650 1120 1011 0 62124 0
Current children cumulated CPU time: 1574.37 s
Current children cumulated vsize: 976460 KiB
Current children cumulated memory: 919788 KiB

[startup+876.8 s]
/proc/loadavg: 6.20 6.64 6.56 7/268 114758
/proc/meminfo: memFree=118676792/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=255476 memory=232648 CPUtime=149.97 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 31940 0 0 0 14986 11 0 0 20 0 1 0 139154109 261607424 58162 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 63869 58162 1120 1011 0 62636 0
Current children cumulated CPU time: 1580.75 s
Current children cumulated vsize: 978508 KiB
Current children cumulated memory: 921836 KiB

[startup+878.4 s]
/proc/loadavg: 6.20 6.64 6.56 7/268 114758
/proc/meminfo: memFree=118672696/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=255476 memory=232648 CPUtime=151.56 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 31940 0 0 0 15145 11 0 0 20 0 1 0 139154109 261607424 58162 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 63869 58162 1120 1011 0 62636 0
Current children cumulated CPU time: 1582.34 s
Current children cumulated vsize: 978508 KiB
Current children cumulated memory: 921836 KiB

[startup+880 s]*
/proc/loadavg: 6.19 6.63 6.56 7/268 114758
/proc/meminfo: memFree=118653040/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=255476 memory=232648 CPUtime=153.16 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 31947 0 0 0 15305 11 0 0 20 0 1 0 139154109 261607424 58162 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 63869 58162 1120 1011 0 62636 0
Current children cumulated CPU time: 1583.94 s
Current children cumulated vsize: 978508 KiB
Current children cumulated memory: 921836 KiB

[startup+880.8 s]
/proc/loadavg: 6.19 6.63 6.56 7/268 114758
/proc/meminfo: memFree=118653040/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1430.78 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) S 114476 114479 113948 0 -1 4194304 588933 0 0 0 142994 84 0 0 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
[pid=114753] ppid=114479 vsize=255476 memory=232648 CPUtime=153.95 cores=4,6
/proc/114753/stat : 114753 (Exact) R 114479 114753 114753 0 -1 4194304 31947 0 0 0 15384 11 0 0 20 0 1 0 139154109 261607424 58162 18446744073709551615 4198400 8335837 140725133878256 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 30720000 140725133883577 140725133883931 140725133883931 140725133889487 0
/proc/114753/statm: 63869 58162 1120 1011 0 62636 0
Current children cumulated CPU time: 1584.73 s
Current children cumulated vsize: 978508 KiB
Current children cumulated memory: 921836 KiB

[startup+881.005 s]*
/proc/loadavg: 6.19 6.63 6.56 7/267 114758
/proc/meminfo: memFree=118867784/131249996 swapFree=33010672/33010684
[pid=114479] ppid=114476 vsize=723032 memory=689188 CPUtime=1584.95 cores=4,6
/proc/114479/stat : 114479 (LSIPExact) R 114476 114479 113948 0 -1 4194304 597660 31956 0 0 142995 85 15403 12 20 0 1 0 139081471 740384768 172297 18446744073709551615 94431214198784 94431241455953 140734087759440 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94431249958024 94431250389632 94431277322240 140734087764312 140734087764488 140734087764488 140734087770092 0
/proc/114479/statm: 180758 172297 3584 6655 0 170850 0
Current children cumulated CPU time: 1584.95 s
Current children cumulated vsize: 723032 KiB
Current children cumulated memory: 689188 KiB

[startup+881.105 s]*
/proc/loadavg: 6.19 6.63 6.56 7/267 114758
/proc/meminfo: memFree=119344824/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 881.112
CPU time (s): 1585.07
CPU user time (s): 1584.07
CPU system time (s): 1.00051
CPU usage (%): 179.894
Max. virtual memory (cumulated for all children) (KiB): 978508
Max. memory (cumulated for all children) (KiB): 921836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1584.07
system time used= 1.00051
maximum resident set size= 873320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644487
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= 314
involuntary context switches= 10102


# summary of solver processes directly reported to runsolver:
#   pid: 114479
#   total CPU time (s): 1585.07
#   total CPU user time (s): 1584.07
#   total CPU system time (s): 1.00051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83847 second user time and 4.03181 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-11 13:40:36
IDJOB=4527023
IDBENCH=155525
IDSOLVER=3384
FILE ID=nodeC017/4527023-1752234035
RUNJOBID= nodeC017-1752232205-113966
SLURM_JOB_ID= 9682528
Free space on /tmp= 432248 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-38.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527023-1752234035/watcher-4527023-1752234035 -o /tmp/evaluation-result-4527023-1752234035/solver-4527023-1752234035 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752232205-113966 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527023-1752234035.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 9e23e458e7baadfd402519ffe94968c6
RANDOM SEED=1287912451

nodeC017 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		: 3600.088
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	: 7000.12
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		: 3600.021
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	: 7000.12
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		: 3581.978
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	: 7000.12
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		: 3600.222
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.087
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.050
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	: 7000.12
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		: 3604.311
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	: 7000.12
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		: 3600.073
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119585932 kB
MemAvailable:   124292704 kB
Buffers:            1688 kB
Cached:          5472660 kB
SwapCached:            8 kB
Active:          5792128 kB
Inactive:        5172384 kB
Active(anon):    5492284 kB
Inactive(anon):    15952 kB
Active(file):     299844 kB
Inactive(file):  5156432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51064 kB
Writeback:             4 kB
AnonPages:       5487712 kB
Mapped:           146028 kB
Shmem:             18072 kB
KReclaimable:     179072 kB
Slab:             272708 kB
SReclaimable:     179072 kB
SUnreclaim:        93636 kB
KernelStack:        4304 kB
PageTables:        14068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6000928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2406400 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432272 MiB
End job on nodeC017 at 2025-07-11 13:55:18