Trace number 4527126

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? 3405.25 2706.24

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM3c4292db534e5ed9ac145103152ac845
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 variables348
Total number of constraints928
Number of constraints which are clauses928
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.10/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1431.10/726.02	c numVar: 348
1431.10/726.02	c numCon: 928
1431.10/726.02	c numEqual: 0
1431.10/726.02	c intSize: 3
1431.10/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1431.10/726.02	c ------------------- Paras list -------------------
1431.10/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1431.10/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1431.10/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1431.10/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1431.10/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1431.10/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1431.10/726.02	c random_seed         	 int       	 0         	 0         	 
1431.10/726.02	c sample_size         	 int       	 50        	 50        	 
1431.10/726.02	c sub_score           	 int       	 1         	 1         	 
1431.10/726.02	c tabu_base           	 int       	 3         	 3         	 
1431.10/726.02	c tabu_variation      	 int       	 1         	 1         	 
1431.10/726.02	c sub_div             	 int       	 4         	 4         	 
1431.10/726.02	c nbcore              	 int       	 2         	 1         	 
1431.10/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1431.10/726.02	c print_sol           	 int       	 1         	 1         	 
1431.10/726.02	c tmpdir              	 string		 .         	 "."       	 
1431.10/726.02	c home                	 string		 HOME	 "."       	 
1431.10/726.02	c benchname           	 string		 HOME/instance-4527126-1752234525.opb	 ""        	 
1431.10/726.02	c --------------------------------------------------
1431.10/726.02	c Local Search solver
1431.10/726.02	c MIP solver
1431.10/726.02	c use Exact solver
3405.19/2706.23	s UNKNOWN
3405.19/2706.23	c Total time: 2707

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: 63837 MiB (62665 MiB free)
  memory of node 1: 64465 MiB (62017 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100113 s]*
/proc/loadavg: 7.04 7.19 6.94 7/252 114467
/proc/meminfo: memFree=127675024/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=0.1 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 10 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+0.213272 s]*
/proc/loadavg: 7.04 7.19 6.94 7/252 114467
/proc/meminfo: memFree=127675024/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=0.21 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 21 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+0.313217 s]*
/proc/loadavg: 7.04 7.19 6.94 7/252 114467
/proc/meminfo: memFree=127675024/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=0.31 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 31 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+0.700336 s]
/proc/loadavg: 7.04 7.19 6.94 7/252 114467
/proc/meminfo: memFree=127675024/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=0.68 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 68 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+1.50035 s]
/proc/loadavg: 7.04 7.19 6.94 7/252 114467
/proc/meminfo: memFree=127675004/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=1.48 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 148 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+3.11276 s]
/proc/loadavg: 6.96 7.17 6.94 7/252 114467
/proc/meminfo: memFree=127675080/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=3.09 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 309 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+6.30032 s]
/proc/loadavg: 6.96 7.17 6.94 7/252 114467
/proc/meminfo: memFree=127675080/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=40316 memory=5888 CPUtime=6.27 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 433 0 0 0 627 0 0 0 20 0 1 0 139131200 41283584 1472 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 10079 1472 1184 6655 0 314 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40316 KiB
Current children cumulated memory: 5888 KiB

[startup+12.7002 s]
/proc/loadavg: 6.89 7.14 6.93 8/253 114468
/proc/meminfo: memFree=127669052/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=122040 memory=26740 CPUtime=15.29 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 3069 0 0 0 1528 1 0 0 20 0 2 0 139131200 124968960 6685 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 30510 6685 3488 6655 0 5010 0
[pid=114466/tid=114468] ppid=114463 vsize=122040 memory=26356 CPUtime=2.63 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 663 0 0 0 263 0 0 0 20 0 2 0 139132201 124968960 6685 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 122040 KiB
Current children cumulated memory: 26740 KiB

[startup+25.5002 s]
/proc/loadavg: 6.91 7.14 6.93 8/253 114469
/proc/meminfo: memFree=127670360/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=122040 memory=26868 CPUtime=39.99 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 6470 0 0 0 3997 2 0 0 20 0 2 0 139131200 124968960 6717 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 30510 6717 3488 6655 0 5010 0
[pid=114466/tid=114468] ppid=114463 vsize=122040 memory=16548 CPUtime=15.3 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 1769 0 0 0 1529 1 0 0 20 0 2 0 139132201 124968960 6717 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 39.99 s
Current children cumulated vsize: 122040 KiB
Current children cumulated memory: 26868 KiB

[startup+51.1054 s]
/proc/loadavg: 7.01 7.14 6.94 8/253 114469
/proc/meminfo: memFree=127652464/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=128264 memory=34164 CPUtime=90.87 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 10120 0 0 0 9085 2 0 0 20 0 2 0 139131200 131342336 8541 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 32066 8541 3520 6655 0 6775 0
[pid=114466/tid=114468] ppid=114463 vsize=128264 memory=28916 CPUtime=40.64 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 2639 0 0 0 4063 1 0 0 20 0 2 0 139132201 131342336 8541 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 90.87 s
Current children cumulated vsize: 128264 KiB
Current children cumulated memory: 34164 KiB

[startup+102.3 s]
/proc/loadavg: 7.15 7.15 6.96 8/253 114471
/proc/meminfo: memFree=127650224/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=128696 memory=34676 CPUtime=191.63 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 14053 0 0 0 19161 2 0 0 20 0 2 0 139131200 131784704 8669 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 32174 8669 3520 6655 0 6985 0
[pid=114466/tid=114468] ppid=114463 vsize=128696 memory=34676 CPUtime=91.3 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 4408 0 0 0 9129 1 0 0 20 0 2 0 139132201 131784704 8669 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 191.63 s
Current children cumulated vsize: 128696 KiB
Current children cumulated memory: 34676 KiB

[startup+162.3 s]
/proc/loadavg: 7.08 7.14 6.97 8/253 114473
/proc/meminfo: memFree=127649720/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=128696 memory=35444 CPUtime=310.88 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 16453 0 0 0 31086 2 0 0 20 0 2 0 139131200 131784704 8861 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 32174 8861 3520 6655 0 7190 0
[pid=114466/tid=114468] ppid=114463 vsize=128696 memory=35444 CPUtime=150.7 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 5587 0 0 0 15069 1 0 0 20 0 2 0 139132201 131784704 8861 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 310.88 s
Current children cumulated vsize: 128696 KiB
Current children cumulated memory: 35444 KiB

[startup+222.3 s]
/proc/loadavg: 7.13 7.14 6.99 8/254 114482
/proc/meminfo: memFree=127643696/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=128696 memory=36468 CPUtime=430.15 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 18777 0 0 0 43012 3 0 0 20 0 2 0 139131200 131784704 9117 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 32174 9117 3520 6655 0 7427 0
[pid=114466/tid=114468] ppid=114463 vsize=128696 memory=36212 CPUtime=210.11 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 6894 0 0 0 21010 1 0 0 20 0 2 0 139132201 131784704 9117 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 430.15 s
Current children cumulated vsize: 128696 KiB
Current children cumulated memory: 36468 KiB

[startup+282.3 s]
/proc/loadavg: 6.95 7.09 6.99 7/254 114485
/proc/meminfo: memFree=127514268/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=128696 memory=37364 CPUtime=549.41 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 21136 0 0 0 54938 3 0 0 20 0 2 0 139131200 131784704 9341 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 32174 9341 3520 6655 0 7669 0
[pid=114466/tid=114468] ppid=114463 vsize=128696 memory=36980 CPUtime=269.51 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 7971 0 0 0 26950 1 0 0 20 0 2 0 139132201 131784704 9341 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 549.41 s
Current children cumulated vsize: 128696 KiB
Current children cumulated memory: 37364 KiB

[startup+342.3 s]
/proc/loadavg: 6.39 6.91 6.93 7/254 114487
/proc/meminfo: memFree=127425944/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=128696 memory=38772 CPUtime=668.66 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) R 114463 114466 113044 0 -1 4194304 23728 0 0 0 66862 4 0 0 20 0 2 0 139131200 131784704 9693 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 32174 9693 3520 6655 0 7905 0
[pid=114466/tid=114468] ppid=114463 vsize=128696 memory=36980 CPUtime=328.91 cores=4,6
/proc/114466/task/114468/stat : 114468 (LSIPExact) R 114463 114466 113044 0 -1 4194368 9049 0 0 0 32890 1 0 0 20 0 2 0 139132201 131784704 9693 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
Current children cumulated CPU time: 668.66 s
Current children cumulated vsize: 128696 KiB
Current children cumulated memory: 38772 KiB

[startup+402.3 s]

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

/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 83817 0 0 0 169274 1819 0 0 20 0 1 0 139203803 58298368 10558 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14233 10558 1120 1011 0 13000 0
Current children cumulated CPU time: 3142.06 s
Current children cumulated vsize: 192064 KiB
Current children cumulated memory: 94116 KiB

[startup+2502.3 s]
/proc/loadavg: 4.14 4.22 4.78 4/240 114750
/proc/meminfo: memFree=127283164/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57316 memory=42616 CPUtime=1770.78 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 83913 0 0 0 175200 1878 0 0 20 0 1 0 139203803 58691584 10654 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14329 10654 1120 1011 0 13096 0
Current children cumulated CPU time: 3201.91 s
Current children cumulated vsize: 192448 KiB
Current children cumulated memory: 94500 KiB

[startup+2562.3 s]
/proc/loadavg: 3.42 4.00 4.67 4/240 114752
/proc/meminfo: memFree=127106876/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57316 memory=42616 CPUtime=1830.6 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 83913 0 0 0 181120 1940 0 0 20 0 1 0 139203803 58691584 10654 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14329 10654 1120 1011 0 13096 0
Current children cumulated CPU time: 3261.73 s
Current children cumulated vsize: 192448 KiB
Current children cumulated memory: 94500 KiB

[startup+2622.3 s]
/proc/loadavg: 3.27 3.84 4.57 4/241 114761
/proc/meminfo: memFree=126943708/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57508 memory=42872 CPUtime=1890.41 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 83975 0 0 0 187041 2000 0 0 20 0 1 0 139203803 58888192 10718 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14377 10718 1120 1011 0 13144 0
Current children cumulated CPU time: 3321.54 s
Current children cumulated vsize: 192640 KiB
Current children cumulated memory: 94756 KiB

[startup+2682.3 s]
/proc/loadavg: 3.16 3.70 4.47 4/241 114763
/proc/meminfo: memFree=126757800/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1950.24 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 192962 2062 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3381.37 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

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

# cumulated CPU time of all completed processes:  user=3384.31 s, system=20.94 s

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

[startup+2688 s]*
/proc/loadavg: 3.15 3.69 4.46 4/241 114763
/proc/meminfo: memFree=126741924/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1955.93 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 193525 2068 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3387.06 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

[startup+2694.4 s]
/proc/loadavg: 3.13 3.68 4.46 4/241 114763
/proc/meminfo: memFree=126730080/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1962.3 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 194155 2075 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3393.43 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

[startup+2700.8 s]
/proc/loadavg: 3.12 3.67 4.45 4/241 114763
/proc/meminfo: memFree=126709920/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1968.68 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 194786 2082 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3399.81 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

[startup+2704 s]*
/proc/loadavg: 3.11 3.66 4.44 4/241 114763
/proc/meminfo: memFree=126709920/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1971.89 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 195105 2084 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3403.02 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

[startup+2705.6 s]
/proc/loadavg: 3.11 3.66 4.44 4/241 114763
/proc/meminfo: memFree=126709920/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1973.46 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 195261 2085 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3404.59 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

[startup+2706 s]*
/proc/loadavg: 3.11 3.66 4.44 4/241 114763
/proc/meminfo: memFree=126701856/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1973.88 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 195302 2086 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3405.01 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

[startup+2706.2 s]
/proc/loadavg: 3.11 3.66 4.44 4/241 114763
/proc/meminfo: memFree=126701856/131382120 swapFree=33010416/33010684
[pid=114466] ppid=114463 vsize=135132 memory=51884 CPUtime=1431.13 cores=4,6
/proc/114466/stat : 114466 (LSIPExact) S 114463 114466 113044 0 -1 4194304 33361 0 0 0 143107 6 0 0 20 0 1 0 139131200 138375168 12971 18446744073709551615 94622097252352 94622124509521 140724646550896 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94622133011592 94622133443200 94622152347648 140724646553944 140724646554120 140724646554120 140724646559724 0
/proc/114466/statm: 33783 12971 3552 6655 0 11043 0
[pid=114501] ppid=114466 vsize=57700 memory=43000 CPUtime=1974.06 cores=4,6
/proc/114501/stat : 114501 (Exact) R 114466 114501 114501 0 -1 4194304 84026 0 0 0 195320 2086 0 0 20 0 1 0 139203803 59084800 10750 18446744073709551615 4198400 8335837 140725889327664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 25329664 140725889329337 140725889329691 140725889329691 140725889335247 0
/proc/114501/statm: 14425 10750 1120 1011 0 13192 0
Current children cumulated CPU time: 3405.19 s
Current children cumulated vsize: 192832 KiB
Current children cumulated memory: 94884 KiB

Child status: 0

Real time (s): 2706.24
CPU time (s): 3405.25
CPU user time (s): 3384.31
CPU system time (s): 20.94
CPU usage (%): 125.83
Max. virtual memory (cumulated for all children) (KiB): 192832
Max. memory (cumulated for all children) (KiB): 94884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3384.31
system time used= 20.94
maximum resident set size= 52012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117549
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= 334
involuntary context switches= 15960


# summary of solver processes directly reported to runsolver:
#   pid: 114466
#   total CPU time (s): 3405.25
#   total CPU user time (s): 3384.31
#   total CPU system time (s): 20.94

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2104 second user time and 23.534 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 13:48:45
IDJOB=4527126
IDBENCH=159702
IDSOLVER=3384
FILE ID=nodeC003/4527126-1752234525
RUNJOBID= nodeC003-1752232205-113063
SLURM_JOB_ID= 9682514
Free space on /tmp= 431892 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.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-4527126-1752234525/watcher-4527126-1752234525 -o /tmp/evaluation-result-4527126-1752234525/solver-4527126-1752234525 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752232205-113063 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527126-1752234525.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 3c4292db534e5ed9ac145103152ac845
RANDOM SEED=816111701

nodeC003 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		: 3591.484
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.724
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.44
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.431
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.44
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.192
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.44
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		: 1197.153
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.44
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		: 3492.705
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.44
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		: 3700.000
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.44
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.739
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127674736 kB
MemAvailable:   128166372 kB
Buffers:            2736 kB
Cached:          1285072 kB
SwapCached:           36 kB
Active:          2310544 kB
Inactive:         789200 kB
Active(anon):    1822256 kB
Inactive(anon):     7604 kB
Active(file):     488288 kB
Inactive(file):   781596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44676 kB
Writeback:             0 kB
AnonPages:       1814972 kB
Mapped:           145768 kB
Shmem:             17924 kB
KReclaimable:     122760 kB
Slab:             210888 kB
SReclaimable:     122760 kB
SUnreclaim:        88128 kB
KernelStack:        4064 kB
PageTables:         6740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2216544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431948 MiB
End job on nodeC003 at 2025-07-11 14:33:52