Trace number 4447724

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
Sat4j Resolution Default 2024-07-07UNSAT 8.34582 5.59666

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n62-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM9609dcb4dff0e4cd594607c8c2a4557e
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.262053
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints248
Number of constraints which are clauses248
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

0.13/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.11	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.13/0.20	--- Begin Solver configuration ---
0.13/0.20	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.20	Learn all clauses as in MiniSAT
0.13/0.20	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.20	No reason simplification
0.13/0.20	Glucose 2.1 dynamic restart strategy
0.13/0.20	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.20	timeout=2147483s
0.13/0.20	DB Simplification allowed=false
0.13/0.20	Listener: none
0.13/0.20	--- End Solver configuration ---
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.20	c No reason simplification
0.13/0.20	c Glucose 2.1 dynamic restart strategy
0.13/0.20	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4447724-1721354355.opb
0.13/0.20	c reading problem ... 
0.13/0.20	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.038s.
0.32/0.25	c declared #vars     93
0.32/0.25	c #constraints  248
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 248
0.32/0.25	c 248 constraints processed.
0.89/0.54	c cleaning 2499 clauses out of 5001 with flag 20262/5001
1.25/0.75	c cleaning 4249 clauses out of 8502 with flag 49865/11001
1.66/0.91	c cleaning 5627 clauses out of 11253 with flag 87246/18001
1.83/1.03	c cleaning 6811 clauses out of 13625 with flag 124536/26000
2.01/1.19	c cleaning 7905 clauses out of 15814 with flag 167863/35000
2.34/1.37	c cleaning 8952 clauses out of 17910 with flag 215462/45001
2.63/1.55	c cleaning 9978 clauses out of 19958 with flag 268082/56001
3.05/1.84	c cleaning 10987 clauses out of 21980 with flag 326170/68001
3.45/2.10	c cleaning 11994 clauses out of 23994 with flag 398180/81002
4.23/2.45	c cleaning 12996 clauses out of 25998 with flag 479028/95000
4.61/2.70	c cleaning 13999 clauses out of 28003 with flag 551096/110001
4.81/2.99	c cleaning 14999 clauses out of 30003 with flag 626475/126000
5.27/3.32	c cleaning 15998 clauses out of 32004 with flag 707127/143000
5.61/3.66	c cleaning 16998 clauses out of 34006 with flag 792687/161000
6.09/4.04	c cleaning 18000 clauses out of 36007 with flag 881637/180000
6.78/4.47	c cleaning 18998 clauses out of 38007 with flag 971247/200000
7.48/4.89	c cleaning 20003 clauses out of 40010 with flag 1073010/221001
7.99/5.32	c cleaning 21002 clauses out of 42004 with flag 1178686/243000
8.10/5.48	c starts		: 151
8.20/5.52	c conflicts		: 255057
8.20/5.52	c decisions		: 284008
8.20/5.52	c propagations		: 1885999
8.20/5.52	c inspects		: 71310568
8.20/5.52	c shortcuts		: 0
8.20/5.52	c learnt literals	: 18
8.20/5.52	c learnt binary clauses	: 13
8.20/5.52	c learnt ternary clauses	: 27
8.20/5.52	c learnt constraints	: 255038
8.20/5.52	c ignored constraints	: 0
8.20/5.52	c root simplifications	: 0
8.20/5.52	c removed literals (reason simplification)	: 0
8.20/5.52	c reason swapping (by a shorter reason)	: 0
8.20/5.52	c Calls to reduceDB	: 18
8.20/5.52	c Number of update (reduction) of LBD	: 15892
8.20/5.52	c Imported unit clauses	: 0
8.20/5.52	c No decision after first conflict	: false
8.20/5.52	c number of reductions to clauses (during analyze)	: 0
8.20/5.52	c number of learned constraints concerned by reduction	: 0
8.20/5.52	c number of learning phase by resolution	: 0
8.20/5.52	c number of learning phase by cutting planes	: 0
8.20/5.52	c number of rounding to 1 operations	: 0
8.20/5.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.20/5.52	c number of reductions of the coefficients by power 2 	: 0
8.20/5.52	c number of right shift for reduction by power 2 	: 0
8.20/5.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.20/5.52	c number of ending skipping 	: 0
8.20/5.52	c number of internal skipping 	: 0
8.20/5.52	c number of derivation steps 	: 0
8.20/5.52	c number of skipped derivation steps 	: 0
8.20/5.52	c number of remaining unassigned 	: 0
8.20/5.52	c number of remaining assigned 	: 0
8.20/5.52	c number of falsified literals weakened from reason	: 0
8.20/5.53	c number of falsified literals weakened from conflict	: 0
8.20/5.53	c time for arithmetic operations	: 0
8.20/5.53	c minimum degree of deleted constraints	: null
8.20/5.53	c maximum degree of deleted constraints	: null
8.20/5.53	c number of deleted constraints	: 0
8.20/5.53	c speed (assignments/second)	: 357129.1422079152
8.20/5.53	c non guided choices	: 108
8.20/5.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 33030
8.20/5.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 13
8.20/5.59	s UNSATISFIABLE
8.20/5.59	c Total wall clock time (in seconds): 5.388

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 (62818 MiB free)
  memory of node 1: 64510 MiB (61647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447724-1721354355/watcher-4447724-1721354355 -o /tmp/evaluation-result-4447724-1721354355/solver-4447724-1721354355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980649 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4447724-1721354355.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=980832, runsolver pid=980829

[startup+0.100733 s]*
/proc/loadavg: 1.22 1.80 2.57 9/316 980850
/proc/meminfo: memFree=127411240/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=18975048 memory=56288 CPUtime=0.13 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 6639 0 0 0 10 3 0 0 20 0 18 0 187591897 19430449152 14072 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4743762 14072 5583 1 0 550932 0
[pid=980832/tid=980834] ppid=980829 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 5536 0 0 0 6 2 0 0 20 0 18 0 187591897 19430449152 14072 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187591901 19430449152 14072 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187591902 19430449152 14072 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56288 KiB

[startup+0.215526 s]*
/proc/loadavg: 1.22 1.80 2.57 11/316 980850
/proc/meminfo: memFree=127399800/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=18975048 memory=64392 CPUtime=0.32 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 7427 0 0 0 29 3 0 0 20 0 18 0 187591897 19430449152 16098 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4743762 16098 5775 1 0 551571 0
[pid=980832/tid=980834] ppid=980829 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 5886 0 0 0 16 2 0 0 20 0 18 0 187591897 19430449152 16098 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187591901 19430449152 16098 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187591902 19430449152 16098 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64392 KiB

[startup+0.317516 s]*
/proc/loadavg: 1.22 1.80 2.57 13/317 980853
/proc/meminfo: memFree=127381388/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=68776 CPUtime=0.51 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 8279 0 0 0 47 4 0 0 20 0 19 0 187591897 19498610688 17194 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 17194 5844 1 0 552316 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=-8528518537068978876 CPUtime=0.26 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 5930 0 0 0 24 2 0 0 20 0 19 0 187591897 19498610688 17194 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 17194 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 17194 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 17194 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 68776 KiB

[startup+0.700513 s]
/proc/loadavg: 1.22 1.80 2.57 8/296 980867
/proc/meminfo: memFree=127446752/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=82088 CPUtime=1.25 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 11598 0 0 0 120 5 0 0 20 0 19 0 187591897 19498610688 20522 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 20522 5860 1 0 554489 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=11992 CPUtime=0.62 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 5973 0 0 0 60 2 0 0 20 0 19 0 187591897 19498610688 20522 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 20522 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 20522 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=25208 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 20522 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82088 KiB

[startup+1.50051 s]
/proc/loadavg: 1.22 1.80 2.57 6/317 980917
/proc/meminfo: memFree=127357352/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=95608 CPUtime=2.63 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 15668 0 0 0 257 6 0 0 20 0 19 0 187591897 19498610688 23902 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 23902 5876 1 0 554751 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=11992 CPUtime=1.41 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 6298 0 0 0 138 3 0 0 20 0 19 0 187591897 19498610688 23902 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 23902 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 23902 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=65 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 23902 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95608 KiB

[startup+3.10551 s]
/proc/loadavg: 1.60 1.87 2.58 6/317 980917
/proc/meminfo: memFree=127221600/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=126264 CPUtime=5.07 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 22423 0 0 0 500 7 0 0 20 0 19 0 187591897 19498610688 31566 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 31566 5876 1 0 557856 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=0 CPUtime=2.99 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 6998 0 0 0 296 3 0 0 20 0 19 0 187591897 19498610688 31566 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=99840 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 31566 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 31566 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 31566 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 126264 KiB

[startup+5.59662 s]
# the end of solver process 980832 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=8.25947 s, system=0.086345 s

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

[startup+3.20051 s]
/proc/loadavg: 1.60 1.87 2.58 6/317 980917
/proc/meminfo: memFree=127221600/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=128312 CPUtime=5.16 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 22426 0 0 0 509 7 0 0 20 0 19 0 187591897 19498610688 32078 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 32078 5876 1 0 557856 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=2372 CPUtime=3.08 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 7000 0 0 0 305 3 0 0 20 0 19 0 187591897 19498610688 32078 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 32078 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=16252 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 32078 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=2312 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 32078 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128312 KiB

[startup+4.80051 s]
/proc/loadavg: 1.60 1.87 2.58 6/318 980918
/proc/meminfo: memFree=127172456/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=144780 CPUtime=7.48 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 22604 0 0 0 741 7 0 0 20 0 19 0 187591897 19498610688 36195 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 36195 5876 1 0 557877 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=11992 CPUtime=4.68 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 7157 0 0 0 464 4 0 0 20 0 19 0 187591897 19498610688 36195 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=5512 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 36195 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=132408 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 36195 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 36195 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144780 KiB

[startup+5.20053 s]
/proc/loadavg: 1.60 1.87 2.58 5/319 980919
/proc/meminfo: memFree=127137176/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=147700 CPUtime=7.89 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 22611 0 0 0 782 7 0 0 20 0 19 0 187591897 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 36925 5876 1 0 557877 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=32180 CPUtime=5.07 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 7164 0 0 0 503 4 0 0 20 0 19 0 187591897 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=19104 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=-8528518537068978876 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147700 KiB

[startup+5.40053 s]
/proc/loadavg: 1.60 1.87 2.58 5/319 980919
/proc/meminfo: memFree=127137176/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19041612 memory=147700 CPUtime=8.1 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 22613 0 0 0 803 7 0 0 20 0 19 0 187591897 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4760403 36925 5876 1 0 557877 0
[pid=980832/tid=980834] ppid=980829 vsize=19041612 memory=4050706596874163403 CPUtime=5.27 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) R 980829 980832 980639 0 -1 4194368 7166 0 0 0 523 4 0 0 20 0 19 0 187591897 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19041612 memory=3747052275986859209 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19041612 memory=8840531316162334563 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980851] ppid=980829 vsize=19041612 memory=-7522837583045877884 CPUtime=0 cores=0,2
/proc/980832/task/980851/stat : 980851 (Timer-0) S 980829 980832 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187591922 19498610688 36925 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 8.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147700 KiB

[startup+5.50024 s]
/proc/loadavg: 1.60 1.87 2.58 5/319 980919
/proc/meminfo: memFree=127137176/131655788 swapFree=131071996/131071996
[pid=980832] ppid=980829 vsize=19174740 memory=152084 CPUtime=8.2 cores=0,2
/proc/980832/stat : 980832 (java) S 980829 980832 980639 0 -1 1077936128 23726 0 0 0 813 7 0 0 20 0 19 0 187591897 19634933760 38021 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
/proc/980832/statm: 4793685 38021 5875 1 0 558463 0
[pid=980832/tid=980834] ppid=980829 vsize=19174740 memory=0 CPUtime=5.35 cores=0,2
/proc/980832/task/980834/stat : 980834 (java) S 980829 980832 980639 0 -1 1077936192 8035 0 0 0 531 4 0 0 20 0 19 0 187591897 19634933760 38021 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980843] ppid=980829 vsize=19174740 memory=11992 CPUtime=0 cores=0,2
/proc/980832/task/980843/stat : 980843 (Finalizer) S 980829 980832 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187591901 19634933760 38021 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
[pid=980832/tid=980850] ppid=980829 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/980832/task/980850/stat : 980850 (Common-Cleaner) S 980829 980832 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187591902 19634933760 38021 134679101440 94152274132992 94152274136688 140729247890880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94152274144504 94152274145296 94152285450240 140729247892486 140729247892576 140729247892576 140729247899592 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 152084 KiB

Child status: 20

Real time (s): 5.59666
CPU time (s): 8.34582
CPU user time (s): 8.25947
CPU system time (s): 0.086345
CPU usage (%): 149.121
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 152084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.25947
system time used= 0.086345
maximum resident set size= 153416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 637
involuntary context switches= 244


# summary of solver processes directly reported to runsolver:
#   pid: 980832
#   total CPU time (s): 8.34582
#   total CPU user time (s): 8.25947
#   total CPU system time (s): 0.086345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024815 second user time and 0.064231 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 03:59:27
IDJOB=4447724
IDBENCH=160032
IDSOLVER=3058
FILE ID=nodeC008/4447724-1721354355
RUNJOBID= nodeC008-1721354365-980649
SLURM_JOB_ID= 7542775
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n62-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447724-1721354355/watcher-4447724-1721354355 -o /tmp/evaluation-result-4447724-1721354355/solver-4447724-1721354355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980649 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4447724-1721354355.opb

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

MD5SUM BENCH= 9609dcb4dff0e4cd594607c8c2a4557e
RANDOM SEED=185572214

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127455420 kB
MemAvailable:   129727760 kB
Buffers:          541228 kB
Cached:          2550016 kB
SwapCached:            0 kB
Active:          1055448 kB
Inactive:        2553528 kB
Active(anon):       1476 kB
Inactive(anon):   553952 kB
Active(file):    1053972 kB
Inactive(file):  1999576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3852 kB
Writeback:            24 kB
AnonPages:        517500 kB
Mapped:           125784 kB
Shmem:             37704 kB
KReclaimable:     117644 kB
Slab:             222276 kB
SReclaimable:     117644 kB
SUnreclaim:       104632 kB
KernelStack:        4816 kB
PageTables:        11092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7249708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58656 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 03:59:33