Trace number 4447363

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.11 3581.61

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n18-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM850bf4072710d252d24cf8b54b67cf3b
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 benchmark0.001631
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27
Total number of constraints72
Number of constraints which are clauses72
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447363-1721349330/watcher-4447363-1721349330 -o /tmp/evaluation-result-4447363-1721349330/solver-4447363-1721349330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721342165-973381 --watchdog 3760 ./ParLS-PBO --benchName=HOME/instance-4447363-1721349330.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=977811, runsolver pid=977808

[startup+0.100065 s]*
/proc/loadavg: 4.40 4.36 4.35 5/247 977813
/proc/meminfo: memFree=124265436/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=2128 CPUtime=0.1 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) R 977808 977811 973371 0 -1 1077936128 207 0 0 0 10 0 0 0 20 0 2 0 187089085 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 532 477 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4026561586 CPUtime=0.1 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 8 0 0 0 10 0 0 0 20 0 2 0 187089086 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 2128 KiB

[startup+0.212469 s]*
/proc/loadavg: 4.40 4.36 4.35 5/247 977813
/proc/meminfo: memFree=124265268/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=2128 CPUtime=0.21 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) R 977808 977811 973371 0 -1 1077936128 207 0 0 0 21 0 0 0 20 0 2 0 187089085 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 532 477 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=8245937348197351555 CPUtime=0.21 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 8 0 0 0 21 0 0 0 20 0 2 0 187089086 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 2128 KiB

[startup+0.312295 s]*
/proc/loadavg: 4.40 4.36 4.35 5/247 977813
/proc/meminfo: memFree=124265128/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=2128 CPUtime=0.31 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 207 0 0 0 31 0 0 0 20 0 2 0 187089085 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 532 477 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=-6098642881008335039 CPUtime=0.31 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 8 0 0 0 31 0 0 0 20 0 2 0 187089086 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 2128 KiB

[startup+0.700243 s]
/proc/loadavg: 4.40 4.36 4.35 5/247 977813
/proc/meminfo: memFree=124264988/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=2128 CPUtime=0.69 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 207 0 0 0 69 0 0 0 20 0 2 0 187089085 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 532 477 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=16216 CPUtime=0.69 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 8 0 0 0 69 0 0 0 20 0 2 0 187089086 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 2128 KiB

[startup+1.50025 s]
/proc/loadavg: 4.40 4.36 4.35 5/247 977813
/proc/meminfo: memFree=124264872/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=2128 CPUtime=1.5 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 224 0 0 0 149 1 0 0 20 0 2 0 187089085 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 532 477 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=16216 CPUtime=1.49 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 20 0 0 0 149 0 0 0 20 0 2 0 187089086 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 2128 KiB

[startup+3.11168 s]
/proc/loadavg: 4.40 4.36 4.35 5/247 977813
/proc/meminfo: memFree=124264884/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=2128 CPUtime=3.11 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 241 0 0 0 310 1 0 0 20 0 2 0 187089085 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 532 477 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=2128 CPUtime=3.09 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 32 0 0 0 309 0 0 0 20 0 2 0 187089086 97480704 532 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 2128 KiB

[startup+6.30024 s]
/proc/loadavg: 4.37 4.36 4.34 5/245 977861
/proc/meminfo: memFree=124268964/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4072 CPUtime=6.32 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 258 0 0 0 630 2 0 0 20 0 2 0 187089085 97480704 1018 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1018 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=2128 CPUtime=6.28 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 44 0 0 0 628 0 0 0 20 0 2 0 187089086 97480704 1018 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.35 4.34 5/245 977863
/proc/meminfo: memFree=124268272/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4072 CPUtime=12.75 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 275 0 0 0 1271 4 0 0 20 0 2 0 187089085 97480704 1018 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1018 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=2128 CPUtime=12.66 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 56 0 0 0 1266 0 0 0 20 0 2 0 187089086 97480704 1018 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4072 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.33 4.34 5/245 977866
/proc/meminfo: memFree=124267984/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=25.62 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 309 0 0 0 2551 11 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=2128 CPUtime=25.43 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 80 0 0 0 2543 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 25.62 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+51.1117 s]
/proc/loadavg: 4.39 4.35 4.34 5/245 977869
/proc/meminfo: memFree=124267380/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=51.36 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 360 0 0 0 5115 21 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4072 CPUtime=50.98 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 116 0 0 0 5098 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 51.36 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.31 4.33 5/245 977878
/proc/meminfo: memFree=124266912/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=102.82 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 395 0 0 0 10241 41 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=45600 CPUtime=102.05 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 141 0 0 0 10205 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 102.82 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+162.3 s]
/proc/loadavg: 4.31 4.32 4.33 5/245 977888
/proc/meminfo: memFree=124266488/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=163.13 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 431 0 0 0 16245 68 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=161.91 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 167 0 0 0 16191 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 163.13 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+222.3 s]
/proc/loadavg: 4.46 4.35 4.34 5/245 977899
/proc/meminfo: memFree=124265776/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=223.45 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 449 0 0 0 22252 93 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=221.77 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 180 0 0 0 22177 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 223.45 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+282.3 s]
/proc/loadavg: 4.37 4.33 4.33 5/247 977913
/proc/meminfo: memFree=124265196/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=283.75 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 467 0 0 0 28258 117 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=16216 CPUtime=281.62 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 193 0 0 0 28162 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 283.75 s
Current children cumulated vsize: 95196 KiB

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

/proc/meminfo: memFree=124254436/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=2937.39 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1258 0 0 0 292568 1171 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=2915.36 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 764 0 0 0 291536 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 2937.39 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.19 4.25 5/248 979399
/proc/meminfo: memFree=124253308/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=2997.69 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1276 0 0 0 298575 1194 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=11596 CPUtime=2975.21 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 777 0 0 0 297521 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 2997.69 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.19 4.25 5/247 979410
/proc/meminfo: memFree=124253712/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3058.01 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1294 0 0 0 304583 1218 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=45600 CPUtime=3035.07 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 790 0 0 0 303507 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3058.01 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.17 4.23 5/247 979420
/proc/meminfo: memFree=124253316/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3118.31 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1312 0 0 0 310591 1240 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3094.93 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 803 0 0 0 309493 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3118.31 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.16 4.23 5/249 979602
/proc/meminfo: memFree=124252284/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3178.62 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1330 0 0 0 316598 1264 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3154.79 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 816 0 0 0 315479 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3178.62 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.24 4.25 5/249 979614
/proc/meminfo: memFree=124252536/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3238.93 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1348 0 0 0 322606 1287 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3214.65 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 829 0 0 0 321465 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3238.93 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.24 4.25 5/252 979683
/proc/meminfo: memFree=124251576/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3299.24 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1367 0 0 0 328613 1311 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=45600 CPUtime=3274.5 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 843 0 0 0 327450 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3299.24 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.21 4.24 5/252 979693
/proc/meminfo: memFree=124251904/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3359.55 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1385 0 0 0 334622 1333 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3334.36 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 856 0 0 0 333436 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3359.55 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3402.3 s]
/proc/loadavg: 5.41 4.54 4.35 5/252 979703
/proc/meminfo: memFree=124251704/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3419.87 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1402 0 0 0 340630 1357 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3394.22 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 868 0 0 0 339422 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3419.87 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3462.3 s]
/proc/loadavg: 4.66 4.50 4.35 5/250 979714
/proc/meminfo: memFree=124251384/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3480.17 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1420 0 0 0 346637 1380 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3454.08 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 881 0 0 0 345408 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3480.17 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

[startup+3522.3 s]
/proc/loadavg: 5.16 4.65 4.41 5/250 979724
/proc/meminfo: memFree=124251164/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3540.48 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1438 0 0 0 352643 1405 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=4104 CPUtime=3513.94 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 894 0 0 0 351394 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3540.48 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.6 s]
/proc/loadavg: 4.62 4.61 4.41 4/238 979765
/proc/meminfo: memFree=124259480/131655788 swapFree=131071996/131071996
[pid=977811] ppid=977808 vsize=95196 memory=4104 CPUtime=3600.09 cores=0,2
/proc/977811/stat : 977811 (ParLS-PBO) S 977808 977811 973371 0 -1 1077936128 1456 0 0 0 358576 1433 0 0 20 0 2 0 187089085 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 17 2 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
/proc/977811/statm: 23799 1026 946 32 0 2185 0
[pid=977811/tid=977813] ppid=977808 vsize=95196 memory=11884 CPUtime=3573.1 cores=0,2
/proc/977811/task/977813/stat : 977813 (ParLS-PBO) R 977808 977811 973371 0 -1 4194368 907 0 0 0 357310 0 0 0 20 0 2 0 187089086 97480704 1026 134679101440 4194304 4322517 140733421659888 0 0 0 0 0 16384 0 0 0 -1 0 0 0 0 0 0 4356072 4359040 21487616 140733421663244 140733421663364 140733421663364 140733421670380 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 95196 KiB
Current children cumulated memory: 4104 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.77 s, system=14.3313 s

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

Child status: 0

Real time (s): 3581.61
CPU time (s): 3600.11
CPU user time (s): 3585.77
CPU system time (s): 14.3313
CPU usage (%): 100.517
Max. virtual memory (cumulated for all children) (KiB): 95196
Max. memory (cumulated for all children) (KiB): 4104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.77
system time used= 14.3313
maximum resident set size= 4420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1493
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= 3268913
involuntary context switches= 24976


# summary of solver processes directly reported to runsolver:
#   pid: 977811
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3585.77
#   total CPU system time (s): 14.3313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5577 second user time and 29.7286 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 02:35:42
IDJOB=4447363
IDBENCH=158643
IDSOLVER=3054
FILE ID=nodeC003/4447363-1721349330
RUNJOBID= nodeC003-1721342165-973381
SLURM_JOB_ID= 7542738
Free space on /tmp= 723780 MiB

SOLVER NAME= ParLS-PBO-1.1 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n18-d3-i1-r2.cnf.gz-plain.pb.metafix.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-4447363-1721349330/watcher-4447363-1721349330 -o /tmp/evaluation-result-4447363-1721349330/solver-4447363-1721349330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721342165-973381 --watchdog 3760  ./ParLS-PBO --benchName=HOME/instance-4447363-1721349330.opb --time_limit=3600 --nbcore=1

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

MD5SUM BENCH= 850bf4072710d252d24cf8b54b67cf3b
RANDOM SEED=192108713

nodeC003.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		: 3491.943
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.76
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		: 3491.880
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.30
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.221
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.76
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.300
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.30
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		: 3644.076
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.76
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		: 3615.855
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.30
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.394
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.76
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.252
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124266456 kB
MemAvailable:   129828168 kB
Buffers:          522320 kB
Cached:          5815656 kB
SwapCached:            0 kB
Active:           933208 kB
Inactive:        5772748 kB
Active(anon):       1452 kB
Inactive(anon):   404208 kB
Active(file):     931756 kB
Inactive(file):  5368540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2132 kB
Writeback:             0 kB
AnonPages:        368004 kB
Mapped:           106872 kB
Shmem:             37704 kB
KReclaimable:     202892 kB
Slab:             318108 kB
SReclaimable:     202892 kB
SUnreclaim:       115216 kB
KernelStack:        3968 kB
PageTables:        10060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     670720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58912 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC003 at 2024-07-19 03:35:24