Trace number 4452213

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
ParLS-PBO-1.1 2024-07-09? (TO) 3600.04 3580.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
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 variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
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 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3580.60	c ------------------- Paras list -------------------
3600.03/3580.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.03/3580.60	c nbcore              	 int       	 1         	 8         	 Thread number
3600.03/3580.60	c pool_size           	 int       	 4         	 4         	 size of solution pool
3600.03/3580.60	c cross_base          	 int       	 3         	 3         	 0 for best model; 1 for cur sol; 2 for diversity; 3 for recent model
3600.03/3580.60	c cross_heuristic     	 int       	 0         	 0         	 0 for best; 1 for same prob; 2 for prefered prob
3600.03/3580.60	c cross_proportion    	 int       	 100       	 100       	 The probability of choosing the pick sol when crossing
3600.03/3580.60	c rankpara            	 int       	 30        	 30        	 same rank para
3600.03/3580.60	c sharing_period      	 int       	 100000    	 1e5       	 Max no improve steps to share
3600.03/3580.60	c punish_period       	 int       	 500000    	 5e5       	 Max no improve steps to punish recent obj
3600.03/3580.60	c restart_period      	 int       	 -1        	 -1        	 Max no improve steps to restart
3600.03/3580.60	c gs_bound            	 double    	 0.300000  	 0.3       	 global score bound
3600.03/3580.60	c gs_inc              	 double    	 0.000001  	 0.000001  	 global score inc
3600.03/3580.60	c gs_prob             	 int       	 50        	 50        	 global score probability
3600.03/3580.60	c UP                  	 int       	 1         	 1         	 unit propagation
3600.03/3580.60	c LA                  	 int       	 1         	 1         	 literal assume
3600.03/3580.60	c mem_limit           	 double    	 0.000000  	 0         	 
3600.03/3580.60	c time_limit          	 double    	 3600.000000	 300       	 
3600.03/3580.60	c random_seed         	 int       	 0         	 0         	 
3600.03/3580.60	c bms                 	 int       	 45        	 45        	 
3600.03/3580.60	c --------------------------------------------------
3600.03/3580.60	c HOME/instance-4452213-1721444948.opb
3600.03/3580.60	c numVar: 12292
3600.03/3580.60	c numCon: 97390
3600.03/3580.60	c numEqual: 0
3600.03/3580.60	c intSize: 30
3600.03/3580.60	c -----------------solve start----------------------
3600.03/3580.60	c ending solve
3600.03/3580.60	c ending join
3600.03/3580.60	s UNKNOWN

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: 64096 MiB (60141 MiB free)
  memory of node 1: 64473 MiB (60339 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452213-1721444948/watcher-4452213-1721444948 -o /tmp/evaluation-result-4452213-1721444948/solver-4452213-1721444948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721437797-1061066 --watchdog 3760 ./ParLS-PBO --benchName=HOME/instance-4452213-1721444948.opb --time_limit=3600 --nbcore=1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1065181, runsolver pid=1065178
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 4.22 4.35 4.27 5/243 1065182
/proc/meminfo: memFree=123365348/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=29208 memory=8688 CPUtime=0.1 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194304 1387 0 0 0 10 0 0 0 20 0 1 0 196650586 29908992 2172 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 7302 2172 976 32 0 2040 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29208 KiB
Current children cumulated memory: 8688 KiB

[startup+0.21227 s]*
/proc/loadavg: 4.22 4.35 4.27 5/243 1065182
/proc/meminfo: memFree=123355100/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=32376 memory=12912 CPUtime=0.21 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194304 2469 0 0 0 21 0 0 0 20 0 1 0 196650586 33153024 3228 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 8094 3228 976 32 0 2832 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 32376 KiB
Current children cumulated memory: 12912 KiB

[startup+0.312497 s]*
/proc/loadavg: 4.22 4.35 4.27 5/243 1065182
/proc/meminfo: memFree=123346252/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=34888 memory=16080 CPUtime=0.31 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194304 3269 0 0 0 31 0 0 0 20 0 1 0 196650586 35725312 4020 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 8722 4020 976 32 0 3460 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34888 KiB
Current children cumulated memory: 16080 KiB

[startup+0.701128 s]
/proc/loadavg: 4.22 4.35 4.27 5/244 1065183
/proc/meminfo: memFree=123272652/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46760 CPUtime=0.66 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 9828 0 0 0 63 3 0 0 20 0 2 0 196650586 133713920 11690 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11690 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=5496 CPUtime=0.3 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 4170 0 0 0 29 1 0 0 20 0 2 0 196650623 133713920 11690 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46760 KiB

[startup+1.50023 s]
/proc/loadavg: 4.22 4.35 4.27 5/241 1065198
/proc/meminfo: memFree=123191544/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46888 CPUtime=1.45 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 11899 0 0 0 141 4 0 0 20 0 2 0 196650586 133713920 11722 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11722 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=5496 CPUtime=1.09 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 6236 0 0 0 107 2 0 0 20 0 2 0 196650623 133713920 11722 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46888 KiB

[startup+3.11263 s]
/proc/loadavg: 4.21 4.34 4.27 6/245 1065233
/proc/meminfo: memFree=123179368/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46892 CPUtime=3.08 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 13338 0 0 0 302 6 0 0 20 0 2 0 196650586 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11723 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=12320 CPUtime=2.7 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 7674 0 0 0 268 2 0 0 20 0 2 0 196650623 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46892 KiB

[startup+6.30029 s]
/proc/loadavg: 4.21 4.34 4.27 5/245 1065233
/proc/meminfo: memFree=123179420/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46892 CPUtime=6.28 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 19521 0 0 0 619 9 0 0 20 0 2 0 196650586 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11723 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=12720 CPUtime=5.87 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 13846 0 0 0 585 2 0 0 20 0 2 0 196650623 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46892 KiB

[startup+12.7003 s]
/proc/loadavg: 4.27 4.35 4.27 5/245 1065234
/proc/meminfo: memFree=123179232/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46892 CPUtime=12.72 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 23912 0 0 0 1256 16 0 0 20 0 2 0 196650586 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11723 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=7080058396753297683 CPUtime=12.26 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 18232 0 0 0 1223 3 0 0 20 0 2 0 196650623 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46892 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.33 4.27 5/245 1065236
/proc/meminfo: memFree=123179148/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46892 CPUtime=25.59 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 34679 0 0 0 2533 26 0 0 20 0 2 0 196650586 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11723 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=46892 CPUtime=25.03 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 28982 0 0 0 2499 4 0 0 20 0 2 0 196650623 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 25.59 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46892 KiB

[startup+51.1126 s]
/proc/loadavg: 4.20 4.32 4.27 5/248 1065244
/proc/meminfo: memFree=123178088/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46892 CPUtime=51.33 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 42228 0 0 0 5088 45 0 0 20 0 2 0 196650586 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11723 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=46892 CPUtime=50.58 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 36520 0 0 0 5053 5 0 0 20 0 2 0 196650623 133713920 11723 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 51.33 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46892 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.30 4.27 5/248 1065254
/proc/meminfo: memFree=123177904/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46900 CPUtime=102.8 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 53256 0 0 0 10190 90 0 0 20 0 2 0 196650586 133713920 11725 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11725 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=46900 CPUtime=101.63 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 47531 0 0 0 10157 6 0 0 20 0 2 0 196650623 133713920 11725 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 102.8 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46900 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.29 4.27 5/248 1065264
/proc/meminfo: memFree=123177364/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46900 CPUtime=163.12 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 60611 0 0 0 16177 135 0 0 20 0 2 0 196650586 133713920 11725 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11725 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=46900 CPUtime=161.48 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 54875 0 0 0 16141 7 0 0 20 0 2 0 196650623 133713920 11725 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 163.12 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46900 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.27 4.26 5/248 1065275
/proc/meminfo: memFree=123176016/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=46900 CPUtime=223.43 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 64290 0 0 0 22165 178 0 0 20 0 2 0 196650586 133713920 11725 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 11725 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=46900 CPUtime=221.33 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 58549 0 0 0 22125 8 0 0 20 0 2 0 196650623 133713920 11725 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 223.43 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 46900 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.26 4.26 5/248 1065285
/proc/meminfo: memFree=123159296/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=48576 CPUtime=283.76 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 67971 0 0 0 28152 224 0 0 20 0 2 0 196650586 133713920 12144 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12144 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=46900 CPUtime=281.18 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 62225 0 0 0 28110 8 0 0 20 0 2 0 196650623 133713920 12144 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 283.76 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 48576 KiB

[startup+342.3 s]
/proc/loadavg: 4.23 4.26 4.26 5/248 1065297
/proc/meminfo: memFree=123157984/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=344.08 cores=5,7

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

/proc/meminfo: memFree=123143536/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=2938.13 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 84261 0 0 0 291589 2224 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=49044 CPUtime=2914.94 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 78291 0 0 0 291475 19 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 2938.13 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.23 4.27 5/247 1066943
/proc/meminfo: memFree=123143868/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=2998.46 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 84631 0 0 0 297578 2268 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=12720 CPUtime=2974.8 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 78656 0 0 0 297461 19 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 2998.46 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.22 4.27 5/247 1066954
/proc/meminfo: memFree=123143676/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3058.78 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 85001 0 0 0 303566 2312 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=12720 CPUtime=3034.66 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 79021 0 0 0 303446 20 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3058.78 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.19 4.25 5/248 1066979
/proc/meminfo: memFree=123142936/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3119.11 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 85371 0 0 0 309553 2358 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=11600 CPUtime=3094.51 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 79386 0 0 0 309431 20 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3119.11 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3162.3 s]
/proc/loadavg: 4.41 4.25 4.27 5/248 1066989
/proc/meminfo: memFree=123143292/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3179.45 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 85741 0 0 0 315544 2401 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=11600 CPUtime=3154.37 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 79751 0 0 0 315417 20 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3179.45 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.23 4.26 5/247 1067001
/proc/meminfo: memFree=123142996/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3239.77 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 86111 0 0 0 321531 2446 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=11600 CPUtime=3214.23 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 80116 0 0 0 321402 21 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3239.77 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3282.3 s]
/proc/loadavg: 5.09 4.44 4.33 5/247 1067011
/proc/meminfo: memFree=123142636/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3300.1 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 86481 0 0 0 327517 2493 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=49044 CPUtime=3274.09 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 80481 0 0 0 327388 21 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3300.1 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.81 4.51 4.36 5/247 1067022
/proc/meminfo: memFree=123142420/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3360.43 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 86851 0 0 0 333504 2539 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=2164 CPUtime=3333.95 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 80846 0 0 0 333374 21 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3360.43 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.44 4.35 5/245 1067033
/proc/meminfo: memFree=123142072/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3420.76 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 87221 0 0 0 339488 2588 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=49044 CPUtime=3393.8 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 81211 0 0 0 339359 21 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3420.76 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.42 4.35 5/247 1067047
/proc/meminfo: memFree=123141540/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3481.08 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 87591 0 0 0 345470 2638 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=49044 CPUtime=3453.66 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 81576 0 0 0 345345 21 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3481.08 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.39 4.35 5/247 1067057
/proc/meminfo: memFree=123141396/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3541.41 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 87961 0 0 0 351458 2683 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=49044 CPUtime=3513.53 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 81941 0 0 0 351331 22 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3541.41 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.6 s]
/proc/loadavg: 4.23 4.35 4.33 4/239 1067097
/proc/meminfo: memFree=123147236/131655788 swapFree=131071996/131071996
[pid=1065181] ppid=1065178 vsize=130580 memory=49044 CPUtime=3600.03 cores=5,7
/proc/1065181/stat : 1065181 (ParLS-PBO) S 1065178 1065181 1061053 0 -1 1077936128 88331 0 0 0 357277 2726 0 0 20 0 2 0 196650586 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 17 7 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
/proc/1065181/statm: 32645 12261 976 32 0 14120 0
[pid=1065181/tid=1065183] ppid=1065178 vsize=130580 memory=5476 CPUtime=3571.68 cores=5,7
/proc/1065181/task/1065183/stat : 1065183 (ParLS-PBO) R 1065178 1065181 1061053 0 -1 4194368 82305 0 0 0 357146 22 0 0 20 0 2 0 196650623 133713920 12261 134679101440 4194304 4322517 140735910800272 0 0 0 0 0 16384 0 0 0 -1 5 0 0 0 0 0 4356072 4359040 29040640 140735910802443 140735910802563 140735910802563 140735910809580 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 130580 KiB
Current children cumulated memory: 49044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.78 s, system=27.2642 s

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

Child status: 0

Real time (s): 3580.61
CPU time (s): 3600.04
CPU user time (s): 3572.78
CPU system time (s): 27.2642
CPU usage (%): 100.543
Max. virtual memory (cumulated for all children) (KiB): 130580
Max. memory (cumulated for all children) (KiB): 49044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.78
system time used= 27.2642
maximum resident set size= 49108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88682
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= 3253115
involuntary context switches= 988


# summary of solver processes directly reported to runsolver:
#   pid: 1065181
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3572.78
#   total CPU system time (s): 27.2642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8281 second user time and 33.4962 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-20 05:09:20
IDJOB=4452213
IDBENCH=164078
IDSOLVER=3054
FILE ID=nodeC004/4452213-1721444948
RUNJOBID= nodeC004-1721437797-1061066
SLURM_JOB_ID= 7545647
Free space on /tmp= 723768 MiB

SOLVER NAME= ParLS-PBO-1.1 2024-07-09
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.opb
COMMAND LINE= ./ParLS-PBO --benchName=BENCHNAME --time_limit=TIMELIMIT --nbcore=1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452213-1721444948/watcher-4452213-1721444948 -o /tmp/evaluation-result-4452213-1721444948/solver-4452213-1721444948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721437797-1061066 --watchdog 3760  ./ParLS-PBO --benchName=HOME/instance-4452213-1721444948.opb --time_limit=3600 --nbcore=1

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=521507127

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3632.977
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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.307
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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		: 1197.413
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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.315
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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		: 3632.977
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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		: 2228.749
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
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		: 1197.369
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.29
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.309
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123377188 kB
MemAvailable:   129788436 kB
Buffers:          559944 kB
Cached:          6620060 kB
SwapCached:            0 kB
Active:          1257488 kB
Inactive:        6292856 kB
Active(anon):       3360 kB
Inactive(anon):   412908 kB
Active(file):    1254128 kB
Inactive(file):  5879948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12456 kB
Writeback:             0 kB
AnonPages:        370188 kB
Mapped:           108152 kB
Shmem:             45892 kB
KReclaimable:     234744 kB
Slab:             355040 kB
SReclaimable:     234744 kB
SUnreclaim:       120296 kB
KernelStack:        3936 kB
PageTables:        10112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     861188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      248648 kB
DirectMap2M:    29016064 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC004 at 2024-07-20 06:09:01