Trace number 4527123

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.08 2900.51

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n182-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMfdfc61e25e9264eb2f8645fd8f162aaa
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints728
Number of constraints which are clauses728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1431.58/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1431.58/726.02	c numVar: 273
1431.58/726.02	c numCon: 728
1431.58/726.02	c numEqual: 0
1431.58/726.02	c intSize: 3
1431.58/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1431.58/726.02	c ------------------- Paras list -------------------
1431.58/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1431.58/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1431.58/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1431.58/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1431.58/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1431.58/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1431.58/726.02	c random_seed         	 int       	 0         	 0         	 
1431.58/726.02	c sample_size         	 int       	 50        	 50        	 
1431.58/726.02	c sub_score           	 int       	 1         	 1         	 
1431.58/726.02	c tabu_base           	 int       	 3         	 3         	 
1431.58/726.02	c tabu_variation      	 int       	 1         	 1         	 
1431.58/726.02	c sub_div             	 int       	 4         	 4         	 
1431.58/726.02	c nbcore              	 int       	 2         	 1         	 
1431.58/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1431.58/726.02	c print_sol           	 int       	 1         	 1         	 
1431.58/726.02	c tmpdir              	 string		 .         	 "."       	 
1431.58/726.02	c home                	 string		 HOME	 "."       	 
1431.58/726.02	c benchname           	 string		 HOME/instance-4527123-1752234384.opb	 ""        	 
1431.58/726.02	c --------------------------------------------------
1431.58/726.02	c Local Search solver
1431.58/726.02	c MIP solver
1431.58/726.02	c use Exact solver
3600.06/2900.50	s UNKNOWN
3600.06/2900.50	c Total time: 2901

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 (60318 MiB free)
  memory of node 1: 64507 MiB (60615 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527123-1752234384/watcher-4527123-1752234384 -o /tmp/evaluation-result-4527123-1752234384/solver-4527123-1752234384 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752232205-113691 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527123-1752234384.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=114135, runsolver pid=114132

[startup+0.100077 s]*
/proc/loadavg: 7.81 7.60 7.09 8/253 114136
/proc/meminfo: memFree=123837072/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=0.1 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 10 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+0.213672 s]*
/proc/loadavg: 7.81 7.60 7.09 8/253 114136
/proc/meminfo: memFree=123837072/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=0.21 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 21 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+0.313595 s]*
/proc/loadavg: 7.81 7.60 7.09 8/253 114136
/proc/meminfo: memFree=123837072/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=0.31 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 31 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+0.700341 s]
/proc/loadavg: 7.81 7.60 7.09 8/253 114136
/proc/meminfo: memFree=123837072/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=0.68 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 68 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+1.50033 s]
/proc/loadavg: 7.81 7.60 7.09 8/253 114136
/proc/meminfo: memFree=123808148/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=1.48 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 148 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+3.11312 s]
/proc/loadavg: 7.75 7.59 7.09 8/253 114136
/proc/meminfo: memFree=123829384/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=3.09 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 309 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+6.30034 s]
/proc/loadavg: 7.75 7.59 7.09 8/253 114136
/proc/meminfo: memFree=123813260/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=40172 memory=5760 CPUtime=6.27 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 404 0 0 0 627 0 0 0 20 0 1 0 139118171 41136128 1440 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 10043 1440 1184 6655 0 278 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40172 KiB
Current children cumulated memory: 5760 KiB

[startup+12.7002 s]
/proc/loadavg: 7.71 7.58 7.09 9/254 114137
/proc/meminfo: memFree=123810300/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=120992 memory=25292 CPUtime=15.29 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 2696 0 0 0 1528 1 0 0 20 0 2 0 139118171 123895808 6323 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 30248 6323 3488 6655 0 4632 0
[pid=114135/tid=114137] ppid=114132 vsize=120992 memory=25164 CPUtime=2.63 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 544 0 0 0 263 0 0 0 20 0 2 0 139119172 123895808 6323 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 120992 KiB
Current children cumulated memory: 25292 KiB

[startup+25.5002 s]
/proc/loadavg: 7.76 7.60 7.10 9/254 114137
/proc/meminfo: memFree=123790336/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=120992 memory=25420 CPUtime=40.72 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 4933 0 0 0 4070 2 0 0 20 0 2 0 139118171 123895808 6355 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 30248 6355 3488 6655 0 4659 0
[pid=114135/tid=114137] ppid=114132 vsize=120992 memory=10624 CPUtime=15.3 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 1483 0 0 0 1530 0 0 0 20 0 2 0 139119172 123895808 6355 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 40.72 s
Current children cumulated vsize: 120992 KiB
Current children cumulated memory: 25420 KiB

[startup+51.1056 s]
/proc/loadavg: 7.91 7.65 7.13 9/254 114138
/proc/meminfo: memFree=123667932/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=122444 memory=27212 CPUtime=91.31 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 6367 0 0 0 9128 3 0 0 20 0 2 0 139118171 125382656 6803 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 30611 6803 3488 6655 0 5222 0
[pid=114135/tid=114137] ppid=114132 vsize=122444 memory=27212 CPUtime=40.38 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 1838 0 0 0 4037 1 0 0 20 0 2 0 139119172 125382656 6803 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 91.31 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 27212 KiB

[startup+102.3 s]
/proc/loadavg: 8.02 7.72 7.19 9/254 114140
/proc/meminfo: memFree=123546892/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=122444 memory=32972 CPUtime=192.83 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 11206 0 0 0 19278 5 0 0 20 0 2 0 139118171 125382656 8243 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 30611 8243 3488 6655 0 6595 0
[pid=114135/tid=114137] ppid=114132 vsize=122444 memory=32972 CPUtime=90.85 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 4473 0 0 0 9083 2 0 0 20 0 2 0 139119172 125382656 8243 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 192.83 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 32972 KiB

[startup+162.3 s]
/proc/loadavg: 8.05 7.79 7.25 9/255 114143
/proc/meminfo: memFree=123517760/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=122444 memory=33100 CPUtime=312.06 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 14273 0 0 0 31201 5 0 0 20 0 2 0 139118171 125382656 8275 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 30611 8275 3488 6655 0 6595 0
[pid=114135/tid=114137] ppid=114132 vsize=122444 memory=33100 CPUtime=150.25 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 5942 0 0 0 15023 2 0 0 20 0 2 0 139119172 125382656 8275 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 312.06 s
Current children cumulated vsize: 122444 KiB
Current children cumulated memory: 33100 KiB

[startup+222.3 s]
/proc/loadavg: 7.98 7.82 7.29 9/255 114144
/proc/meminfo: memFree=123528572/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=123340 memory=34380 CPUtime=431.28 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 14858 0 0 0 43121 7 0 0 20 0 2 0 139118171 126300160 8595 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 30835 8595 3488 6655 0 6819 0
[pid=114135/tid=114137] ppid=114132 vsize=123340 memory=10624 CPUtime=209.65 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 6176 0 0 0 20963 2 0 0 20 0 2 0 139119172 126300160 8595 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 431.28 s
Current children cumulated vsize: 123340 KiB
Current children cumulated memory: 34380 KiB

[startup+282.3 s]
/proc/loadavg: 8.04 7.87 7.35 9/255 114146
/proc/meminfo: memFree=123384692/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=124520 memory=35532 CPUtime=550.45 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 18357 0 0 0 55037 8 0 0 20 0 2 0 139118171 127508480 8883 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 31130 8883 3488 6655 0 7114 0
[pid=114135/tid=114137] ppid=114132 vsize=124520 memory=14560 CPUtime=269.04 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 7964 0 0 0 26901 3 0 0 20 0 2 0 139119172 127508480 8883 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 550.45 s
Current children cumulated vsize: 124520 KiB
Current children cumulated memory: 35532 KiB

[startup+342.3 s]
/proc/loadavg: 8.13 7.93 7.40 9/254 114148
/proc/meminfo: memFree=123170188/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=125600 memory=36428 CPUtime=669.6 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) R 114132 114135 113672 0 -1 4194304 18958 0 0 0 66951 9 0 0 20 0 2 0 139118171 128614400 9107 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 31400 9107 3488 6655 0 7384 0
[pid=114135/tid=114137] ppid=114132 vsize=125600 memory=36044 CPUtime=328.42 cores=1,3
/proc/114135/task/114137/stat : 114137 (LSIPExact) R 114132 114135 113672 0 -1 4194368 8307 0 0 0 32839 3 0 0 20 0 2 0 139119172 128614400 9107 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
Current children cumulated CPU time: 669.6 s
Current children cumulated vsize: 125600 KiB
Current children cumulated memory: 36428 KiB

[startup+402.3 s]

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

/proc/loadavg: 3.97 4.68 5.51 4/246 114392
/proc/meminfo: memFree=110444164/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=49448 memory=34832 CPUtime=1651.58 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40367 0 0 0 163452 1706 0 0 20 0 1 0 139190774 50634752 8708 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12362 8708 1120 1011 0 11129 0
Current children cumulated CPU time: 3083.2 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 82256 KiB

[startup+2442.3 s]
/proc/loadavg: 3.40 4.39 5.35 4/247 114395
/proc/meminfo: memFree=110419956/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=49640 memory=34960 CPUtime=1711.43 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40425 0 0 0 169372 1771 0 0 20 0 1 0 139190774 50831360 8740 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12410 8740 1120 1011 0 11177 0
Current children cumulated CPU time: 3143.05 s
Current children cumulated vsize: 182296 KiB
Current children cumulated memory: 82384 KiB

[startup+2502.3 s]
/proc/loadavg: 3.25 4.16 5.21 4/247 114397
/proc/meminfo: memFree=110374708/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=49832 memory=35216 CPUtime=1771.29 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40476 0 0 0 175306 1823 0 0 20 0 1 0 139190774 51027968 8804 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12458 8804 1120 1011 0 11225 0
Current children cumulated CPU time: 3202.91 s
Current children cumulated vsize: 182488 KiB
Current children cumulated memory: 82640 KiB

[startup+2562.3 s]
/proc/loadavg: 3.15 3.96 5.08 4/247 114399
/proc/meminfo: memFree=110367588/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50024 memory=35344 CPUtime=1831.14 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40524 0 0 0 181229 1885 0 0 20 0 1 0 139190774 51224576 8836 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12506 8836 1120 1011 0 11273 0
Current children cumulated CPU time: 3262.76 s
Current children cumulated vsize: 182680 KiB
Current children cumulated memory: 82768 KiB

[startup+2622.3 s]
/proc/loadavg: 3.18 3.82 4.95 4/247 114401
/proc/meminfo: memFree=110352636/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50024 memory=35344 CPUtime=1890.99 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40524 0 0 0 187153 1946 0 0 20 0 1 0 139190774 51224576 8836 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12506 8836 1120 1011 0 11273 0
Current children cumulated CPU time: 3322.61 s
Current children cumulated vsize: 182680 KiB
Current children cumulated memory: 82768 KiB

[startup+2682.3 s]
/proc/loadavg: 3.13 3.68 4.83 4/247 114403
/proc/meminfo: memFree=110346204/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50024 memory=35472 CPUtime=1950.84 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40551 0 0 0 193081 2003 0 0 20 0 1 0 139190774 51224576 8868 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12506 8868 1120 1011 0 11273 0
Current children cumulated CPU time: 3382.46 s
Current children cumulated vsize: 182680 KiB
Current children cumulated memory: 82896 KiB

[startup+2742.3 s]
/proc/loadavg: 3.09 3.57 4.72 4/246 114405
/proc/meminfo: memFree=110323036/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50024 memory=35472 CPUtime=2010.7 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40551 0 0 0 199005 2065 0 0 20 0 1 0 139190774 51224576 8868 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12506 8868 1120 1011 0 11273 0
Current children cumulated CPU time: 3442.32 s
Current children cumulated vsize: 182680 KiB
Current children cumulated memory: 82896 KiB

[startup+2802.3 s]
/proc/loadavg: 2.82 3.41 4.60 3/239 114438
/proc/meminfo: memFree=111083332/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50024 memory=35472 CPUtime=2070.51 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40551 0 0 0 204917 2134 0 0 20 0 1 0 139190774 51224576 8868 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12506 8868 1120 1011 0 11273 0
Current children cumulated CPU time: 3502.13 s
Current children cumulated vsize: 182680 KiB
Current children cumulated memory: 82896 KiB

[startup+2862.3 s]
/proc/loadavg: 2.30 3.15 4.43 3/240 114447
/proc/meminfo: memFree=111063372/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50216 memory=35600 CPUtime=2130.35 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40575 0 0 0 210842 2193 0 0 20 0 1 0 139190774 51421184 8900 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12554 8900 1120 1011 0 11321 0
Current children cumulated CPU time: 3561.97 s
Current children cumulated vsize: 182872 KiB
Current children cumulated memory: 83024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2900.5 s]
/proc/loadavg: 2.26 3.04 4.34 3/241 114450
/proc/meminfo: memFree=111046896/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50216 memory=35600 CPUtime=2168.44 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40599 0 0 0 214614 2230 0 0 20 0 1 0 139190774 51421184 8900 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12554 8900 1120 1011 0 11321 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 182872 KiB
Current children cumulated memory: 83024 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3577.59 s, system=22.4911 s

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

[startup+2900.5 s]
/proc/loadavg: 2.26 3.04 4.34 3/241 114450
/proc/meminfo: memFree=111046896/131382112 swapFree=33010160/33010684
[pid=114135] ppid=114132 vsize=132656 memory=47424 CPUtime=1431.62 cores=1,3
/proc/114135/stat : 114135 (LSIPExact) S 114132 114135 113672 0 -1 4194304 28815 0 0 0 143144 18 0 0 20 0 1 0 139118171 135839744 11856 18446744073709551615 94138659872768 94138687129937 140733400808816 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94138695632008 94138696063616 94138699218944 140733400811864 140733400812040 140733400812040 140733400817644 0
/proc/114135/statm: 33164 11856 3520 6655 0 9912 0
[pid=114172] ppid=114135 vsize=50216 memory=35600 CPUtime=2168.44 cores=1,3
/proc/114172/stat : 114172 (Exact) R 114135 114172 114172 0 -1 4194304 40599 0 0 0 214614 2230 0 0 20 0 1 0 139190774 51421184 8900 18446744073709551615 4198400 8335837 140735395533536 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 39571456 140735395535033 140735395535387 140735395535387 140735395540943 0
/proc/114172/statm: 12554 8900 1120 1011 0 11321 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 182872 KiB
Current children cumulated memory: 83024 KiB

Child status: 0

Real time (s): 2900.51
CPU time (s): 3600.08
CPU user time (s): 3577.59
CPU system time (s): 22.4911
CPU usage (%): 124.119
Max. virtual memory (cumulated for all children) (KiB): 182872
Max. memory (cumulated for all children) (KiB): 83024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.59
system time used= 22.4911
maximum resident set size= 47552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69501
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= 328
involuntary context switches= 28148


# summary of solver processes directly reported to runsolver:
#   pid: 114135
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3577.59
#   total CPU system time (s): 22.4911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6582 second user time and 24.9445 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 13:46:24
IDJOB=4527123
IDBENCH=159141
IDSOLVER=3384
FILE ID=nodeC009/4527123-1752234384
RUNJOBID= nodeC009-1752232205-113691
SLURM_JOB_ID= 9682520
Free space on /tmp= 431080 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n182-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527123-1752234384/watcher-4527123-1752234384 -o /tmp/evaluation-result-4527123-1752234384/solver-4527123-1752234384 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752232205-113691 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527123-1752234384.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= fdfc61e25e9264eb2f8645fd8f162aaa
RANDOM SEED=1096931829

nodeC009 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		: 3592.426
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.85
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		: 1197.510
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.85
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		: 3591.400
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.85
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		: 1197.220
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.85
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.698
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.85
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		: 3491.933
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.85
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.665
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.85
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		: 3492.005
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123837324 kB
MemAvailable:   126828624 kB
Buffers:            2144 kB
Cached:          3722652 kB
SwapCached:           24 kB
Active:          3740320 kB
Inactive:        3090380 kB
Active(anon):    3119660 kB
Inactive(anon):     4180 kB
Active(file):     620660 kB
Inactive(file):  3086200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44664 kB
Writeback:             4 kB
AnonPages:       3107976 kB
Mapped:           141404 kB
Shmem:             17936 kB
KReclaimable:     247748 kB
Slab:             337524 kB
SReclaimable:     247748 kB
SUnreclaim:        89776 kB
KernelStack:        4080 kB
PageTables:         9228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3498268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1341440 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430704 MiB
End job on nodeC009 at 2025-07-11 14:34:45