Trace number 4511832

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 S2? (MO) 2446.79 1412.4

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
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 benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2168.88/1133.39	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
2168.88/1133.39	c numVar: 685824
2168.88/1133.39	c numCon: 5870
2168.88/1133.39	c numEqual: 0
2168.88/1133.39	c intSize: 22
2168.88/1133.39	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
2168.88/1133.39	c ------------------- Paras list -------------------
2168.88/1133.39	c Name                	 Type      	 Now       	 Default   	 Comment
2168.88/1133.39	c timeout             	 double    	 3600.000000	 3600      	 
2168.88/1133.39	c mip_time            	 double    	 0.300000  	 0.5       	 
2168.88/1133.39	c ls_time             	 double    	 10.000000 	 10        	 
2168.88/1133.39	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
2168.88/1133.39	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
2168.88/1133.39	c random_seed         	 int       	 0         	 0         	 
2168.88/1133.39	c sample_size         	 int       	 50        	 50        	 
2168.88/1133.39	c sub_score           	 int       	 1         	 1         	 
2168.88/1133.39	c tabu_base           	 int       	 3         	 3         	 
2168.88/1133.39	c tabu_variation      	 int       	 1         	 1         	 
2168.88/1133.39	c sub_div             	 int       	 4         	 4         	 
2168.88/1133.39	c nbcore              	 int       	 2         	 1         	 
2168.88/1133.39	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
2168.88/1133.39	c print_sol           	 int       	 1         	 1         	 
2168.88/1133.39	c tmpdir              	 string		 .         	 "."       	 
2168.88/1133.39	c home                	 string		 HOME	 "."       	 
2168.88/1133.39	c benchname           	 string		 HOME/instance-4511832-1751186749.opb	 ""        	 
2168.88/1133.39	c --------------------------------------------------
2168.88/1133.39	c Local Search solver
2168.88/1133.39	c MIP solver
2168.88/1133.39	c use Exact solver
2445.13/1410.70	c receive signal 15, try to interrupt solver...
2168.98/1411.21	c Exact solver (PID 23579) interrupted gracefully.
2446.57/1412.24	s UNKNOWN
2446.57/1412.24	c Total time: 1412

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511832-1751186749/watcher-4511832-1751186749 -o /tmp/evaluation-result-4511832-1751186749/solver-4511832-1751186749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21025 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4511832-1751186749.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=23280, runsolver pid=23277

[startup+0.10007 s]*
/proc/loadavg: 7.37 7.62 7.29 8/254 23281
/proc/meminfo: memFree=129621940/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=96824 memory=38656 CPUtime=0.1 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 8653 0 0 0 8 2 0 0 20 0 1 0 34354410 99147776 9632 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 24206 9664 1152 6655 0 14441 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 96824 KiB
Current children cumulated memory: 38656 KiB

[startup+0.213135 s]*
/proc/loadavg: 7.37 7.62 7.29 8/254 23281
/proc/meminfo: memFree=129565104/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=235196 memory=185188 CPUtime=0.21 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 20237 0 0 0 16 5 0 0 20 0 1 0 34354410 240840704 46297 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 58799 46297 1184 6655 0 49034 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 235196 KiB
Current children cumulated memory: 185188 KiB

[startup+0.31318 s]*
/proc/loadavg: 7.37 7.62 7.29 8/254 23281
/proc/meminfo: memFree=129476652/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=322608 memory=272612 CPUtime=0.31 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 42081 0 0 0 22 9 0 0 20 0 1 0 34354410 330350592 68153 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 80652 68153 1184 6655 0 70887 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 322608 KiB
Current children cumulated memory: 272612 KiB

[startup+0.700307 s]
/proc/loadavg: 7.37 7.62 7.29 8/254 23281
/proc/meminfo: memFree=129387948/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=468220 memory=418300 CPUtime=0.68 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 76462 0 0 0 54 14 0 0 20 0 1 0 34354410 479457280 104575 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 117055 104575 1184 6655 0 107290 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 468220 KiB
Current children cumulated memory: 418300 KiB

[startup+1.50028 s]
/proc/loadavg: 7.37 7.62 7.29 8/254 23281
/proc/meminfo: memFree=129218484/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=609084 memory=559228 CPUtime=1.48 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 111687 0 0 0 128 20 0 0 20 0 1 0 34354410 623702016 139807 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 152271 139807 1184 6655 0 142506 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559228 KiB

[startup+3.113 s]
/proc/loadavg: 7.37 7.62 7.29 8/254 23281
/proc/meminfo: memFree=129178416/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=609084 memory=559228 CPUtime=3.09 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 111739 0 0 0 289 20 0 0 20 0 1 0 34354410 623702016 139807 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 152271 139807 1184 6655 0 142506 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559228 KiB

[startup+6.30026 s]
/proc/loadavg: 7.34 7.61 7.29 8/254 23281
/proc/meminfo: memFree=129178668/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=609084 memory=559228 CPUtime=6.26 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 112850 0 0 0 606 20 0 0 20 0 1 0 34354410 623702016 139807 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 152271 139807 1184 6655 0 142506 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559228 KiB

[startup+12.7003 s]
/proc/loadavg: 7.31 7.60 7.28 8/255 23282
/proc/meminfo: memFree=128719532/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=1210460 memory=1049860 CPUtime=12.65 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 172997 0 0 0 1228 37 0 0 20 0 2 0 34354410 1239511040 262465 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 302615 262465 2720 6655 0 276498 0
[pid=23280/tid=23282] ppid=23277 vsize=1210460 memory=1020232 CPUtime=0 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) S 23277 23280 21012 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34355501 1239511040 262465 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1210460 KiB
Current children cumulated memory: 1049860 KiB

[startup+25.5003 s]
/proc/loadavg: 7.24 7.57 7.28 8/256 23283
/proc/meminfo: memFree=128108320/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=1952376 memory=1642956 CPUtime=25.42 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 286669 0 0 0 2473 69 0 0 20 0 2 0 34354410 1999233024 410739 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 488094 410739 2912 6655 0 461977 0
[pid=23280/tid=23282] ppid=23277 vsize=1952376 memory=1642444 CPUtime=0 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) S 23277 23280 21012 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34355501 1999233024 410739 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1952376 KiB
Current children cumulated memory: 1642956 KiB

[startup+51.1054 s]
/proc/loadavg: 7.37 7.57 7.29 9/256 23284
/proc/meminfo: memFree=127349660/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=2778496 memory=2375624 CPUtime=61.12 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 442800 0 0 0 6006 106 0 0 20 0 2 0 34354410 2845179904 593906 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 694624 593906 3360 6655 0 679452 0
[pid=23280/tid=23282] ppid=23277 vsize=2778496 memory=2378208 CPUtime=10.22 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 62413 0 0 0 1006 16 0 0 20 0 2 0 34355501 2845179904 593906 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 61.12 s
Current children cumulated vsize: 2778496 KiB
Current children cumulated memory: 2375624 KiB

[startup+102.3 s]
/proc/loadavg: 7.44 7.57 7.30 8/255 23286
/proc/meminfo: memFree=126554328/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3594060 memory=3137724 CPUtime=160.67 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 561237 0 0 0 15933 134 0 0 20 0 2 0 34354410 3680317440 784431 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 898515 784431 3456 6655 0 883343 0
[pid=23280/tid=23282] ppid=23277 vsize=3594060 memory=3137724 CPUtime=58.72 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 101186 0 0 0 5849 23 0 0 20 0 2 0 34355501 3680317440 784431 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 160.67 s
Current children cumulated vsize: 3594060 KiB
Current children cumulated memory: 3137724 KiB

[startup+162.3 s]
/proc/loadavg: 7.33 7.51 7.29 8/255 23333
/proc/meminfo: memFree=122688032/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3636444 memory=3162928 CPUtime=279.86 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 655851 0 0 0 27843 143 0 0 20 0 2 0 34354410 3723718656 790732 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 909111 790732 3456 6655 0 893939 0
[pid=23280/tid=23282] ppid=23277 vsize=3636444 memory=3137724 CPUtime=118.13 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 138692 0 0 0 11787 26 0 0 20 0 2 0 34355501 3723718656 790732 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 279.86 s
Current children cumulated vsize: 3636444 KiB
Current children cumulated memory: 3162928 KiB

[startup+222.3 s]
/proc/loadavg: 7.24 7.46 7.29 8/255 23335
/proc/meminfo: memFree=120840836/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3636444 memory=3163056 CPUtime=399.05 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 677681 0 0 0 39759 146 0 0 20 0 2 0 34354410 3723718656 790764 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 909111 790764 3456 6655 0 893939 0
[pid=23280/tid=23282] ppid=23277 vsize=3636444 memory=3163056 CPUtime=177.52 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 142332 0 0 0 17725 27 0 0 20 0 2 0 34355501 3723718656 790764 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 399.05 s
Current children cumulated vsize: 3636444 KiB
Current children cumulated memory: 3163056 KiB

[startup+282.3 s]
/proc/loadavg: 7.13 7.39 7.27 8/255 23340
/proc/meminfo: memFree=120841392/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3819540 memory=3400028 CPUtime=518.19 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 794376 0 0 0 51651 168 0 0 20 0 2 0 34354410 3911208960 850007 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 954885 850007 3520 6655 0 939713 0
[pid=23280/tid=23282] ppid=23277 vsize=3819540 memory=3434900 CPUtime=236.87 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 184337 0 0 0 23655 32 0 0 20 0 2 0 34355501 3911208960 850007 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 518.19 s
Current children cumulated vsize: 3819540 KiB
Current children cumulated memory: 3400028 KiB

[startup+342.3 s]
/proc/loadavg: 6.76 7.25 7.23 7/255 23346
/proc/meminfo: memFree=120283324/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3873064 memory=3445160 CPUtime=637.3 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 858190 0 0 0 63547 183 0 0 20 0 2 0 34354410 3966017536 861290 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 968266 861290 3520 6655 0 953094 0
[pid=23280/tid=23282] ppid=23277 vsize=3873064 memory=14352 CPUtime=296.2 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 208106 0 0 0 29585 35 0 0 20 0 2 0 34355501 3966017536 861290 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 637.3 s
Current children cumulated vsize: 3873064 KiB
Current children cumulated memory: 3445160 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 1821.31 s
Current children cumulated vsize: 3973048 KiB
Current children cumulated memory: 3741948 KiB

[startup+1002.3 s]
/proc/loadavg: 6.20 6.24 6.66 7/254 23574
/proc/meminfo: memFree=117262940/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3973048 memory=3743740 CPUtime=1940.42 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 1882454 0 0 0 193709 333 0 0 20 0 2 0 34354410 4068401152 935935 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 993262 935935 3520 6655 0 973584 0
[pid=23280/tid=23282] ppid=23277 vsize=3973048 memory=3743740 CPUtime=941.95 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 621490 0 0 0 94101 94 0 0 20 0 2 0 34355501 4068401152 935935 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 1940.42 s
Current children cumulated vsize: 3973048 KiB
Current children cumulated memory: 3743740 KiB

[startup+1062.3 s]
/proc/loadavg: 6.55 6.31 6.65 8/254 23576
/proc/meminfo: memFree=113960708/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=4169656 memory=3984440 CPUtime=2059.55 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 1959988 0 0 0 205607 348 0 0 20 0 2 0 34354410 4269727744 996110 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 1042414 996110 3520 6655 0 1023113 0
[pid=23280/tid=23282] ppid=23277 vsize=4169656 memory=3743740 CPUtime=1001.31 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 676037 0 0 0 100026 105 0 0 20 0 2 0 34355501 4269727744 996110 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 2059.55 s
Current children cumulated vsize: 4169656 KiB
Current children cumulated memory: 3984440 KiB

[startup+1122.3 s]
/proc/loadavg: 6.61 6.38 6.66 7/254 23578
/proc/meminfo: memFree=113924424/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=4169656 memory=3984440 CPUtime=2157.92 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2010941 0 0 0 215440 352 0 0 20 0 2 0 34354410 4269727744 996110 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 1042414 996110 3520 6655 0 1023113 0
[pid=23280/tid=23282] ppid=23277 vsize=4169656 memory=3743740 CPUtime=1060.83 cores=5,7
/proc/23280/task/23282/stat : 23282 (LSIPExact) R 23277 23280 21012 0 -1 4194368 694528 0 0 0 105977 106 0 0 20 0 2 0 34355501 4269727744 996110 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
Current children cumulated CPU time: 2157.92 s
Current children cumulated vsize: 4169656 KiB
Current children cumulated memory: 3984440 KiB

[startup+1182.3 s]
/proc/loadavg: 6.31 6.34 6.63 7/254 23586
/proc/meminfo: memFree=105614324/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3678152 memory=3531704 CPUtime=2168.98 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2075401 0 0 0 216535 363 0 0 20 0 1 0 34354410 3766427648 882926 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 919538 882926 3552 6655 0 904641 0
[pid=23579] ppid=23280 vsize=9144284 memory=8014396 CPUtime=48.71 cores=5,7
/proc/23579/stat : 23579 (Exact) R 23280 23579 23579 0 -1 4194304 1265393 0 0 0 4479 392 0 0 20 0 1 0 34467750 9363746816 2003599 18446744073709551615 4198400 8335837 140720553548000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24506368 140720553556155 140720553556509 140720553556509 140720553562063 0
/proc/23579/statm: 2286071 2003599 960 1011 0 2284838 0
Current children cumulated CPU time: 2217.69 s
Current children cumulated vsize: 12822436 KiB
Current children cumulated memory: 11546100 KiB

[startup+1242.3 s]
/proc/loadavg: 6.20 6.31 6.60 7/255 23589
/proc/meminfo: memFree=97959788/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3678152 memory=3531704 CPUtime=2168.98 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2075401 0 0 0 216535 363 0 0 20 0 1 0 34354410 3766427648 882926 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 919538 882926 3552 6655 0 904641 0
[pid=23579] ppid=23280 vsize=17759264 memory=16367152 CPUtime=108.47 cores=5,7
/proc/23579/stat : 23579 (Exact) R 23280 23579 23579 0 -1 4194304 2657785 0 0 0 10042 805 0 0 20 0 1 0 34467750 18185486336 4091788 18446744073709551615 4198400 8335837 140720553548000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24506368 140720553556155 140720553556509 140720553556509 140720553562063 0
/proc/23579/statm: 4439816 4091788 960 1011 0 4438583 0
Current children cumulated CPU time: 2277.45 s
Current children cumulated vsize: 21437416 KiB
Current children cumulated memory: 19898856 KiB

[startup+1302.3 s]
/proc/loadavg: 6.13 6.26 6.56 7/255 23591
/proc/meminfo: memFree=94431180/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3678152 memory=3531704 CPUtime=2168.98 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2075401 0 0 0 216535 363 0 0 20 0 1 0 34354410 3766427648 882926 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 919538 882926 3552 6655 0 904641 0
[pid=23579] ppid=23280 vsize=20497412 memory=19864952 CPUtime=168.2 cores=5,7
/proc/23579/stat : 23579 (Exact) R 23280 23579 23579 0 -1 4194304 3259769 0 0 0 15864 956 0 0 20 0 1 0 34467750 20989349888 4966238 18446744073709551615 4198400 8335837 140720553548000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24506368 140720553556155 140720553556509 140720553556509 140720553562063 0
/proc/23579/statm: 5124353 4966238 1120 1011 0 5123120 0
Current children cumulated CPU time: 2337.18 s
Current children cumulated vsize: 24175564 KiB
Current children cumulated memory: 23396656 KiB

[startup+1362.3 s]
/proc/loadavg: 6.09 6.23 6.53 7/255 23593
/proc/meminfo: memFree=94090044/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3678152 memory=3531704 CPUtime=2168.98 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2075401 0 0 0 216535 363 0 0 20 0 1 0 34354410 3766427648 882926 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 919538 882926 3552 6655 0 904641 0
[pid=23579] ppid=23280 vsize=20642816 memory=20189944 CPUtime=227.95 cores=5,7
/proc/23579/stat : 23579 (Exact) R 23280 23579 23579 0 -1 4194304 3298565 0 0 0 21825 970 0 0 20 0 1 0 34467750 21138243584 5047486 18446744073709551615 4198400 8335837 140720553548000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24506368 140720553556155 140720553556509 140720553556509 140720553562063 0
/proc/23579/statm: 5160704 5047486 1120 1011 0 5159471 0
Current children cumulated CPU time: 2396.93 s
Current children cumulated vsize: 24320968 KiB
Current children cumulated memory: 23721648 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1410.7 s]
/proc/loadavg: 6.15 6.22 6.51 7/255 23595
/proc/meminfo: memFree=93580144/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3678152 memory=3531704 CPUtime=2168.98 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2075401 0 0 0 216535 363 0 0 20 0 1 0 34354410 3766427648 882926 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 1 0 0 17 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 919538 882926 3552 6655 0 904641 0
[pid=23579] ppid=23280 vsize=29096136 memory=20849356 CPUtime=276.15 cores=5,7
/proc/23579/stat : 23579 (Exact) R 23280 23579 23579 0 -1 4194304 3373128 0 0 0 26622 993 0 0 20 0 1 0 34467750 29794443264 5212339 18446744073709551615 4198400 8335837 140720553548000 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24506368 140720553556155 140720553556509 140720553556509 140720553562063 0
/proc/23579/statm: 7274034 5212339 1120 1011 0 7272801 0
Current children cumulated CPU time: 2445.13 s
Current children cumulated vsize: 32774288 KiB
Current children cumulated memory: 24381060 KiB

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

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

# cumulated CPU time of all completed processes:  user=2432.46 s, system=14.3294 s

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

[startup+1411.2 s]
/proc/loadavg: 6.15 6.22 6.51 7/255 23596
/proc/meminfo: memFree=102101616/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3678152 memory=3531704 CPUtime=2168.98 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) S 23277 23280 21012 0 -1 4194304 2075401 137 0 0 216535 363 0 0 20 0 1 0 34354410 3766427648 882926 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 919538 882926 3552 6655 0 904641 0
Current children cumulated CPU time: 2168.98 s
Current children cumulated vsize: 3678152 KiB
Current children cumulated memory: 3531704 KiB

[startup+1412 s]*
/proc/loadavg: 6.15 6.22 6.51 7/254 23596
/proc/meminfo: memFree=114330536/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3624568 memory=3478124 CPUtime=2446.38 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 2150280 3373308 0 0 216603 373 26622 1040 20 0 1 0 34354410 3711557632 869531 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 906142 869531 3552 6655 0 891245 0
Current children cumulated CPU time: 2446.38 s
Current children cumulated vsize: 3624568 KiB
Current children cumulated memory: 3478124 KiB

[startup+1412.2 s]
/proc/loadavg: 6.15 6.22 6.51 7/254 23596
/proc/meminfo: memFree=114330536/131382116 swapFree=33010684/33010684
[pid=23280] ppid=23277 vsize=3587060 memory=3440596 CPUtime=2446.57 cores=5,7
/proc/23280/stat : 23280 (LSIPExact) R 23277 23280 21012 0 -1 4194304 2168042 3373308 0 0 216620 375 26622 1040 20 0 1 0 34354410 3673149440 860149 18446744073709551615 94407301177344 94407328433745 140727761933856 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94407336936584 94407337368192 94407357607936 140727761942874 140727761943050 140727761943050 140727761948652 0
/proc/23280/statm: 896765 860149 3552 6655 0 881868 0
Current children cumulated CPU time: 2446.57 s
Current children cumulated vsize: 3587060 KiB
Current children cumulated memory: 3440596 KiB

[startup+1412.3 s]*
/proc/loadavg: 6.15 6.22 6.51 7/254 23596
/proc/meminfo: memFree=114947608/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1412.4
CPU time (s): 2446.79
CPU user time (s): 2432.46
CPU system time (s): 14.3294
CPU usage (%): 173.237
Max. virtual memory (cumulated for all children) (KiB): 32774288
Max. memory (cumulated for all children) (KiB): 24381060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2432.46
system time used= 14.3294
maximum resident set size= 20894412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5549211
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= 391
involuntary context switches= 22815


# summary of solver processes directly reported to runsolver:
#   pid: 23280
#   total CPU time (s): 2446.79
#   total CPU user time (s): 2432.46
#   total CPU system time (s): 14.3294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.89619 second user time and 8.54561 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 10:45:50
IDJOB=4511832
IDBENCH=160485
IDSOLVER=3337
FILE ID=nodeC010/4511832-1751186749
RUNJOBID= nodeC010-1751180806-21025
SLURM_JOB_ID= 9587551
Free space on /tmp= 432900 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511832-1751186749/watcher-4511832-1751186749 -o /tmp/evaluation-result-4511832-1751186749/solver-4511832-1751186749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751180806-21025 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4511832-1751186749.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=608532380

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.449
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		: 3591.396
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.449
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		: 3591.442
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.412
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		: 2793.350
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.429
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		: 1197.285
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:        129621940 kB
MemAvailable:   129561856 kB
Buffers:            3280 kB
Cached:           751060 kB
SwapCached:            0 kB
Active:           652340 kB
Inactive:         459696 kB
Active(anon):     375656 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   459696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76156 kB
Writeback:             4 kB
AnonPages:        360768 kB
Mapped:           139216 kB
Shmem:             17960 kB
KReclaimable:      86328 kB
Slab:             165224 kB
SReclaimable:      86328 kB
SUnreclaim:        78896 kB
KernelStack:        4096 kB
PageTables:         3800 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     717904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 432724 MiB
End job on nodeC010 at 2025-06-29 11:09:23