Trace number 4509181

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.31 1825.87

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm50p-opt.opb.negationfix.opb
MD5SUM77cfb75a57ffdbd7a405571baa0b4678
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark61
Best CPU time to get the best result obtained on this benchmark3585.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91392
Total number of constraints1684
Number of constraints which are clauses713
Number of constraints which are cardinality constraints (but not clauses)713
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint714
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 264142
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 882426
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.19/1823.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.19/1823.80	c numVar: 91392
3600.19/1823.80	c numCon: 1684
3600.19/1823.80	c numEqual: 0
3600.19/1823.80	c intSize: 20
3600.19/1823.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.19/1823.80	c ------------------- Paras list -------------------
3600.19/1823.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.19/1823.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.19/1823.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.19/1823.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.19/1823.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.19/1823.80	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.19/1823.80	c random_seed         	 int       	 0         	 0         	 
3600.19/1823.80	c sample_size         	 int       	 50        	 50        	 
3600.19/1823.80	c sub_score           	 int       	 1         	 1         	 
3600.19/1823.80	c tabu_base           	 int       	 3         	 3         	 
3600.19/1823.80	c tabu_variation      	 int       	 1         	 1         	 
3600.19/1823.80	c sub_div             	 int       	 4         	 4         	 
3600.19/1823.80	c nbcore              	 int       	 2         	 1         	 
3600.19/1823.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.19/1823.80	c print_sol           	 int       	 1         	 1         	 
3600.19/1823.80	c tmpdir              	 string		 .         	 "."       	 
3600.19/1823.80	c home                	 string		 HOME	 "."       	 
3600.19/1823.80	c benchname           	 string		 HOME/instance-4509181-1751504118.opb	 ""        	 
3600.19/1823.80	c --------------------------------------------------
3600.19/1823.80	c Local Search solver
3600.19/1823.80	c LS find feasible solution for PBO with objective value 65
3600.19/1823.80	c MIP solver
3600.19/1823.80	c receive signal 15, try to interrupt solver...
3600.39/1823.94	c MIP solver find feasible solution
3600.39/1823.94	c MIP solver objective value: 61
3600.49/1824.03	c MIP find feasible solution for PBO with objective value 61
3600.49/1824.03	c copy file: 0
3600.49/1824.03	c gen ub file: HOME/instance-4509181-1751504118.opb_ub.opb
3600.49/1824.03	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62120 MiB free)
  memory of node 1: 64465 MiB (63584 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509181-1751504118/watcher-4509181-1751504118 -o /tmp/evaluation-result-4509181-1751504118/solver-4509181-1751504118 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69282 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4509181-1751504118.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=70869, runsolver pid=70866

[startup+0.100068 s]*
/proc/loadavg: 7.57 7.97 7.92 7/252 70870
/proc/meminfo: memFree=128694496/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=79884 memory=45140 CPUtime=0.09 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 8239 0 0 0 7 2 0 0 20 0 1 0 66090552 81801216 11285 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 19971 11285 1184 6655 0 10206 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 79884 KiB
Current children cumulated memory: 45140 KiB

[startup+0.212992 s]*
/proc/loadavg: 7.57 7.97 7.92 7/252 70870
/proc/meminfo: memFree=128670556/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=101028 memory=66260 CPUtime=0.21 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 13505 0 0 0 17 4 0 0 20 0 1 0 66090552 103452672 16565 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 25257 16565 1184 6655 0 15492 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 101028 KiB
Current children cumulated memory: 66260 KiB

[startup+0.312568 s]*
/proc/loadavg: 7.57 7.97 7.92 7/252 70870
/proc/meminfo: memFree=128654680/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=115416 memory=80596 CPUtime=0.3 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 17107 0 0 0 25 5 0 0 20 0 1 0 66090552 118185984 20149 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 28854 20149 1184 6655 0 19089 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115416 KiB
Current children cumulated memory: 80596 KiB

[startup+0.700294 s]
/proc/loadavg: 7.57 7.97 7.92 7/252 70870
/proc/meminfo: memFree=128654680/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=115416 memory=80724 CPUtime=0.68 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 17123 0 0 0 63 5 0 0 20 0 1 0 66090552 118185984 20181 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 28854 20181 1184 6655 0 19089 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 115416 KiB
Current children cumulated memory: 80724 KiB

[startup+1.50029 s]
/proc/loadavg: 7.57 7.97 7.92 7/252 70870
/proc/meminfo: memFree=128654680/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=115868 memory=80980 CPUtime=1.47 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 17211 0 0 0 142 5 0 0 20 0 1 0 66090552 118648832 20245 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 28967 20245 1184 6655 0 19202 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 115868 KiB
Current children cumulated memory: 80980 KiB

[startup+3.1126 s]
/proc/loadavg: 7.44 7.94 7.91 7/252 70870
/proc/meminfo: memFree=128654684/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=115868 memory=80980 CPUtime=3.08 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 17215 0 0 0 303 5 0 0 20 0 1 0 66090552 118648832 20245 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 28967 20245 1184 6655 0 19202 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 115868 KiB
Current children cumulated memory: 80980 KiB

[startup+6.30025 s]
/proc/loadavg: 7.44 7.94 7.91 8/253 70871
/proc/meminfo: memFree=128615128/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=115868 memory=80980 CPUtime=6.26 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 17219 0 0 0 621 5 0 0 20 0 1 0 66090552 118648832 20245 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 28967 20245 1184 6655 0 19202 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 115868 KiB
Current children cumulated memory: 80980 KiB

[startup+12.7003 s]
/proc/loadavg: 7.38 7.91 7.90 8/254 70872
/proc/meminfo: memFree=128429772/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=394188 memory=262048 CPUtime=12.65 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 60311 0 0 0 1251 14 0 0 20 0 2 0 66090552 403648512 65512 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 98547 65512 3296 6655 0 72430 0
[pid=70869/tid=70872] ppid=70866 vsize=394188 memory=260640 CPUtime=0 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) S 70866 70869 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 66091568 403648512 65512 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 394188 KiB
Current children cumulated memory: 262048 KiB

[startup+25.5002 s]
/proc/loadavg: 7.47 7.91 7.90 9/254 70872
/proc/meminfo: memFree=128177228/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=604848 memory=504140 CPUtime=37.58 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 187428 0 0 0 3727 31 0 0 20 0 2 0 66090552 619364352 126035 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 151212 126035 3520 6655 0 141335 0
[pid=70869/tid=70872] ppid=70866 vsize=604848 memory=503372 CPUtime=12.19 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 36659 0 0 0 1212 7 0 0 20 0 2 0 66091568 619364352 126035 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 37.58 s
Current children cumulated vsize: 604848 KiB
Current children cumulated memory: 504140 KiB

[startup+51.1052 s]
/proc/loadavg: 7.72 7.94 7.91 9/254 70873
/proc/meminfo: memFree=127790012/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=946084 memory=806584 CPUtime=88.43 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 262141 0 0 0 8798 45 0 0 20 0 2 0 66090552 968790016 201646 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 236521 201646 3520 6655 0 215464 0
[pid=70869/tid=70872] ppid=70866 vsize=946084 memory=799288 CPUtime=37.51 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 65323 0 0 0 3738 13 0 0 20 0 2 0 66091568 968790016 201646 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 88.43 s
Current children cumulated vsize: 946084 KiB
Current children cumulated memory: 806584 KiB

[startup+102.3 s]
/proc/loadavg: 7.89 7.95 7.92 9/254 70875
/proc/meminfo: memFree=127783556/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=716092 memory=651248 CPUtime=184.3 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 378717 0 0 0 18372 58 0 0 20 0 2 0 66090552 733278208 162812 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 179023 162812 3520 6655 0 169068 0
[pid=70869/tid=70872] ppid=70866 vsize=716092 memory=651248 CPUtime=82.57 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 93885 0 0 0 8239 18 0 0 20 0 2 0 66091568 733278208 162812 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 184.3 s
Current children cumulated vsize: 716092 KiB
Current children cumulated memory: 651248 KiB

[startup+162.3 s]
/proc/loadavg: 7.78 7.91 7.91 9/253 70925
/proc/meminfo: memFree=126942708/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=979624 memory=914992 CPUtime=301.11 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 501901 0 0 0 30036 75 0 0 20 0 2 0 66090552 1003134976 228748 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 244906 228748 3520 6655 0 234951 0
[pid=70869/tid=70872] ppid=70866 vsize=979624 memory=910128 CPUtime=139.65 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 137063 0 0 0 13942 23 0 0 20 0 2 0 66091568 1003134976 228748 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 301.11 s
Current children cumulated vsize: 979624 KiB
Current children cumulated memory: 914992 KiB

[startup+222.3 s]
/proc/loadavg: 7.78 7.87 7.90 9/253 70974
/proc/meminfo: memFree=126339908/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=979624 memory=915248 CPUtime=419.99 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 543381 0 0 0 41914 85 0 0 20 0 2 0 66090552 1003134976 228812 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 244906 228812 3520 6655 0 234951 0
[pid=70869/tid=70872] ppid=70866 vsize=979624 memory=915248 CPUtime=198.85 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 159860 0 0 0 19855 30 0 0 20 0 2 0 66091568 1003134976 228812 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 419.99 s
Current children cumulated vsize: 979624 KiB
Current children cumulated memory: 915248 KiB

[startup+282.3 s]
/proc/loadavg: 7.89 7.90 7.91 8/253 70976
/proc/meminfo: memFree=125681756/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=1045160 memory=949964 CPUtime=539.03 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 589810 0 0 0 53802 101 0 0 20 0 2 0 66090552 1070243840 237491 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 261290 237491 3520 6655 0 243408 0
[pid=70869/tid=70872] ppid=70866 vsize=1045160 memory=927788 CPUtime=258.13 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 189076 0 0 0 25770 43 0 0 20 0 2 0 66091568 1070243840 237491 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 539.03 s
Current children cumulated vsize: 1045160 KiB
Current children cumulated memory: 949964 KiB

[startup+342.3 s]
/proc/loadavg: 8.06 7.95 7.92 9/255 70994
/proc/meminfo: memFree=124890124/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=1045160 memory=990980 CPUtime=657.89 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 647597 0 0 0 65649 140 0 0 20 0 2 0 66090552 1070243840 247745 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 261290 247745 3520 6655 0 251500 0
[pid=70869/tid=70872] ppid=70866 vsize=1045160 memory=980812 CPUtime=317.31 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 220168 0 0 0 31652 79 0 0 20 0 2 0 66091568 1070243840 247745 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 657.89 s
Current children cumulated vsize: 1045160 KiB
Current children cumulated memory: 990980 KiB

[startup+402.3 s]

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

[startup+1482.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/257 71049
/proc/meminfo: memFree=123391732/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2277212 memory=2126856 CPUtime=2921.77 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1160245 0 0 0 291903 274 0 0 20 0 2 0 66090552 2331865088 531714 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 569303 531714 3520 6655 0 538213 0
[pid=70869/tid=70872] ppid=70866 vsize=2277212 memory=16624 CPUtime=1449.39 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 523518 0 0 0 144766 173 0 0 20 0 2 0 66091568 2331865088 531714 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 2921.77 s
Current children cumulated vsize: 2277212 KiB
Current children cumulated memory: 2126856 KiB

[startup+1542.3 s]
/proc/loadavg: 8.09 8.10 8.02 8/256 71098
/proc/meminfo: memFree=124030984/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2296440 memory=2154400 CPUtime=3040.91 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1176713 0 0 0 303812 279 0 0 20 0 2 0 66090552 2351554560 538600 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 574110 538600 3520 6655 0 543287 0
[pid=70869/tid=70872] ppid=70866 vsize=2296440 memory=-6296714420876841313 CPUtime=1508.82 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 536299 0 0 0 150707 175 0 0 20 0 2 0 66091568 2351554560 538600 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 3040.91 s
Current children cumulated vsize: 2296440 KiB
Current children cumulated memory: 2154400 KiB

[startup+1602.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/257 71101
/proc/meminfo: memFree=123534560/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2316028 memory=2187632 CPUtime=3160.05 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1192821 0 0 0 315724 281 0 0 20 0 2 0 66090552 2371612672 546908 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 579007 546908 3520 6655 0 553080 0
[pid=70869/tid=70872] ppid=70866 vsize=2316028 memory=2154400 CPUtime=1568.18 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 548065 0 0 0 156641 177 0 0 20 0 2 0 66091568 2371612672 546908 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 3160.05 s
Current children cumulated vsize: 2316028 KiB
Current children cumulated memory: 2187632 KiB

[startup+1662.3 s]
/proc/loadavg: 7.89 8.03 8.00 9/257 71148
/proc/meminfo: memFree=123591124/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2338404 memory=2221556 CPUtime=3279.26 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1197948 0 0 0 327643 283 0 0 20 0 2 0 66090552 2394525696 555389 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 584601 555389 3520 6655 0 563304 0
[pid=70869/tid=70872] ppid=70866 vsize=2338404 memory=2154400 CPUtime=1627.56 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 551983 0 0 0 162578 178 0 0 20 0 2 0 66091568 2394525696 555389 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 3279.26 s
Current children cumulated vsize: 2338404 KiB
Current children cumulated memory: 2221556 KiB

[startup+1722.3 s]
/proc/loadavg: 7.66 7.93 7.97 9/256 71288
/proc/meminfo: memFree=123731488/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2366896 memory=2259100 CPUtime=3398.46 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1217598 0 0 0 339556 290 0 0 20 0 2 0 66090552 2423701504 564775 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 591724 564775 3520 6655 0 570961 0
[pid=70869/tid=70872] ppid=70866 vsize=2366896 memory=2154400 CPUtime=1686.95 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 566953 0 0 0 168515 180 0 0 20 0 2 0 66091568 2423701504 564775 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 3398.46 s
Current children cumulated vsize: 2366896 KiB
Current children cumulated memory: 2259100 KiB

[startup+1782.3 s]
/proc/loadavg: 7.93 7.96 7.98 9/255 71294
/proc/meminfo: memFree=123301152/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2448816 memory=2295224 CPUtime=3517.71 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1236565 0 0 0 351479 292 0 0 20 0 2 0 66090552 2507587584 573806 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 612204 573806 3520 6655 0 580398 0
[pid=70869/tid=70872] ppid=70866 vsize=2448816 memory=2295224 CPUtime=1746.35 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 581971 0 0 0 174453 182 0 0 20 0 2 0 66091568 2507587584 573806 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 3517.71 s
Current children cumulated vsize: 2448816 KiB
Current children cumulated memory: 2295224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1823.8 s]
/proc/loadavg: 8.03 7.99 7.99 9/255 71296
/proc/meminfo: memFree=123170048/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=2465200 memory=2317176 CPUtime=3600.19 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) R 70866 70869 69270 0 -1 4194304 1238419 0 0 0 359726 293 0 0 20 0 2 0 66090552 2524364800 579294 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 616300 579294 3520 6655 0 584850 0
[pid=70869/tid=70872] ppid=70866 vsize=2465200 memory=9344 CPUtime=1787.42 cores=1,3
/proc/70869/task/70872/stat : 70872 (LSIPExact) R 70866 70869 69270 0 -1 4194368 583122 0 0 0 178560 182 0 0 20 0 2 0 66091568 2524364800 579294 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 2465200 KiB
Current children cumulated memory: 2317176 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=3.0166 s

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

# cumulated CPU time of all completed processes:  user=3599.13 s, system=3.17506 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1824 s]*
/proc/loadavg: 8.03 7.99 7.99 7/255 71297
/proc/meminfo: memFree=124164268/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=1381020 memory=1331684 CPUtime=3600.49 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) S 70866 70869 69270 0 -1 4194304 1261742 0 0 0 359753 296 0 0 20 0 1 0 66090552 1414164480 332921 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 65536 6 16384 1 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 345255 332921 3552 6655 0 335457 0
[pid=71297] ppid=70869 vsize=540 memory=128 CPUtime=0 cores=1,3
/proc/71297/stat : 71297 (cp) R 70869 70869 69270 0 -1 4194304 154 0 0 0 0 0 0 0 20 0 1 0 66272952 552960 32 18446744073709551615 94575226339328 94575226437921 140723926493136 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 94575226467280 94575226470552 94575228420096 140723926497692 140723926497836 140723926497836 140723926503404 0
/proc/71297/statm: 135 32 32 25 0 42 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 1381560 KiB
Current children cumulated memory: 1331812 KiB

[startup+1824.8 s]
/proc/loadavg: 8.03 7.99 7.99 7/255 71297
/proc/meminfo: memFree=124164268/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=1381020 memory=1331684 CPUtime=3600.49 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) S 70866 70869 69270 0 -1 4194304 1261742 226 0 0 359753 296 0 0 20 0 1 0 66090552 1414164480 332921 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 345255 332921 3552 6655 0 335457 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 1381020 KiB
Current children cumulated memory: 1331684 KiB

[startup+1825.6 s]
/proc/loadavg: 8.03 7.99 7.99 8/255 71298
/proc/meminfo: memFree=123919936/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=1381020 memory=1331684 CPUtime=3600.49 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) S 70866 70869 69270 0 -1 4194304 1261742 226 0 0 359753 296 0 0 20 0 1 0 66090552 1414164480 332921 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 345255 332921 3552 6655 0 335457 0
[pid=71298] ppid=70869 vsize=305420 memory=288644 CPUtime=1.52 cores=1,3
/proc/71298/stat : 71298 (Exact) R 70869 71298 71298 0 -1 4194304 47165 0 0 0 139 13 0 0 20 0 1 0 66272956 312750080 72161 18446744073709551615 4198400 8335837 140736253078832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 18219008 140736253085876 140736253086237 140736253086237 140736253091791 0
/proc/71298/statm: 76355 72161 960 1011 0 75122 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 1686440 KiB
Current children cumulated memory: 1620328 KiB

[startup+1825.8 s]
/proc/loadavg: 8.03 7.99 7.99 8/255 71298
/proc/meminfo: memFree=123919936/131382120 swapFree=33010416/33010684
[pid=70869] ppid=70866 vsize=1381020 memory=1331684 CPUtime=3600.49 cores=1,3
/proc/70869/stat : 70869 (LSIPExact) S 70866 70869 69270 0 -1 4194304 1261742 226 0 0 359753 296 0 0 20 0 1 0 66090552 1414164480 332921 18446744073709551615 94737341169664 94737368426065 140730450750144 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94737376928904 94737377360512 94737406218240 140730450753882 140730450754058 140730450754058 140730450759660 0
/proc/70869/statm: 345255 332921 3552 6655 0 335457 0
[pid=71298] ppid=70869 vsize=313868 memory=301160 CPUtime=1.73 cores=1,3
/proc/71298/stat : 71298 (Exact) R 70869 71298 71298 0 -1 4194304 49299 0 0 0 159 14 0 0 20 0 1 0 66272956 321400832 75290 18446744073709551615 4198400 8335837 140736253078832 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 18219008 140736253085876 140736253086237 140736253086237 140736253091791 0
/proc/71298/statm: 78467 75290 960 1011 0 77234 0
Current children cumulated CPU time: 3602.22 s
Current children cumulated vsize: 1694888 KiB
Current children cumulated memory: 1632844 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1825.87
CPU time (s): 3602.31
CPU user time (s): 3599.13
CPU system time (s): 3.17506
CPU usage (%): 197.293
Max. virtual memory (cumulated for all children) (KiB): 2465200
Max. memory (cumulated for all children) (KiB): 2317176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.13
system time used= 3.17506
maximum resident set size= 2317176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1311268
page faults= 0
swaps= 0
block input operations= 7752
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 509
involuntary context switches= 101205


# summary of solver processes directly reported to runsolver:
#   pid: 70869,71298
#   total CPU time (s): 3602.31
#   total CPU user time (s): 3599.13
#   total CPU system time (s): 3.17506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.49817 second user time and 8.55142 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 02:55:19
IDJOB=4509181
IDBENCH=158601
IDSOLVER=3336
FILE ID=nodeC003/4509181-1751504118
RUNJOBID= nodeC003-1751500320-69282
SLURM_JOB_ID= 9598582
Free space on /tmp= 431880 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm50p-opt.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-4509181-1751504118/watcher-4509181-1751504118 -o /tmp/evaluation-result-4509181-1751504118/solver-4509181-1751504118 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69282 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4509181-1751504118.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 77cfb75a57ffdbd7a405571baa0b4678
RANDOM SEED=1395516951

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128721964 kB
MemAvailable:   128853612 kB
Buffers:            2736 kB
Cached:           929216 kB
SwapCached:           36 kB
Active:          1599512 kB
Inactive:         437176 kB
Active(anon):    1115056 kB
Inactive(anon):     7608 kB
Active(file):     484456 kB
Inactive(file):   429568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93368 kB
Writeback:             4 kB
AnonPages:       1107084 kB
Mapped:           130852 kB
Shmem:             17924 kB
KReclaimable:     114504 kB
Slab:             199528 kB
SReclaimable:     114504 kB
SUnreclaim:        85024 kB
KernelStack:        4064 kB
PageTables:         5316 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1505436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431828 MiB
End job on nodeC003 at 2025-07-03 03:25:45