Trace number 4450114

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07UNSAT 16.4932 14.9385

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUM941394ab05487707ac91e3110f759ebc
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.12536
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4257
Total number of constraints13413
Number of constraints which are clauses13413
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.00/0.11	--- Begin Solver configuration ---
0.00/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.00/0.11	Learn all clauses as in MiniSAT
0.00/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	No reason simplification
0.00/0.11	Glucose 2.1 dynamic restart strategy
0.00/0.11	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.00/0.11	timeout=2147483s
0.00/0.11	DB Simplification allowed=false
0.00/0.11	Listener: none
0.00/0.11	--- End Solver configuration ---
0.15/0.11	c Pseudo Boolean Optimization by upper bound
0.15/0.11	c --- Begin Solver configuration ---
0.15/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.11	c Learn all clauses as in MiniSAT
0.15/0.11	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.11	c No reason simplification
0.15/0.11	c Glucose 2.1 dynamic restart strategy
0.15/0.11	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.15/0.11	c timeout=2147483s
0.15/0.11	c DB Simplification allowed=false
0.15/0.11	c Listener: none
0.15/0.11	c --- End Solver configuration ---
0.15/0.11	c solving HOME/instance-4450114-1721406700.opb
0.15/0.11	c reading problem ... 
0.15/0.11	c  no objective function found
0.32/0.24	c ... done. Wall clock time 0.124s.
0.32/0.24	c declared #vars     4257
0.32/0.24	c #constraints  13413
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11994
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1419
0.32/0.24	c 13413 constraints processed.
1.99/1.24	c cleaning 2497 clauses out of 5001 with flag 238184/5001
2.84/2.08	c cleaning 4249 clauses out of 8504 with flag 372927/11001
4.04/3.16	c cleaning 5626 clauses out of 11254 with flag 525136/18000
5.14/4.28	c cleaning 6812 clauses out of 13629 with flag 682867/26001
6.49/5.58	c cleaning 7908 clauses out of 15819 with flag 867139/35003
8.22/7.19	c cleaning 8954 clauses out of 17909 with flag 1080352/45002
10.19/8.81	c cleaning 9972 clauses out of 19953 with flag 1276079/56000
11.85/10.44	c cleaning 10989 clauses out of 21983 with flag 1468369/68002
13.68/12.27	c cleaning 11992 clauses out of 23994 with flag 1683022/81004
15.64/14.12	c cleaning 12995 clauses out of 25997 with flag 1880003/95000
16.33/14.89	c starts		: 79
16.33/14.89	c conflicts		: 101046
16.33/14.90	c decisions		: 367098
16.33/14.90	c propagations		: 39997791
16.33/14.90	c inspects		: 166525719
16.33/14.90	c shortcuts		: 0
16.44/14.90	c learnt literals	: 10
16.44/14.90	c learnt binary clauses	: 15
16.44/14.90	c learnt ternary clauses	: 2843
16.44/14.90	c learnt constraints	: 101035
16.44/14.90	c ignored constraints	: 0
16.44/14.90	c root simplifications	: 0
16.44/14.90	c removed literals (reason simplification)	: 0
16.44/14.90	c reason swapping (by a shorter reason)	: 0
16.44/14.90	c Calls to reduceDB	: 10
16.44/14.90	c Number of update (reduction) of LBD	: 46168
16.44/14.90	c Imported unit clauses	: 0
16.44/14.90	c No decision after first conflict	: false
16.44/14.90	c number of reductions to clauses (during analyze)	: 0
16.44/14.90	c number of learned constraints concerned by reduction	: 0
16.44/14.90	c number of learning phase by resolution	: 0
16.44/14.90	c number of learning phase by cutting planes	: 0
16.44/14.90	c number of rounding to 1 operations	: 0
16.44/14.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
16.44/14.90	c number of reductions of the coefficients by power 2 	: 0
16.44/14.90	c number of right shift for reduction by power 2 	: 0
16.44/14.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
16.44/14.90	c number of ending skipping 	: 0
16.44/14.90	c number of internal skipping 	: 0
16.44/14.90	c number of derivation steps 	: 0
16.44/14.90	c number of skipped derivation steps 	: 0
16.44/14.91	c number of remaining unassigned 	: 0
16.44/14.91	c number of remaining assigned 	: 0
16.44/14.91	c number of falsified literals weakened from reason	: 0
16.44/14.91	c number of falsified literals weakened from conflict	: 0
16.44/14.91	c time for arithmetic operations	: 0
16.44/14.91	c minimum degree of deleted constraints	: null
16.44/14.91	c maximum degree of deleted constraints	: null
16.44/14.91	c number of deleted constraints	: 0
16.44/14.91	c speed (assignments/second)	: 2728362.2783083217
16.44/14.91	c non guided choices	: 28764
16.44/14.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19026
16.44/14.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 15
16.44/14.92	s UNSATISFIABLE
16.44/14.92	c Total wall clock time (in seconds): 14.805

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59410 MiB free)
  memory of node 1: 64510 MiB (61535 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450114-1721406700/watcher-4450114-1721406700 -o /tmp/evaluation-result-4450114-1721406700/solver-4450114-1721406700 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721399514-987392 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450114-1721406700.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=991727, runsolver pid=991724

[startup+0.109388 s]*
/proc/loadavg: 2.46 2.21 2.19 4/281 991745
/proc/meminfo: memFree=123805736/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=18975048 memory=63944 CPUtime=0.15 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 7354 0 0 0 14 1 0 0 20 0 18 0 192830613 19430449152 15986 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4743762 15986 5739 1 0 549429 0
[pid=991727/tid=991729] ppid=991724 vsize=18975048 memory=4026531957 CPUtime=0.09 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 5826 0 0 0 8 1 0 0 20 0 18 0 192830613 19430449152 15986 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=18975048 memory=241407623517 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192830616 19430449152 15986 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=18975048 memory=56320862741100 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 192830616 19430449152 15986 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63944 KiB

[startup+0.20542 s]*
/proc/loadavg: 2.46 2.21 2.19 3/281 991745
/proc/meminfo: memFree=123787792/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=18975048 memory=81848 CPUtime=0.32 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 8675 0 0 0 30 2 0 0 20 0 18 0 192830613 19430449152 20462 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4743762 20462 5825 1 0 550236 0
[pid=991727/tid=991729] ppid=991724 vsize=18975048 memory=4028274938 CPUtime=0.17 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 5913 0 0 0 16 1 0 0 20 0 18 0 192830613 19430449152 20462 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=18975048 memory=14942 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192830616 19430449152 20462 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=18975048 memory=55221351089403 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 192830616 19430449152 20462 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81848 KiB

[startup+0.30566 s]*
/proc/loadavg: 2.46 2.21 2.19 4/282 991746
/proc/meminfo: memFree=123777292/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19041612 memory=92000 CPUtime=0.51 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 9203 0 0 0 49 2 0 0 20 0 19 0 192830613 19498610688 23000 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4760403 23000 5825 1 0 550869 0
[pid=991727/tid=991729] ppid=991724 vsize=19041612 memory=-8888807602458501820 CPUtime=0.26 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 5950 0 0 0 25 1 0 0 20 0 19 0 192830613 19498610688 23000 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 23000 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 23000 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 192830638 19498610688 23000 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92000 KiB

[startup+0.710662 s]
/proc/loadavg: 2.46 2.21 2.19 5/282 991746
/proc/meminfo: memFree=123771552/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19041612 memory=101544 CPUtime=1.3 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 11673 0 0 0 127 3 0 0 20 0 19 0 192830613 19498610688 25386 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4760403 25386 5840 1 0 552685 0
[pid=991727/tid=991729] ppid=991724 vsize=19041612 memory=13012 CPUtime=0.65 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 5961 0 0 0 64 1 0 0 20 0 19 0 192830613 19498610688 25386 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19041612 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 25386 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19041612 memory=2337 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 25386 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19041612 memory=26268 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 192830638 19498610688 25386 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101544 KiB

[startup+1.5002 s]
/proc/loadavg: 2.46 2.21 2.19 3/282 991746
/proc/meminfo: memFree=123765244/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19041612 memory=112920 CPUtime=2.31 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 14933 0 0 0 228 3 0 0 20 0 19 0 192830613 19498610688 28230 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4760403 28230 5856 1 0 552727 0
[pid=991727/tid=991729] ppid=991724 vsize=19041612 memory=13012 CPUtime=1.44 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 7057 0 0 0 142 2 0 0 20 0 19 0 192830613 19498610688 28230 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 28230 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19041612 memory=65 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 28230 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 192830638 19498610688 28230 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112920 KiB

[startup+3.1053 s]
/proc/loadavg: 2.46 2.21 2.19 3/282 991746
/proc/meminfo: memFree=123725688/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19041612 memory=145800 CPUtime=4.04 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 17020 0 0 0 400 4 0 0 20 0 19 0 192830613 19498610688 36450 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4760403 36450 5856 1 0 552733 0
[pid=991727/tid=991729] ppid=991724 vsize=19041612 memory=119064 CPUtime=3.04 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 7398 0 0 0 301 3 0 0 20 0 19 0 192830613 19498610688 36450 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 36450 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19041612 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 192830616 19498610688 36450 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19041612 memory=11488 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 192830638 19498610688 36450 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 4.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 145800 KiB

[startup+6.30019 s]
/proc/loadavg: 2.42 2.21 2.19 3/283 991747
/proc/meminfo: memFree=123691172/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19108176 memory=178076 CPUtime=7.33 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 21166 0 0 0 728 5 0 0 20 0 20 0 192830613 19566772224 44519 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4777044 44519 5872 1 0 553022 0
[pid=991727/tid=991729] ppid=991724 vsize=19108176 memory=0 CPUtime=6.22 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 7811 0 0 0 619 3 0 0 20 0 20 0 192830613 19566772224 44519 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 44519 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 44519 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192830638 19566772224 44519 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178076 KiB

[startup+12.7002 s]
/proc/loadavg: 2.39 2.20 2.19 3/283 991816
/proc/meminfo: memFree=125648988/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19108176 memory=188332 CPUtime=14.24 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 35844 0 0 0 1416 8 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4777044 47083 5920 1 0 557150 0
[pid=991727/tid=991729] ppid=991724 vsize=19108176 memory=-9030952465697383100 CPUtime=12.58 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 9357 0 0 0 1255 3 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192830638 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 14.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188332 KiB

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

# cumulated CPU time of all completed processes:  user=16.4065 s, system=0.086742 s

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

[startup+12.8002 s]
/proc/loadavg: 2.39 2.20 2.19 3/283 991816
/proc/meminfo: memFree=125648988/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19108176 memory=188332 CPUtime=14.34 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 35846 0 0 0 1426 8 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4777044 47083 5920 1 0 557150 0
[pid=991727/tid=991729] ppid=991724 vsize=19108176 memory=11488 CPUtime=12.68 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 9359 0 0 0 1265 3 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19108176 memory=45656 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19108176 memory=2372 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192830638 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188332 KiB

[startup+13.6002 s]
/proc/loadavg: 2.39 2.20 2.19 3/283 991816
/proc/meminfo: memFree=125640684/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19108176 memory=188332 CPUtime=15.14 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 35850 0 0 0 1506 8 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4777044 47083 5920 1 0 557150 0
[pid=991727/tid=991729] ppid=991724 vsize=19108176 memory=45656 CPUtime=13.48 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 9361 0 0 0 1345 3 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19108176 memory=-8888807602458501820 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192830638 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188332 KiB

[startup+14.4002 s]
/proc/loadavg: 2.39 2.20 2.19 3/283 991816
/proc/meminfo: memFree=125601632/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19108176 memory=188332 CPUtime=15.93 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 35913 0 0 0 1585 8 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4777044 47083 5920 1 0 557150 0
[pid=991727/tid=991729] ppid=991724 vsize=19108176 memory=-8888807602458501820 CPUtime=14.28 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 9420 0 0 0 1425 3 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19108176 memory=45656 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192830638 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188332 KiB

[startup+14.8002 s]
/proc/loadavg: 2.39 2.20 2.19 3/283 991816
/proc/meminfo: memFree=125601632/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19108176 memory=188332 CPUtime=16.33 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 35938 0 0 0 1625 8 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4777044 47083 5920 1 0 557150 0
[pid=991727/tid=991729] ppid=991724 vsize=19108176 memory=7180 CPUtime=14.68 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) R 991724 991727 987379 0 -1 4194368 9445 0 0 0 1465 3 0 0 20 0 20 0 192830613 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19108176 memory=28348 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19108176 memory=33640 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991746] ppid=991724 vsize=19108176 memory=41032 CPUtime=0 cores=5,7
/proc/991727/task/991746/stat : 991746 (Timer-0) S 991724 991727 987379 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192830638 19566772224 47083 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188332 KiB

[startup+14.9028 s]
/proc/loadavg: 2.39 2.20 2.19 3/283 991816
/proc/meminfo: memFree=125601632/131524600 swapFree=131071996/131071996
[pid=991727] ppid=991724 vsize=19241304 memory=188816 CPUtime=16.44 cores=5,7
/proc/991727/stat : 991727 (java) S 991724 991727 987379 0 -1 1077936128 38342 0 0 0 1636 8 0 0 20 0 20 0 192830613 19703095296 47204 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
/proc/991727/statm: 4810326 47204 5919 1 0 557768 0
[pid=991727/tid=991729] ppid=991724 vsize=19241304 memory=13012 CPUtime=14.77 cores=5,7
/proc/991727/task/991729/stat : 991729 (java) S 991724 991727 987379 0 -1 1077936192 11080 0 0 0 1474 3 0 0 20 0 20 0 192830613 19703095296 47204 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991738] ppid=991724 vsize=19241304 memory=11488 CPUtime=0 cores=5,7
/proc/991727/task/991738/stat : 991738 (Finalizer) S 991724 991727 987379 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192830616 19703095296 47204 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
[pid=991727/tid=991745] ppid=991724 vsize=19241304 memory=11488 CPUtime=0 cores=5,7
/proc/991727/task/991745/stat : 991745 (Common-Cleaner) S 991724 991727 987379 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192830616 19703095296 47204 134679101440 94165883084800 94165883088496 140732080233728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94165883096312 94165883097104 94165886484480 140732080235526 140732080235616 140732080235616 140732080242632 0
Current children cumulated CPU time: 16.44 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 188816 KiB

Child status: 20

Real time (s): 14.9385
CPU time (s): 16.4932
CPU user time (s): 16.4065
CPU system time (s): 0.086742
CPU usage (%): 110.408
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 202888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4065
system time used= 0.086742
maximum resident set size= 202888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1092
involuntary context switches= 146


# summary of solver processes directly reported to runsolver:
#   pid: 991727
#   total CPU time (s): 16.4932
#   total CPU user time (s): 16.4065
#   total CPU system time (s): 0.086742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034998 second user time and 0.088489 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 18:31:52
IDJOB=4450114
IDBENCH=160404
IDSOLVER=3058
FILE ID=nodeC016/4450114-1721406700
RUNJOBID= nodeC016-1721399514-987392
SLURM_JOB_ID= 7545428
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450114-1721406700/watcher-4450114-1721406700 -o /tmp/evaluation-result-4450114-1721406700/solver-4450114-1721406700 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721399514-987392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450114-1721406700.opb

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

MD5SUM BENCH= 941394ab05487707ac91e3110f759ebc
RANDOM SEED=1561642733

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123848660 kB
MemAvailable:   127591568 kB
Buffers:          395876 kB
Cached:          4189160 kB
SwapCached:            0 kB
Active:           644628 kB
Inactive:        6410380 kB
Active(anon):       1480 kB
Inactive(anon):  2514380 kB
Active(file):     643148 kB
Inactive(file):  3896000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       2468444 kB
Mapped:           126792 kB
Shmem:             45912 kB
KReclaimable:      86812 kB
Slab:             198256 kB
SReclaimable:      86812 kB
SUnreclaim:       111444 kB
KernelStack:        4256 kB
PageTables:        13912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2847664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72416 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2308096 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-19 18:32:07