Trace number 4441544

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 10.5441 8.55163

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUMda1da2eec32162aae55ea03b18b534d2
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.56588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	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.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4441544-1721293749.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.70/0.45	c ... done. Wall clock time 0.322s.
0.70/0.45	c declared #vars     18069
0.70/0.45	c #constraints  52475
0.70/0.45	c constraints type 
0.70/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34832
0.70/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 920
0.70/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16722
0.70/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.70/0.45	c 52475 constraints processed.
3.87/2.39	c cleaning 2496 clauses out of 5000 with flag 39151/5000
5.91/4.02	c cleaning 4252 clauses out of 8506 with flag 108111/11003
8.02/6.11	c cleaning 5622 clauses out of 11252 with flag 198056/18001
10.45/8.52	c starts		: 94
10.45/8.52	c conflicts		: 24714
10.45/8.52	c decisions		: 50543
10.45/8.52	c propagations		: 32503916
10.45/8.52	c inspects		: 92679904
10.45/8.52	c shortcuts		: 0
10.45/8.52	c learnt literals	: 12
10.45/8.52	c learnt binary clauses	: 81
10.45/8.52	c learnt ternary clauses	: 184
10.45/8.52	c learnt constraints	: 24701
10.45/8.52	c ignored constraints	: 0
10.45/8.52	c root simplifications	: 0
10.45/8.52	c removed literals (reason simplification)	: 0
10.45/8.52	c reason swapping (by a shorter reason)	: 0
10.45/8.52	c Calls to reduceDB	: 3
10.45/8.52	c Number of update (reduction) of LBD	: 14619
10.45/8.52	c Imported unit clauses	: 0
10.45/8.52	c No decision after first conflict	: false
10.45/8.52	c number of reductions to clauses (during analyze)	: 0
10.45/8.52	c number of learned constraints concerned by reduction	: 0
10.45/8.52	c number of learning phase by resolution	: 0
10.45/8.52	c number of learning phase by cutting planes	: 0
10.45/8.52	c number of rounding to 1 operations	: 0
10.45/8.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
10.45/8.52	c number of reductions of the coefficients by power 2 	: 0
10.45/8.52	c number of right shift for reduction by power 2 	: 0
10.45/8.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
10.45/8.52	c number of ending skipping 	: 0
10.45/8.52	c number of internal skipping 	: 0
10.45/8.52	c number of derivation steps 	: 0
10.45/8.52	c number of skipped derivation steps 	: 0
10.45/8.52	c number of remaining unassigned 	: 0
10.45/8.52	c number of remaining assigned 	: 0
10.45/8.52	c number of falsified literals weakened from reason	: 0
10.45/8.52	c number of falsified literals weakened from conflict	: 0
10.45/8.52	c time for arithmetic operations	: 0
10.45/8.53	c minimum degree of deleted constraints	: null
10.45/8.53	c maximum degree of deleted constraints	: null
10.45/8.53	c number of deleted constraints	: 0
10.45/8.53	c speed (assignments/second)	: 4033244.3231170126
10.45/8.53	c non guided choices	: 789
10.45/8.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12250
10.45/8.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 81
10.45/8.54	s UNSATISFIABLE
10.45/8.54	c Total wall clock time (in seconds): 8.414

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441544-1721293749/watcher-4441544-1721293749 -o /tmp/evaluation-result-4441544-1721293749/solver-4441544-1721293749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975545 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4441544-1721293749.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=975725, runsolver pid=975722

[startup+0.102333 s]*
/proc/loadavg: 1.09 1.09 1.16 13/327 975743
/proc/meminfo: memFree=127244884/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=18975048 memory=64376 CPUtime=0.13 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 7589 0 0 0 11 2 0 0 20 0 18 0 181536785 19430449152 16094 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4743762 16094 5655 1 0 549301 0
[pid=975725/tid=975727] ppid=975722 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 6185 0 0 0 7 2 0 0 20 0 18 0 181536785 19430449152 16094 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181536788 19430449152 16094 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181536789 19430449152 16094 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64376 KiB

[startup+0.209325 s]*
/proc/loadavg: 1.96 1.27 1.22 12/327 975743
/proc/meminfo: memFree=127202144/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=18975048 memory=75044 CPUtime=0.33 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 8071 0 0 0 31 2 0 0 20 0 18 0 181536785 19430449152 18761 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4743762 18761 5816 1 0 549647 0
[pid=975725/tid=975727] ppid=975722 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 6351 0 0 0 16 2 0 0 20 0 18 0 181536785 19430449152 18761 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181536788 19430449152 18761 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181536789 19430449152 18761 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75044 KiB

[startup+0.306328 s]*
/proc/loadavg: 1.96 1.27 1.22 12/328 975744
/proc/meminfo: memFree=127096148/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=18975048 memory=111716 CPUtime=0.51 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 9495 0 0 0 47 4 0 0 20 0 18 0 181536785 19430449152 27929 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4743762 27929 5816 1 0 550545 0
[pid=975725/tid=975727] ppid=975722 vsize=18975048 memory=-9032922773388042940 CPUtime=0.27 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 6368 0 0 0 24 3 0 0 20 0 18 0 181536785 19430449152 27929 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181536788 19430449152 27929 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181536789 19430449152 27929 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 111716 KiB

[startup+0.70025 s]
/proc/loadavg: 1.96 1.27 1.22 10/331 975749
/proc/meminfo: memFree=126938856/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=180512 CPUtime=1.25 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 13167 0 0 0 120 5 0 0 20 0 20 0 181536785 19566772224 45128 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 45128 5816 1 0 553323 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=5472 CPUtime=0.63 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 6452 0 0 0 59 4 0 0 20 0 20 0 181536785 19566772224 45128 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 45128 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=280684434612904 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 45128 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 45128 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180512 KiB

[startup+1.50887 s]
/proc/loadavg: 1.96 1.27 1.22 10/331 975749
/proc/meminfo: memFree=126749084/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=189416 CPUtime=2.86 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 20492 0 0 0 279 7 0 0 20 0 20 0 181536785 19566772224 47354 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 47354 5848 1 0 555313 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=13196 CPUtime=1.43 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 6599 0 0 0 139 4 0 0 20 0 20 0 181536785 19566772224 47354 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 47354 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 47354 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=280684434466064 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 47354 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189416 KiB

[startup+3.1057 s]
/proc/loadavg: 1.96 1.27 1.22 5/332 975750
/proc/meminfo: memFree=126728956/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=192424 CPUtime=4.91 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 22796 0 0 0 484 7 0 0 20 0 20 0 181536785 19566772224 48106 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 48106 5848 1 0 555984 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=0 CPUtime=3.02 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 7844 0 0 0 298 4 0 0 20 0 20 0 181536785 19566772224 48106 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 48106 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 48106 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 48106 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192424 KiB

[startup+6.30023 s]
/proc/loadavg: 2.21 1.33 1.24 5/334 975754
/proc/meminfo: memFree=126741540/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=187664 CPUtime=8.22 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 26999 0 0 0 814 8 0 0 20 0 20 0 181536785 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 46916 5864 1 0 555988 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=13196 CPUtime=6.21 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 8694 0 0 0 617 4 0 0 20 0 20 0 181536785 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=189556 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 8.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187664 KiB

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

# cumulated CPU time of all completed processes:  user=10.4495 s, system=0.094615 s

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

[startup+6.4003 s]
/proc/loadavg: 2.21 1.33 1.24 5/334 975754
/proc/meminfo: memFree=126741540/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=187664 CPUtime=8.32 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 27012 0 0 0 824 8 0 0 20 0 20 0 181536785 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 46916 5864 1 0 555988 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=-9032922773388042940 CPUtime=6.31 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 8706 0 0 0 627 4 0 0 20 0 20 0 181536785 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=-9032922773388042940 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 46916 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187664 KiB

[startup+7.20023 s]
/proc/loadavg: 2.21 1.33 1.24 7/333 975820
/proc/meminfo: memFree=126909856/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=204248 CPUtime=9.12 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 28734 0 0 0 904 8 0 0 20 0 20 0 181536785 19566772224 51062 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 51062 5864 1 0 555988 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=11544 CPUtime=7.06 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 8743 0 0 0 702 4 0 0 20 0 20 0 181536785 19566772224 51062 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=45052 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 51062 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=187664 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 51062 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=224194199869 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 51062 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204248 KiB

[startup+8.00024 s]*
/proc/loadavg: 2.21 1.33 1.24 6/333 975886
/proc/meminfo: memFree=126830784/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=204252 CPUtime=9.93 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 28807 0 0 0 985 8 0 0 20 0 20 0 181536785 19566772224 51063 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 51063 5864 1 0 555988 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=-8887680585893716668 CPUtime=7.86 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 8759 0 0 0 782 4 0 0 20 0 20 0 181536785 19566772224 51063 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=20564 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 51063 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=5364 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 51063 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=2760 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 51063 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204252 KiB

[startup+8.40025 s]
/proc/loadavg: 2.21 1.33 1.24 6/333 975886
/proc/meminfo: memFree=126830784/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=204264 CPUtime=10.36 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 29361 0 0 0 1028 8 0 0 20 0 20 0 181536785 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 51066 5864 1 0 555988 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=5472 CPUtime=8.25 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 8779 0 0 0 821 4 0 0 20 0 20 0 181536785 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=-9032922773388042940 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=2320 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=2028 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 10.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204264 KiB

[startup+8.50026 s]
/proc/loadavg: 2.21 1.33 1.24 6/333 975886
/proc/meminfo: memFree=126830784/131524600 swapFree=131071996/131071996
[pid=975725] ppid=975722 vsize=19108176 memory=204264 CPUtime=10.45 cores=1,3
/proc/975725/stat : 975725 (java) S 975722 975725 975533 0 -1 1077936128 29362 0 0 0 1037 8 0 0 20 0 20 0 181536785 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
/proc/975725/statm: 4777044 51066 5864 1 0 555988 0
[pid=975725/tid=975727] ppid=975722 vsize=19108176 memory=13196 CPUtime=8.35 cores=1,3
/proc/975725/task/975727/stat : 975727 (java) R 975722 975725 975533 0 -1 4194368 8780 0 0 0 831 4 0 0 20 0 20 0 181536785 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975736] ppid=975722 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975725/task/975736/stat : 975736 (Finalizer) S 975722 975725 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181536788 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975743] ppid=975722 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=1,3
/proc/975725/task/975743/stat : 975743 (Common-Cleaner) S 975722 975725 975533 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 181536789 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
[pid=975725/tid=975749] ppid=975722 vsize=19108176 memory=189556 CPUtime=0 cores=1,3
/proc/975725/task/975749/stat : 975749 (Timer-0) S 975722 975725 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181536832 19566772224 51066 134679101440 94228498448384 94228498452080 140729491000624 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94228498459896 94228498460688 94228518916096 140729491006470 140729491006560 140729491006560 140729491013576 0
Current children cumulated CPU time: 10.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204264 KiB

Child status: 20

Real time (s): 8.55163
CPU time (s): 10.5441
CPU user time (s): 10.4495
CPU system time (s): 0.094615
CPU usage (%): 123.3
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 204264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4495
system time used= 0.094615
maximum resident set size= 205968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31316
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= 818
involuntary context switches= 399


# summary of solver processes directly reported to runsolver:
#   pid: 975725
#   total CPU time (s): 10.5441
#   total CPU user time (s): 10.4495
#   total CPU system time (s): 0.094615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030434 second user time and 0.068917 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 11:09:22
IDJOB=4441544
IDBENCH=147717
IDSOLVER=3058
FILE ID=nodeC017/4441544-1721293749
RUNJOBID= nodeC017-1721293761-975545
SLURM_JOB_ID= 7542595
Free space on /tmp= 890044 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441544-1721293749/watcher-4441544-1721293749 -o /tmp/evaluation-result-4441544-1721293749/solver-4441544-1721293749 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975545 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4441544-1721293749.opb

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

MD5SUM BENCH= da1da2eec32162aae55ea03b18b534d2
RANDOM SEED=1359214120

nodeC017.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		: 3599.722
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.46
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		: 3600.255
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.99
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		: 3599.722
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.46
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		: 3599.744
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.99
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		: 3599.722
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.46
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		: 3647.953
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.99
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		: 3599.722
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.46
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		: 3639.062
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127304876 kB
MemAvailable:   129166156 kB
Buffers:          498068 kB
Cached:          2189332 kB
SwapCached:            0 kB
Active:          1192500 kB
Inactive:        2392200 kB
Active(anon):       1552 kB
Inactive(anon):   933444 kB
Active(file):    1190948 kB
Inactive(file):  1458756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             38100 kB
Writeback:            40 kB
AnonPages:        897316 kB
Mapped:           125592 kB
Shmem:             37720 kB
KReclaimable:     102448 kB
Slab:             214520 kB
SReclaimable:     102448 kB
SUnreclaim:       112072 kB
KernelStack:        4976 kB
PageTables:        11932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7271336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC017 at 2024-07-18 11:09:31