Trace number 4510356

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 S2UNSAT 2183.13 1120.76

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x20split.cnf-plain.pb.metafix.opb
MD5SUM5fa6a1707c990041c74d493ed085ddd0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.60153
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints802
Number of constraints which are clauses802
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 constraint2
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

2146.48/1084.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2146.48/1084.02	c numVar: 201
2146.48/1084.02	c numCon: 802
2146.48/1084.02	c numEqual: 0
2146.48/1084.02	c intSize: 3
2146.48/1084.02	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2146.48/1084.02	c ------------------- Paras list -------------------
2146.48/1084.02	c Name                	 Type      	 Now       	 Default   	 Comment
2146.48/1084.02	c timeout             	 double    	 3600.000000	 3600      	 
2146.48/1084.02	c mip_time            	 double    	 0.300000  	 0.5       	 
2146.48/1084.02	c ls_time             	 double    	 10.000000 	 10        	 
2146.48/1084.02	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2146.48/1084.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2146.48/1084.02	c random_seed         	 int       	 0         	 0         	 
2146.48/1084.02	c sample_size         	 int       	 50        	 50        	 
2146.48/1084.02	c sub_score           	 int       	 1         	 1         	 
2146.48/1084.02	c tabu_base           	 int       	 3         	 3         	 
2146.48/1084.02	c tabu_variation      	 int       	 1         	 1         	 
2146.48/1084.02	c sub_div             	 int       	 4         	 4         	 
2146.48/1084.02	c nbcore              	 int       	 2         	 1         	 
2146.48/1084.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2146.48/1084.02	c print_sol           	 int       	 1         	 1         	 
2146.48/1084.02	c tmpdir              	 string		 .         	 "."       	 
2146.48/1084.02	c home                	 string		 HOME	 "."       	 
2146.48/1084.02	c benchname           	 string		 HOME/instance-4510356-1751184504.opb	 ""        	 
2146.48/1084.02	c --------------------------------------------------
2146.48/1084.02	c Local Search solver
2146.48/1084.02	c MIP solver
2146.48/1084.02	c use Exact solver
2183.04/1120.76	c Exact infeasible
2183.04/1120.76	s UNSATISFIABLE
2183.04/1120.76	c Total time: 1121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510356-1751184504/watcher-4510356-1751184504 -o /tmp/evaluation-result-4510356-1751184504/solver-4510356-1751184504 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4510356-1751184504.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=22059, runsolver pid=22056

[startup+0.100066 s]*
/proc/loadavg: 7.07 6.99 6.39 8/253 22060
/proc/meminfo: memFree=129932044/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=0.1 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 10 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+0.212619 s]*
/proc/loadavg: 7.07 6.99 6.39 8/253 22060
/proc/meminfo: memFree=129932044/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=0.21 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 21 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+0.312165 s]*
/proc/loadavg: 7.07 6.99 6.39 8/253 22060
/proc/meminfo: memFree=129932044/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=0.31 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 31 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+0.700237 s]
/proc/loadavg: 7.07 6.99 6.39 8/253 22060
/proc/meminfo: memFree=129932044/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=0.69 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 69 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+1.50024 s]
/proc/loadavg: 7.07 6.99 6.39 8/253 22060
/proc/meminfo: memFree=129932044/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=1.48 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 148 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+3.11216 s]
/proc/loadavg: 7.07 6.99 6.39 8/253 22060
/proc/meminfo: memFree=129932296/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=3.09 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 309 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+6.30023 s]
/proc/loadavg: 7.06 6.99 6.40 8/253 22060
/proc/meminfo: memFree=129932548/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=40176 memory=5760 CPUtime=6.28 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 409 0 0 0 628 0 0 0 20 0 1 0 34129867 41140224 1440 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 10044 1440 1184 6655 0 279 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 40176 KiB
Current children cumulated memory: 5760 KiB

[startup+12.7001 s]
/proc/loadavg: 7.06 6.99 6.40 9/254 22061
/proc/meminfo: memFree=129924996/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=121168 memory=25588 CPUtime=15.31 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 2743 0 0 0 1531 0 0 0 20 0 2 0 34129867 124076032 6397 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 30292 6397 3520 6655 0 4636 0
[pid=22059/tid=22061] ppid=22056 vsize=121168 memory=25076 CPUtime=2.65 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 504 0 0 0 265 0 0 0 20 0 2 0 34130868 124076032 6397 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 15.31 s
Current children cumulated vsize: 121168 KiB
Current children cumulated memory: 25588 KiB

[startup+25.5001 s]
/proc/loadavg: 7.11 7.01 6.42 8/255 22064
/proc/meminfo: memFree=129918372/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=121168 memory=25716 CPUtime=40.79 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 4144 0 0 0 4079 0 0 0 20 0 2 0 34129867 124076032 6429 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 30292 6429 3520 6655 0 4675 0
[pid=22059/tid=22061] ppid=22056 vsize=121168 memory=11008 CPUtime=15.35 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 1050 0 0 0 1535 0 0 0 20 0 2 0 34130868 124076032 6429 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 40.79 s
Current children cumulated vsize: 121168 KiB
Current children cumulated memory: 25716 KiB

[startup+51.1045 s]
/proc/loadavg: 7.13 7.02 6.44 8/255 22064
/proc/meminfo: memFree=129916616/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=122596 memory=27508 CPUtime=90.85 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 8275 0 0 0 9084 1 0 0 20 0 2 0 34129867 125538304 6877 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 30649 6877 3520 6655 0 5258 0
[pid=22059/tid=22061] ppid=22056 vsize=122596 memory=-6371021637180035425 CPUtime=40.75 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 2765 0 0 0 4075 0 0 0 20 0 2 0 34130868 125538304 6877 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 90.85 s
Current children cumulated vsize: 122596 KiB
Current children cumulated memory: 27508 KiB

[startup+102.3 s]
/proc/loadavg: 6.67 6.92 6.44 7/256 22068
/proc/meminfo: memFree=129905772/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=126904 memory=32116 CPUtime=192.61 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 11968 0 0 0 19260 1 0 0 20 0 2 0 34129867 129949696 8029 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 31726 8029 3520 6655 0 6364 0
[pid=22059/tid=22061] ppid=22056 vsize=126904 memory=32116 CPUtime=91.55 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 3858 0 0 0 9155 0 0 0 20 0 2 0 34130868 129949696 8029 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 192.61 s
Current children cumulated vsize: 126904 KiB
Current children cumulated memory: 32116 KiB

[startup+162.3 s]
/proc/loadavg: 6.29 6.77 6.41 7/256 22071
/proc/meminfo: memFree=129900148/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=126904 memory=32372 CPUtime=312.03 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 13701 0 0 0 31202 1 0 0 20 0 2 0 34129867 129949696 8093 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 31726 8093 3520 6655 0 6415 0
[pid=22059/tid=22061] ppid=22056 vsize=126904 memory=32372 CPUtime=151.09 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 4687 0 0 0 15109 0 0 0 20 0 2 0 34130868 129949696 8093 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 312.03 s
Current children cumulated vsize: 126904 KiB
Current children cumulated memory: 32372 KiB

[startup+222.3 s]
/proc/loadavg: 6.14 6.64 6.39 7/256 22073
/proc/meminfo: memFree=129882292/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=126904 memory=33012 CPUtime=431.44 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 14474 0 0 0 43143 1 0 0 20 0 2 0 34129867 129949696 8253 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 31726 8253 3520 6655 0 6499 0
[pid=22059/tid=22061] ppid=22056 vsize=126904 memory=14352 CPUtime=210.64 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 5084 0 0 0 21064 0 0 0 20 0 2 0 34130868 129949696 8253 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 431.44 s
Current children cumulated vsize: 126904 KiB
Current children cumulated memory: 33012 KiB

[startup+282.3 s]
/proc/loadavg: 6.10 6.54 6.37 7/257 22080
/proc/meminfo: memFree=129880608/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=126904 memory=33396 CPUtime=550.86 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 14643 0 0 0 55084 2 0 0 20 0 2 0 34129867 129949696 8349 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 31726 8349 3520 6655 0 6590 0
[pid=22059/tid=22061] ppid=22056 vsize=126904 memory=33396 CPUtime=270.19 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 5218 0 0 0 27018 1 0 0 20 0 2 0 34130868 129949696 8349 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 550.86 s
Current children cumulated vsize: 126904 KiB
Current children cumulated memory: 33396 KiB

[startup+342.3 s]
/proc/loadavg: 6.15 6.47 6.35 7/256 22082
/proc/meminfo: memFree=129875608/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=126904 memory=33908 CPUtime=670.27 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 14823 0 0 0 67025 2 0 0 20 0 2 0 34129867 129949696 8477 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 31726 8477 3520 6655 0 6689 0
[pid=22059/tid=22061] ppid=22056 vsize=126904 memory=33652 CPUtime=329.73 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 5343 0 0 0 32972 1 0 0 20 0 2 0 34130868 129949696 8477 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 670.27 s
Current children cumulated vsize: 126904 KiB
Current children cumulated memory: 33908 KiB

[startup+402.3 s]

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

[pid=22059] ppid=22056 vsize=127788 memory=38772 CPUtime=1864.4 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 18227 0 0 0 186433 7 0 0 20 0 2 0 34129867 130854912 9693 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 31947 9693 3520 6655 0 7774 0
[pid=22059/tid=22061] ppid=22056 vsize=127788 memory=38644 CPUtime=925.18 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 7594 0 0 0 92516 2 0 0 20 0 2 0 34130868 130854912 9693 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 1864.4 s
Current children cumulated vsize: 127788 KiB
Current children cumulated memory: 38772 KiB

[startup+1002.3 s]
/proc/loadavg: 7.06 6.55 6.38 8/255 22204
/proc/meminfo: memFree=129848136/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128068 memory=39284 CPUtime=1983.84 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 18387 0 0 0 198377 7 0 0 20 0 2 0 34129867 131141632 9821 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32017 9821 3520 6655 0 7925 0
[pid=22059/tid=22061] ppid=22056 vsize=128068 memory=39028 CPUtime=984.75 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 7680 0 0 0 98473 2 0 0 20 0 2 0 34130868 131141632 9821 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 1983.84 s
Current children cumulated vsize: 128068 KiB
Current children cumulated memory: 39284 KiB

[startup+1062.3 s]
/proc/loadavg: 7.07 6.65 6.42 8/255 22206
/proc/meminfo: memFree=129851484/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40180 CPUtime=2103.27 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 19141 0 0 0 210320 7 0 0 20 0 2 0 34129867 131833856 10045 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10045 3520 6655 0 8172 0
[pid=22059/tid=22061] ppid=22056 vsize=128744 memory=39028 CPUtime=1044.31 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 8162 0 0 0 104429 2 0 0 20 0 2 0 34130868 131833856 10045 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 2103.27 s
Current children cumulated vsize: 128744 KiB
Current children cumulated memory: 40180 KiB

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

# cumulated CPU time of all completed processes:  user=2182.52 s, system=0.606972 s

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

[startup+1075.2 s]
/proc/loadavg: 7.13 6.68 6.44 8/255 22207
/proc/meminfo: memFree=129851988/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40180 CPUtime=2128.95 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) R 22056 22059 21012 0 -1 4194304 19166 0 0 0 212888 7 0 0 20 0 2 0 34129867 131833856 10045 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10045 3520 6655 0 8172 0
[pid=22059/tid=22061] ppid=22056 vsize=128744 memory=39156 CPUtime=1057.12 cores=1,3
/proc/22059/task/22061/stat : 22061 (LSIPExact) R 22056 22059 21012 0 -1 4194368 8176 0 0 0 105710 2 0 0 20 0 2 0 34130868 131833856 10045 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
Current children cumulated CPU time: 2128.95 s
Current children cumulated vsize: 128744 KiB
Current children cumulated memory: 40180 KiB

[startup+1100.8 s]
/proc/loadavg: 7.06 6.71 6.45 7/255 22209
/proc/meminfo: memFree=129828428/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=38624 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 9656 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 9656 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=41424 memory=26900 CPUtime=16.7 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 9547 0 0 0 1643 27 0 0 20 0 1 0 34238269 42418176 6725 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 10356 6725 1120 1011 0 9123 0
Current children cumulated CPU time: 2163.2 s
Current children cumulated vsize: 170168 KiB
Current children cumulated memory: 65524 KiB

[startup+1113.6 s]
/proc/loadavg: 6.98 6.70 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=43956 memory=31828 CPUtime=29.46 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10256 0 0 0 2903 43 0 0 20 0 1 0 34238269 45010944 7957 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 10989 7957 1120 1011 0 9756 0
Current children cumulated CPU time: 2175.96 s
Current children cumulated vsize: 172700 KiB
Current children cumulated memory: 72500 KiB

[startup+1116.8 s]
/proc/loadavg: 6.90 6.69 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=44724 memory=32596 CPUtime=32.65 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10455 0 0 0 3218 47 0 0 20 0 1 0 34238269 45797376 8149 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 11181 8149 1120 1011 0 9948 0
Current children cumulated CPU time: 2179.15 s
Current children cumulated vsize: 173468 KiB
Current children cumulated memory: 73268 KiB

[startup+1118.4 s]
/proc/loadavg: 6.90 6.69 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=44724 memory=32596 CPUtime=34.25 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10458 0 0 0 3376 49 0 0 20 0 1 0 34238269 45797376 8149 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 11181 8149 1120 1011 0 9948 0
Current children cumulated CPU time: 2180.75 s
Current children cumulated vsize: 173468 KiB
Current children cumulated memory: 73268 KiB

[startup+1120 s]*
/proc/loadavg: 6.83 6.68 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=45164 memory=35108 CPUtime=35.85 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10572 0 0 0 3534 51 0 0 20 0 1 0 34238269 46247936 8777 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 11291 8777 1120 1011 0 10058 0
Current children cumulated CPU time: 2182.35 s
Current children cumulated vsize: 173908 KiB
Current children cumulated memory: 75780 KiB

[startup+1120.4 s]
/proc/loadavg: 6.83 6.68 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=45356 memory=35364 CPUtime=36.25 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10620 0 0 0 3573 52 0 0 20 0 1 0 34238269 46444544 8841 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 11339 8841 1120 1011 0 10106 0
Current children cumulated CPU time: 2182.75 s
Current children cumulated vsize: 174100 KiB
Current children cumulated memory: 76036 KiB

[startup+1120.6 s]
/proc/loadavg: 6.83 6.68 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=45356 memory=35364 CPUtime=36.44 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10620 0 0 0 3592 52 0 0 20 0 1 0 34238269 46444544 8841 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 11339 8841 1120 1011 0 10106 0
Current children cumulated CPU time: 2182.94 s
Current children cumulated vsize: 174100 KiB
Current children cumulated memory: 76036 KiB

[startup+1120.7 s]
/proc/loadavg: 6.83 6.68 6.45 7/255 22209
/proc/meminfo: memFree=129814188/131382116 swapFree=33010684/33010684
[pid=22059] ppid=22056 vsize=128744 memory=40672 CPUtime=2146.5 cores=1,3
/proc/22059/stat : 22059 (LSIPExact) S 22056 22059 21012 0 -1 4194304 19626 0 0 0 214643 7 0 0 20 0 1 0 34129867 131833856 10168 18446744073709551615 94401231736832 94401258993233 140727096340160 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94401267496072 94401267927680 94401274195968 140727096346970 140727096347146 140727096347146 140727096352748 0
/proc/22059/statm: 32186 10168 3552 6655 0 8207 0
[pid=22208] ppid=22059 vsize=45356 memory=35364 CPUtime=36.54 cores=1,3
/proc/22208/stat : 22208 (Exact) R 22059 22208 22208 0 -1 4194304 10620 0 0 0 3602 52 0 0 20 0 1 0 34238269 46444544 8841 18446744073709551615 4198400 8335837 140735161348736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 24301568 140735161350331 140735161350685 140735161350685 140735161356239 0
/proc/22208/statm: 11339 8841 1120 1011 0 10106 0
Current children cumulated CPU time: 2183.04 s
Current children cumulated vsize: 174100 KiB
Current children cumulated memory: 76036 KiB

Child status: 0

Real time (s): 1120.76
CPU time (s): 2183.13
CPU user time (s): 2182.52
CPU system time (s): 0.606972
CPU usage (%): 194.789
Max. virtual memory (cumulated for all children) (KiB): 174100
Max. memory (cumulated for all children) (KiB): 76036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2182.52
system time used= 0.606972
maximum resident set size= 40800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30383
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= 330
involuntary context switches= 26121


# summary of solver processes directly reported to runsolver:
#   pid: 22059
#   total CPU time (s): 2183.13
#   total CPU user time (s): 2182.52
#   total CPU system time (s): 0.606972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2902 second user time and 4.23754 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 10:08:24
IDJOB=4510356
IDBENCH=160357
IDSOLVER=3337
FILE ID=nodeC010/4510356-1751184504
RUNJOBID= nodeC010-1751180806-21024
SLURM_JOB_ID= 9587551
Free space on /tmp= 432928 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x20split.cnf-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-4510356-1751184504/watcher-4510356-1751184504 -o /tmp/evaluation-result-4510356-1751184504/solver-4510356-1751184504 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21024 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4510356-1751184504.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 5fa6a1707c990041c74d493ed085ddd0
RANDOM SEED=1118532756

nodeC010 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.443
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.36
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.147
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.36
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.443
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.36
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.472
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.36
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.440
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129937904 kB
MemAvailable:   129840300 kB
Buffers:            3280 kB
Cached:           713652 kB
SwapCached:            0 kB
Active:           473812 kB
Inactive:         422288 kB
Active(anon):     197128 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   422288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44668 kB
Writeback:             8 kB
AnonPages:        182396 kB
Mapped:           139304 kB
Shmem:             17960 kB
KReclaimable:      86104 kB
Slab:             164908 kB
SReclaimable:      86104 kB
SUnreclaim:        78804 kB
KernelStack:        4080 kB
PageTables:         3436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     538344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC010 at 2025-06-29 10:27:06