Trace number 4512048

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) 1704.56 1164.54

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/
normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM87dcb6b5c21e845aafa503750cb7c14f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
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 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1628.95/1088.77	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1628.95/1088.77	c numVar: 2771456
1628.95/1088.77	c numCon: 11850
1628.95/1088.77	c numEqual: 0
1628.95/1088.77	c intSize: 23
1628.95/1088.77	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1628.95/1088.77	c ------------------- Paras list -------------------
1628.95/1088.77	c Name                	 Type      	 Now       	 Default   	 Comment
1628.95/1088.77	c timeout             	 double    	 3600.000000	 3600      	 
1628.95/1088.77	c mip_time            	 double    	 0.300000  	 0.5       	 
1628.95/1088.77	c ls_time             	 double    	 10.000000 	 10        	 
1628.95/1088.77	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1628.95/1088.77	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1628.95/1088.77	c random_seed         	 int       	 0         	 0         	 
1628.95/1088.77	c sample_size         	 int       	 50        	 50        	 
1628.95/1088.77	c sub_score           	 int       	 1         	 1         	 
1628.95/1088.77	c tabu_base           	 int       	 3         	 3         	 
1628.95/1088.77	c tabu_variation      	 int       	 1         	 1         	 
1628.95/1088.77	c sub_div             	 int       	 4         	 4         	 
1628.95/1088.77	c nbcore              	 int       	 2         	 1         	 
1628.95/1088.77	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1628.95/1088.77	c print_sol           	 int       	 1         	 1         	 
1628.95/1088.77	c tmpdir              	 string		 .         	 "."       	 
1628.95/1088.77	c home                	 string		 HOME	 "."       	 
1628.95/1088.77	c benchname           	 string		 HOME/instance-4512048-1751187173.opb	 ""        	 
1628.95/1088.77	c --------------------------------------------------
1628.95/1088.77	c Local Search solver
1628.95/1088.77	c MIP solver
1628.95/1088.77	c use Exact solver
1702.41/1162.40	c receive signal 15, try to interrupt solver...
1629.02/1162.71	c Exact solver (PID 31493) interrupted gracefully.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512048-1751187173/watcher-4512048-1751187173 -o /tmp/evaluation-result-4512048-1751187173/solver-4512048-1751187173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29164 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4512048-1751187173.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=31284, runsolver pid=31281

[startup+0.100063 s]*
/proc/loadavg: 4.50 5.68 6.49 5/267 31285
/proc/meminfo: memFree=122885808/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=106396 memory=40192 CPUtime=0.08 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 9094 0 0 0 7 1 0 0 20 0 1 0 34394972 108949504 10048 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 26599 10048 1120 6655 0 16834 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 106396 KiB
Current children cumulated memory: 40192 KiB

[startup+0.205565 s]*
/proc/loadavg: 4.50 5.68 6.49 5/267 31285
/proc/meminfo: memFree=122845748/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=169288 memory=76544 CPUtime=0.19 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 18178 0 0 0 16 3 0 0 20 0 1 0 34394972 173350912 19136 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 42322 19136 1120 6655 0 32557 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 76544 KiB

[startup+0.305514 s]*
/proc/loadavg: 4.50 5.68 6.49 5/267 31285
/proc/meminfo: memFree=122813492/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=224040 memory=111872 CPUtime=0.29 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 27015 0 0 0 24 5 0 0 20 0 1 0 34394972 229416960 27968 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 56010 27968 1120 6655 0 46245 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 224040 KiB
Current children cumulated memory: 111872 KiB

[startup+0.700183 s]
/proc/loadavg: 4.50 5.68 6.49 5/267 31285
/proc/meminfo: memFree=122732852/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=799840 memory=696056 CPUtime=0.67 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 62680 0 0 0 47 20 0 0 20 0 1 0 34394972 819036160 174014 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 199993 174014 1120 6655 0 190228 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 799840 KiB
Current children cumulated memory: 696056 KiB

[startup+1.50017 s]
/proc/loadavg: 4.50 5.68 6.49 5/267 31285
/proc/meminfo: memFree=121899948/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=1419612 memory=1315832 CPUtime=1.48 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 217615 0 0 0 104 44 0 0 20 0 1 0 34394972 1453682688 328958 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 354903 328958 1120 6655 0 345138 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1419612 KiB
Current children cumulated memory: 1315832 KiB

[startup+3.10546 s]
/proc/loadavg: 4.50 5.68 6.49 5/267 31285
/proc/meminfo: memFree=121096876/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=1964668 memory=1860884 CPUtime=3.08 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 342296 0 0 0 244 64 0 0 20 0 1 0 34394972 2011820032 465221 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 491200 465221 1120 6655 0 481435 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1964668 KiB
Current children cumulated memory: 1860884 KiB

[startup+6.30017 s]
/proc/loadavg: 4.46 5.65 6.47 5/267 31285
/proc/meminfo: memFree=120685864/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=2337880 memory=2233876 CPUtime=6.26 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 435763 0 0 0 550 76 0 0 20 0 1 0 34394972 2393989120 558469 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 584470 558469 1120 6655 0 574705 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2337880 KiB
Current children cumulated memory: 2233876 KiB

[startup+12.7002 s]
/proc/loadavg: 4.42 5.63 6.46 5/267 31285
/proc/meminfo: memFree=119625312/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=3574836 memory=3334500 CPUtime=12.64 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 569925 0 0 0 1152 112 0 0 20 0 1 0 34394972 3660632064 833625 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 893709 833625 2112 6655 0 883944 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3574836 KiB
Current children cumulated memory: 3334500 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 5.55 6.42 5/268 31286
/proc/meminfo: memFree=118763584/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=4517644 memory=4103464 CPUtime=25.41 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 602536 0 0 0 2400 141 0 0 20 0 2 0 34394972 4626067456 1025866 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1129411 1025866 2656 6655 0 1103294 0
[pid=31284/tid=31286] ppid=31281 vsize=4517644 memory=4103464 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 4626067456 1025866 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4517644 KiB
Current children cumulated memory: 4103464 KiB

[startup+51.1055 s]
/proc/loadavg: 4.28 5.44 6.36 5/268 31286
/proc/meminfo: memFree=118791392/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=4517644 memory=4103464 CPUtime=50.94 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 615107 0 0 0 4952 142 0 0 20 0 2 0 34394972 4626067456 1025866 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1129411 1025866 2656 6655 0 1103294 0
[pid=31284/tid=31286] ppid=31281 vsize=4517644 memory=4103464 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 4626067456 1025866 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 4517644 KiB
Current children cumulated memory: 4103464 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 5.28 6.26 5/270 31292
/proc/meminfo: memFree=114428636/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=7124364 memory=6060556 CPUtime=102 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 725633 0 0 0 9989 211 0 0 20 0 2 0 34394972 7295348736 1515139 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1781091 1515139 2816 6655 0 1754974 0
[pid=31284/tid=31286] ppid=31281 vsize=7124364 memory=10624 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 7295348736 1515139 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 7124364 KiB
Current children cumulated memory: 6060556 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 5.06 6.12 5/270 31294
/proc/meminfo: memFree=114702160/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=6666564 memory=5753236 CPUtime=161.84 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 797615 0 0 0 15944 240 0 0 20 0 2 0 34394972 6826561536 1438309 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1666641 1438309 2816 6655 0 1640524 0
[pid=31284/tid=31286] ppid=31281 vsize=6666564 memory=6060556 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 6826561536 1438309 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 6666564 KiB
Current children cumulated memory: 5753236 KiB

[startup+222.3 s]
/proc/loadavg: 4.71 5.03 6.04 6/269 31296
/proc/meminfo: memFree=111082324/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=7477236 memory=6339704 CPUtime=221.67 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 832938 0 0 0 21897 270 0 0 20 0 2 0 34394972 7656689664 1584926 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1869309 1584926 2816 6655 0 1843192 0
[pid=31284/tid=31286] ppid=31281 vsize=7477236 memory=17536 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 7656689664 1584926 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 7477236 KiB
Current children cumulated memory: 6339704 KiB

[startup+282.3 s]
/proc/loadavg: 4.94 5.04 5.98 6/270 31301
/proc/meminfo: memFree=111047068/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=7497776 memory=6360312 CPUtime=281.52 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 844442 0 0 0 27880 272 0 0 20 0 2 0 34394972 7677722624 1590078 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1874444 1590078 2816 6655 0 1848327 0
[pid=31284/tid=31286] ppid=31281 vsize=7497776 memory=6354552 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 7677722624 1590078 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 7497776 KiB
Current children cumulated memory: 6360312 KiB

[startup+342.3 s]
/proc/loadavg: 5.02 5.04 5.92 6/270 31303
/proc/meminfo: memFree=110969100/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=7530204 memory=6392696 CPUtime=341.35 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 860642 0 0 0 33860 275 0 0 20 0 2 0 34394972 7710928896 1598174 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 1882551 1598174 2816 6655 0 1856434 0
[pid=31284/tid=31286] ppid=31281 vsize=7530204 memory=6367480 CPUtime=0 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) S 31281 31284 29149 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 34396325 7710928896 1598174 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 7530204 KiB
Current children cumulated memory: 6392696 KiB

[startup+402.3 s]
/proc/loadavg: 5.25 5.11 5.89 6/269 31305

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

[startup+702.3 s]
/proc/loadavg: 6.59 5.68 5.89 8/270 31380
/proc/meminfo: memFree=105559516/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14130324 memory=11815568 CPUtime=862.46 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 1723103 0 0 0 85726 520 0 0 20 0 2 0 34394972 14469451776 2953892 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3532581 2953892 3360 6655 0 3488097 0
[pid=31284/tid=31286] ppid=31281 vsize=14130324 memory=11814928 CPUtime=162.44 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 198705 0 0 0 16184 60 0 0 20 0 2 0 34396325 14469451776 2953892 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 862.46 s
Current children cumulated vsize: 14130324 KiB
Current children cumulated memory: 11815568 KiB

[startup+762.3 s]
/proc/loadavg: 6.90 5.94 5.97 8/269 31383
/proc/meminfo: memFree=105510940/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14130324 memory=11815568 CPUtime=981.58 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 1771174 0 0 0 97632 526 0 0 20 0 2 0 34394972 14469451776 2953892 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3532581 2953892 3360 6655 0 3488097 0
[pid=31284/tid=31286] ppid=31281 vsize=14130324 memory=11815568 CPUtime=221.8 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 239224 0 0 0 22115 65 0 0 20 0 2 0 34396325 14469451776 2953892 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 981.58 s
Current children cumulated vsize: 14130324 KiB
Current children cumulated memory: 11815568 KiB

[startup+822.3 s]
/proc/loadavg: 6.84 6.10 6.02 8/268 31433
/proc/meminfo: memFree=102087788/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14097372 memory=11810072 CPUtime=1100.67 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 1848660 0 0 0 109535 532 0 0 20 0 2 0 34394972 14435708928 2952518 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3524343 2952518 3360 6655 0 3479859 0
[pid=31284/tid=31286] ppid=31281 vsize=14097372 memory=11810072 CPUtime=281.15 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 260230 0 0 0 28049 66 0 0 20 0 2 0 34396325 14435708928 2952518 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 1100.67 s
Current children cumulated vsize: 14097372 KiB
Current children cumulated memory: 11810072 KiB

[startup+882.3 s]
/proc/loadavg: 6.99 6.28 6.09 8/269 31438
/proc/meminfo: memFree=91744416/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14097372 memory=11810072 CPUtime=1219.69 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 1886814 0 0 0 121435 534 0 0 20 0 2 0 34394972 14435708928 2952518 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3524343 2952518 3360 6655 0 3479859 0
[pid=31284/tid=31286] ppid=31281 vsize=14097372 memory=17536 CPUtime=340.48 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 267876 0 0 0 33981 67 0 0 20 0 2 0 34396325 14435708928 2952518 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 1219.69 s
Current children cumulated vsize: 14097372 KiB
Current children cumulated memory: 11810072 KiB

[startup+942.3 s]
/proc/loadavg: 7.51 6.54 6.19 9/269 31486
/proc/meminfo: memFree=117258208/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14097372 memory=11812264 CPUtime=1338.72 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 1997846 0 0 0 133329 543 0 0 20 0 2 0 34394972 14435708928 2953066 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3524343 2953066 3360 6655 0 3479859 0
[pid=31284/tid=31286] ppid=31281 vsize=14097372 memory=11812264 CPUtime=399.83 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 305021 0 0 0 39914 69 0 0 20 0 2 0 34396325 14435708928 2953066 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 1338.72 s
Current children cumulated vsize: 14097372 KiB
Current children cumulated memory: 11812264 KiB

[startup+1002.3 s]
/proc/loadavg: 7.82 6.81 6.31 9/270 31489
/proc/meminfo: memFree=117551568/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14097372 memory=11813288 CPUtime=1457.75 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 2053376 0 0 0 145228 547 0 0 20 0 2 0 34394972 14435708928 2953322 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3524343 2953322 3360 6655 0 3479859 0
[pid=31284/tid=31286] ppid=31281 vsize=14097372 memory=14432 CPUtime=459.22 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 315588 0 0 0 45851 71 0 0 20 0 2 0 34396325 14435708928 2953322 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 1457.75 s
Current children cumulated vsize: 14097372 KiB
Current children cumulated memory: 11813288 KiB

[startup+1062.3 s]
/proc/loadavg: 7.98 7.04 6.42 9/270 31491
/proc/meminfo: memFree=117219600/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=14456540 memory=12162732 CPUtime=1576.77 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 2169765 0 0 0 157112 565 0 0 20 0 2 0 34394972 14803496960 3040683 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3614135 3040683 3360 6655 0 3569651 0
[pid=31284/tid=31286] ppid=31281 vsize=14456540 memory=12162732 CPUtime=518.57 cores=1,3
/proc/31284/task/31286/stat : 31286 (LSIPExact) R 31281 31284 29149 0 -1 4194368 319881 0 0 0 51785 72 0 0 20 0 2 0 34396325 14803496960 3040683 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
Current children cumulated CPU time: 1576.77 s
Current children cumulated vsize: 14456540 KiB
Current children cumulated memory: 12162732 KiB

[startup+1122.3 s]
/proc/loadavg: 7.65 7.14 6.50 8/270 31495
/proc/meminfo: memFree=110557672/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=12661652 memory=10530296 CPUtime=1629.02 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) S 31281 31284 29149 0 -1 4194304 2331357 0 0 0 162328 574 0 0 20 0 1 0 34394972 12965531648 2632574 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3165413 2632574 3392 6655 0 3121066 0
[pid=31493] ppid=31284 vsize=8231932 memory=7628836 CPUtime=33.41 cores=1,3
/proc/31493/stat : 31493 (Exact) R 31284 31493 31493 0 -1 4194304 1051115 0 0 0 3071 270 0 0 20 0 1 0 34503849 8429498368 1907209 18446744073709551615 4198400 8335837 140722726192544 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 22749184 140722726197435 140722726197789 140722726197789 140722726203343 0
/proc/31493/statm: 2057983 1907209 960 1011 0 2056750 0
Current children cumulated CPU time: 1662.43 s
Current children cumulated vsize: 20893584 KiB
Current children cumulated memory: 18159132 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1162.4 s]
/proc/loadavg: 7.30 7.10 6.51 8/270 31498
/proc/meminfo: memFree=103936852/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=12661652 memory=10530296 CPUtime=1629.02 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) S 31281 31284 29149 0 -1 4194304 2331357 0 0 0 162328 574 0 0 20 0 1 0 34394972 12965531648 2632574 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3165413 2632574 3392 6655 0 3121066 0
[pid=31493] ppid=31284 vsize=19417556 memory=14698680 CPUtime=73.39 cores=1,3
/proc/31493/stat : 31493 (Exact) R 31284 31493 31493 0 -1 4194304 2036507 0 0 0 6787 552 0 0 20 0 1 0 34503849 19883577344 3674670 18446744073709551615 4198400 8335837 140722726192544 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 22749184 140722726197435 140722726197789 140722726197789 140722726203343 0
/proc/31493/statm: 4854389 3674670 960 1011 0 4853156 0
Current children cumulated CPU time: 1702.41 s
Current children cumulated vsize: 32079208 KiB
Current children cumulated memory: 25228976 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1164.54 s]
# the end of solver process 31284 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=1692.72 s, system=11.8392 s

Solver just ended.
Dumping a history of the last processes samples

[startup+1163.2 s]
/proc/loadavg: 7.30 7.10 6.51 8/269 31499
/proc/meminfo: memFree=118211416/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=12618340 memory=10486984 CPUtime=1703.2 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 2498598 2036679 0 0 162369 582 6787 582 20 0 1 0 34394972 12921180160 2621746 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3154585 2621746 3392 6655 0 3110238 0
Current children cumulated CPU time: 1703.2 s
Current children cumulated vsize: 12618340 KiB
Current children cumulated memory: 10486984 KiB

[startup+1164 s]*
/proc/loadavg: 7.30 7.10 6.51 8/269 31500
/proc/meminfo: memFree=118472992/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=12380156 memory=10248796 CPUtime=1704 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 2539101 2036679 0 0 162447 584 6787 582 20 0 1 0 34394972 12677279744 2562199 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3095039 2562199 3392 6655 0 3050692 0
Current children cumulated CPU time: 1704 s
Current children cumulated vsize: 12380156 KiB
Current children cumulated memory: 10248796 KiB

[startup+1164.4 s]
/proc/loadavg: 7.30 7.10 6.51 8/269 31500
/proc/meminfo: memFree=118472992/131250000 swapFree=33010684/33010684
[pid=31284] ppid=31281 vsize=12358500 memory=10227140 CPUtime=1704.39 cores=1,3
/proc/31284/stat : 31284 (LSIPExact) R 31281 31284 29149 0 -1 4194304 2606684 2036679 0 0 162483 587 6787 582 20 0 1 0 34394972 12655104000 2556785 18446744073709551615 94759745150976 94759772407377 140735714433440 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94759780910216 94759781341824 94759788662784 140735714437466 140735714437642 140735714437642 140735714443244 0
/proc/31284/statm: 3089625 2556785 3392 6655 0 3045278 0
Current children cumulated CPU time: 1704.39 s
Current children cumulated vsize: 12358500 KiB
Current children cumulated memory: 10227140 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1164.54
CPU time (s): 1704.56
CPU user time (s): 1692.72
CPU system time (s): 11.8392
CPU usage (%): 146.371
Max. virtual memory (cumulated for all children) (KiB): 32079208
Max. memory (cumulated for all children) (KiB): 25228976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1692.72
system time used= 11.8392
maximum resident set size= 14735544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4643402
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= 370
involuntary context switches= 21439


# summary of solver processes directly reported to runsolver:
#   pid: 31284
#   total CPU time (s): 1704.56
#   total CPU user time (s): 1692.72
#   total CPU system time (s): 11.8392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83808 second user time and 5.96077 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 10:52:54
IDJOB=4512048
IDBENCH=160491
IDSOLVER=3337
FILE ID=nodeC016/4512048-1751187173
RUNJOBID= nodeC016-1751179186-29164
SLURM_JOB_ID= 9587543
Free space on /tmp= 432668 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm100p-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-4512048-1751187173/watcher-4512048-1751187173 -o /tmp/evaluation-result-4512048-1751187173/solver-4512048-1751187173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751179186-29164 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4512048-1751187173.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 87dcb6b5c21e845aafa503750cb7c14f
RANDOM SEED=1519277088

nodeC016 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.739
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.48
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.716
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.48
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.322
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.48
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		: 3700.000
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.48
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.744
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.48
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		: 3599.737
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.48
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		: 3654.134
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.48
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		: 3624.767
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122925892 kB
MemAvailable:   123091324 kB
Buffers:            3280 kB
Cached:           975160 kB
SwapCached:            0 kB
Active:          6970652 kB
Inactive:         753396 kB
Active(anon):    6763680 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   753396 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            180136 kB
Writeback:             0 kB
AnonPages:       6735868 kB
Mapped:           144952 kB
Shmem:             18072 kB
KReclaimable:      88604 kB
Slab:             172248 kB
SReclaimable:      88604 kB
SUnreclaim:        83644 kB
KernelStack:        4336 kB
PageTables:        16756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8144268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4042752 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC016 at 2025-06-29 11:12:19