Trace number 4454133

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.03 3598.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-11diag_spec_less.opb
MD5SUM835882185b05cb50ca6c38d629f5e937
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.041781
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables418
Total number of constraints508
Number of constraints which are clauses363
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint2
Maximum length of a constraint143
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 2097152
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 8388607
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1090207, runsolver pid=1090201
Current StackSize limit: 8192 KiB


[startup+0.100983 s]*
/proc/loadavg: 4.16 4.15 4.10 4/254 1090224
/proc/meminfo: memFree=128655844/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4260 CPUtime=0.09 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 312 0 0 0 9 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1065 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4026532157 CPUtime=0.09 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 60 0 0 0 9 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4260 KiB

[startup+0.205981 s]*
/proc/loadavg: 4.16 4.15 4.10 4/256 1090230
/proc/meminfo: memFree=128654356/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4260 CPUtime=0.19 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 1077936128 312 0 0 0 19 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1065 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=5798214436838572163 CPUtime=0.19 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 60 0 0 0 19 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4260 KiB

[startup+0.304631 s]*
/proc/loadavg: 4.16 4.15 4.10 4/253 1090247
/proc/meminfo: memFree=128655328/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4260 CPUtime=0.29 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 1077936128 312 0 0 0 29 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1065 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=7752273309948601658 CPUtime=0.29 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 60 0 0 0 29 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4260 KiB

[startup+0.700122 s]
/proc/loadavg: 4.16 4.15 4.10 5/260 1090263
/proc/meminfo: memFree=128652836/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4260 CPUtime=0.68 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 312 0 0 0 68 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1065 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=1972 CPUtime=0.68 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 60 0 0 0 68 0 0 0 20 0 2 0 201784227 97751040 1065 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4260 KiB

[startup+1.50012 s]
/proc/loadavg: 4.16 4.15 4.10 5/260 1090263
/proc/meminfo: memFree=128652276/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4500 CPUtime=1.48 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 380 0 0 0 148 0 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1125 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=1972 CPUtime=1.48 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 123 0 0 0 148 0 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4500 KiB

[startup+3.10435 s]
/proc/loadavg: 4.15 4.15 4.10 5/260 1090265
/proc/meminfo: memFree=128652180/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4500 CPUtime=3.08 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 448 0 0 0 308 0 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1125 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=7751991834971891769 CPUtime=3.08 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 186 0 0 0 308 0 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4500 KiB

[startup+6.30019 s]
/proc/loadavg: 4.15 4.15 4.10 5/260 1090313
/proc/meminfo: memFree=128575948/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4500 CPUtime=6.28 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 516 0 0 0 627 1 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1125 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=48220 CPUtime=6.27 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 249 0 0 0 627 0 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4500 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.10 5/260 1090313
/proc/meminfo: memFree=128575916/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4500 CPUtime=12.68 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 584 0 0 0 1265 3 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1125 979 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4500 CPUtime=12.65 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 312 0 0 0 1265 0 0 0 20 0 2 0 201784227 97751040 1125 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4500 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.14 4.10 5/260 1090316
/proc/meminfo: memFree=128575836/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=25.49 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 720 0 0 0 2543 6 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=25.41 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 438 0 0 0 2541 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.14 4.10 5/260 1090319
/proc/meminfo: memFree=128575268/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=51.1 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 924 0 0 0 5097 13 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=50.93 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 627 0 0 0 5093 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/260 1090329
/proc/meminfo: memFree=128563524/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=102.31 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 1062 0 0 0 10206 25 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=48220 CPUtime=101.98 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 755 0 0 0 10198 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 102.31 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/258 1090339
/proc/meminfo: memFree=128563124/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=162.33 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 1198 0 0 0 16195 38 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=161.8 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 880 0 0 0 16180 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 162.33 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.17 4.10 5/260 1090733
/proc/meminfo: memFree=128562236/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=222.35 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 1268 0 0 0 22184 51 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=221.63 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 945 0 0 0 22163 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 222.35 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/261 1090745
/proc/meminfo: memFree=128562040/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=282.37 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 1338 0 0 0 28173 64 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=281.46 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 1010 0 0 0 28146 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 282.37 s
Current children cumulated vsize: 95460 KiB

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

/proc/meminfo: memFree=128547304/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=2983.47 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4458 0 0 0 297661 686 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=2973.87 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 3902 0 0 0 297387 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 2983.47 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3042.3 s]
/proc/loadavg: 4.37 4.27 4.20 5/261 1092049
/proc/meminfo: memFree=128546916/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3043.49 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4528 0 0 0 303649 700 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=5536 CPUtime=3033.7 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 3967 0 0 0 303370 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3043.49 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3102.3 s]
/proc/loadavg: 4.28 4.26 4.20 5/261 1092061
/proc/meminfo: memFree=128546720/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3103.52 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4598 0 0 0 309638 714 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3093.53 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4032 0 0 0 309353 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3103.52 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.23 4.19 5/259 1092072
/proc/meminfo: memFree=128546372/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3163.55 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4666 0 0 0 315626 729 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3153.36 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4095 0 0 0 315336 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3163.55 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.21 4.18 5/259 1092083
/proc/meminfo: memFree=128546236/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3223.57 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4736 0 0 0 321614 743 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3213.19 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4160 0 0 0 321319 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3223.57 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/259 1092095
/proc/meminfo: memFree=128545776/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3283.59 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4806 0 0 0 327602 757 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3273.02 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4225 0 0 0 327302 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3283.59 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/258 1092106
/proc/meminfo: memFree=128545536/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3343.61 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4874 0 0 0 333589 772 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=11588 CPUtime=3332.85 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4288 0 0 0 333285 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3343.61 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.18 5/258 1092116
/proc/meminfo: memFree=128545204/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3403.64 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 4944 0 0 0 339579 785 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3392.68 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4353 0 0 0 339268 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3403.64 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.23 4.19 5/262 1092132
/proc/meminfo: memFree=128544844/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3463.66 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 5014 0 0 0 345569 797 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3452.51 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4418 0 0 0 345251 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3463.66 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/262 1092143
/proc/meminfo: memFree=128544520/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3523.68 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 5082 0 0 0 351559 809 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=4712 CPUtime=3512.34 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4481 0 0 0 351234 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3523.68 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.22 4.18 5/262 1092153
/proc/meminfo: memFree=128544300/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3583.7 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 5152 0 0 0 357547 823 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=7078090249515073811 CPUtime=3572.18 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4546 0 0 0 357218 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3583.7 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.6 s]
/proc/loadavg: 4.01 4.17 4.17 3/246 1092218
/proc/meminfo: memFree=128550376/131524600 swapFree=131071996/131071996
[pid=1090207] ppid=1090201 vsize=95460 memory=4712 CPUtime=3600.01 cores=4,6
/proc/1090207/stat : 1090207 (ParLS-PBO) S 1090201 1090207 1088211 0 -1 1077936128 5152 0 0 0 359173 828 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 17 6 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
/proc/1090207/statm: 23865 1178 995 32 0 2281 0
[pid=1090207/tid=1090209] ppid=1090201 vsize=95460 memory=7078090249515073811 CPUtime=3588.43 cores=4,6
/proc/1090207/task/1090209/stat : 1090209 (ParLS-PBO) R 1090201 1090207 1088211 0 -1 4194368 4546 0 0 0 358843 0 0 0 20 0 2 0 201784227 97751040 1178 134679101440 4194304 4322517 140737315723392 0 0 0 0 0 16384 0 0 0 -1 4 0 0 0 0 0 4356072 4359040 12554240 140737315726347 140737315726467 140737315726467 140737315733484 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 95460 KiB
Current children cumulated memory: 4712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.74 s, system=8.28715 s

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

Child status: 0

Real time (s): 3598.6
CPU time (s): 3600.03
CPU user time (s): 3591.74
CPU system time (s): 8.28715
CPU usage (%): 100.04
Max. virtual memory (cumulated for all children) (KiB): 95460
Max. memory (cumulated for all children) (KiB): 4712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.74
system time used= 8.28715
maximum resident set size= 5028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5209
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= 3332403
involuntary context switches= 931


# summary of solver processes directly reported to runsolver:
#   pid: 1090207
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3591.74
#   total CPU system time (s): 8.28715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88482 second user time and 15.959 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-20 19:23:01
IDJOB=4454133
IDBENCH=176067
IDSOLVER=3054
FILE ID=nodeC029/4454133-1721496168
RUNJOBID= nodeC029-1721492586-1088222
SLURM_JOB_ID= 7545792
Free space on /tmp= 890068 MiB

SOLVER NAME= ParLS-PBO-1.1 2024-07-09
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-11diag_spec_less.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-4454133-1721496168/watcher-4454133-1721496168 -o /tmp/evaluation-result-4454133-1721496168/solver-4454133-1721496168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721492586-1088222 --watchdog 3760  ./ParLS-PBO --benchName=HOME/instance-4454133-1721496168.opb --time_limit=3600 --nbcore=1

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

MD5SUM BENCH= 835882185b05cb50ca6c38d629f5e937
RANDOM SEED=896584182

nodeC029.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	: 0xb00002a
cpu MHz		: 3675.963
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1804.117
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3657.415
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2003.824
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3638.504
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1933.590
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.695
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1676.894
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128656940 kB
MemAvailable:   129714124 kB
Buffers:          565964 kB
Cached:          1330912 kB
SwapCached:            0 kB
Active:          1088420 kB
Inactive:        1149752 kB
Active(anon):       1480 kB
Inactive(anon):   385436 kB
Active(file):    1086940 kB
Inactive(file):   764316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               152 kB
Writeback:             0 kB
AnonPages:        341072 kB
Mapped:           108716 kB
Shmem:             45912 kB
KReclaimable:      91152 kB
Slab:             204516 kB
SReclaimable:      91152 kB
SUnreclaim:       113364 kB
KernelStack:        4088 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     594792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73344 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC029 at 2024-07-20 20:23:00