Trace number 4442923

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.1 3584.31

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint90
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/3584.30	c ------------------- Paras list -------------------
3600.08/3584.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.08/3584.30	c nbcore              	 int       	 1         	 8         	 Thread number
3600.08/3584.30	c pool_size           	 int       	 4         	 4         	 size of solution pool
3600.08/3584.30	c cross_base          	 int       	 3         	 3         	 0 for best model; 1 for cur sol; 2 for diversity; 3 for recent model
3600.08/3584.30	c cross_heuristic     	 int       	 0         	 0         	 0 for best; 1 for same prob; 2 for prefered prob
3600.08/3584.30	c cross_proportion    	 int       	 100       	 100       	 The probability of choosing the pick sol when crossing
3600.08/3584.30	c rankpara            	 int       	 30        	 30        	 same rank para
3600.08/3584.30	c sharing_period      	 int       	 100000    	 1e5       	 Max no improve steps to share
3600.08/3584.30	c punish_period       	 int       	 500000    	 5e5       	 Max no improve steps to punish recent obj
3600.08/3584.30	c restart_period      	 int       	 -1        	 -1        	 Max no improve steps to restart
3600.08/3584.30	c gs_bound            	 double    	 0.300000  	 0.3       	 global score bound
3600.08/3584.30	c gs_inc              	 double    	 0.000001  	 0.000001  	 global score inc
3600.08/3584.30	c gs_prob             	 int       	 50        	 50        	 global score probability
3600.08/3584.30	c UP                  	 int       	 1         	 1         	 unit propagation
3600.08/3584.30	c LA                  	 int       	 1         	 1         	 literal assume
3600.08/3584.30	c mem_limit           	 double    	 0.000000  	 0         	 
3600.08/3584.30	c time_limit          	 double    	 3600.000000	 300       	 
3600.08/3584.30	c random_seed         	 int       	 0         	 0         	 
3600.08/3584.30	c bms                 	 int       	 45        	 45        	 
3600.08/3584.30	c --------------------------------------------------
3600.08/3584.30	c HOME/instance-4442923-1721310485.opb
3600.08/3584.30	c numVar: 8190
3600.08/3584.30	c numCon: 368641
3600.08/3584.30	c numEqual: 0
3600.08/3584.30	c intSize: 7
3600.08/3584.30	c -----------------solve start----------------------
3600.08/3584.30	c ending solve
3600.08/3584.30	c ending join
3600.08/3584.30	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: 64059 MiB (62899 MiB free)
  memory of node 1: 64510 MiB (63120 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=949263, runsolver pid=949260

[startup+0.100095 s]*
/proc/loadavg: 4.15 4.22 4.18 6/246 949264
/proc/meminfo: memFree=129029308/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=44104 memory=19304 CPUtime=0.1 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) R 949260 949263 947170 0 -1 4194304 3029 0 0 0 10 0 0 0 20 0 1 0 183204930 45162496 4826 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 11026 4826 947 32 0 5764 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44104 KiB
Current children cumulated memory: 19304 KiB

[startup+0.213123 s]*
/proc/loadavg: 4.15 4.22 4.18 6/246 949264
/proc/meminfo: memFree=129018388/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=53476 memory=30128 CPUtime=0.21 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) R 949260 949263 947170 0 -1 4194304 5720 0 0 0 21 0 0 0 20 0 1 0 183204930 54759424 7532 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 13369 7532 947 32 0 8107 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 53476 KiB
Current children cumulated memory: 30128 KiB

[startup+0.3131 s]*
/proc/loadavg: 4.15 4.22 4.18 6/246 949264
/proc/meminfo: memFree=129008504/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=61660 memory=39896 CPUtime=0.32 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) R 949260 949263 947170 0 -1 4194304 8158 0 0 0 31 1 0 0 20 0 1 0 183204930 63139840 9974 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 15415 9974 947 32 0 10153 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 61660 KiB
Current children cumulated memory: 39896 KiB

[startup+0.700435 s]
/proc/loadavg: 4.15 4.22 4.18 5/247 949265
/proc/meminfo: memFree=128912564/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135712 CPUtime=0.66 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 25559 0 0 0 60 6 0 0 20 0 2 0 183204930 212516864 33928 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33928 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=25208 CPUtime=0.29 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 10310 0 0 0 25 4 0 0 20 0 2 0 183204968 212516864 33928 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135712 KiB

[startup+1.50038 s]
/proc/loadavg: 4.15 4.22 4.18 5/247 949265
/proc/meminfo: memFree=128910832/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135928 CPUtime=1.45 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) R 949260 949263 947170 0 -1 1077936128 33767 0 0 0 138 7 0 0 20 0 2 0 183204930 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33982 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=25208 CPUtime=1.08 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 18517 0 0 0 103 5 0 0 20 0 2 0 183204968 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135928 KiB

[startup+3.11307 s]
/proc/loadavg: 4.14 4.22 4.18 5/247 949265
/proc/meminfo: memFree=128910628/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135928 CPUtime=3.08 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 34559 0 0 0 299 9 0 0 20 0 2 0 183204930 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33982 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=0 CPUtime=2.69 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 19304 0 0 0 264 5 0 0 20 0 2 0 183204968 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135928 KiB

[startup+6.30034 s]
/proc/loadavg: 4.14 4.22 4.18 5/247 949265
/proc/meminfo: memFree=128910644/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135928 CPUtime=6.28 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 52544 0 0 0 618 10 0 0 20 0 2 0 183204930 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33982 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=135928 CPUtime=5.86 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 37277 0 0 0 580 6 0 0 20 0 2 0 183204968 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135928 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.21 4.17 5/247 949266
/proc/meminfo: memFree=128908344/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135928 CPUtime=12.7 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 61545 0 0 0 1257 13 0 0 20 0 2 0 183204930 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33982 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=135928 CPUtime=12.23 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 46273 0 0 0 1217 6 0 0 20 0 2 0 183204968 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135928 KiB

[startup+25.5004 s]
/proc/loadavg: 4.24 4.24 4.18 5/247 949268
/proc/meminfo: memFree=128906516/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135928 CPUtime=25.56 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 79535 0 0 0 2536 20 0 0 20 0 2 0 183204930 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33982 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=135928 CPUtime=24.99 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 64252 0 0 0 2491 8 0 0 20 0 2 0 183204968 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 25.56 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135928 KiB

[startup+51.1131 s]
/proc/loadavg: 4.16 4.22 4.18 5/247 949272
/proc/meminfo: memFree=128900236/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135928 CPUtime=51.27 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 106522 0 0 0 5095 32 0 0 20 0 2 0 183204930 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33982 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=135928 CPUtime=50.51 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 91222 0 0 0 5041 10 0 0 20 0 2 0 183204968 212516864 33982 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 51.27 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135928 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.21 4.18 5/247 949282
/proc/meminfo: memFree=128896444/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=135936 CPUtime=102.66 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 133510 0 0 0 10208 58 0 0 20 0 2 0 183204930 212516864 33984 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 33984 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=135936 CPUtime=101.52 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 118194 0 0 0 10140 12 0 0 20 0 2 0 183204968 212516864 33984 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 102.66 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 135936 KiB

[startup+162.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/249 949296
/proc/meminfo: memFree=128885688/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=162.89 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 141920 0 0 0 16203 86 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=161.28 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 126594 0 0 0 16116 12 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 162.89 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.20 4.18 6/248 949306
/proc/meminfo: memFree=128885104/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=223.16 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 142599 0 0 0 22203 113 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=221.08 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 127268 0 0 0 22096 12 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 223.16 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+282.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/248 949317
/proc/meminfo: memFree=128884968/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=283.42 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 143278 0 0 0 28200 142 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=43480 CPUtime=280.89 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 127942 0 0 0 28077 12 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 283.42 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+342.3 s]
/proc/loadavg: 4.25 4.24 4.19 5/247 949327
/proc/meminfo: memFree=128884540/131655788 swapFree=131071996/131071996

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

/proc/meminfo: memFree=128870652/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3055.67 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 174530 0 0 0 304160 1407 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=-9040626142328087139 CPUtime=3031.85 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 158957 0 0 0 303171 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3055.67 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3102.3 s]
/proc/loadavg: 4.32 4.31 4.31 5/245 951004
/proc/meminfo: memFree=128870340/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3115.94 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) R 949260 949263 947170 0 -1 1077936128 175209 0 0 0 310156 1438 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3091.65 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 159631 0 0 0 309151 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3115.94 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.29 4.30 5/247 951018
/proc/meminfo: memFree=128869876/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3176.21 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 175897 0 0 0 316154 1467 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=11600 CPUtime=3151.46 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 160314 0 0 0 315132 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3176.21 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.29 4.30 6/247 951028
/proc/meminfo: memFree=128869672/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3236.47 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 176576 0 0 0 322153 1494 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3211.26 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 160988 0 0 0 321112 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3236.47 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.30 4.30 5/248 951040
/proc/meminfo: memFree=128869232/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3296.74 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 177255 0 0 0 328157 1517 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3271.06 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 161661 0 0 0 327092 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3296.74 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.32 4.30 5/248 951050
/proc/meminfo: memFree=128868956/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3357.01 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 177934 0 0 0 334158 1543 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3330.86 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 162335 0 0 0 333072 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3357.01 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.35 4.31 5/248 951061
/proc/meminfo: memFree=128868700/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3417.28 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 178613 0 0 0 340159 1569 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3390.67 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 163009 0 0 0 339053 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3417.28 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.37 4.32 5/246 951072
/proc/meminfo: memFree=128868500/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3477.54 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 179292 0 0 0 346160 1594 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3450.47 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 163683 0 0 0 345033 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3477.54 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.35 4.32 5/246 951082
/proc/meminfo: memFree=128868132/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3537.81 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 179971 0 0 0 352163 1618 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3510.27 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 164357 0 0 0 351013 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3537.81 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.31 4.31 5/246 951374
/proc/meminfo: memFree=128922452/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3598.07 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 180650 0 0 0 358163 1644 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=146268 CPUtime=3570.08 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 165031 0 0 0 356994 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3598.07 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.3 s]
/proc/loadavg: 4.21 4.31 4.31 5/246 951374
/proc/meminfo: memFree=128922372/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3600.08 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 180650 0 0 0 358363 1645 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=2648 CPUtime=3572.07 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 165031 0 0 0 357193 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.65 s, system=16.4548 s

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

[startup+3584.3 s]
/proc/loadavg: 4.21 4.31 4.31 5/246 951374
/proc/meminfo: memFree=128922372/131655788 swapFree=131071996/131071996
[pid=949263] ppid=949260 vsize=207536 memory=146268 CPUtime=3600.08 cores=0,2
/proc/949263/stat : 949263 (ParLS-PBO) S 949260 949263 947170 0 -1 1077936128 180650 0 0 0 358363 1645 0 0 20 0 2 0 183204930 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
/proc/949263/statm: 51884 36567 947 32 0 39550 0
[pid=949263/tid=949265] ppid=949260 vsize=207536 memory=2648 CPUtime=3572.07 cores=0,2
/proc/949263/task/949265/stat : 949265 (ParLS-PBO) R 949260 949263 947170 0 -1 4194368 165031 0 0 0 357193 14 0 0 20 0 2 0 183204968 212516864 36567 134679101440 4194304 4322517 140728327494512 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 8187904 140728327496716 140728327496836 140728327496836 140728327503852 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 207536 KiB
Current children cumulated memory: 146268 KiB

Child status: 0

Real time (s): 3584.31
CPU time (s): 3600.1
CPU user time (s): 3583.65
CPU system time (s): 16.4548
CPU usage (%): 100.441
Max. virtual memory (cumulated for all children) (KiB): 207536
Max. memory (cumulated for all children) (KiB): 146268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.65
system time used= 16.4548
maximum resident set size= 146332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180832
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= 3265235
involuntary context switches= 24472


# summary of solver processes directly reported to runsolver:
#   pid: 949263
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3583.65
#   total CPU system time (s): 16.4548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1086 second user time and 33.4385 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 15:48:17
IDJOB=4442923
IDBENCH=147857
IDSOLVER=3054
FILE ID=nodeC008/4442923-1721310485
RUNJOBID= nodeC008-1721306911-947180
SLURM_JOB_ID= 7542646
Free space on /tmp= 723752 MiB

SOLVER NAME= ParLS-PBO-1.1 2024-07-09
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.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-4442923-1721310485/watcher-4442923-1721310485 -o /tmp/evaluation-result-4442923-1721310485/solver-4442923-1721310485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721306911-947180 --watchdog 3760  ./ParLS-PBO --benchName=HOME/instance-4442923-1721310485.opb --time_limit=3600 --nbcore=1

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

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=2136594274

nodeC008.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		: 3576.258
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	: 6983.91
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		: 3589.964
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.31
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.243
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	: 6983.91
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.288
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.31
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		: 3491.957
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	: 6983.91
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		: 3627.599
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.31
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.392
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	: 6983.91
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.394
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129044004 kB
MemAvailable:   129870280 kB
Buffers:          514072 kB
Cached:          1150488 kB
SwapCached:            0 kB
Active:          1014072 kB
Inactive:        1054296 kB
Active(anon):       1476 kB
Inactive(anon):   440032 kB
Active(file):    1012596 kB
Inactive(file):   614264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             11460 kB
Writeback:            64 kB
AnonPages:        403864 kB
Mapped:           106308 kB
Shmem:             37704 kB
KReclaimable:      78896 kB
Slab:             177944 kB
SReclaimable:      78896 kB
SUnreclaim:        99048 kB
KernelStack:        3968 kB
PageTables:        10148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     784908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC008 at 2024-07-18 16:48:02