Trace number 4524240

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S2? (TO) 3602.44 3621.99

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/
wallon/normalized-Cargo-24_c24.opb
MD5SUM5fdde4f5ded59ac93b31f059bbfb02e9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark94204
Best CPU time to get the best result obtained on this benchmark663.838
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2530390
Total number of constraints5076483
Number of constraints which are clauses842097
Number of constraints which are cardinality constraints (but not clauses)42061
Number of constraints which are nor clauses,nor cardinality constraints4192325
Minimum length of a constraint1
Maximum length of a constraint208
Number of terms in the objective function 64
Biggest coefficient in the objective function 32768
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 262140
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 661259
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 1944735
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.06/3619.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.06/3619.60	c numVar: 2530390
3600.06/3619.60	c numCon: 5076483
3600.06/3619.60	c numEqual: 257
3600.06/3619.60	c intSize: 21
3600.06/3619.60	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
3600.06/3619.60	c ------------------- Paras list -------------------
3600.06/3619.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/3619.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.06/3619.60	c mip_time            	 double    	 0.500000  	 0.5       	 
3600.06/3619.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.06/3619.60	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
3600.06/3619.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.06/3619.60	c random_seed         	 int       	 0         	 0         	 
3600.06/3619.60	c sample_size         	 int       	 50        	 50        	 
3600.06/3619.60	c sub_score           	 int       	 1         	 1         	 
3600.06/3619.60	c tabu_base           	 int       	 3         	 3         	 
3600.06/3619.60	c tabu_variation      	 int       	 1         	 1         	 
3600.06/3619.60	c sub_div             	 int       	 4         	 4         	 
3600.06/3619.60	c nbcore              	 int       	 2         	 1         	 
3600.06/3619.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.06/3619.60	c print_sol           	 int       	 1         	 1         	 
3600.06/3619.60	c tmpdir              	 string		 .         	 "."       	 
3600.06/3619.60	c home                	 string		 HOME	 "."       	 
3600.06/3619.60	c benchname           	 string		 HOME/instance-4524240-1751607759.opb	 ""        	 
3600.06/3619.60	c --------------------------------------------------
3600.06/3619.60	c Local Search solver
3600.06/3619.60	c MIP solver
3600.06/3619.60	c receive signal 15, try to interrupt solver...

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524240-1751607759/watcher-4524240-1751607759 -o /tmp/evaluation-result-4524240-1751607759/solver-4524240-1751607759 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751599645-86140 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4524240-1751607759.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=87621, runsolver pid=87618

[startup+0.100064 s]*
/proc/loadavg: 5.03 5.34 5.92 7/267 87622
/proc/meminfo: memFree=115186388/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=510584 memory=199608 CPUtime=0.09 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 37129 0 0 0 2 7 0 0 20 0 1 0 76453884 522838016 49870 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 127646 49870 1184 6655 0 117881 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 510584 KiB
Current children cumulated memory: 199608 KiB

[startup+0.205835 s]*
/proc/loadavg: 5.03 5.34 5.92 7/267 87622
/proc/meminfo: memFree=114980432/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=668588 memory=410680 CPUtime=0.19 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 76642 0 0 0 6 13 0 0 20 0 1 0 76453884 684634112 102670 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 167147 102670 1184 6655 0 157382 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 668588 KiB
Current children cumulated memory: 410680 KiB

[startup+0.305714 s]*
/proc/loadavg: 5.03 5.34 5.92 7/267 87622
/proc/meminfo: memFree=114773968/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=818936 memory=610360 CPUtime=0.3 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 114277 0 0 0 10 20 0 0 20 0 1 0 76453884 838590464 152590 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 204734 152590 1184 6655 0 194969 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 818936 KiB
Current children cumulated memory: 610360 KiB

[startup+0.700187 s]
/proc/loadavg: 5.03 5.34 5.92 7/267 87622
/proc/meminfo: memFree=114369232/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=1327136 memory=1284280 CPUtime=0.69 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 241898 0 0 0 27 42 0 0 20 0 1 0 76453884 1358987264 321070 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 331784 321070 1184 6655 0 322019 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1327136 KiB
Current children cumulated memory: 1284280 KiB

[startup+1.50018 s]
/proc/loadavg: 5.03 5.34 5.92 7/267 87622
/proc/meminfo: memFree=113993936/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=1465076 memory=1422264 CPUtime=1.49 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 276390 0 0 0 98 51 0 0 20 0 1 0 76453884 1500237824 355566 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 366269 355566 1184 6655 0 356504 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1465076 KiB
Current children cumulated memory: 1422264 KiB

[startup+3.10547 s]
/proc/loadavg: 5.03 5.34 5.92 7/267 87622
/proc/meminfo: memFree=113598468/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=1740032 memory=1697208 CPUtime=3.08 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 345168 0 0 0 243 65 0 0 20 0 1 0 76453884 1781792768 424302 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 435008 424302 1184 6655 0 425243 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1740032 KiB
Current children cumulated memory: 1697208 KiB

[startup+6.30017 s]
/proc/loadavg: 5.11 5.35 5.92 7/267 87622
/proc/meminfo: memFree=112261968/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=3123044 memory=3077252 CPUtime=6.27 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 532868 0 0 0 515 112 0 0 20 0 1 0 76453884 3197997056 769313 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 780761 769313 1184 6655 0 770996 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3123044 KiB
Current children cumulated memory: 3077252 KiB

[startup+12.7002 s]
/proc/loadavg: 5.18 5.36 5.92 7/267 87623
/proc/meminfo: memFree=110568728/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=4755340 memory=4656772 CPUtime=12.65 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 927851 0 0 0 1090 175 0 0 20 0 1 0 76453884 4869468160 1164193 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 1188835 1164193 1184 6655 0 1179070 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4755340 KiB
Current children cumulated memory: 4656772 KiB

[startup+25.5002 s]
/proc/loadavg: 5.43 5.41 5.93 7/267 87623
/proc/meminfo: memFree=108179788/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=7148752 memory=6975168 CPUtime=25.41 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 1495274 0 0 0 2273 268 0 0 20 0 1 0 76453884 7320322048 1743792 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 1787188 1743792 1184 6655 0 1777423 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 7148752 KiB
Current children cumulated memory: 6975168 KiB

[startup+51.1056 s]
/proc/loadavg: 5.69 5.47 5.94 7/267 87624
/proc/meminfo: memFree=100907424/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=13546768 memory=13197216 CPUtime=50.94 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2715382 0 0 0 4594 500 0 0 20 0 1 0 76453884 13871890432 3299304 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 3386692 3299304 2304 6655 0 3376927 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 13546768 KiB
Current children cumulated memory: 13197216 KiB

[startup+102.3 s]
/proc/loadavg: 6.24 5.65 5.98 7/268 87626
/proc/meminfo: memFree=98843096/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=101.95 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2742790 0 0 0 9592 603 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=14592 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+162.3 s]
/proc/loadavg: 6.19 5.75 5.99 7/267 87632
/proc/meminfo: memFree=98825672/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=161.65 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2747958 0 0 0 15561 604 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=14592 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+222.3 s]
/proc/loadavg: 6.11 5.81 6.00 7/267 87634
/proc/meminfo: memFree=98823684/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=221.35 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2752568 0 0 0 21531 604 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 221.35 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+282.3 s]
/proc/loadavg: 5.94 5.83 5.99 7/267 87636
/proc/meminfo: memFree=98753024/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=281.05 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2758056 0 0 0 27500 605 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=10752 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 281.05 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+342.3 s]
/proc/loadavg: 6.04 5.88 6.00 7/266 87638
/proc/meminfo: memFree=98757664/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=340.75 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2762182 0 0 0 33470 605 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=14592 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 340.75 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+402.3 s]
/proc/loadavg: 5.95 5.87 5.99 7/268 87644
/proc/meminfo: memFree=99908816/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=400.43 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2767190 0 0 0 39438 605 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3

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

/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2978871 0 0 0 313907 618 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=2760 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3145.25 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3222.3 s]
/proc/loadavg: 3.71 4.02 4.45 4/253 87943
/proc/meminfo: memFree=105854588/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3204.94 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2983455 0 0 0 319875 619 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3204.94 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3282.3 s]
/proc/loadavg: 3.35 3.86 4.36 4/254 87950
/proc/meminfo: memFree=105854964/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3264.62 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2988001 0 0 0 325843 619 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3264.62 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3342.3 s]
/proc/loadavg: 3.23 3.73 4.29 4/253 87952
/proc/meminfo: memFree=105855848/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3324.29 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2992015 0 0 0 331810 619 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=14592 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3324.29 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3402.3 s]
/proc/loadavg: 3.13 3.61 4.21 4/253 87954
/proc/meminfo: memFree=105856544/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3383.97 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 2997027 0 0 0 337778 619 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3383.97 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.53 4.14 4/253 87956
/proc/meminfo: memFree=105860288/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3443.65 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3001638 0 0 0 343746 619 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3443.65 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.45 4.07 4/254 87961
/proc/meminfo: memFree=105860832/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3503.34 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3006634 0 0 0 349714 620 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3503.34 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3582.3 s]
/proc/loadavg: 2.44 3.21 3.95 2/249 87998
/proc/meminfo: memFree=106459580/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3562.99 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3011244 0 0 0 355679 620 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=16093932 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3562.99 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.6 s]
/proc/loadavg: 1.85 2.98 3.84 2/247 87999
/proc/meminfo: memFree=106462964/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3600.06 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3014500 0 0 0 359386 620 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=4760 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3595.86 s, system=6.58384 s

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

[startup+3620.8 s]
/proc/loadavg: 1.79 2.94 3.83 2/247 87999
/proc/meminfo: memFree=106462964/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3601.25 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3014513 0 0 0 359505 620 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=4760 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3601.25 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3621.2 s]
/proc/loadavg: 1.79 2.94 3.83 2/247 87999
/proc/meminfo: memFree=106462964/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3601.65 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3014513 0 0 0 359545 620 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=14592 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3601.65 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

[startup+3621.6 s]
/proc/loadavg: 1.79 2.94 3.83 2/247 87999
/proc/meminfo: memFree=106462964/131249996 swapFree=33003468/33010684
[pid=87621] ppid=87618 vsize=16703960 memory=16093932 CPUtime=3602.05 cores=1,3
/proc/87621/stat : 87621 (LSIPExact) R 87618 87621 86128 0 -1 4194304 3014513 0 0 0 359585 620 0 0 20 0 2 0 76453884 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
/proc/87621/statm: 4175990 4023483 2656 6655 0 4149873 0
[pid=87621/tid=87625] ppid=87618 vsize=16703960 memory=5504 CPUtime=0 cores=1,3
/proc/87621/task/87625/stat : 87625 (LSIPExact) S 87618 87621 86128 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76459477 17104855040 4023483 18446744073709551615 94406697066496 94406724322897 140726485797296 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94406732825736 94406733257344 94406753247232 140726485805402 140726485805578 140726485805578 140726485811180 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 16703960 KiB
Current children cumulated memory: 16093932 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3621.99
CPU time (s): 3602.44
CPU user time (s): 3595.86
CPU system time (s): 6.58384
CPU usage (%): 99.4604
Max. virtual memory (cumulated for all children) (KiB): 16753444
Max. memory (cumulated for all children) (KiB): 16106224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.86
system time used= 6.58384
maximum resident set size= 16124144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3014514
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= 68
involuntary context switches= 5143


# summary of solver processes directly reported to runsolver:
#   pid: 87621
#   total CPU time (s): 3602.44
#   total CPU user time (s): 3595.86
#   total CPU system time (s): 6.58384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.87713 second user time and 17.2931 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 07:42:42
IDJOB=4524240
IDBENCH=180640
IDSOLVER=3337
FILE ID=nodeC021/4524240-1751607759
RUNJOBID= nodeC021-1751599645-86140
SLURM_JOB_ID= 9598875
Free space on /tmp= 430108 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Cargo-24_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-4524240-1751607759/watcher-4524240-1751607759 -o /tmp/evaluation-result-4524240-1751607759/solver-4524240-1751607759 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751599645-86140 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4524240-1751607759.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5fdde4f5ded59ac93b31f059bbfb02e9
RANDOM SEED=1471525270

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115405592 kB
MemAvailable:   122597628 kB
Buffers:            1056 kB
Cached:          7925160 kB
SwapCached:           32 kB
Active:          7608164 kB
Inactive:        7462668 kB
Active(anon):    7117244 kB
Inactive(anon):    40824 kB
Active(file):     490920 kB
Inactive(file):  7421844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            721600 kB
Writeback:             0 kB
AnonPages:       7145244 kB
Mapped:           137568 kB
Shmem:             13452 kB
KReclaimable:     236624 kB
Slab:             329032 kB
SReclaimable:     236624 kB
SUnreclaim:        92408 kB
KernelStack:        4304 kB
PageTables:        17416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8014812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3512320 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430244 MiB
End job on nodeC021 at 2025-07-04 08:43:04