Trace number 4527200

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 S1? (TO) 3600.04 2905.62

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1199.44
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1428.18/726.03	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1428.18/726.03	c numVar: 4128
1428.18/726.03	c numCon: 8704
1428.18/726.03	c numEqual: 1280
1428.18/726.03	c intSize: 4
1428.18/726.03	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1428.18/726.03	c ------------------- Paras list -------------------
1428.18/726.03	c Name                	 Type      	 Now       	 Default   	 Comment
1428.18/726.03	c timeout             	 double    	 3600.000000	 3600      	 
1428.18/726.03	c mip_time            	 double    	 0.200000  	 0.5       	 
1428.18/726.03	c ls_time             	 double    	 10.000000 	 10        	 
1428.18/726.03	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1428.18/726.03	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1428.18/726.03	c random_seed         	 int       	 0         	 0         	 
1428.18/726.03	c sample_size         	 int       	 50        	 50        	 
1428.18/726.03	c sub_score           	 int       	 1         	 1         	 
1428.18/726.03	c tabu_base           	 int       	 3         	 3         	 
1428.18/726.03	c tabu_variation      	 int       	 1         	 1         	 
1428.18/726.03	c sub_div             	 int       	 4         	 4         	 
1428.18/726.03	c nbcore              	 int       	 2         	 1         	 
1428.18/726.03	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1428.18/726.03	c print_sol           	 int       	 1         	 1         	 
1428.18/726.03	c tmpdir              	 string		 .         	 "."       	 
1428.18/726.03	c home                	 string		 HOME	 "."       	 
1428.18/726.03	c benchname           	 string		 HOME/instance-4527200-1752235485.opb	 ""        	 
1428.18/726.03	c --------------------------------------------------
1428.18/726.03	c Local Search solver
1428.18/726.03	c MIP solver
1428.18/726.03	c use Exact solver
3600.00/2905.60	c receive signal 15, try to interrupt solver...
3600.00/2905.61	c Exact solver (PID 112936) interrupted gracefully.
3600.00/2905.62	s UNKNOWN
3600.00/2905.62	c Total time: 2906

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62519 MiB free)
  memory of node 1: 64507 MiB (56884 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100068 s]*
/proc/loadavg: 7.10 7.21 7.32 8/253 112531
/proc/meminfo: memFree=122269364/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=0.1 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 9 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+0.212924 s]*
/proc/loadavg: 7.10 7.21 7.32 8/253 112531
/proc/meminfo: memFree=122269936/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=0.21 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 20 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+0.31244 s]*
/proc/loadavg: 7.10 7.21 7.32 8/253 112531
/proc/meminfo: memFree=122269936/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=0.31 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 30 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+0.700233 s]
/proc/loadavg: 7.10 7.21 7.32 8/253 112531
/proc/meminfo: memFree=122269936/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=0.69 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 68 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+1.50021 s]
/proc/loadavg: 7.10 7.21 7.32 8/253 112531
/proc/meminfo: memFree=122267920/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=1.48 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 147 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+3.11217 s]
/proc/loadavg: 7.10 7.21 7.32 8/253 112531
/proc/meminfo: memFree=122236756/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=3.09 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 308 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+6.3002 s]
/proc/loadavg: 7.09 7.20 7.32 8/253 112531
/proc/meminfo: memFree=122204992/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=47620 memory=12928 CPUtime=6.27 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 2253 0 0 0 626 1 0 0 20 0 1 0 139227467 48762880 3232 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 11905 3232 1152 6655 0 2140 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 12928 KiB

[startup+12.7002 s]
/proc/loadavg: 7.16 7.22 7.32 9/254 112532
/proc/meminfo: memFree=122112512/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=160360 memory=70396 CPUtime=15.17 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 14271 0 0 0 1514 3 0 0 20 0 2 0 139227467 164208640 17599 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 40090 17599 3360 6655 0 16281 0
[pid=112530/tid=112532] ppid=112527 vsize=160360 memory=69500 CPUtime=2.52 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 2462 0 0 0 252 0 0 0 20 0 2 0 139228470 164208640 17599 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 160360 KiB
Current children cumulated memory: 70396 KiB

[startup+25.5002 s]
/proc/loadavg: 7.35 7.26 7.33 9/254 112532
/proc/meminfo: memFree=122010952/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=165596 memory=76540 CPUtime=40.62 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 34821 0 0 0 4057 5 0 0 20 0 2 0 139227467 169570304 19135 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 41399 19135 3360 6655 0 17769 0
[pid=112530/tid=112532] ppid=112527 vsize=165596 memory=76540 CPUtime=15.2 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 8416 0 0 0 1519 1 0 0 20 0 2 0 139228470 169570304 19135 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 40.62 s
Current children cumulated vsize: 165596 KiB
Current children cumulated memory: 76540 KiB

[startup+51.1053 s]
/proc/loadavg: 7.57 7.32 7.35 9/254 112533
/proc/meminfo: memFree=121964340/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=167212 memory=90492 CPUtime=91.51 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 49023 0 0 0 9144 7 0 0 20 0 2 0 139227467 171225088 22623 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 41803 22623 3360 6655 0 21200 0
[pid=112530/tid=112532] ppid=112527 vsize=167212 memory=87164 CPUtime=40.56 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 14698 0 0 0 4054 2 0 0 20 0 2 0 139228470 171225088 22623 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 91.51 s
Current children cumulated vsize: 167212 KiB
Current children cumulated memory: 90492 KiB

[startup+102.3 s]
/proc/loadavg: 7.93 7.46 7.40 9/254 112534
/proc/meminfo: memFree=121902752/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=172432 memory=104060 CPUtime=193.29 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 69120 0 0 0 19321 8 0 0 20 0 2 0 139227467 176570368 26015 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 43108 26015 3360 6655 0 24454 0
[pid=112530/tid=112532] ppid=112527 vsize=172432 memory=102268 CPUtime=91.29 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 24945 0 0 0 9126 3 0 0 20 0 2 0 139228470 176570368 26015 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 193.29 s
Current children cumulated vsize: 172432 KiB
Current children cumulated memory: 104060 KiB

[startup+162.3 s]
/proc/loadavg: 7.55 7.46 7.40 7/255 112538
/proc/meminfo: memFree=121742240/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=172968 memory=105852 CPUtime=310.29 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 78359 0 0 0 31020 9 0 0 20 0 2 0 139227467 177119232 26463 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 43242 26463 3360 6655 0 24932 0
[pid=112530/tid=112532] ppid=112527 vsize=172968 memory=20608 CPUtime=150.32 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 27343 0 0 0 15029 3 0 0 20 0 2 0 139228470 177119232 26463 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 310.29 s
Current children cumulated vsize: 172968 KiB
Current children cumulated memory: 105852 KiB

[startup+222.3 s]
/proc/loadavg: 7.10 7.33 7.36 8/255 112585
/proc/meminfo: memFree=121615988/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=174144 memory=120828 CPUtime=429.46 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 96985 0 0 0 42934 12 0 0 20 0 2 0 139227467 178323456 30207 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 43536 30207 3360 6655 0 28857 0
[pid=112530/tid=112532] ppid=112527 vsize=174144 memory=106876 CPUtime=209.68 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 40335 0 0 0 20963 5 0 0 20 0 2 0 139228470 178323456 30207 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 429.46 s
Current children cumulated vsize: 174144 KiB
Current children cumulated memory: 120828 KiB

[startup+282.3 s]
/proc/loadavg: 7.10 7.28 7.34 8/254 112587
/proc/meminfo: memFree=121462236/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=181080 memory=123312 CPUtime=547.13 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 110708 0 0 0 54700 13 0 0 20 0 2 0 139227467 185425920 30828 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 45270 30828 3360 6655 0 30591 0
[pid=112530/tid=112532] ppid=112527 vsize=181080 memory=123312 CPUtime=267.52 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 43552 0 0 0 26747 5 0 0 20 0 2 0 139228470 185425920 30828 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 547.13 s
Current children cumulated vsize: 181080 KiB
Current children cumulated memory: 123312 KiB

[startup+342.3 s]
/proc/loadavg: 6.99 7.22 7.31 7/253 112680
/proc/meminfo: memFree=121242976/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=181848 memory=126384 CPUtime=666.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) R 112527 112530 111409 0 -1 4194304 130950 0 0 0 66610 14 0 0 20 0 2 0 139227467 186212352 31596 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 45462 31596 3360 6655 0 30783 0
[pid=112530/tid=112532] ppid=112527 vsize=181848 memory=123312 CPUtime=326.9 cores=0,2
/proc/112530/task/112532/stat : 112532 (LSIPExact) R 112527 112530 111409 0 -1 4194368 51457 0 0 0 32684 6 0 0 20 0 2 0 139228470 186212352 31596 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
Current children cumulated CPU time: 666.24 s
Current children cumulated vsize: 181848 KiB
Current children cumulated memory: 126384 KiB

[startup+402.3 s]

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

/proc/loadavg: 4.10 4.51 5.13 5/247 113036
/proc/meminfo: memFree=126538728/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=139900 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 34975 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 34975 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=172080 memory=160132 CPUtime=1590.55 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 30047 0 0 0 158788 267 0 0 20 0 1 0 139300070 176209920 40033 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 43020 40033 1120 1011 0 41787 0
Current children cumulated CPU time: 3018.79 s
Current children cumulated vsize: 368356 KiB
Current children cumulated memory: 300032 KiB

[startup+2382.3 s]
/proc/loadavg: 4.14 4.45 5.07 5/248 113041
/proc/meminfo: memFree=126518548/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=174156 memory=162180 CPUtime=1650.33 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 30567 0 0 0 164752 281 0 0 20 0 1 0 139300070 178335744 40545 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 43539 40545 1120 1011 0 42306 0
Current children cumulated CPU time: 3078.57 s
Current children cumulated vsize: 370432 KiB
Current children cumulated memory: 304128 KiB

[startup+2442.3 s]
/proc/loadavg: 4.11 4.38 5.00 5/248 113047
/proc/meminfo: memFree=126511516/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=177840 memory=165892 CPUtime=1710.11 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 31488 0 0 0 170722 289 0 0 20 0 1 0 139300070 182108160 41473 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 44460 41473 1120 1011 0 43227 0
Current children cumulated CPU time: 3138.35 s
Current children cumulated vsize: 374116 KiB
Current children cumulated memory: 307840 KiB

[startup+2502.3 s]
/proc/loadavg: 4.08 4.32 4.94 5/247 113049
/proc/meminfo: memFree=126510688/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=177840 memory=166020 CPUtime=1769.89 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 31512 0 0 0 176690 299 0 0 20 0 1 0 139300070 182108160 41505 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 44460 41505 1120 1011 0 43227 0
Current children cumulated CPU time: 3198.13 s
Current children cumulated vsize: 374116 KiB
Current children cumulated memory: 307968 KiB

[startup+2562.3 s]
/proc/loadavg: 4.09 4.28 4.89 5/247 113051
/proc/meminfo: memFree=126507168/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=178804 memory=166916 CPUtime=1829.68 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 31729 0 0 0 182658 310 0 0 20 0 1 0 139300070 183095296 41729 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 44701 41729 1120 1011 0 43468 0
Current children cumulated CPU time: 3257.92 s
Current children cumulated vsize: 375080 KiB
Current children cumulated memory: 308864 KiB

[startup+2622.3 s]
/proc/loadavg: 4.08 4.24 4.83 5/247 113052
/proc/meminfo: memFree=126503844/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=179052 memory=167172 CPUtime=1889.46 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 31791 0 0 0 188622 324 0 0 20 0 1 0 139300070 183349248 41793 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 44763 41793 1120 1011 0 43530 0
Current children cumulated CPU time: 3317.7 s
Current children cumulated vsize: 375328 KiB
Current children cumulated memory: 309120 KiB

[startup+2682.3 s]
/proc/loadavg: 4.15 4.22 4.79 5/246 113054
/proc/meminfo: memFree=126506312/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=179424 memory=167428 CPUtime=1949.24 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 31900 0 0 0 194594 330 0 0 20 0 1 0 139300070 183730176 41857 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 44856 41857 1120 1011 0 43623 0
Current children cumulated CPU time: 3377.48 s
Current children cumulated vsize: 375700 KiB
Current children cumulated memory: 309376 KiB

[startup+2742.3 s]
/proc/loadavg: 3.77 4.12 4.72 4/246 113058
/proc/meminfo: memFree=126027252/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=181600 memory=169604 CPUtime=2009.04 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 32447 0 0 0 200563 341 0 0 20 0 1 0 139300070 185958400 42401 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 45400 42401 1120 1011 0 44167 0
Current children cumulated CPU time: 3437.28 s
Current children cumulated vsize: 377876 KiB
Current children cumulated memory: 311552 KiB

[startup+2802.3 s]
/proc/loadavg: 3.38 3.94 4.62 4/246 113060
/proc/meminfo: memFree=125771636/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=183940 memory=172036 CPUtime=2068.83 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 33033 0 0 0 206530 353 0 0 20 0 1 0 139300070 188354560 43009 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 45985 43009 1120 1011 0 44752 0
Current children cumulated CPU time: 3497.07 s
Current children cumulated vsize: 380216 KiB
Current children cumulated memory: 313984 KiB

[startup+2862.3 s]
/proc/loadavg: 3.24 3.80 4.52 4/246 113062
/proc/meminfo: memFree=125581064/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=184424 memory=172548 CPUtime=2128.61 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 33154 0 0 0 212497 364 0 0 20 0 1 0 139300070 188850176 43137 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 46106 43137 1120 1011 0 44873 0
Current children cumulated CPU time: 3556.85 s
Current children cumulated vsize: 380700 KiB
Current children cumulated memory: 314496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2905.6 s]
/proc/loadavg: 3.18 3.70 4.45 4/246 113064
/proc/meminfo: memFree=125561848/131382112 swapFree=33009904/33010684
[pid=112530] ppid=112527 vsize=196276 memory=141948 CPUtime=1428.24 cores=0,2
/proc/112530/stat : 112530 (LSIPExact) S 112527 112530 111409 0 -1 4194304 152832 0 0 0 142807 17 0 0 20 0 1 0 139227467 200986624 35487 18446744073709551615 94295873146880 94295900404049 140730590490512 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94295908906120 94295909337728 94295942815744 140730590493016 140730590493192 140730590493192 140730590498796 0
/proc/112530/statm: 49069 35487 3392 6655 0 34390 0
[pid=112936] ppid=112530 vsize=185944 memory=173956 CPUtime=2171.76 cores=0,2
/proc/112936/stat : 112936 (Exact) R 112530 112936 112936 0 -1 4194304 33534 0 0 0 216805 371 0 0 20 0 1 0 139300070 190406656 43489 18446744073709551615 4198400 8335837 140720779656560 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 16855040 140720779663545 140720779663899 140720779663899 140720779669455 0
/proc/112936/statm: 46486 43489 1120 1011 0 45253 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 382220 KiB
Current children cumulated memory: 315904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.14 s, system=3.90416 s

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

Child status: 0

Real time (s): 2905.62
CPU time (s): 3600.04
CPU user time (s): 3596.14
CPU system time (s): 3.90416
CPU usage (%): 123.899
Max. virtual memory (cumulated for all children) (KiB): 382220
Max. memory (cumulated for all children) (KiB): 315904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.14
system time used= 3.90415
maximum resident set size= 173956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186937
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= 516
involuntary context switches= 25436


# summary of solver processes directly reported to runsolver:
#   pid: 112530
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3596.14
#   total CPU system time (s): 3.90416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5615 second user time and 25.4022 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-11 14:04:46
IDJOB=4527200
IDBENCH=162289
IDSOLVER=3384
FILE ID=nodeC001/4527200-1752235485
RUNJOBID= nodeC001-1752232205-111424
SLURM_JOB_ID= 9682512
Free space on /tmp= 432348 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527200-1752235485/watcher-4527200-1752235485 -o /tmp/evaluation-result-4527200-1752235485/solver-4527200-1752235485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752232205-111424 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527200-1752235485.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
RANDOM SEED=291300059

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122269316 kB
MemAvailable:   123971268 kB
Buffers:            1668 kB
Cached:          2484180 kB
SwapCached:          128 kB
Active:          6203636 kB
Inactive:        2234520 kB
Active(anon):    5942248 kB
Inactive(anon):    27836 kB
Active(file):     261388 kB
Inactive(file):  2206684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45012 kB
Writeback:            76 kB
AnonPages:       5955320 kB
Mapped:           141332 kB
Shmem:             17776 kB
KReclaimable:     146632 kB
Slab:             235048 kB
SReclaimable:     146632 kB
SUnreclaim:        88416 kB
KernelStack:        4080 kB
PageTables:        14888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6431952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2033664 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432368 MiB
End job on nodeC001 at 2025-07-11 14:53:12