Trace number 4525406

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 2025-06-06OPTIMUM 8.78914 5.24608

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968898--soft-66-100-0.wbo
MD5SUMd87b9c477e8f9fff01722d84f9b2e16d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.845221
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.12/0.11	c version PB25.v20250606
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.14	c Free memory 		2104792832
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2113929216
0.12/0.15	c Number of processors 	2
0.27/0.25	c Pseudo Boolean Optimization by upper bound
0.27/0.25	c --- Begin Solver configuration ---
0.27/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.27/0.25	c Learn all clauses as in MiniSAT
0.27/0.25	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.25	c Expensive reason simplification
0.27/0.25	c Glucose 2.1 dynamic restart strategy
0.27/0.25	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.27/0.25	c timeout=2147483s
0.27/0.25	c DB Simplification allowed=false
0.27/0.25	c Listener: none
0.27/0.25	c --- End Solver configuration ---
0.27/0.25	c solving HOME/instance-4525406-1751623307.wbo
0.27/0.25	c reading problem ... 
0.27/0.31	c ... done. Wall clock time 0.065s.
0.27/0.32	c declared #vars     169
0.27/0.32	c internal #vars     197
0.27/0.32	c #constraints  102
0.27/0.32	c constraints type 
0.27/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.27/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.27/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.27/0.32	c org.sat4j.specs.Constr$1 => 1
0.27/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.27/0.32	c 102 constraints processed.
0.44/0.34	c objective function length is 28 literals
1.14/0.75	c cleaning 2499 clauses out of 5000 with flag 14057/5000
1.35/0.82	c SATISFIABLE
1.35/0.82	c OPTIMIZING...
1.35/0.82	c Got one! Elapsed wall clock time (in seconds):0.569
1.35/0.82	o 1192
1.35/0.82	c Got one! Elapsed wall clock time (in seconds):0.577
1.35/0.82	o 580
1.55/0.90	c Got one! Elapsed wall clock time (in seconds):0.657
1.55/0.90	o 551
1.55/0.96	c cleaning 4309 clauses out of 8617 with flag 2744/11116
1.76/1.02	c Got one! Elapsed wall clock time (in seconds):0.777
1.76/1.02	o 548
1.95/1.15	c cleaning 4791 clauses out of 9595 with flag 8602/16403
2.13/1.25	c Got one! Elapsed wall clock time (in seconds):1.007
2.13/1.25	o 547
2.13/1.26	c Got one! Elapsed wall clock time (in seconds):1.013
2.13/1.26	o 546
2.13/1.27	c Got one! Elapsed wall clock time (in seconds):1.019
2.13/1.27	o 522
2.33/1.34	c cleaning 5267 clauses out of 10542 with flag 6473/22141
2.53/1.42	c Got one! Elapsed wall clock time (in seconds):1.174
2.53/1.42	o 518
2.53/1.43	c Got one! Elapsed wall clock time (in seconds):1.181
2.53/1.43	o 495
2.53/1.46	c Got one! Elapsed wall clock time (in seconds):1.213
2.53/1.46	o 494
2.73/1.52	c cleaning 5786 clauses out of 11580 with flag 6760/28446
2.93/1.60	c Got one! Elapsed wall clock time (in seconds):1.35
2.93/1.60	o 491
2.93/1.61	c Got one! Elapsed wall clock time (in seconds):1.367
2.93/1.61	o 472
2.93/1.63	c Got one! Elapsed wall clock time (in seconds):1.385
2.93/1.63	o 461
2.93/1.66	c cleaning 6387 clauses out of 12794 with flag 3274/35446
2.93/1.69	c Got one! Elapsed wall clock time (in seconds):1.443
2.93/1.69	o 455
2.93/1.70	c Got one! Elapsed wall clock time (in seconds):1.449
2.93/1.70	o 443
3.12/1.72	c Got one! Elapsed wall clock time (in seconds):1.473
3.12/1.72	o 433
3.12/1.78	c cleaning 6126 clauses out of 12252 with flag 10022/41291
3.51/1.91	c cleaning 6059 clauses out of 12126 with flag 30780/47291
3.51/1.99	c Got one! Elapsed wall clock time (in seconds):1.747
3.51/1.99	o 431
3.71/2.05	c cleaning 5693 clauses out of 11400 with flag 3810/52624
3.71/2.05	c Got one! Elapsed wall clock time (in seconds):1.805
3.71/2.05	o 410
3.71/2.07	c Got one! Elapsed wall clock time (in seconds):1.825
3.71/2.07	o 398
3.71/2.10	c Got one! Elapsed wall clock time (in seconds):1.854
3.71/2.10	o 378
3.91/2.15	c Got one! Elapsed wall clock time (in seconds):1.907
3.91/2.15	o 374
3.91/2.18	c cleaning 6027 clauses out of 12060 with flag 3359/58977
4.10/2.20	c Got one! Elapsed wall clock time (in seconds):1.957
4.10/2.20	o 369
4.10/2.23	c Got one! Elapsed wall clock time (in seconds):1.98
4.10/2.23	o 368
4.10/2.23	c Got one! Elapsed wall clock time (in seconds):1.983
4.10/2.23	o 334
4.10/2.26	c Got one! Elapsed wall clock time (in seconds):2.009
4.10/2.26	o 328
4.10/2.29	c Got one! Elapsed wall clock time (in seconds):2.041
4.10/2.29	o 326
4.22/2.30	c Got one! Elapsed wall clock time (in seconds):2.058
4.22/2.30	o 321
4.22/2.33	c cleaning 6579 clauses out of 13163 with flag 3746/66107
4.22/2.34	c Got one! Elapsed wall clock time (in seconds):2.096
4.22/2.34	o 319
4.22/2.35	c Got one! Elapsed wall clock time (in seconds):2.106
4.22/2.35	o 313
4.22/2.37	c Got one! Elapsed wall clock time (in seconds):2.12
4.22/2.37	o 308
4.22/2.37	c Got one! Elapsed wall clock time (in seconds):2.124
4.22/2.37	o 306
4.22/2.37	c Got one! Elapsed wall clock time (in seconds):2.129
4.22/2.38	o 284
4.22/2.39	c Got one! Elapsed wall clock time (in seconds):2.139
4.22/2.39	o 281
4.22/2.39	c Got one! Elapsed wall clock time (in seconds):2.144
4.22/2.39	o 277
4.22/2.40	c Got one! Elapsed wall clock time (in seconds):2.149
4.22/2.40	o 248
4.32/2.42	c Got one! Elapsed wall clock time (in seconds):2.176
4.32/2.42	o 242
4.32/2.49	c Got one! Elapsed wall clock time (in seconds):2.247
4.32/2.49	o 238
4.43/2.50	c Got one! Elapsed wall clock time (in seconds):2.255
4.43/2.50	o 235
4.43/2.53	c cleaning 7722 clauses out of 15445 with flag 3682/74968
4.43/2.54	c Got one! Elapsed wall clock time (in seconds):2.294
4.43/2.54	o 182
4.43/2.54	c Got one! Elapsed wall clock time (in seconds):2.297
4.43/2.54	o 174
4.43/2.58	c Got one! Elapsed wall clock time (in seconds):2.33
4.43/2.58	o 169
4.53/2.62	c Got one! Elapsed wall clock time (in seconds):2.371
4.53/2.62	o 166
4.53/2.62	c Got one! Elapsed wall clock time (in seconds):2.373
4.53/2.62	o 163
4.53/2.62	c Got one! Elapsed wall clock time (in seconds):2.377
4.53/2.62	o 162
4.53/2.67	c cleaning 7153 clauses out of 14311 with flag 8005/81556
4.63/2.72	c Got one! Elapsed wall clock time (in seconds):2.471
4.63/2.72	o 152
4.63/2.74	c Got one! Elapsed wall clock time (in seconds):2.496
4.63/2.74	o 143
4.63/2.78	c Got one! Elapsed wall clock time (in seconds):2.529
4.63/2.78	o 106
4.72/2.80	c cleaning 6555 clauses out of 13111 with flag 3919/87509
4.72/2.84	c Got one! Elapsed wall clock time (in seconds):2.598
4.72/2.84	o 103
4.82/2.92	c cleaning 5842 clauses out of 11699 with flag 13063/92652
4.82/2.94	c Got one! Elapsed wall clock time (in seconds):2.693
4.82/2.94	o 97
5.00/3.06	c cleaning 5550 clauses out of 11111 with flag 15122/97906
5.00/3.08	c Got one! Elapsed wall clock time (in seconds):2.837
5.00/3.08	o 93
5.19/3.19	c cleaning 5289 clauses out of 10609 with flag 16535/102954
5.53/3.35	c cleaning 5642 clauses out of 11318 with flag 40661/108952
5.53/3.37	c Got one! Elapsed wall clock time (in seconds):3.121
5.53/3.37	o 86
5.73/3.49	c cleaning 5765 clauses out of 11544 with flag 19618/114820
6.13/3.65	c cleaning 5886 clauses out of 11781 with flag 44281/120822
6.13/3.68	c Got one! Elapsed wall clock time (in seconds):3.437
6.13/3.68	o 81
6.33/3.78	c cleaning 5498 clauses out of 11003 with flag 17192/125930
6.63/3.92	c cleaning 5748 clauses out of 11505 with flag 43153/131930
6.78/4.07	c cleaning 6376 clauses out of 12757 with flag 72310/138930
6.97/4.26	c cleaning 7189 clauses out of 14381 with flag 107438/146930
7.07/4.30	c Got one! Elapsed wall clock time (in seconds):4.053
7.07/4.30	o 80
7.17/4.40	c cleaning 6535 clauses out of 13081 with flag 18792/152819
7.34/4.56	c cleaning 6272 clauses out of 12543 with flag 46619/158819
7.74/4.78	c cleaning 6630 clauses out of 13265 with flag 79877/165817
8.15/4.98	c cleaning 7312 clauses out of 14633 with flag 116929/173819
8.70/5.20	c starts		: 223
8.70/5.21	c conflicts		: 182166
8.70/5.22	c decisions		: 285211
8.70/5.22	c propagations		: 3881907
8.70/5.22	c inspects		: 30915767
8.70/5.22	c shortcuts		: 0
8.70/5.22	c learnt literals	: 23
8.70/5.22	c learnt binary clauses	: 116
8.70/5.22	c learnt ternary clauses	: 414
8.70/5.22	c learnt constraints	: 182142
8.70/5.22	c ignored constraints	: 0
8.70/5.22	c root simplifications	: 0
8.70/5.22	c removed literals (reason simplification)	: 1980247
8.70/5.22	c reason swapping (by a shorter reason)	: 0
8.70/5.22	c Calls to reduceDB	: 28
8.70/5.22	c Number of update (reduction) of LBD	: 42576
8.70/5.22	c Imported unit clauses	: 0
8.70/5.22	c No decision after first conflict	: false
8.70/5.22	c number of reductions to clauses (during analyze)	: 0
8.70/5.22	c number of learned constraints concerned by reduction	: 0
8.70/5.22	c number of learning phase by resolution	: 0
8.70/5.23	c number of learning phase by cutting planes	: 0
8.70/5.23	c number of rounding to 1 operations	: 0
8.70/5.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.70/5.23	c number of reductions of the coefficients by power 2 	: 0
8.70/5.23	c number of right shift for reduction by power 2 	: 0
8.70/5.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.70/5.23	c number of ending skipping 	: 0
8.70/5.23	c number of internal skipping 	: 0
8.70/5.23	c number of derivation steps 	: 0
8.70/5.23	c number of skipped derivation steps 	: 0
8.70/5.23	c number of remaining unassigned 	: 0
8.70/5.23	c number of remaining assigned 	: 0
8.70/5.23	c number of falsified literals weakened from reason	: 0
8.70/5.23	c number of falsified literals weakened from conflict	: 0
8.70/5.23	c time for arithmetic operations	: 0
8.70/5.23	c minimum degree of deleted constraints	: null
8.70/5.23	c maximum degree of deleted constraints	: null
8.70/5.23	c number of deleted constraints	: 0
8.70/5.23	c speed (assignments/second)	: 794658.5465711362
8.70/5.23	c non guided choices	: 1645
8.70/5.23	s OPTIMUM FOUND
8.70/5.23	c Found 53 solution(s)
8.70/5.23	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 
8.70/5.23	c objective function=80
8.70/5.23	c Total wall clock time (in seconds): 4.988

Verifier Data

OK	80

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525406-1751623307/watcher-4525406-1751623307 -o /tmp/evaluation-result-4525406-1751623307/solver-4525406-1751623307 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97337 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525406-1751623307.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=98379, runsolver pid=98376

[startup+0.100073 s]*
/proc/loadavg: 3.95 4.01 5.95 6/323 98397
/proc/meminfo: memFree=126931900/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18930384 memory=51944 CPUtime=0.12 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 6172 0 0 0 10 2 0 0 20 0 18 0 78009842 19384713216 12986 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4732596 12986 5335 1 0 547308 0
[pid=98379/tid=98381] ppid=98376 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 4904 0 0 0 6 1 0 0 20 0 18 0 78009843 19384713216 12986 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78009846 19384713216 13018 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18930384 memory=60693105881846 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78009846 19384713216 13018 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51944 KiB

[startup+0.213752 s]*
/proc/loadavg: 3.95 4.01 5.95 10/323 98399
/proc/meminfo: memFree=126926796/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18930384 memory=58304 CPUtime=0.27 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 6742 0 0 0 24 3 0 0 20 0 18 0 78009842 19384713216 14576 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4732596 14576 5335 1 0 547749 0
[pid=98379/tid=98381] ppid=98376 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 5144 0 0 0 15 2 0 0 20 0 18 0 78009843 19384713216 14576 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18930384 memory=14857 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78009846 19384713216 14576 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18930384 memory=59593594242043 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78009846 19384713216 14576 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58304 KiB

[startup+0.313274 s]*
/proc/loadavg: 3.95 4.01 5.95 6/303 98399
/proc/meminfo: memFree=127045108/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18930384 memory=61704 CPUtime=0.44 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 6973 0 0 0 41 3 0 0 20 0 18 0 78009842 19384713216 15426 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4732596 15426 5431 1 0 547904 0
[pid=98379/tid=98381] ppid=98376 vsize=18930384 memory=-6000919481263023206 CPUtime=0.26 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 5286 0 0 0 24 2 0 0 20 0 18 0 78009843 19384713216 15426 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78009846 19384713216 15426 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78009846 19384713216 15426 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61704 KiB

[startup+0.700349 s]
/proc/loadavg: 3.95 4.01 5.95 5/304 98414
/proc/meminfo: memFree=127040848/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=68556 CPUtime=1.14 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 8970 0 0 0 110 4 0 0 20 0 19 0 78009842 19452874752 17139 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 17139 5463 1 0 549157 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=18560 CPUtime=0.6 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 5376 0 0 0 58 2 0 0 20 0 19 0 78009843 19452874752 17139 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 17139 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=21648 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 17139 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=4480 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 17139 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68556 KiB

[startup+1.50027 s]
/proc/loadavg: 3.95 4.01 5.95 7/323 98462
/proc/meminfo: memFree=126998108/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=87300 CPUtime=2.73 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 17962 0 0 0 266 7 0 0 20 0 19 0 78009842 19452874752 21825 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 21825 5463 1 0 552225 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=0 CPUtime=1.37 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 6070 0 0 0 135 2 0 0 20 0 19 0 78009843 19452874752 21825 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 21825 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=21648 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 21825 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=4480 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 21825 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87300 KiB

[startup+3.12243 s]
/proc/loadavg: 4.11 4.05 5.95 7/303 98491
/proc/meminfo: memFree=127009092/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=110100 CPUtime=5.19 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 21608 0 0 0 509 10 0 0 20 0 19 0 78009842 19452874752 27525 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 27525 5463 1 0 553677 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=11264 CPUtime=2.98 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 6524 0 0 0 294 4 0 0 20 0 19 0 78009843 19452874752 27525 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=-6000919481263023206 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 27525 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 27525 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=21648 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 27525 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110100 KiB

[startup+5.24603 s]
# the end of solver process 98379 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=8.65566 s, system=0.133476 s

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

[startup+3.20046 s]
/proc/loadavg: 4.11 4.05 5.95 7/303 98491
/proc/meminfo: memFree=127009092/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=112148 CPUtime=5.34 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 21611 0 0 0 523 11 0 0 20 0 19 0 78009842 19452874752 28037 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 28037 5463 1 0 553677 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=73772 CPUtime=3.06 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 6526 0 0 0 302 4 0 0 20 0 19 0 78009843 19452874752 28037 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 28037 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=5276 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 28037 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=57381652529209 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 28037 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112148 KiB

[startup+4.00028 s]*
/proc/loadavg: 4.11 4.05 5.95 7/324 98528
/proc/meminfo: memFree=126950396/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=120468 CPUtime=6.78 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 21743 0 0 0 667 11 0 0 20 0 19 0 78009842 19452874752 30117 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 30117 5463 1 0 553678 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=-6000919481380332646 CPUtime=3.85 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 6535 0 0 0 381 4 0 0 20 0 19 0 78009843 19452874752 30117 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=2884 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 30117 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=21648 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 30117 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=4480 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 30117 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 6.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120468 KiB

[startup+4.80036 s]
/proc/loadavg: 4.11 4.05 5.95 7/324 98528
/proc/meminfo: memFree=126950396/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=126880 CPUtime=7.95 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 22175 0 0 0 783 12 0 0 20 0 19 0 78009842 19452874752 31720 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 31720 5463 1 0 553681 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=28384 CPUtime=4.65 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 6917 0 0 0 460 5 0 0 20 0 19 0 78009843 19452874752 31720 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=7092 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 31720 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=5704 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 31720 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=116372 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 31720 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126880 KiB

[startup+5.20035 s]
/proc/loadavg: 4.11 4.05 5.95 8/324 98528
/proc/meminfo: memFree=126927900/131382116 swapFree=33009904/33010684
[pid=98379] ppid=98376 vsize=18996948 memory=130976 CPUtime=8.7 cores=1,3
/proc/98379/stat : 98379 (java) S 98376 98379 97320 0 -1 4194304 22198 0 0 0 858 12 0 0 20 0 19 0 78009842 19452874752 32744 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
/proc/98379/statm: 4749237 32744 5463 1 0 553681 0
[pid=98379/tid=98381] ppid=98376 vsize=18996948 memory=55212677268211 CPUtime=5.05 cores=1,3
/proc/98379/task/98381/stat : 98381 (java) R 98376 98379 97320 0 -1 4194368 6921 0 0 0 500 5 0 0 20 0 19 0 78009843 19452874752 32744 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98390] ppid=98376 vsize=18996948 memory=395178 CPUtime=0 cores=1,3
/proc/98379/task/98390/stat : 98390 (Finalizer) S 98376 98379 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 32744 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98397] ppid=98376 vsize=18996948 memory=-6000919502788125798 CPUtime=0 cores=1,3
/proc/98379/task/98397/stat : 98397 (Common-Cleaner) S 98376 98379 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78009846 19452874752 32744 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
[pid=98379/tid=98401] ppid=98376 vsize=18996948 memory=9088 CPUtime=0 cores=1,3
/proc/98379/task/98401/stat : 98401 (Timer-0) S 98376 98379 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009877 19452874752 32744 18446744073709551615 94009071964160 94009071967856 140723207294304 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94009071975672 94009071976464 94009075331072 140723207301503 140723207301604 140723207301604 140723207307208 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130976 KiB

Child status: 30

Real time (s): 5.24608
CPU time (s): 8.78914
CPU user time (s): 8.65566
CPU system time (s): 0.133476
CPU usage (%): 167.537
Max. virtual memory (cumulated for all children) (KiB): 18996948
Max. memory (cumulated for all children) (KiB): 130976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.65566
system time used= 0.133476
maximum resident set size= 133708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1786
involuntary context switches= 3503


# summary of solver processes directly reported to runsolver:
#   pid: 98379
#   total CPU time (s): 8.78914
#   total CPU user time (s): 8.65566
#   total CPU system time (s): 0.133476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050666 second user time and 0.103659 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:47
IDJOB=4525406
IDBENCH=143690
IDSOLVER=3380
FILE ID=nodeC004/4525406-1751623307
RUNJOBID= nodeC004-1751623235-97337
SLURM_JOB_ID= 9598942
Free space on /tmp= 431676 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110968898--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525406-1751623307/watcher-4525406-1751623307 -o /tmp/evaluation-result-4525406-1751623307/solver-4525406-1751623307 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97337 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525406-1751623307.wbo

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

MD5SUM BENCH= d87b9c477e8f9fff01722d84f9b2e16d
RANDOM SEED=546268986

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.640
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.955
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.625
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.211
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.844
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3664.906
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3192.571
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.650
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126964308 kB
MemAvailable:   127855040 kB
Buffers:            2128 kB
Cached:          1638824 kB
SwapCached:           32 kB
Active:          2724228 kB
Inactive:        1043840 kB
Active(anon):    2134316 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2892 kB
Writeback:             4 kB
AnonPages:       2128996 kB
Mapped:           123680 kB
Shmem:             17932 kB
KReclaimable:     214684 kB
Slab:             302048 kB
SReclaimable:     214684 kB
SUnreclaim:        87364 kB
KernelStack:        4908 kB
PageTables:         7900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8394272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1943552 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-04 12:01:52