Trace number 4450282

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. 13.8942 9.59976

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l080-r079-n1.cnf-plain.pb.metafix.opb
MD5SUM266633e779ed92513dfdd11bdc765a52
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.98419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5685
Total number of constraints17960
Number of constraints which are clauses17960
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a 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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.13	c Free memory 		2113181440
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.28/0.22	--- Begin Solver configuration ---
0.28/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.22	Learn all clauses as in MiniSAT
0.28/0.22	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.22	Expensive reason simplification
0.28/0.22	Glucose 2.1 dynamic restart strategy
0.28/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.28/0.22	timeout=2147483s
0.28/0.22	DB Simplification allowed=false
0.28/0.22	Listener: none
0.28/0.22	--- End Solver configuration ---
0.28/0.22	c Pseudo Boolean Optimization by upper bound
0.28/0.22	c --- Begin Solver configuration ---
0.28/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.22	c Learn all clauses as in MiniSAT
0.28/0.22	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.22	c Expensive reason simplification
0.28/0.22	c Glucose 2.1 dynamic restart strategy
0.28/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.28/0.22	c timeout=2147483s
0.28/0.22	c DB Simplification allowed=false
0.28/0.22	c Listener: none
0.28/0.22	c --- End Solver configuration ---
0.28/0.22	c solving HOME/instance-4450282-1721827613.opb
0.28/0.22	c reading problem ... 
0.28/0.24	c using VERIPB proof format
0.28/0.24	c  no objective function found
0.64/0.49	c ... done. Wall clock time 0.264s.
0.64/0.51	c declared #vars     5685
0.64/0.51	c #constraints  17960
0.64/0.51	c constraints type 
0.64/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16065
0.64/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1895
0.64/0.51	c 17960 constraints processed.
3.57/1.97	c cleaning 2482 clauses out of 5000 with flag 228291/5000
5.35/3.02	c cleaning 4256 clauses out of 8519 with flag 307642/11001
7.19/4.33	c cleaning 5629 clauses out of 11264 with flag 381739/18002
9.04/5.63	c cleaning 6813 clauses out of 13633 with flag 472001/26000
11.07/6.99	c cleaning 7904 clauses out of 15819 with flag 577267/35001
13.12/8.84	c cleaning 8953 clauses out of 17912 with flag 671976/45000
13.79/9.54	c starts		: 96
13.79/9.56	c conflicts		: 47734
13.79/9.56	c decisions		: 410784
13.79/9.56	c propagations		: 21527123
13.79/9.56	c inspects		: 73076356
13.79/9.56	c shortcuts		: 0
13.79/9.56	c learnt literals	: 16
13.79/9.56	c learnt binary clauses	: 70
13.79/9.56	c learnt ternary clauses	: 3503
13.79/9.56	c learnt constraints	: 47717
13.79/9.56	c ignored constraints	: 0
13.79/9.56	c root simplifications	: 0
13.79/9.56	c removed literals (reason simplification)	: 1108748
13.79/9.56	c reason swapping (by a shorter reason)	: 0
13.79/9.56	c Calls to reduceDB	: 6
13.79/9.56	c Number of update (reduction) of LBD	: 22171
13.79/9.56	c Imported unit clauses	: 0
13.79/9.56	c No decision after first conflict	: false
13.79/9.56	c number of reductions to clauses (during analyze)	: 0
13.79/9.56	c number of learned constraints concerned by reduction	: 0
13.79/9.56	c number of learning phase by resolution	: 0
13.79/9.56	c number of learning phase by cutting planes	: 0
13.79/9.56	c number of rounding to 1 operations	: 0
13.79/9.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.79/9.56	c number of reductions of the coefficients by power 2 	: 0
13.79/9.56	c number of right shift for reduction by power 2 	: 0
13.79/9.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.79/9.56	c number of ending skipping 	: 0
13.79/9.56	c number of internal skipping 	: 0
13.79/9.56	c number of derivation steps 	: 0
13.79/9.56	c number of skipped derivation steps 	: 0
13.79/9.56	c number of remaining unassigned 	: 0
13.79/9.56	c number of remaining assigned 	: 0
13.79/9.56	c number of falsified literals weakened from reason	: 0
13.79/9.56	c number of falsified literals weakened from conflict	: 0
13.79/9.56	c time for arithmetic operations	: 0
13.79/9.56	c minimum degree of deleted constraints	: null
13.79/9.56	c maximum degree of deleted constraints	: null
13.79/9.56	c number of deleted constraints	: 0
13.79/9.56	c speed (assignments/second)	: 2380265.701017249
13.79/9.56	c non guided choices	: 51639
13.79/9.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 11610
13.79/9.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 70
13.79/9.57	s UNSATISFIABLE
13.79/9.57	c Total wall clock time (in seconds): 9.349

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 (59019 MiB free)
  memory of node 1: 64473 MiB (44154 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100065 s]*
/proc/loadavg: 5.22 4.63 4.40 5/306 191997
/proc/meminfo: memFree=105610296/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=18975048 memory=58568 CPUtime=0.13 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 6732 0 0 0 12 1 0 0 20 0 18 0 18750096 19430449152 14642 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4743762 14642 5523 1 0 551010 0
[pid=191979/tid=191981] ppid=191976 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) S 191976 191979 187238 0 -1 1077936192 5640 0 0 0 7 1 0 0 20 0 18 0 18750097 19430449152 14642 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18750099 19430449152 14642 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=18975048 memory=3834591019379458080 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18750100 19430449152 14642 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58568 KiB

[startup+0.206005 s]*
/proc/loadavg: 5.22 4.63 4.40 5/306 191997
/proc/meminfo: memFree=105601636/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=18975048 memory=65960 CPUtime=0.28 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 7395 0 0 0 26 2 0 0 20 0 18 0 18750096 19430449152 16490 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4743762 16490 5707 1 0 551536 0
[pid=191979/tid=191981] ppid=191976 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 5848 0 0 0 17 1 0 0 20 0 18 0 18750097 19430449152 16490 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=18975048 memory=1361999 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18750099 19430449152 16490 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=18975048 memory=13567093907932509 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18750100 19430449152 16490 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65960 KiB

[startup+0.305932 s]*
/proc/loadavg: 5.22 4.63 4.40 7/306 191997
/proc/meminfo: memFree=105596788/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=18975048 memory=69496 CPUtime=0.44 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 7671 0 0 0 42 2 0 0 20 0 18 0 18750096 19430449152 17374 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4743762 17374 5816 1 0 551709 0
[pid=191979/tid=191981] ppid=191976 vsize=18975048 memory=-8743282840476361404 CPUtime=0.28 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 5940 0 0 0 26 2 0 0 20 0 18 0 18750097 19430449152 17374 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18750099 19430449152 17374 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18750100 19430449152 17374 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69496 KiB

[startup+0.700311 s]
/proc/loadavg: 5.22 4.63 4.40 8/306 191997
/proc/meminfo: memFree=105560948/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19041612 memory=111728 CPUtime=1.21 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 12519 0 0 0 117 4 0 0 20 0 19 0 18750096 19498610688 27932 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4760403 27932 5816 1 0 555233 0
[pid=191979/tid=191981] ppid=191976 vsize=19041612 memory=5500 CPUtime=0.63 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 6033 0 0 0 60 3 0 0 20 0 19 0 18750097 19498610688 27932 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19041612 memory=11880 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18750099 19498610688 27932 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18750100 19498610688 27932 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 111728 KiB

[startup+1.5064 s]
/proc/loadavg: 5.22 4.63 4.40 7/307 191998
/proc/meminfo: memFree=105542920/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19041612 memory=127812 CPUtime=2.79 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 19109 0 0 0 274 5 0 0 20 0 19 0 18750096 19498610688 31953 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4760403 31953 5845 1 0 556403 0
[pid=191979/tid=191981] ppid=191976 vsize=19041612 memory=11880 CPUtime=1.39 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 6392 0 0 0 136 3 0 0 20 0 19 0 18750097 19498610688 31953 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18750099 19498610688 31953 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18750100 19498610688 31953 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18750148 19498610688 31953 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127812 KiB

[startup+3.10631 s]
/proc/loadavg: 5.20 4.64 4.40 5/308 191999
/proc/meminfo: memFree=105436572/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=185312 CPUtime=5.54 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 23166 0 0 0 546 8 0 0 20 0 20 0 18750096 19566772224 46328 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 46328 5877 1 0 557436 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=0 CPUtime=2.92 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 7496 0 0 0 288 4 0 0 20 0 20 0 18750097 19566772224 46328 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 46328 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 46328 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 46328 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185312 KiB

[startup+6.30031 s]
/proc/loadavg: 5.20 4.64 4.40 6/308 191999
/proc/meminfo: memFree=105239200/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=326020 CPUtime=10.32 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 28309 0 0 0 1019 13 0 0 20 0 20 0 18750096 19566772224 81505 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 81505 5877 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=0 CPUtime=6.06 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 8201 0 0 0 598 8 0 0 20 0 20 0 18750097 19566772224 81505 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 81505 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=11412 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 81505 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=75588 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 81505 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 10.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 326020 KiB

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

# cumulated CPU time of all completed processes:  user=13.7264 s, system=0.1678 s

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

[startup+6.40027 s]
/proc/loadavg: 5.20 4.64 4.40 6/308 191999
/proc/meminfo: memFree=105239200/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=336292 CPUtime=10.47 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 28725 0 0 0 1033 14 0 0 20 0 20 0 18750096 19566772224 84073 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 84073 5877 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=-8743282840476361404 CPUtime=6.14 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) S 191976 191979 187238 0 -1 1077936192 8220 0 0 0 606 8 0 0 20 0 20 0 18750097 19566772224 84073 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 84073 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 84073 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=16132 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 84073 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 10.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336292 KiB

[startup+8.00031 s]*
/proc/loadavg: 5.10 4.63 4.40 5/308 191999
/proc/meminfo: memFree=105202696/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=336424 CPUtime=12.32 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 29331 0 0 0 1218 14 0 0 20 0 20 0 18750096 19566772224 84106 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 84106 5893 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=-8743282840476361404 CPUtime=7.72 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 8612 0 0 0 764 8 0 0 20 0 20 0 18750097 19566772224 84106 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=2744 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 84106 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=4476 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 84106 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=619812 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 84106 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 12.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336424 KiB

[startup+8.80037 s]
/proc/loadavg: 5.10 4.63 4.40 5/308 191999
/proc/meminfo: memFree=105202696/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=336432 CPUtime=13.12 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 29888 0 0 0 1298 14 0 0 20 0 20 0 18750096 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 84108 5893 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=75588 CPUtime=8.51 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 8978 0 0 0 843 8 0 0 20 0 20 0 18750097 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=-8743282840476361404 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=24172 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=1980 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 13.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336432 KiB

[startup+9.20044 s]
/proc/loadavg: 5.10 4.63 4.40 5/304 192011
/proc/meminfo: memFree=105729312/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=336432 CPUtime=13.52 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 30005 0 0 0 1338 14 0 0 20 0 20 0 18750096 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 84108 5893 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=6013150168861945034 CPUtime=8.91 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 9061 0 0 0 883 8 0 0 20 0 20 0 18750097 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=14128939988994880 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=1572940 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=7517750700452372581 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336432 KiB

[startup+9.40039 s]
/proc/loadavg: 5.10 4.63 4.40 5/304 192011
/proc/meminfo: memFree=105729312/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=336432 CPUtime=13.74 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 30010 0 0 0 1360 14 0 0 20 0 20 0 18750096 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 84108 5893 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=1362166 CPUtime=9.11 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) R 191976 191979 187238 0 -1 4194368 9065 0 0 0 903 8 0 0 20 0 20 0 18750097 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=1363778 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=1570945 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=4552 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 13.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336432 KiB

[startup+9.50044 s]
/proc/loadavg: 5.10 4.63 4.40 5/304 192011
/proc/meminfo: memFree=105729312/131655788 swapFree=131070192/131071996
[pid=191979] ppid=191976 vsize=19108176 memory=336432 CPUtime=13.79 cores=4,6
/proc/191979/stat : 191979 (java) S 191976 191979 187238 0 -1 1077936128 30478 0 0 0 1364 15 0 0 20 0 20 0 18750096 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
/proc/191979/statm: 4777044 84108 5893 1 0 558335 0
[pid=191979/tid=191981] ppid=191976 vsize=19108176 memory=0 CPUtime=9.16 cores=4,6
/proc/191979/task/191981/stat : 191981 (java) D 191976 191979 187238 0 -1 4194368 9529 0 0 0 907 9 0 0 20 0 20 0 18750097 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191990] ppid=191976 vsize=19108176 memory=11880 CPUtime=0 cores=4,6
/proc/191979/task/191990/stat : 191990 (Finalizer) S 191976 191979 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18750099 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191997] ppid=191976 vsize=19108176 memory=336432 CPUtime=0 cores=4,6
/proc/191979/task/191997/stat : 191997 (Common-Cleaner) S 191976 191979 187238 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18750100 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
[pid=191979/tid=191998] ppid=191976 vsize=19108176 memory=326068 CPUtime=0 cores=4,6
/proc/191979/task/191998/stat : 191998 (Timer-0) S 191976 191979 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18750148 19566772224 84108 134679101440 94352911253504 94352911257200 140723494660368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352911265016 94352911265808 94352918380544 140723494663083 140723494663265 140723494663265 140723494670280 0
Current children cumulated CPU time: 13.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336432 KiB

Child status: 20

Real time (s): 9.59976
CPU time (s): 13.8942
CPU user time (s): 13.7264
CPU system time (s): 0.1678
CPU usage (%): 144.735
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 336432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7264
system time used= 0.1678
maximum resident set size= 337880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2218
involuntary context switches= 406


# summary of solver processes directly reported to runsolver:
#   pid: 191979
#   total CPU time (s): 13.8942
#   total CPU user time (s): 13.7264
#   total CPU system time (s): 0.1678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04494 second user time and 0.084141 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-24 15:26:53
IDJOB=4450282
IDBENCH=160419
IDSOLVER=3079
FILE ID=nodeC002/4450282-1721827613
RUNJOBID= nodeC002-1721820325-187249
SLURM_JOB_ID= 7891441
Free space on /tmp= 723668 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l080-r079-n1.cnf-plain.pb.metafix.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-4450282-1721827613/watcher-4450282-1721827613 -o /tmp/evaluation-result-4450282-1721827613/solver-4450282-1721827613 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187249 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4450282-1721827613 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450282-1721827613.opb

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

MD5SUM BENCH= 266633e779ed92513dfdd11bdc765a52
RANDOM SEED=1282150474

nodeC002.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		: 3655.414
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        105650620 kB
MemAvailable:   115118892 kB
Buffers:          259312 kB
Cached:         10019456 kB
SwapCached:           72 kB
Active:          2329496 kB
Inactive:       23050236 kB
Active(anon):       1552 kB
Inactive(anon): 15153028 kB
Active(file):    2327944 kB
Inactive(file):  7897208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:             83548 kB
Writeback:             0 kB
AnonPages:      15099696 kB
Mapped:           124108 kB
Shmem:             53844 kB
KReclaimable:     166640 kB
Slab:             281988 kB
SReclaimable:     166640 kB
SUnreclaim:       115348 kB
KernelStack:        4652 kB
PageTables:        39004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17448528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14843904 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC002 at 2024-07-24 15:27:02