Trace number 4450492

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 2024 2024-07-07UNSAT cert. 18.4125 15.0954

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
MD5SUM0c828c266e62d79f9353be6d834d3452
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 benchmark1.63183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32004
Total number of constraints8002
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)127
Number of constraints which are nor clauses,nor cardinality constraints7875
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.11	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.14	c java.vm.version	22.0.1+8-16
0.14/0.14	c java.vm.vendor	Oracle Corporation
0.14/0.14	c sun.arch.data.model	64
0.14/0.14	c java.version		22.0.1
0.14/0.14	c os.name		Linux
0.14/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.14	c os.arch		amd64
0.14/0.15	c Free memory 		2113181440
0.14/0.15	c Max memory 		16282288128
0.14/0.15	c Total memory 		2122317824
0.14/0.15	c Number of processors 	2
0.30/0.22	--- Begin Solver configuration ---
0.30/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.22	Learn all clauses as in MiniSAT
0.30/0.22	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.22	Expensive reason simplification
0.30/0.22	Glucose 2.1 dynamic restart strategy
0.30/0.22	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.30/0.22	timeout=2147483s
0.30/0.22	DB Simplification allowed=false
0.30/0.22	Listener: none
0.30/0.22	--- End Solver configuration ---
0.30/0.22	c Pseudo Boolean Optimization by upper bound
0.30/0.22	c --- Begin Solver configuration ---
0.30/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.22	c Learn all clauses as in MiniSAT
0.30/0.22	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.22	c Expensive reason simplification
0.30/0.22	c Glucose 2.1 dynamic restart strategy
0.30/0.22	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.30/0.22	c timeout=2147483s
0.30/0.22	c DB Simplification allowed=false
0.30/0.22	c Listener: none
0.30/0.22	c --- End Solver configuration ---
0.30/0.22	c solving HOME/instance-4450492-1721827683.opb
0.30/0.22	c reading problem ... 
0.30/0.23	c using VERIPB proof format
0.30/0.23	c  no objective function found
0.86/0.60	c ... done. Wall clock time 0.372s.
0.86/0.60	c declared #vars     32004
0.86/0.60	c #constraints  8002
0.86/0.60	c constraints type 
0.86/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8002
0.86/0.60	c 8002 constraints processed.
2.60/1.44	c cleaning 2491 clauses out of 5000 with flag 15565/5000
3.59/1.91	c cleaning 4235 clauses out of 8511 with flag 33164/11002
3.98/2.18	c cleaning 5540 clauses out of 11274 with flag 57282/18000
4.38/2.33	c cleaning 6861 clauses out of 13734 with flag 83754/26000
4.58/2.49	c cleaning 7921 clauses out of 15873 with flag 112938/35000
4.97/2.62	c cleaning 8966 clauses out of 17952 with flag 151860/45000
5.17/2.77	c cleaning 9984 clauses out of 19986 with flag 188714/56000
5.57/2.91	c cleaning 10975 clauses out of 22003 with flag 226718/68001
5.77/3.05	c cleaning 11999 clauses out of 24027 with flag 270671/81000
6.17/3.22	c cleaning 12863 clauses out of 26028 with flag 320674/95000
6.27/3.36	c cleaning 14075 clauses out of 28166 with flag 370614/110001
6.47/3.53	c cleaning 14910 clauses out of 30090 with flag 427532/126000
6.63/3.70	c cleaning 15972 clauses out of 32181 with flag 488168/143001
7.01/3.90	c cleaning 17031 clauses out of 34209 with flag 550765/161001
7.21/4.14	c cleaning 18043 clauses out of 36179 with flag 615250/180002
7.40/4.35	c cleaning 19034 clauses out of 38135 with flag 682869/200001
7.80/4.73	c cleaning 20013 clauses out of 40103 with flag 757196/221003
8.38/5.39	c cleaning 21008 clauses out of 42090 with flag 830235/243003
8.98/5.96	c cleaning 21969 clauses out of 44079 with flag 917668/266000
9.59/6.53	c cleaning 23002 clauses out of 46112 with flag 1004630/290002
10.09/7.09	c cleaning 23998 clauses out of 48109 with flag 1093301/315001
10.78/7.73	c cleaning 24985 clauses out of 50110 with flag 1186623/341000
11.07/8.08	c cleaning 25975 clauses out of 52125 with flag 1281108/368000
11.47/8.44	c cleaning 26989 clauses out of 54150 with flag 1379362/396000
12.07/9.01	c cleaning 28065 clauses out of 56161 with flag 1480333/425000
12.47/9.49	c cleaning 29028 clauses out of 58097 with flag 1582622/455001
12.89/9.87	c cleaning 30020 clauses out of 60070 with flag 1687624/486002
13.79/10.73	c cleaning 31017 clauses out of 62048 with flag 1811445/518000
14.27/11.30	c cleaning 31930 clauses out of 64031 with flag 1933685/551000
14.84/11.76	c cleaning 33003 clauses out of 66101 with flag 2052580/585000
15.53/12.41	c cleaning 34008 clauses out of 68098 with flag 2181137/620000
16.12/13.06	c cleaning 34204 clauses out of 70091 with flag 2309081/656001
16.83/13.75	c cleaning 34370 clauses out of 72886 with flag 2434427/693000
17.96/14.89	c starts		: 363
18.07/14.93	c conflicts		: 717874
18.07/14.93	c decisions		: 8274873
18.07/14.93	c propagations		: 13768420
18.07/14.93	c inspects		: 51885239
18.07/14.93	c shortcuts		: 0
18.07/14.93	c learnt literals	: 5
18.07/14.93	c learnt binary clauses	: 15
18.07/14.93	c learnt ternary clauses	: 10469
18.07/14.93	c learnt constraints	: 717868
18.07/14.93	c ignored constraints	: 0
18.07/14.93	c root simplifications	: 0
18.07/14.93	c removed literals (reason simplification)	: 250172
18.07/14.93	c reason swapping (by a shorter reason)	: 0
18.07/14.93	c Calls to reduceDB	: 33
18.07/14.93	c Number of update (reduction) of LBD	: 186912
18.07/14.93	c Imported unit clauses	: 0
18.07/14.93	c No decision after first conflict	: false
18.07/14.93	c number of reductions to clauses (during analyze)	: 0
18.07/14.93	c number of learned constraints concerned by reduction	: 0
18.07/14.93	c number of learning phase by resolution	: 0
18.07/14.93	c number of learning phase by cutting planes	: 0
18.07/14.93	c number of rounding to 1 operations	: 0
18.07/14.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
18.07/14.93	c number of reductions of the coefficients by power 2 	: 0
18.07/14.93	c number of right shift for reduction by power 2 	: 0
18.07/14.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
18.07/14.93	c number of ending skipping 	: 0
18.07/14.93	c number of internal skipping 	: 0
18.07/14.93	c number of derivation steps 	: 0
18.07/14.93	c number of skipped derivation steps 	: 0
18.07/14.93	c number of remaining unassigned 	: 0
18.07/14.93	c number of remaining assigned 	: 0
18.07/14.93	c number of falsified literals weakened from reason	: 0
18.07/14.93	c number of falsified literals weakened from conflict	: 0
18.07/14.93	c time for arithmetic operations	: 0
18.07/14.93	c minimum degree of deleted constraints	: null
18.07/14.93	c maximum degree of deleted constraints	: null
18.07/14.93	c number of deleted constraints	: 0
18.07/14.93	c speed (assignments/second)	: 963163.3438265128
18.07/14.93	c non guided choices	: 6572680
18.31/15.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 63369
18.31/15.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 15
18.31/15.06	s UNSATISFIABLE
18.31/15.06	c Total wall clock time (in seconds): 14.834

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (58011 MiB free)
  memory of node 1: 64473 MiB (48801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450492-1721827683/watcher-4450492-1721827683 -o /tmp/evaluation-result-4450492-1721827683/solver-4450492-1721827683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721820325-176944 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4450492-1721827683 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450492-1721827683.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=183692, runsolver pid=183689

[startup+0.1043 s]*
/proc/loadavg: 4.48 4.46 4.30 5/322 183710
/proc/meminfo: memFree=109338440/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=18975048 memory=57896 CPUtime=0.14 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 7082 0 0 0 11 3 0 0 20 0 18 0 18757214 19430449152 14474 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4743762 14474 5525 1 0 550966 0
[pid=183692/tid=183694] ppid=183689 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 5984 0 0 0 6 2 0 0 20 0 18 0 18757215 19430449152 14474 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18757219 19430449152 14474 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=18975048 memory=3905244537068716064 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18757220 19430449152 14474 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57896 KiB

[startup+0.209502 s]*
/proc/loadavg: 4.48 4.46 4.30 6/322 183710
/proc/meminfo: memFree=109328652/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=18975048 memory=67360 CPUtime=0.3 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 7748 0 0 0 26 4 0 0 20 0 18 0 18757214 19430449152 16840 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4743762 16840 5716 1 0 551529 0
[pid=183692/tid=183694] ppid=183689 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 1077936192 6280 0 0 0 15 3 0 0 20 0 18 0 18757215 19430449152 16840 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=18975048 memory=880909 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18757219 19430449152 16840 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=18975048 memory=15260341797930584 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18757220 19430449152 16840 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67360 KiB

[startup+0.311297 s]*
/proc/loadavg: 4.48 4.46 4.30 7/322 183710
/proc/meminfo: memFree=109320212/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=18975048 memory=75048 CPUtime=0.48 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 7992 0 0 0 44 4 0 0 20 0 18 0 18757214 19430449152 18762 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4743762 18762 5807 1 0 551682 0
[pid=183692/tid=183694] ppid=183689 vsize=18975048 memory=-8526831873347592892 CPUtime=0.27 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 6379 0 0 0 24 3 0 0 20 0 18 0 18757215 19430449152 18762 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18757219 19430449152 18762 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18757220 19430449152 18762 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75048 KiB

[startup+0.703306 s]
/proc/loadavg: 4.60 4.49 4.31 7/322 183710
/proc/meminfo: memFree=109275448/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19041612 memory=143348 CPUtime=1.22 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 9726 0 0 0 115 7 0 0 20 0 19 0 18757214 19498610688 35837 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4760403 35837 5807 1 0 553035 0
[pid=183692/tid=183694] ppid=183689 vsize=19041612 memory=5572 CPUtime=0.63 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 6476 0 0 0 58 5 0 0 20 0 19 0 18757215 19498610688 35837 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19041612 memory=11652 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18757219 19498610688 35837 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18757220 19498610688 35837 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143348 KiB

[startup+1.5003 s]
/proc/loadavg: 4.60 4.49 4.31 7/323 183711
/proc/meminfo: memFree=109233032/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=189996 CPUtime=2.79 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 20358 0 0 0 270 9 0 0 20 0 20 0 18757214 19566772224 47499 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 47499 5823 1 0 557022 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=11652 CPUtime=1.32 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 7556 0 0 0 127 5 0 0 20 0 20 0 18757215 19566772224 47499 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 47499 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 47499 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 47499 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189996 KiB

[startup+3.10931 s]
/proc/loadavg: 4.60 4.49 4.31 6/324 183712
/proc/meminfo: memFree=109146568/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=213064 CPUtime=5.97 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 26431 0 0 0 586 11 0 0 20 0 20 0 18757214 19566772224 53266 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 53266 5839 1 0 559449 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=0 CPUtime=2.85 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 8110 0 0 0 279 6 0 0 20 0 20 0 18757215 19566772224 53266 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 53266 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 53266 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 53266 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 213064 KiB

[startup+6.30031 s]
/proc/loadavg: 4.56 4.48 4.30 5/324 183714
/proc/meminfo: memFree=109032048/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=285780 CPUtime=9.37 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 26572 0 0 0 919 18 0 0 20 0 20 0 18757214 19566772224 71445 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 71445 5855 1 0 559458 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=0 CPUtime=5.88 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 8188 0 0 0 575 13 0 0 20 0 20 0 18757215 19566772224 71445 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 71445 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 71445 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=68272 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 71445 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 285780 KiB

[startup+12.7003 s]
/proc/loadavg: 4.51 4.47 4.30 5/324 183714
/proc/meminfo: memFree=108456780/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=781496 CPUtime=15.83 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 27559 0 0 0 1550 33 0 0 20 0 20 0 18757214 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 195374 5855 1 0 791314 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=144520 CPUtime=11.95 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 8522 0 0 0 1169 26 0 0 20 0 20 0 18757215 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=781492 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=213064 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 781496 KiB

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

# cumulated CPU time of all completed processes:  user=18.0078 s, system=0.404663 s

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

[startup+12.8003 s]
/proc/loadavg: 4.51 4.47 4.30 5/324 183714
/proc/meminfo: memFree=108456780/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=781496 CPUtime=15.92 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 27567 0 0 0 1559 33 0 0 20 0 20 0 18757214 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 195374 5855 1 0 791314 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=0 CPUtime=12.05 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 8530 0 0 0 1179 26 0 0 20 0 20 0 18757215 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=-8526831873347592892 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 195374 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 15.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 781496 KiB

[startup+14.4002 s]
/proc/loadavg: 4.51 4.47 4.30 5/324 183714
/proc/meminfo: memFree=108394152/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=832696 CPUtime=17.52 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 28441 0 0 0 1717 35 0 0 20 0 20 0 18757214 19566772224 208174 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 208174 5855 1 0 791314 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=2330004515241433899 CPUtime=13.64 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 9317 0 0 0 1336 28 0 0 20 0 20 0 18757215 19566772224 208174 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=-8526831873347592892 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 208174 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=32152 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 208174 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=7388 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 208174 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 17.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 832696 KiB

[startup+14.8003 s]
/proc/loadavg: 4.51 4.47 4.30 5/324 183714
/proc/meminfo: memFree=108394152/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19108176 memory=853408 CPUtime=17.96 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 32669 0 0 0 1758 38 0 0 20 0 20 0 18757214 19566772224 213352 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4777044 213352 5855 1 0 791346 0
[pid=183692/tid=183694] ppid=183689 vsize=19108176 memory=11652 CPUtime=13.92 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) R 183689 183692 176776 0 -1 4194368 10850 0 0 0 1362 30 0 0 20 0 20 0 18757215 19566772224 213352 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19108176 memory=5572 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19566772224 213352 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19108176 memory=16072 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19566772224 213352 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183711] ppid=183689 vsize=19108176 memory=2148 CPUtime=0 cores=1,3
/proc/183692/task/183711/stat : 183711 (Timer-0) S 183689 183692 176776 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18757277 19566772224 213352 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 17.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 853408 KiB

[startup+15.0094 s]*
/proc/loadavg: 4.51 4.47 4.30 7/324 183718
/proc/meminfo: memFree=108352396/131655788 swapFree=131071472/131071996
[pid=183692] ppid=183689 vsize=19241304 memory=860208 CPUtime=18.31 cores=1,3
/proc/183692/stat : 183692 (java) S 183689 183692 176776 0 -1 1077936128 35967 0 0 0 1792 39 0 0 20 0 20 0 18757214 19703095296 215052 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
/proc/183692/statm: 4810326 215052 5854 1 0 791979 0
[pid=183692/tid=183694] ppid=183689 vsize=19241304 memory=-8526831873347592892 CPUtime=13.93 cores=1,3
/proc/183692/task/183694/stat : 183694 (java) S 183689 183692 176776 0 -1 1077936192 11505 0 0 0 1363 30 0 0 20 0 20 0 18757215 19703095296 215052 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183703] ppid=183689 vsize=19241304 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183703/stat : 183703 (Finalizer) S 183689 183692 176776 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18757219 19703095296 215052 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183710] ppid=183689 vsize=19241304 memory=0 CPUtime=0 cores=1,3
/proc/183692/task/183710/stat : 183710 (Common-Cleaner) S 183689 183692 176776 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 18757220 19703095296 215052 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
[pid=183692/tid=183716] ppid=183689 vsize=19241304 memory=0 CPUtime=0.1 cores=1,3
/proc/183692/task/183716/stat : 183716 (Thread-0) R 183689 183692 176776 0 -1 4194368 225 0 0 0 10 0 0 0 20 0 20 0 18758703 19703095296 215052 134679101440 94114053537792 94114053541488 140736851666672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94114053549304 94114053550096 94114066935808 140736851674027 140736851674209 140736851674209 140736851681224 0
Current children cumulated CPU time: 18.31 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 860208 KiB

Child status: 20

Real time (s): 15.0954
CPU time (s): 18.4125
CPU user time (s): 18.0078
CPU system time (s): 0.404663
CPU usage (%): 121.974
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 860208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0078
system time used= 0.404663
maximum resident set size= 861656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2787
involuntary context switches= 488


# summary of solver processes directly reported to runsolver:
#   pid: 183692
#   total CPU time (s): 18.4125
#   total CPU user time (s): 18.0078
#   total CPU system time (s): 0.404663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063321 second user time and 0.155344 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-24 15:28:03
IDJOB=4450492
IDBENCH=160458
IDSOLVER=3079
FILE ID=nodeC004/4450492-1721827683
RUNJOBID= nodeC004-1721820325-176944
SLURM_JOB_ID= 7891447
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450492-1721827683/watcher-4450492-1721827683 -o /tmp/evaluation-result-4450492-1721827683/solver-4450492-1721827683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721820325-176944 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4450492-1721827683 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450492-1721827683.opb

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

MD5SUM BENCH= 0c828c266e62d79f9353be6d834d3452
RANDOM SEED=612468719

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.435
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        109377508 kB
MemAvailable:   123927780 kB
Buffers:          255024 kB
Cached:         15084240 kB
SwapCached:           60 kB
Active:          2555316 kB
Inactive:       19061652 kB
Active(anon):       1444 kB
Inactive(anon):  6330520 kB
Active(file):    2553872 kB
Inactive(file): 12731132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:            111120 kB
Writeback:             0 kB
AnonPages:       6275772 kB
Mapped:           134732 kB
Shmem:             53860 kB
KReclaimable:     210932 kB
Slab:             327016 kB
SReclaimable:     210932 kB
SUnreclaim:       116084 kB
KernelStack:        4912 kB
PageTables:        22320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8571112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5949440 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:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC004 at 2024-07-24 15:28:18