Trace number 4527110

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (MO) 1002.72 805.768

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

927.58/730.40	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
927.58/730.40	c numVar: 2771456
927.58/730.40	c numCon: 11850
927.58/730.40	c numEqual: 0
927.58/730.40	c intSize: 23
927.58/730.40	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
927.58/730.40	c ------------------- Paras list -------------------
927.58/730.40	c Name                	 Type      	 Now       	 Default   	 Comment
927.58/730.40	c timeout             	 double    	 3600.000000	 3600      	 
927.58/730.40	c mip_time            	 double    	 0.200000  	 0.5       	 
927.58/730.40	c ls_time             	 double    	 10.000000 	 10        	 
927.58/730.40	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
927.58/730.40	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
927.58/730.40	c random_seed         	 int       	 0         	 0         	 
927.58/730.40	c sample_size         	 int       	 50        	 50        	 
927.58/730.40	c sub_score           	 int       	 1         	 1         	 
927.58/730.40	c tabu_base           	 int       	 3         	 3         	 
927.58/730.40	c tabu_variation      	 int       	 1         	 1         	 
927.58/730.40	c sub_div             	 int       	 4         	 4         	 
927.58/730.40	c nbcore              	 int       	 2         	 1         	 
927.58/730.40	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
927.58/730.40	c print_sol           	 int       	 1         	 1         	 
927.58/730.40	c tmpdir              	 string		 .         	 "."       	 
927.58/730.40	c home                	 string		 HOME	 "."       	 
927.58/730.40	c benchname           	 string		 HOME/instance-4527110-1752235167.opb	 ""        	 
927.58/730.40	c --------------------------------------------------
927.58/730.40	c Local Search solver
927.58/730.40	c MIP solver
927.58/730.40	c use Exact solver
1000.55/803.60	c receive signal 15, try to interrupt solver...
927.59/803.91	c Exact solver (PID 117552) 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: 63665 MiB (52464 MiB free)
  memory of node 1: 64507 MiB (58930 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=117413, runsolver pid=117410

[startup+0.100058 s]*
/proc/loadavg: 7.64 7.90 7.60 8/267 117414
/proc/meminfo: memFree=114036852/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=107676 memory=41088 CPUtime=0.09 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 9272 0 0 0 7 2 0 0 20 0 1 0 139197077 110260224 10272 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 26919 10272 1152 6655 0 17154 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 107676 KiB
Current children cumulated memory: 41088 KiB

[startup+0.205724 s]*
/proc/loadavg: 7.64 7.90 7.60 8/267 117414
/proc/meminfo: memFree=113996532/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=169448 memory=76800 CPUtime=0.19 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 18202 0 0 0 16 3 0 0 20 0 1 0 139197077 173514752 19200 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 42362 19200 1152 6655 0 32597 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 169448 KiB
Current children cumulated memory: 76800 KiB

[startup+0.305634 s]*
/proc/loadavg: 7.64 7.90 7.60 8/267 117414
/proc/meminfo: memFree=113956212/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=223380 memory=111488 CPUtime=0.29 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 26876 0 0 0 24 5 0 0 20 0 1 0 139197077 228741120 27872 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 55845 27872 1152 6655 0 46080 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 223380 KiB
Current children cumulated memory: 111488 KiB

[startup+0.700173 s]
/proc/loadavg: 7.64 7.90 7.60 8/267 117414
/proc/meminfo: memFree=113875572/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=792312 memory=688776 CPUtime=0.68 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 60776 0 0 0 49 19 0 0 20 0 1 0 139197077 811327488 172162 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 198078 172194 1184 6655 0 188313 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 792312 KiB
Current children cumulated memory: 688776 KiB

[startup+1.50016 s]
/proc/loadavg: 7.64 7.90 7.60 8/267 117414
/proc/meminfo: memFree=113126120/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=1411692 memory=1308168 CPUtime=1.48 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 215641 0 0 0 107 41 0 0 20 0 1 0 139197077 1445572608 327042 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 352923 327042 1184 6655 0 343158 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1411692 KiB
Current children cumulated memory: 1308168 KiB

[startup+3.10546 s]
/proc/loadavg: 7.58 7.88 7.60 8/267 117414
/proc/meminfo: memFree=112310888/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=1965856 memory=1862308 CPUtime=3.08 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 342561 0 0 0 244 64 0 0 20 0 1 0 139197077 2013036544 465545 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 491464 465545 1184 6655 0 481699 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1965856 KiB
Current children cumulated memory: 1862308 KiB

[startup+6.30015 s]
/proc/loadavg: 7.58 7.88 7.60 8/267 117414
/proc/meminfo: memFree=111899876/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=2337880 memory=2234148 CPUtime=6.26 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 435767 0 0 0 548 78 0 0 20 0 1 0 139197077 2393989120 558537 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 584470 558537 1184 6655 0 574705 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2337880 KiB
Current children cumulated memory: 2234148 KiB

[startup+12.7001 s]
/proc/loadavg: 7.54 7.87 7.60 8/267 117414
/proc/meminfo: memFree=110843684/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=3574836 memory=3332276 CPUtime=12.65 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 569778 0 0 0 1149 116 0 0 20 0 1 0 139197077 3660632064 833069 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 893709 833069 2208 6655 0 883944 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3574836 KiB
Current children cumulated memory: 3332276 KiB

[startup+25.5002 s]
/proc/loadavg: 7.42 7.82 7.59 8/268 117415
/proc/meminfo: memFree=109977972/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=4517644 memory=4099500 CPUtime=25.42 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 602993 0 0 0 2398 144 0 0 20 0 2 0 139197077 4626067456 1024875 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1129411 1024875 2720 6655 0 1103294 0
[pid=117413/tid=117415] ppid=117410 vsize=4517644 memory=280435058536736 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 4626067456 1024875 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4517644 KiB
Current children cumulated memory: 4099500 KiB

[startup+51.1056 s]
/proc/loadavg: 7.35 7.77 7.58 8/269 117417
/proc/meminfo: memFree=110021088/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=4517644 memory=4099500 CPUtime=50.97 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 615570 0 0 0 4952 145 0 0 20 0 2 0 139197077 4626067456 1024875 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1129411 1024875 2720 6655 0 1103294 0
[pid=117413/tid=117415] ppid=117410 vsize=4517644 memory=4099500 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 4626067456 1024875 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 4517644 KiB
Current children cumulated memory: 4099500 KiB

[startup+102.3 s]
/proc/loadavg: 7.22 7.67 7.55 8/269 117431
/proc/meminfo: memFree=108064172/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=7124364 memory=6058412 CPUtime=102.06 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 724986 0 0 0 9989 217 0 0 20 0 2 0 139197077 7295348736 1514603 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1781091 1514603 2880 6655 0 1754974 0
[pid=117413/tid=117415] ppid=117410 vsize=7124364 memory=14720 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 7295348736 1514603 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 7124364 KiB
Current children cumulated memory: 6058412 KiB

[startup+162.3 s]
/proc/loadavg: 7.15 7.56 7.52 8/269 117432
/proc/meminfo: memFree=108379028/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=6666564 memory=5750940 CPUtime=161.93 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 794542 0 0 0 15948 245 0 0 20 0 2 0 139197077 6826561536 1437735 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1666641 1437735 2880 6655 0 1640524 0
[pid=117413/tid=117415] ppid=117410 vsize=6666564 memory=5750940 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 6826561536 1437735 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 6666564 KiB
Current children cumulated memory: 5750940 KiB

[startup+222.3 s]
/proc/loadavg: 7.16 7.49 7.49 8/270 117441
/proc/meminfo: memFree=107791024/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=7477996 memory=6336180 CPUtime=221.81 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 830304 0 0 0 21908 273 0 0 20 0 2 0 139197077 7657467904 1584045 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1869499 1584045 2880 6655 0 1843382 0
[pid=117413/tid=117415] ppid=117410 vsize=7477996 memory=6327860 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 7657467904 1584045 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 7477996 KiB
Current children cumulated memory: 6336180 KiB

[startup+282.3 s]
/proc/loadavg: 7.11 7.41 7.46 8/269 117443
/proc/meminfo: memFree=107787504/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=7498792 memory=6356788 CPUtime=281.68 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 840555 0 0 0 27894 274 0 0 20 0 2 0 139197077 7678763008 1589197 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1874698 1589197 2880 6655 0 1848581 0
[pid=117413/tid=117415] ppid=117410 vsize=7498792 memory=6349108 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 7678763008 1589197 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 281.68 s
Current children cumulated vsize: 7498792 KiB
Current children cumulated memory: 6356788 KiB

[startup+342.3 s]
/proc/loadavg: 7.08 7.35 7.44 8/269 117445
/proc/meminfo: memFree=107747204/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=7548244 memory=6406452 CPUtime=341.55 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 860885 0 0 0 33876 279 0 0 20 0 2 0 139197077 7729401856 1601613 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 1887061 1601613 2880 6655 0 1860944 0
[pid=117413/tid=117415] ppid=117410 vsize=7548244 memory=6365876 CPUtime=0 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 139198431 7729401856 1601613 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 341.55 s
Current children cumulated vsize: 7548244 KiB
Current children cumulated memory: 6406452 KiB

[startup+402.3 s]
/proc/loadavg: 6.92 7.28 7.41 7/269 117447
/proc/meminfo: memFree=105517604/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=10644684 memory=8714308 CPUtime=422.9 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 1163534 0 0 0 41885 405 0 0 20 0 2 0 139197077 10900156416 2178577 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 2661171 2178577 3360 6655 0 2616687 0
[pid=117413/tid=117415] ppid=117410 vsize=10644684 memory=14720 CPUtime=21.65 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 115611 0 0 0 2119 46 0 0 20 0 2 0 139198431 10900156416 2178577 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 422.9 s
Current children cumulated vsize: 10644684 KiB
Current children cumulated memory: 8714308 KiB

[startup+462.3 s]
/proc/loadavg: 6.39 7.06 7.33 7/268 117449
/proc/meminfo: memFree=105506236/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=10654952 memory=8724260 CPUtime=482.73 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 1209148 0 0 0 47859 414 0 0 20 0 2 0 139197077 10910670848 2181065 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 2663738 2181065 3360 6655 0 2619254 0
[pid=117413/tid=117415] ppid=117410 vsize=10654952 memory=8724260 CPUtime=21.65 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 115611 0 0 0 2119 46 0 0 20 0 2 0 139198431 10910670848 2181065 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 482.73 s
Current children cumulated vsize: 10654952 KiB
Current children cumulated memory: 8724260 KiB

[startup+522.3 s]
/proc/loadavg: 6.29 6.93 7.27 6/267 117452
/proc/meminfo: memFree=105436136/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=10683380 memory=8758264 CPUtime=542.55 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 1274436 0 0 0 53833 422 0 0 20 0 2 0 139197077 10939781120 2189566 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 2670845 2189566 3360 6655 0 2626361 0
[pid=117413/tid=117415] ppid=117410 vsize=10683380 memory=8742680 CPUtime=21.65 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) S 117410 117413 116001 0 -1 4194368 115611 0 0 0 2119 46 0 0 20 0 2 0 139198431 10939781120 2189566 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 542.55 s
Current children cumulated vsize: 10683380 KiB
Current children cumulated memory: 8758264 KiB

[startup+582.3 s]
/proc/loadavg: 5.87 6.67 7.15 8/267 117500
/proc/meminfo: memFree=102423260/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=14130324 memory=11773484 CPUtime=633.64 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 1586026 0 0 0 62847 517 0 0 20 0 2 0 139197077 14469451776 2943371 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3532581 2943371 3424 6655 0 3488097 0
[pid=117413/tid=117415] ppid=117410 vsize=14130324 memory=14720 CPUtime=52.92 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) R 117410 117413 116001 0 -1 4194368 169515 0 0 0 5234 58 0 0 20 0 2 0 139198431 14469451776 2943371 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 633.64 s
Current children cumulated vsize: 14130324 KiB
Current children cumulated memory: 11773484 KiB

[startup+642.3 s]
/proc/loadavg: 6.55 6.72 7.14 8/267 117547
/proc/meminfo: memFree=102343400/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=14130324 memory=11814544 CPUtime=752.84 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 1618523 0 0 0 74759 525 0 0 20 0 2 0 139197077 14469451776 2953636 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3532581 2953636 3424 6655 0 3488097 0
[pid=117413/tid=117415] ppid=117410 vsize=14130324 memory=11814544 CPUtime=112.32 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) R 117410 117413 116001 0 -1 4194368 175962 0 0 0 11168 64 0 0 20 0 2 0 139198431 14469451776 2953636 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 752.84 s
Current children cumulated vsize: 14130324 KiB
Current children cumulated memory: 11814544 KiB

[startup+702.3 s]
/proc/loadavg: 6.97 6.82 7.14 8/266 117549
/proc/meminfo: memFree=102342580/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=14130324 memory=11815184 CPUtime=872.06 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 1722313 0 0 0 86668 538 0 0 20 0 2 0 139197077 14469451776 2953796 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3532581 2953796 3424 6655 0 3488097 0
[pid=117413/tid=117415] ppid=117410 vsize=14130324 memory=11814544 CPUtime=171.72 cores=4,6
/proc/117413/task/117415/stat : 117415 (LSIPExact) R 117410 117413 116001 0 -1 4194368 195317 0 0 0 17102 70 0 0 20 0 2 0 139198431 14469451776 2953796 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
Current children cumulated CPU time: 872.06 s
Current children cumulated vsize: 14130324 KiB
Current children cumulated memory: 11815184 KiB

[startup+762.3 s]
/proc/loadavg: 6.43 6.72 7.09 6/265 117645
/proc/meminfo: memFree=97356240/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=12335436 memory=10179084 CPUtime=927.59 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) S 117410 117413 116001 0 -1 4194304 1887931 0 0 0 92209 550 0 0 20 0 1 0 139197077 12631486464 2544771 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3083859 2544771 3456 6655 0 3039512 0
[pid=117552] ppid=117413 vsize=8086216 memory=7416432 CPUtime=31.77 cores=4,6
/proc/117552/stat : 117552 (Exact) R 117413 117552 117552 0 -1 4194304 1016318 0 0 0 2902 275 0 0 20 0 1 0 139270118 8280285184 1854108 18446744073709551615 4198400 8335837 140729716012688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26669056 140729716017337 140729716017691 140729716017691 140729716023247 0
/proc/117552/statm: 2021554 1854108 960 1011 0 2020321 0
Current children cumulated CPU time: 959.36 s
Current children cumulated vsize: 20421652 KiB
Current children cumulated memory: 17595516 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+803.6 s]
/proc/loadavg: 5.67 6.48 6.99 6/266 117648
/proc/meminfo: memFree=90535516/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=12335436 memory=10179084 CPUtime=927.59 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) S 117410 117413 116001 0 -1 4194304 1887931 0 0 0 92209 550 0 0 20 0 1 0 139197077 12631486464 2544771 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3083859 2544771 3456 6655 0 3039512 0
[pid=117552] ppid=117413 vsize=19417556 memory=14808736 CPUtime=72.96 cores=4,6
/proc/117552/stat : 117552 (Exact) R 117413 117552 117552 0 -1 4194304 2036727 0 0 0 6742 554 0 0 20 0 1 0 139270118 19883577344 3702184 18446744073709551615 4198400 8335837 140729716012688 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 26669056 140729716017337 140729716017691 140729716017691 140729716023247 0
/proc/117552/statm: 4854389 3702184 960 1011 0 4853156 0
Current children cumulated CPU time: 1000.55 s
Current children cumulated vsize: 31752992 KiB
Current children cumulated memory: 24987820 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=991.081 s, system=11.6427 s

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

[startup+804.8 s]
/proc/loadavg: 5.67 6.48 6.99 6/265 117649
/proc/meminfo: memFree=104781276/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=12053940 memory=9897588 CPUtime=1001.75 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 2095670 2036903 0 0 92289 558 6743 585 20 0 1 0 139197077 12343234560 2474397 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3013485 2474397 3456 6655 0 2969138 0
Current children cumulated CPU time: 1001.75 s
Current children cumulated vsize: 12053940 KiB
Current children cumulated memory: 9897588 KiB

[startup+805.2 s]
/proc/loadavg: 5.67 6.48 6.99 6/265 117649
/proc/meminfo: memFree=105029412/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=12053940 memory=9897588 CPUtime=1002.14 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 2095676 2036903 0 0 92328 558 6743 585 20 0 1 0 139197077 12343234560 2474397 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3013485 2474397 3456 6655 0 2969138 0
Current children cumulated CPU time: 1002.14 s
Current children cumulated vsize: 12053940 KiB
Current children cumulated memory: 9897588 KiB

[startup+805.6 s]
/proc/loadavg: 5.67 6.48 6.99 6/265 117649
/proc/meminfo: memFree=105029412/131250000 swapFree=33008868/33010684
[pid=117413] ppid=117410 vsize=12032284 memory=9875932 CPUtime=1002.54 cores=4,6
/proc/117413/stat : 117413 (LSIPExact) R 117410 117413 116001 0 -1 4194304 2160435 2036903 0 0 92364 562 6743 585 20 0 1 0 139197077 12321058816 2468983 18446744073709551615 94402308255744 94402335512913 140722931898304 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94402344014984 94402344446592 94402371076096 140722931906904 140722931907080 140722931907080 140722931912684 0
/proc/117413/statm: 3008071 2468983 3456 6655 0 2963724 0
Current children cumulated CPU time: 1002.54 s
Current children cumulated vsize: 12032284 KiB
Current children cumulated memory: 9875932 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 805.768
CPU time (s): 1002.72
CPU user time (s): 991.081
CPU system time (s): 11.6427
CPU usage (%): 124.443
Max. virtual memory (cumulated for all children) (KiB): 31752992
Max. memory (cumulated for all children) (KiB): 24987820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 991.082
system time used= 11.6427
maximum resident set size= 14851744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4197338
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= 369
involuntary context switches= 5441


# summary of solver processes directly reported to runsolver:
#   pid: 117413
#   total CPU time (s): 1002.72
#   total CPU user time (s): 991.081
#   total CPU system time (s): 11.6427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.56119 second user time and 3.63242 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-11 13:59:28
IDJOB=4527110
IDBENCH=160491
IDSOLVER=3384
FILE ID=nodeC013/4527110-1752235167
RUNJOBID= nodeC013-1752232205-116019
SLURM_JOB_ID= 9682524
Free space on /tmp= 431940 MiB

SOLVER NAME= LSIPExact S1
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-4527110-1752235167/watcher-4527110-1752235167 -o /tmp/evaluation-result-4527110-1752235167/solver-4527110-1752235167 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1752232205-116019 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527110-1752235167.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 87dcb6b5c21e845aafa503750cb7c14f
RANDOM SEED=1481364694

nodeC013 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.858
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.67
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.433
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.67
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.838
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        114068472 kB
MemAvailable:   125432824 kB
Buffers:            1668 kB
Cached:         12112228 kB
SwapCached:          164 kB
Active:          4637260 kB
Inactive:       11670520 kB
Active(anon):    4210320 kB
Inactive(anon):     4868 kB
Active(file):     426940 kB
Inactive(file): 11665652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            180384 kB
Writeback:             4 kB
AnonPages:       4195284 kB
Mapped:           138504 kB
Shmem:             21304 kB
KReclaimable:     221600 kB
Slab:             315484 kB
SReclaimable:     221600 kB
SUnreclaim:        93884 kB
KernelStack:        4320 kB
PageTables:        11548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4732908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2033664 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431912 MiB
End job on nodeC013 at 2025-07-11 14:12:54