Trace number 4526953

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.13 2904.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark37.9468
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 227
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1428.32/726.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1428.32/726.11	c numVar: 14400
1428.32/726.11	c numCon: 1088
1428.32/726.11	c numEqual: 0
1428.32/726.11	c intSize: 8
1428.32/726.11	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1428.32/726.11	c ------------------- Paras list -------------------
1428.32/726.11	c Name                	 Type      	 Now       	 Default   	 Comment
1428.32/726.11	c timeout             	 double    	 3600.000000	 3600      	 
1428.32/726.11	c mip_time            	 double    	 0.200000  	 0.5       	 
1428.32/726.11	c ls_time             	 double    	 10.000000 	 10        	 
1428.32/726.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1428.32/726.11	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1428.32/726.11	c random_seed         	 int       	 0         	 0         	 
1428.32/726.11	c sample_size         	 int       	 50        	 50        	 
1428.32/726.11	c sub_score           	 int       	 1         	 1         	 
1428.32/726.11	c tabu_base           	 int       	 3         	 3         	 
1428.32/726.11	c tabu_variation      	 int       	 1         	 1         	 
1428.32/726.11	c sub_div             	 int       	 4         	 4         	 
1428.32/726.11	c nbcore              	 int       	 2         	 1         	 
1428.32/726.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1428.32/726.11	c print_sol           	 int       	 1         	 1         	 
1428.32/726.11	c tmpdir              	 string		 .         	 "."       	 
1428.32/726.11	c home                	 string		 HOME	 "."       	 
1428.32/726.11	c benchname           	 string		 HOME/instance-4526953-1752232255.opb	 ""        	 
1428.32/726.11	c --------------------------------------------------
1428.32/726.11	c Local Search solver
1428.32/726.11	c MIP solver
1428.32/726.11	c use Exact solver
3600.07/2904.70	c receive signal 15, try to interrupt solver...
1428.35/2904.81	c Exact solver (PID 111067) interrupted gracefully.
1428.35/2904.82	s UNKNOWN
1428.35/2904.82	c Total time: 2905

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526953-1752232255/watcher-4526953-1752232255 -o /tmp/evaluation-result-4526953-1752232255/solver-4526953-1752232255 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1752232205-110738 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4526953-1752232255.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
Current StackSize limit: 8192 KiB

solver pid=110939, runsolver pid=110936

[startup+0.100058 s]*
/proc/loadavg: 3.37 0.96 0.38 8/268 110940
/proc/meminfo: memFree=126135084/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=53720 memory=19072 CPUtime=0.01 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 3787 0 0 0 1 0 0 0 20 0 1 0 138903186 55009280 4768 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 13430 4768 1152 6655 0 3665 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 53720 KiB
Current children cumulated memory: 19072 KiB

[startup+0.205582 s]*
/proc/loadavg: 3.37 0.96 0.38 8/268 110940
/proc/meminfo: memFree=126127020/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=61356 memory=26624 CPUtime=0.12 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 5676 0 0 0 11 1 0 0 20 0 1 0 138903186 62828544 6656 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 15339 6656 1152 6655 0 5574 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 61356 KiB
Current children cumulated memory: 26624 KiB

[startup+0.305618 s]*
/proc/loadavg: 3.37 0.96 0.38 8/268 110940
/proc/meminfo: memFree=126127020/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=61356 memory=26624 CPUtime=0.22 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 5676 0 0 0 21 1 0 0 20 0 1 0 138903186 62828544 6656 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 15339 6656 1152 6655 0 5574 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 61356 KiB
Current children cumulated memory: 26624 KiB

[startup+0.700187 s]
/proc/loadavg: 3.37 0.96 0.38 8/268 110940
/proc/meminfo: memFree=126127020/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=61356 memory=26624 CPUtime=0.61 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 5676 0 0 0 60 1 0 0 20 0 1 0 138903186 62828544 6656 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 15339 6656 1152 6655 0 5574 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 61356 KiB
Current children cumulated memory: 26624 KiB

[startup+1.50015 s]
/proc/loadavg: 3.66 1.06 0.42 8/268 110940
/proc/meminfo: memFree=126127020/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=61356 memory=26624 CPUtime=1.41 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 5676 0 0 0 140 1 0 0 20 0 1 0 138903186 62828544 6656 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 15339 6656 1152 6655 0 5574 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 61356 KiB
Current children cumulated memory: 26624 KiB

[startup+3.10554 s]
/proc/loadavg: 3.66 1.06 0.42 8/268 110940
/proc/meminfo: memFree=126110896/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=61356 memory=26624 CPUtime=3.01 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 5676 0 0 0 300 1 0 0 20 0 1 0 138903186 62828544 6656 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 15339 6656 1152 6655 0 5574 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 61356 KiB
Current children cumulated memory: 26624 KiB

[startup+6.30015 s]
/proc/loadavg: 3.93 1.16 0.45 8/268 110940
/proc/meminfo: memFree=126102328/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=61356 memory=26624 CPUtime=6.19 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 5676 0 0 0 618 1 0 0 20 0 1 0 138903186 62828544 6656 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 15339 6656 1152 6655 0 5574 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 61356 KiB
Current children cumulated memory: 26624 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 1.29 0.50 9/269 110941
/proc/meminfo: memFree=126018372/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=198824 memory=107092 CPUtime=14.83 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 23285 0 0 0 1479 4 0 0 20 0 2 0 138903186 203595776 26773 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 49706 26773 3360 6655 0 27212 0
[pid=110939/tid=110941] ppid=110936 vsize=198824 memory=107092 CPUtime=2.24 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 3103 0 0 0 224 0 0 0 20 0 2 0 138904197 203595776 26773 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 14.83 s
Current children cumulated vsize: 198824 KiB
Current children cumulated memory: 107092 KiB

[startup+25.5002 s]
/proc/loadavg: 4.90 1.51 0.58 9/269 110941
/proc/meminfo: memFree=125989356/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=218764 memory=125140 CPUtime=40.25 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 46016 0 0 0 4019 6 0 0 20 0 2 0 138903186 224014336 31285 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 54691 31285 3424 6655 0 32197 0
[pid=110939/tid=110941] ppid=110936 vsize=218764 memory=124628 CPUtime=14.92 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 11893 0 0 0 1490 2 0 0 20 0 2 0 138904197 224014336 31285 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 40.25 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 125140 KiB

[startup+51.1058 s]
/proc/loadavg: 6.12 2.13 0.82 9/270 110943
/proc/meminfo: memFree=125826464/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=261320 memory=178876 CPUtime=90.94 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 68874 0 0 0 9084 10 0 0 20 0 2 0 138903186 267591680 44719 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 65330 44719 3424 6655 0 44783 0
[pid=110939/tid=110941] ppid=110936 vsize=261320 memory=177596 CPUtime=40.07 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 19256 0 0 0 4004 3 0 0 20 0 2 0 138904197 267591680 44719 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 90.94 s
Current children cumulated vsize: 261320 KiB
Current children cumulated memory: 178876 KiB

[startup+102.3 s]
/proc/loadavg: 6.91 2.97 1.18 8/270 110945
/proc/meminfo: memFree=125737488/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=261320 memory=185788 CPUtime=192.71 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 97478 0 0 0 19258 13 0 0 20 0 2 0 138903186 267591680 46447 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 65330 46447 3424 6655 0 46268 0
[pid=110939/tid=110941] ppid=110936 vsize=261320 memory=185660 CPUtime=90.79 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 31553 0 0 0 9074 5 0 0 20 0 2 0 138904197 267591680 46447 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 192.71 s
Current children cumulated vsize: 261320 KiB
Current children cumulated memory: 185788 KiB

[startup+162.3 s]
/proc/loadavg: 7.03 3.73 1.55 8/270 110948
/proc/meminfo: memFree=125638924/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=261320 memory=186172 CPUtime=312.02 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 98986 0 0 0 31189 13 0 0 20 0 2 0 138903186 267591680 46543 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 65330 46543 3424 6655 0 46397 0
[pid=110939/tid=110941] ppid=110936 vsize=261320 memory=185916 CPUtime=150.25 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 32343 0 0 0 15020 5 0 0 20 0 2 0 138904197 267591680 46543 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 312.02 s
Current children cumulated vsize: 261320 KiB
Current children cumulated memory: 186172 KiB

[startup+222.3 s]
/proc/loadavg: 7.33 4.40 1.92 8/270 110950
/proc/meminfo: memFree=125315104/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=224508 memory=151420 CPUtime=430.78 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 136363 0 0 0 43062 16 0 0 20 0 2 0 138903186 229896192 37855 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 56127 37855 3424 6655 0 37322 0
[pid=110939/tid=110941] ppid=110936 vsize=224508 memory=186556 CPUtime=209.17 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 46967 0 0 0 20911 6 0 0 20 0 2 0 138904197 229896192 37855 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 430.78 s
Current children cumulated vsize: 224508 KiB
Current children cumulated memory: 151420 KiB

[startup+282.3 s]
/proc/loadavg: 7.46 4.99 2.28 8/267 110952
/proc/meminfo: memFree=125288012/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=308712 memory=229960 CPUtime=549.6 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 146267 0 0 0 54941 19 0 0 20 0 2 0 138903186 316121088 57490 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 77178 57490 3424 6655 0 59126 0
[pid=110939/tid=110941] ppid=110936 vsize=308712 memory=226632 CPUtime=268.27 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 49121 0 0 0 26820 7 0 0 20 0 2 0 138904197 316121088 57490 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 549.6 s
Current children cumulated vsize: 308712 KiB
Current children cumulated memory: 229960 KiB

[startup+342.3 s]
/proc/loadavg: 7.14 5.35 2.57 8/266 110954
/proc/meminfo: memFree=125124064/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=308712 memory=230216 CPUtime=668.88 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) R 110936 110939 110720 0 -1 4194304 165089 0 0 0 66867 21 0 0 20 0 2 0 138903186 316121088 57554 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 77178 57554 3424 6655 0 60184 0
[pid=110939/tid=110941] ppid=110936 vsize=308712 memory=226632 CPUtime=327.72 cores=4,6
/proc/110939/task/110941/stat : 110941 (LSIPExact) R 110936 110939 110720 0 -1 4194368 56848 0 0 0 32764 8 0 0 20 0 2 0 138904197 316121088 57554 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
Current children cumulated CPU time: 668.88 s
Current children cumulated vsize: 308712 KiB
Current children cumulated memory: 230216 KiB

[startup+402.3 s]

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

Current children cumulated memory: 745992 KiB

[startup+2382.3 s]
/proc/loadavg: 5.66 6.15 6.00 6/268 111653
/proc/meminfo: memFree=121108352/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=536492 memory=469304 CPUtime=1650.6 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 66189 0 0 0 164946 114 0 0 20 0 1 0 138975798 549367808 117326 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 134123 117326 1120 1011 0 132890 0
Current children cumulated CPU time: 3078.95 s
Current children cumulated vsize: 880264 KiB
Current children cumulated memory: 747528 KiB

[startup+2442.3 s]
/proc/loadavg: 5.38 5.97 5.95 7/267 111701
/proc/meminfo: memFree=123405916/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=538496 memory=470968 CPUtime=1710.45 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 66648 0 0 0 170927 118 0 0 20 0 1 0 138975798 551419904 117742 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 134624 117742 1120 1011 0 133391 0
Current children cumulated CPU time: 3138.8 s
Current children cumulated vsize: 882268 KiB
Current children cumulated memory: 749192 KiB

[startup+2502.3 s]
/proc/loadavg: 5.64 5.93 5.93 7/267 111748
/proc/meminfo: memFree=122611616/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=541548 memory=473656 CPUtime=1770.31 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 67364 0 0 0 176912 119 0 0 20 0 1 0 138975798 554545152 118414 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 135387 118414 1120 1011 0 134154 0
Current children cumulated CPU time: 3198.66 s
Current children cumulated vsize: 885320 KiB
Current children cumulated memory: 751880 KiB

[startup+2562.3 s]
/proc/loadavg: 5.98 5.98 5.95 7/268 111753
/proc/meminfo: memFree=122588316/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=542352 memory=474424 CPUtime=1830.16 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 67574 0 0 0 182894 122 0 0 20 0 1 0 138975798 555368448 118606 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 135588 118606 1120 1011 0 134355 0
Current children cumulated CPU time: 3258.51 s
Current children cumulated vsize: 886124 KiB
Current children cumulated memory: 752648 KiB

[startup+2622.3 s]
/proc/loadavg: 6.04 6.00 5.96 7/268 111759
/proc/meminfo: memFree=122670836/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=543144 memory=475064 CPUtime=1890.01 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 67819 0 0 0 188876 125 0 0 20 0 1 0 138975798 556179456 118766 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 135786 118766 1120 1011 0 134553 0
Current children cumulated CPU time: 3318.36 s
Current children cumulated vsize: 886916 KiB
Current children cumulated memory: 753288 KiB

[startup+2682.3 s]
/proc/loadavg: 6.13 6.03 5.98 7/267 111761
/proc/meminfo: memFree=122658304/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=543664 memory=475576 CPUtime=1949.86 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 67954 0 0 0 194861 125 0 0 20 0 1 0 138975798 556711936 118894 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 135916 118894 1120 1011 0 134683 0
Current children cumulated CPU time: 3378.21 s
Current children cumulated vsize: 887436 KiB
Current children cumulated memory: 753800 KiB

[startup+2742.3 s]
/proc/loadavg: 6.11 6.04 5.99 7/267 111763
/proc/meminfo: memFree=122631868/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=544996 memory=476984 CPUtime=2009.72 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 68370 0 0 0 200843 129 0 0 20 0 1 0 138975798 558075904 119246 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 136249 119246 1120 1011 0 135016 0
Current children cumulated CPU time: 3438.07 s
Current children cumulated vsize: 888768 KiB
Current children cumulated memory: 755208 KiB

[startup+2802.3 s]
/proc/loadavg: 6.12 6.06 6.00 7/267 111765
/proc/meminfo: memFree=122640892/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=545840 memory=477880 CPUtime=2069.57 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 68594 0 0 0 206825 132 0 0 20 0 1 0 138975798 558940160 119470 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 136460 119470 1120 1011 0 135227 0
Current children cumulated CPU time: 3497.92 s
Current children cumulated vsize: 889612 KiB
Current children cumulated memory: 756104 KiB

[startup+2862.3 s]
/proc/loadavg: 6.14 6.08 6.01 7/266 111767
/proc/meminfo: memFree=122639576/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=547276 memory=479160 CPUtime=2129.42 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 69009 0 0 0 212810 132 0 0 20 0 1 0 138975798 560410624 119790 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 136819 119790 1120 1011 0 135586 0
Current children cumulated CPU time: 3557.77 s
Current children cumulated vsize: 891048 KiB
Current children cumulated memory: 757384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2904.7 s]
/proc/loadavg: 6.15 6.08 6.01 7/266 111768
/proc/meminfo: memFree=122587004/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236159 0 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
[pid=111067] ppid=110939 vsize=548172 memory=480056 CPUtime=2171.72 cores=4,6
/proc/111067/stat : 111067 (Exact) R 110939 111067 111067 0 -1 4194304 69218 0 0 0 217037 135 0 0 20 0 1 0 138975798 561328128 120014 18446744073709551615 4198400 8335837 140732270958192 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 13955072 140732270962873 140732270963227 140732270963227 140732270968783 0
/proc/111067/statm: 137043 120014 1120 1011 0 135810 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 891944 KiB
Current children cumulated memory: 758280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.42 s, system=1.70168 s

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

[startup+2904.8 s]
/proc/loadavg: 6.15 6.08 6.01 7/266 111768
/proc/meminfo: memFree=122587004/131249988 swapFree=33010160/33010684
[pid=110939] ppid=110936 vsize=343772 memory=278224 CPUtime=1428.35 cores=4,6
/proc/110939/stat : 110939 (LSIPExact) S 110936 110939 110720 0 -1 4194304 236160 137 0 0 142802 33 0 0 20 0 1 0 138903186 352022528 69556 18446744073709551615 93895668142080 93895695399249 140723258574112 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 93895703901320 93895704332928 93895721881600 140723258583384 140723258583560 140723258583560 140723258589164 0
/proc/110939/statm: 85943 69556 3456 6655 0 69756 0
Current children cumulated CPU time: 1428.35 s
Current children cumulated vsize: 343772 KiB
Current children cumulated memory: 278224 KiB

Child status: 0

Real time (s): 2904.83
CPU time (s): 3600.13
CPU user time (s): 3598.42
CPU system time (s): 1.70168
CPU usage (%): 123.936
Max. virtual memory (cumulated for all children) (KiB): 943740
Max. memory (cumulated for all children) (KiB): 758280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.42
system time used= 1.70168
maximum resident set size= 480056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308845
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= 488
involuntary context switches= 29104


# summary of solver processes directly reported to runsolver:
#   pid: 110939
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3598.42
#   total CPU system time (s): 1.70168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.92433 second user time and 13.8666 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-11 13:10:55
IDJOB=4526953
IDBENCH=147863
IDSOLVER=3384
FILE ID=nodeC020/4526953-1752232255
RUNJOBID= nodeC020-1752232205-110738
SLURM_JOB_ID= 9682531
Free space on /tmp= 431328 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526953-1752232255/watcher-4526953-1752232255 -o /tmp/evaluation-result-4526953-1752232255/solver-4526953-1752232255 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1752232205-110738 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4526953-1752232255.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=942251001

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        126158772 kB
MemAvailable:   127208284 kB
Buffers:            2128 kB
Cached:          1839240 kB
SwapCached:            8 kB
Active:          3179516 kB
Inactive:        1267920 kB
Active(anon):    2599564 kB
Inactive(anon):    24548 kB
Active(file):     579952 kB
Inactive(file):  1243372 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             91392 kB
Writeback:             4 kB
AnonPages:       2609252 kB
Mapped:           142344 kB
Shmem:             18044 kB
KReclaimable:     130856 kB
Slab:             224584 kB
SReclaimable:     130856 kB
SUnreclaim:        93728 kB
KernelStack:        4320 kB
PageTables:         8372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    3078964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    808960 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431288 MiB
End job on nodeC020 at 2025-07-11 13:59:21