Trace number 4525424

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 9.8402 6.72759

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967523--soft-33-100-0.wbo
MD5SUM78530bd9d8566fef18fc3cd1ae043ffe
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.02664
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
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.15/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.16	c See www.sat4j.org for details.
0.15/0.17	c version PB25.v20250606
0.15/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.20	c java.vm.version	22.0.1+8-16
0.15/0.20	c java.vm.vendor	Oracle Corporation
0.15/0.20	c sun.arch.data.model	64
0.15/0.20	c java.version		22.0.1
0.15/0.20	c os.name		Linux
0.15/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.15/0.20	c os.arch		amd64
0.15/0.21	c Free memory 		2106806208
0.15/0.21	c Max memory 		16282288128
0.15/0.21	c Total memory 		2113929216
0.15/0.22	c Number of processors 	2
0.34/0.31	c Pseudo Boolean Optimization by upper bound
0.34/0.31	c --- Begin Solver configuration ---
0.34/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.34/0.31	c Learn all clauses as in MiniSAT
0.34/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.34/0.31	c Expensive reason simplification
0.34/0.31	c Glucose 2.1 dynamic restart strategy
0.34/0.31	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.34/0.31	c timeout=2147483s
0.34/0.31	c DB Simplification allowed=false
0.34/0.31	c Listener: none
0.34/0.31	c --- End Solver configuration ---
0.34/0.31	c solving HOME/instance-4525424-1751623310.wbo
0.34/0.31	c reading problem ... 
0.50/0.39	c ... done. Wall clock time 0.075s.
0.50/0.39	c declared #vars     169
0.50/0.39	c internal #vars     238
0.50/0.39	c #constraints  102
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.50/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.50/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.50/0.39	c org.sat4j.specs.Constr$1 => 1
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.50/0.39	c 102 constraints processed.
0.50/0.42	c objective function length is 69 literals
1.01/0.68	c SATISFIABLE
1.01/0.68	c OPTIMIZING...
1.01/0.68	c Got one! Elapsed wall clock time (in seconds):0.372
1.01/0.69	o 748
1.18/0.73	c Got one! Elapsed wall clock time (in seconds):0.423
1.18/0.73	o 747
1.18/0.77	c Got one! Elapsed wall clock time (in seconds):0.458
1.18/0.77	o 742
1.18/0.78	c Got one! Elapsed wall clock time (in seconds):0.471
1.18/0.78	o 740
1.39/0.80	c Got one! Elapsed wall clock time (in seconds):0.491
1.39/0.80	o 708
1.39/0.82	c Got one! Elapsed wall clock time (in seconds):0.513
1.39/0.82	o 700
1.39/0.83	c Got one! Elapsed wall clock time (in seconds):0.52
1.39/0.83	o 570
1.39/0.85	c Got one! Elapsed wall clock time (in seconds):0.541
1.39/0.85	o 564
1.39/0.87	c Got one! Elapsed wall clock time (in seconds):0.56
1.39/0.87	o 560
1.39/0.88	c Got one! Elapsed wall clock time (in seconds):0.573
1.39/0.88	o 558
1.58/0.94	c Got one! Elapsed wall clock time (in seconds):0.627
1.58/0.94	o 554
1.58/0.97	c Got one! Elapsed wall clock time (in seconds):0.657
1.58/0.97	o 553
1.58/0.98	c Got one! Elapsed wall clock time (in seconds):0.673
1.58/0.99	o 552
1.58/0.99	c Got one! Elapsed wall clock time (in seconds):0.683
1.58/0.99	o 527
1.79/1.02	c Got one! Elapsed wall clock time (in seconds):0.707
1.79/1.02	o 523
1.79/1.03	c Got one! Elapsed wall clock time (in seconds):0.716
1.79/1.03	o 513
1.79/1.04	c Got one! Elapsed wall clock time (in seconds):0.725
1.79/1.04	o 512
1.79/1.05	c Got one! Elapsed wall clock time (in seconds):0.735
1.79/1.05	o 507
1.79/1.06	c Got one! Elapsed wall clock time (in seconds):0.745
1.79/1.06	o 470
1.79/1.06	c Got one! Elapsed wall clock time (in seconds):0.754
1.79/1.07	o 469
1.79/1.07	c Got one! Elapsed wall clock time (in seconds):0.763
1.79/1.07	o 459
1.79/1.08	c Got one! Elapsed wall clock time (in seconds):0.77
1.79/1.08	o 456
1.79/1.09	c Got one! Elapsed wall clock time (in seconds):0.78
1.79/1.09	o 455
1.79/1.10	c Got one! Elapsed wall clock time (in seconds):0.787
1.79/1.10	o 454
1.98/1.11	c Got one! Elapsed wall clock time (in seconds):0.799
1.98/1.11	o 449
1.98/1.12	c Got one! Elapsed wall clock time (in seconds):0.808
1.98/1.12	o 446
1.98/1.13	c Got one! Elapsed wall clock time (in seconds):0.817
1.98/1.13	o 438
2.16/1.20	c Got one! Elapsed wall clock time (in seconds):0.884
2.16/1.20	o 434
2.16/1.22	c Got one! Elapsed wall clock time (in seconds):0.911
2.16/1.22	o 431
2.16/1.23	c Got one! Elapsed wall clock time (in seconds):0.92
2.16/1.23	o 429
2.16/1.24	c Got one! Elapsed wall clock time (in seconds):0.926
2.16/1.24	o 426
2.16/1.25	c Got one! Elapsed wall clock time (in seconds):0.937
2.16/1.25	o 416
2.16/1.27	c Got one! Elapsed wall clock time (in seconds):0.954
2.16/1.27	o 101
2.57/1.48	c cleaning 6189 clauses out of 12380 with flag 11695/12380
2.76/1.51	c Got one! Elapsed wall clock time (in seconds):1.197
2.76/1.51	o 100
2.76/1.54	c Got one! Elapsed wall clock time (in seconds):1.232
2.76/1.54	o 77
2.96/1.61	c Got one! Elapsed wall clock time (in seconds):1.301
2.96/1.61	o 75
2.96/1.63	c Got one! Elapsed wall clock time (in seconds):1.323
2.96/1.63	o 71
3.16/1.75	c Got one! Elapsed wall clock time (in seconds):1.438
3.16/1.75	o 70
3.36/1.83	c Got one! Elapsed wall clock time (in seconds):1.522
3.36/1.83	o 45
3.36/1.89	c cleaning 7561 clauses out of 15128 with flag 3801/21317
3.56/1.91	c Got one! Elapsed wall clock time (in seconds):1.597
3.56/1.91	o 44
3.76/2.05	c cleaning 6597 clauses out of 13202 with flag 17287/26952
3.96/2.18	c Got one! Elapsed wall clock time (in seconds):1.872
3.96/2.18	o 28
4.12/2.26	c Got one! Elapsed wall clock time (in seconds):1.949
4.12/2.26	o 25
4.28/2.36	c cleaning 9178 clauses out of 18360 with flag 10029/38707
4.56/2.50	c cleaning 7591 clauses out of 15183 with flag 30015/44708
4.66/2.62	c Got one! Elapsed wall clock time (in seconds):2.312
4.66/2.62	o 21
4.77/2.77	c cleaning 9198 clauses out of 18396 with flag 18625/55512
4.97/2.93	c cleaning 7591 clauses out of 15198 with flag 44019/61512
5.18/3.12	c cleaning 7302 clauses out of 14606 with flag 74160/68511
5.38/3.31	c cleaning 7648 clauses out of 15304 with flag 107493/76511
5.59/3.56	c cleaning 8324 clauses out of 16656 with flag 144545/85512
5.77/3.65	c Got one! Elapsed wall clock time (in seconds):3.343
5.77/3.65	o 20
5.97/3.72	c cleaning 6797 clauses out of 13603 with flag 8696/90783
5.97/3.74	c Got one! Elapsed wall clock time (in seconds):3.428
5.97/3.74	o 18
6.17/3.89	c cleaning 6195 clauses out of 12403 with flag 20325/96380
6.17/3.89	c Got one! Elapsed wall clock time (in seconds):3.583
6.17/3.89	o 16
6.37/3.95	c Got one! Elapsed wall clock time (in seconds):3.638
6.37/3.95	o 13
6.50/4.03	c cleaning 5965 clauses out of 11932 with flag 12588/102106
6.50/4.05	c Got one! Elapsed wall clock time (in seconds):3.739
6.50/4.05	o 10
6.61/4.18	c cleaning 5810 clauses out of 11626 with flag 20576/107766
6.90/4.34	c cleaning 5903 clauses out of 11815 with flag 44923/113766
7.10/4.54	c cleaning 6445 clauses out of 12912 with flag 75645/120766
7.38/4.79	c cleaning 7232 clauses out of 14468 with flag 113028/128768
7.89/5.06	c cleaning 8112 clauses out of 16233 with flag 153258/137766
8.37/5.35	c cleaning 9058 clauses out of 18120 with flag 198399/147767
8.57/5.55	c Got one! Elapsed wall clock time (in seconds):5.241
8.57/5.55	o 8
8.78/5.74	c cleaning 10434 clauses out of 20877 with flag 23744/159584
8.98/5.93	c cleaning 8219 clauses out of 16441 with flag 52015/165584
9.20/6.13	c cleaning 7609 clauses out of 15220 with flag 84510/172584
9.38/6.36	c cleaning 7796 clauses out of 15607 with flag 123200/180585
9.68/6.64	c cleaning 8398 clauses out of 16803 with flag 168466/189584
9.68/6.68	c starts		: 125
9.68/6.69	c conflicts		: 190528
9.68/6.69	c decisions		: 287120
9.68/6.69	c propagations		: 3764623
9.68/6.69	c inspects		: 43997502
9.68/6.69	c shortcuts		: 0
9.68/6.69	c learnt literals	: 34
9.68/6.69	c learnt binary clauses	: 20
9.68/6.69	c learnt ternary clauses	: 245
9.68/6.69	c learnt constraints	: 190493
9.68/6.69	c ignored constraints	: 0
9.68/6.69	c root simplifications	: 0
9.68/6.69	c removed literals (reason simplification)	: 710885
9.68/6.69	c reason swapping (by a shorter reason)	: 0
9.68/6.69	c Calls to reduceDB	: 24
9.68/6.69	c Number of update (reduction) of LBD	: 43326
9.68/6.69	c Imported unit clauses	: 0
9.68/6.69	c No decision after first conflict	: false
9.68/6.69	c number of reductions to clauses (during analyze)	: 0
9.68/6.69	c number of learned constraints concerned by reduction	: 0
9.68/6.69	c number of learning phase by resolution	: 0
9.68/6.69	c number of learning phase by cutting planes	: 0
9.68/6.69	c number of rounding to 1 operations	: 0
9.68/6.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.68/6.69	c number of reductions of the coefficients by power 2 	: 0
9.68/6.69	c number of right shift for reduction by power 2 	: 0
9.68/6.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.68/6.69	c number of ending skipping 	: 0
9.68/6.69	c number of internal skipping 	: 0
9.68/6.69	c number of derivation steps 	: 0
9.68/6.69	c number of skipped derivation steps 	: 0
9.68/6.69	c number of remaining unassigned 	: 0
9.68/6.69	c number of remaining assigned 	: 0
9.68/6.69	c number of falsified literals weakened from reason	: 0
9.68/6.70	c number of falsified literals weakened from conflict	: 0
9.68/6.70	c time for arithmetic operations	: 0
9.81/6.70	c minimum degree of deleted constraints	: null
9.81/6.70	c maximum degree of deleted constraints	: null
9.81/6.70	c number of deleted constraints	: 0
9.81/6.70	c speed (assignments/second)	: 600226.881377551
9.81/6.70	c non guided choices	: 2025
9.81/6.70	s OPTIMUM FOUND
9.81/6.70	c Found 49 solution(s)
9.81/6.70	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 
9.81/6.71	c objective function=8
9.81/6.71	c Total wall clock time (in seconds): 6.394

Verifier Data

OK	8

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=98509, runsolver pid=98506
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.11 4.05 5.95 7/323 98527
/proc/meminfo: memFree=126987812/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18930384 memory=48844 CPUtime=0.15 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 5864 0 0 0 12 3 0 0 20 0 18 0 78010165 19384713216 12211 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4732596 12211 5335 1 0 547066 0
[pid=98509/tid=98511] ppid=98506 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 4713 0 0 0 7 2 0 0 20 0 18 0 78010167 19384713216 12211 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78010172 19384713216 12211 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18930384 memory=60693105881846 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78010173 19384713216 12211 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48844 KiB

[startup+0.226493 s]*
/proc/loadavg: 4.11 4.05 5.95 6/323 98527
/proc/meminfo: memFree=126982216/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18930384 memory=55636 CPUtime=0.34 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 6561 0 0 0 30 4 0 0 20 0 18 0 78010165 19384713216 13909 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4732596 13909 5367 1 0 547619 0
[pid=98509/tid=98511] ppid=98506 vsize=18930384 memory=4026794268 CPUtime=0.2 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 5065 0 0 0 18 2 0 0 20 0 18 0 78010167 19384713216 13909 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78010172 19384713216 13909 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78010173 19384713216 13909 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55636 KiB

[startup+0.317817 s]*
/proc/loadavg: 4.11 4.05 5.95 9/323 98527
/proc/meminfo: memFree=126974088/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18930384 memory=56788 CPUtime=0.5 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 6850 0 0 0 46 4 0 0 20 0 18 0 78010165 19384713216 14197 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4732596 14197 5367 1 0 547819 0
[pid=98509/tid=98511] ppid=98506 vsize=18930384 memory=-6000919481380332646 CPUtime=0.3 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 5263 0 0 0 28 2 0 0 20 0 18 0 78010167 19384713216 14197 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78010172 19384713216 14197 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78010173 19384713216 14197 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56788 KiB

[startup+0.700362 s]
/proc/loadavg: 4.11 4.05 5.95 6/324 98528
/proc/meminfo: memFree=126964132/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18996948 memory=67916 CPUtime=1.18 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 9238 0 0 0 112 6 0 0 20 0 19 0 78010165 19452874752 16979 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4749237 16979 5495 1 0 549524 0
[pid=98509/tid=98511] ppid=98506 vsize=18996948 memory=18560 CPUtime=0.6 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 5403 0 0 0 57 3 0 0 20 0 19 0 78010167 19452874752 16979 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19452874752 16979 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19452874752 16979 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98528] ppid=98506 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/98509/task/98528/stat : 98528 (Timer-0) S 98506 98509 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010208 19452874752 16979 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67916 KiB

[startup+1.50033 s]
/proc/loadavg: 4.11 4.05 5.95 7/324 98528
/proc/meminfo: memFree=126948380/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18996948 memory=78264 CPUtime=2.76 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 14921 0 0 0 268 8 0 0 20 0 19 0 78010165 19452874752 19566 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4749237 19566 5495 1 0 550470 0
[pid=98509/tid=98511] ppid=98506 vsize=18996948 memory=0 CPUtime=1.34 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 6853 0 0 0 130 4 0 0 20 0 19 0 78010167 19452874752 19566 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19452874752 19566 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19452874752 19566 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98528] ppid=98506 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/98509/task/98528/stat : 98528 (Timer-0) S 98506 98509 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010208 19452874752 19566 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78264 KiB

[startup+3.11461 s]
/proc/loadavg: 4.11 4.05 5.95 9/322 98656
/proc/meminfo: memFree=127000500/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18996948 memory=111820 CPUtime=5.18 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 22147 0 0 0 508 10 0 0 20 0 19 0 78010165 19452874752 27955 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4749237 27955 5495 1 0 553880 0
[pid=98509/tid=98511] ppid=98506 vsize=18996948 memory=11264 CPUtime=2.93 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 7217 0 0 0 289 4 0 0 20 0 19 0 78010167 19452874752 27955 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18996948 memory=-6000919481380332646 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19452874752 27955 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19452874752 27955 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98528] ppid=98506 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/98509/task/98528/stat : 98528 (Timer-0) S 98506 98509 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010208 19452874752 27955 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111820 KiB

[startup+6.30047 s]
/proc/loadavg: 4.10 4.05 5.94 5/325 98659
/proc/meminfo: memFree=126818788/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18996948 memory=149472 CPUtime=9.38 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 28680 0 0 0 926 12 0 0 20 0 19 0 78010165 19452874752 37368 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4749237 37368 5495 1 0 553885 0
[pid=98509/tid=98511] ppid=98506 vsize=18996948 memory=0 CPUtime=6.11 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 8777 0 0 0 606 5 0 0 20 0 19 0 78010167 19452874752 37368 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19452874752 37368 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19452874752 37368 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98528] ppid=98506 vsize=18996948 memory=80424 CPUtime=0 cores=4,6
/proc/98509/task/98528/stat : 98528 (Timer-0) S 98506 98509 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010208 19452874752 37368 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149472 KiB

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

# cumulated CPU time of all completed processes:  user=9.70411 s, system=0.136088 s

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

[startup+6.40055 s]
/proc/loadavg: 4.10 4.05 5.94 5/325 98659
/proc/meminfo: memFree=126818788/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18996948 memory=151520 CPUtime=9.48 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 28681 0 0 0 936 12 0 0 20 0 19 0 78010165 19452874752 37880 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4749237 37880 5495 1 0 553885 0
[pid=98509/tid=98511] ppid=98506 vsize=18996948 memory=14080 CPUtime=6.21 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 8778 0 0 0 616 5 0 0 20 0 19 0 78010167 19452874752 37880 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18996948 memory=18560 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19452874752 37880 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18996948 memory=-6000919481380332646 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19452874752 37880 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98528] ppid=98506 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/98509/task/98528/stat : 98528 (Timer-0) S 98506 98509 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010208 19452874752 37880 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151520 KiB

[startup+6.60043 s]
/proc/loadavg: 4.10 4.05 5.94 5/325 98659
/proc/meminfo: memFree=126818788/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=18996948 memory=153568 CPUtime=9.68 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 28758 0 0 0 956 12 0 0 20 0 19 0 78010165 19452874752 38392 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4749237 38392 5495 1 0 553885 0
[pid=98509/tid=98511] ppid=98506 vsize=18996948 memory=21648 CPUtime=6.41 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) R 98506 98509 97320 0 -1 4194368 8855 0 0 0 636 5 0 0 20 0 19 0 78010167 19452874752 38392 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=18996948 memory=4480 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19452874752 38392 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=18996948 memory=-6000919481380332646 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19452874752 38392 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98528] ppid=98506 vsize=18996948 memory=6384 CPUtime=0 cores=4,6
/proc/98509/task/98528/stat : 98528 (Timer-0) S 98506 98509 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010208 19452874752 38392 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153568 KiB

[startup+6.7004 s]
/proc/loadavg: 4.10 4.05 5.94 5/325 98659
/proc/meminfo: memFree=126818788/131382116 swapFree=33009904/33010684
[pid=98509] ppid=98506 vsize=19130076 memory=158168 CPUtime=9.81 cores=4,6
/proc/98509/stat : 98509 (java) S 98506 98509 97320 0 -1 4194304 31289 0 0 0 968 13 0 0 20 0 19 0 78010165 19589197824 39542 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
/proc/98509/statm: 4782519 39542 5495 1 0 554503 0
[pid=98509/tid=98511] ppid=98506 vsize=19130076 memory=0 CPUtime=6.48 cores=4,6
/proc/98509/task/98511/stat : 98511 (java) S 98506 98509 97320 0 -1 4194368 10422 0 0 0 643 5 0 0 20 0 19 0 78010167 19589197824 39542 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98520] ppid=98506 vsize=19130076 memory=3200 CPUtime=0 cores=4,6
/proc/98509/task/98520/stat : 98520 (Finalizer) S 98506 98509 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010172 19589197824 39542 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
[pid=98509/tid=98527] ppid=98506 vsize=19130076 memory=80424 CPUtime=0 cores=4,6
/proc/98509/task/98527/stat : 98527 (Common-Cleaner) S 98506 98509 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010173 19589197824 39542 18446744073709551615 93858810580992 93858810584688 140721263394784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93858810592504 93858810593296 93858840899584 140721263397247 140721263397348 140721263397348 140721263402952 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 158168 KiB

Child status: 30

Real time (s): 6.72759
CPU time (s): 9.8402
CPU user time (s): 9.70411
CPU system time (s): 0.136088
CPU usage (%): 146.266
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 158168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.70411
system time used= 0.136088
maximum resident set size= 158424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31837
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= 1548
involuntary context switches= 1106


# summary of solver processes directly reported to runsolver:
#   pid: 98509
#   total CPU time (s): 9.8402
#   total CPU user time (s): 9.70411
#   total CPU system time (s): 0.136088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065458 second user time and 0.13816 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:50
IDJOB=4525424
IDBENCH=143740
IDSOLVER=3380
FILE ID=nodeC004/4525424-1751623310
RUNJOBID= nodeC004-1751623235-97336
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.1110967523--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525424-1751623310/watcher-4525424-1751623310 -o /tmp/evaluation-result-4525424-1751623310/solver-4525424-1751623310 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97336 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525424-1751623310.wbo

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

MD5SUM BENCH= 78530bd9d8566fef18fc3cd1ae043ffe
RANDOM SEED=1846021035

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		: 3578.477
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		: 3591.632
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.366
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.205
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		: 1196.792
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		: 3591.675
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		: 3491.870
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		: 2994.931
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:        127000596 kB
MemAvailable:   127891396 kB
Buffers:            2128 kB
Cached:          1638872 kB
SwapCached:           32 kB
Active:          2684004 kB
Inactive:        1043892 kB
Active(anon):    2094092 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2900 kB
Writeback:            12 kB
AnonPages:       2090056 kB
Mapped:           123496 kB
Shmem:             17932 kB
KReclaimable:     214720 kB
Slab:             302432 kB
SReclaimable:     214720 kB
SUnreclaim:        87712 kB
KernelStack:        5008 kB
PageTables:         7908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8402308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150264 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1892352 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:57