Trace number 4525361

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 7.57739 5.0164

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
MD5SUMdc953b55042b846f202869f45bcfc1d0
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.32184
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.27/0.22	c Free memory 		2104792832
0.27/0.22	c Max memory 		16282288128
0.27/0.22	c Total memory 		2113929216
0.27/0.23	c Number of processors 	2
0.42/0.34	c Pseudo Boolean Optimization by upper bound
0.42/0.34	c --- Begin Solver configuration ---
0.42/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.34	c Learn all clauses as in MiniSAT
0.42/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.34	c Expensive reason simplification
0.42/0.34	c Glucose 2.1 dynamic restart strategy
0.42/0.34	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.42/0.34	c timeout=2147483s
0.42/0.34	c DB Simplification allowed=false
0.42/0.34	c Listener: none
0.42/0.34	c --- End Solver configuration ---
0.42/0.34	c solving HOME/instance-4525361-1751623292.wbo
0.42/0.34	c reading problem ... 
0.60/0.43	c ... done. Wall clock time 0.082s.
0.60/0.43	c declared #vars     169
0.60/0.43	c internal #vars     233
0.60/0.43	c #constraints  102
0.60/0.43	c constraints type 
0.60/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.60/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.60/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.60/0.43	c org.sat4j.specs.Constr$1 => 1
0.60/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.60/0.43	c 102 constraints processed.
0.60/0.46	c objective function length is 64 literals
0.77/0.60	c SATISFIABLE
0.77/0.60	c OPTIMIZING...
0.77/0.60	c Got one! Elapsed wall clock time (in seconds):0.254
0.77/0.60	o 701
0.94/0.61	c Got one! Elapsed wall clock time (in seconds):0.269
0.94/0.61	o 697
0.94/0.63	c Got one! Elapsed wall clock time (in seconds):0.282
0.94/0.63	o 692
1.32/0.82	c Got one! Elapsed wall clock time (in seconds):0.478
1.32/0.82	o 683
1.32/0.83	c Got one! Elapsed wall clock time (in seconds):0.488
1.32/0.83	o 672
1.32/0.85	c Got one! Elapsed wall clock time (in seconds):0.505
1.32/0.85	o 614
1.32/0.87	c Got one! Elapsed wall clock time (in seconds):0.525
1.32/0.87	o 613
1.52/0.91	c Got one! Elapsed wall clock time (in seconds):0.567
1.52/0.91	o 606
1.52/0.92	c Got one! Elapsed wall clock time (in seconds):0.579
1.52/0.92	o 528
1.52/0.96	c Got one! Elapsed wall clock time (in seconds):0.613
1.52/0.96	o 527
1.52/0.99	c Got one! Elapsed wall clock time (in seconds):0.647
1.52/0.99	o 526
1.72/1.01	c Got one! Elapsed wall clock time (in seconds):0.664
1.72/1.01	o 521
1.72/1.02	c Got one! Elapsed wall clock time (in seconds):0.673
1.72/1.02	o 509
1.72/1.02	c Got one! Elapsed wall clock time (in seconds):0.68
1.72/1.02	o 506
1.72/1.03	c Got one! Elapsed wall clock time (in seconds):0.688
1.72/1.03	o 501
1.72/1.04	c Got one! Elapsed wall clock time (in seconds):0.7
1.72/1.04	o 499
1.72/1.05	c Got one! Elapsed wall clock time (in seconds):0.708
1.72/1.05	o 498
1.72/1.06	c Got one! Elapsed wall clock time (in seconds):0.715
1.72/1.06	o 492
1.72/1.07	c Got one! Elapsed wall clock time (in seconds):0.724
1.72/1.07	o 484
1.72/1.08	c Got one! Elapsed wall clock time (in seconds):0.734
1.72/1.08	o 473
1.72/1.09	c Got one! Elapsed wall clock time (in seconds):0.75
1.72/1.09	o 467
1.92/1.12	c Got one! Elapsed wall clock time (in seconds):0.777
1.92/1.12	o 464
1.92/1.13	c Got one! Elapsed wall clock time (in seconds):0.782
1.92/1.13	o 455
1.92/1.14	c Got one! Elapsed wall clock time (in seconds):0.792
1.92/1.14	o 451
1.92/1.14	c Got one! Elapsed wall clock time (in seconds):0.8
1.92/1.14	o 447
1.92/1.15	c Got one! Elapsed wall clock time (in seconds):0.811
1.92/1.15	o 444
1.92/1.17	c Got one! Elapsed wall clock time (in seconds):0.827
1.92/1.17	o 437
1.92/1.18	c Got one! Elapsed wall clock time (in seconds):0.835
1.92/1.18	o 431
1.92/1.19	c Got one! Elapsed wall clock time (in seconds):0.843
1.92/1.19	o 429
2.10/1.20	c Got one! Elapsed wall clock time (in seconds):0.858
2.10/1.20	o 427
2.10/1.21	c Got one! Elapsed wall clock time (in seconds):0.865
2.10/1.21	o 414
2.10/1.23	c Got one! Elapsed wall clock time (in seconds):0.887
2.10/1.23	o 412
2.10/1.24	c Got one! Elapsed wall clock time (in seconds):0.894
2.10/1.24	o 405
2.10/1.25	c Got one! Elapsed wall clock time (in seconds):0.911
2.10/1.25	o 400
2.10/1.26	c Got one! Elapsed wall clock time (in seconds):0.919
2.10/1.26	o 369
2.10/1.27	c Got one! Elapsed wall clock time (in seconds):0.931
2.10/1.27	o 363
2.10/1.29	c Got one! Elapsed wall clock time (in seconds):0.944
2.10/1.29	o 359
2.30/1.30	c Got one! Elapsed wall clock time (in seconds):0.955
2.30/1.30	o 351
2.30/1.30	c Got one! Elapsed wall clock time (in seconds):0.962
2.30/1.30	o 335
2.30/1.31	c Got one! Elapsed wall clock time (in seconds):0.969
2.30/1.31	o 331
2.30/1.32	c Got one! Elapsed wall clock time (in seconds):0.976
2.30/1.32	o 328
2.30/1.32	c Got one! Elapsed wall clock time (in seconds):0.98
2.30/1.32	o 305
2.30/1.33	c Got one! Elapsed wall clock time (in seconds):0.985
2.30/1.33	o 247
2.30/1.34	c Got one! Elapsed wall clock time (in seconds):0.995
2.30/1.34	o 241
2.30/1.38	c Got one! Elapsed wall clock time (in seconds):1.033
2.30/1.38	o 238
2.30/1.39	c Got one! Elapsed wall clock time (in seconds):1.046
2.30/1.39	o 236
2.50/1.40	c Got one! Elapsed wall clock time (in seconds):1.054
2.50/1.40	o 230
2.50/1.40	c Got one! Elapsed wall clock time (in seconds):1.056
2.50/1.40	o 204
2.50/1.40	c Got one! Elapsed wall clock time (in seconds):1.061
2.50/1.40	o 196
2.50/1.42	c Got one! Elapsed wall clock time (in seconds):1.073
2.50/1.42	o 185
2.69/1.53	c Got one! Elapsed wall clock time (in seconds):1.185
2.69/1.53	o 184
2.69/1.54	c Got one! Elapsed wall clock time (in seconds):1.196
2.69/1.54	o 179
2.69/1.55	c Got one! Elapsed wall clock time (in seconds):1.211
2.69/1.55	o 177
2.69/1.56	c Got one! Elapsed wall clock time (in seconds):1.219
2.69/1.56	o 164
2.69/1.57	c Got one! Elapsed wall clock time (in seconds):1.231
2.69/1.57	o 163
2.69/1.58	c Got one! Elapsed wall clock time (in seconds):1.24
2.69/1.58	o 159
2.69/1.59	c Got one! Elapsed wall clock time (in seconds):1.243
2.69/1.59	o 133
2.69/1.59	c Got one! Elapsed wall clock time (in seconds):1.247
2.69/1.59	o 131
2.89/1.60	c Got one! Elapsed wall clock time (in seconds):1.26
2.89/1.60	o 128
2.89/1.63	c Got one! Elapsed wall clock time (in seconds):1.282
2.89/1.63	o 116
2.89/1.65	c Got one! Elapsed wall clock time (in seconds):1.307
2.89/1.65	o 108
2.89/1.66	c Got one! Elapsed wall clock time (in seconds):1.312
2.89/1.66	o 85
2.89/1.66	c Got one! Elapsed wall clock time (in seconds):1.322
2.89/1.66	o 84
3.05/1.70	c Got one! Elapsed wall clock time (in seconds):1.358
3.05/1.70	o 76
3.25/1.80	c cleaning 10572 clauses out of 21146 with flag 3241/21146
3.65/2.01	c cleaning 8284 clauses out of 16573 with flag 23406/27145
3.65/2.09	c Got one! Elapsed wall clock time (in seconds):1.744
3.65/2.09	o 74
3.82/2.18	c cleaning 6991 clauses out of 13984 with flag 6824/32840
4.19/2.35	c cleaning 6495 clauses out of 12993 with flag 25988/38840
4.54/2.51	c cleaning 6748 clauses out of 13500 with flag 48858/45842
4.64/2.67	c Got one! Elapsed wall clock time (in seconds):2.325
4.64/2.67	o 62
4.64/2.70	c Got one! Elapsed wall clock time (in seconds):2.352
4.64/2.70	o 60
5.02/2.87	c cleaning 9663 clauses out of 19333 with flag 17277/58424
5.16/2.98	c Got one! Elapsed wall clock time (in seconds):2.637
5.16/2.98	o 39
5.26/3.01	c cleaning 7783 clauses out of 15577 with flag 3191/64332
5.26/3.05	c Got one! Elapsed wall clock time (in seconds):2.707
5.26/3.05	o 37
5.26/3.10	c Got one! Elapsed wall clock time (in seconds):2.752
5.26/3.10	o 15
5.41/3.15	c cleaning 6979 clauses out of 13976 with flag 7273/70514
5.58/3.26	c Got one! Elapsed wall clock time (in seconds):2.919
5.58/3.26	o 8
5.58/3.28	c Got one! Elapsed wall clock time (in seconds):2.938
5.58/3.28	o 6
5.68/3.32	c Got one! Elapsed wall clock time (in seconds):2.981
5.68/3.32	o 4
5.68/3.36	c Got one! Elapsed wall clock time (in seconds):3.018
5.68/3.36	o 3
5.78/3.48	c cleaning 9899 clauses out of 19803 with flag 13029/83321
5.97/3.68	c cleaning 7952 clauses out of 15903 with flag 40829/89321
6.08/3.77	c Got one! Elapsed wall clock time (in seconds):3.424
6.08/3.77	o 2
6.20/3.83	c cleaning 6643 clauses out of 13291 with flag 8093/94662
6.29/4.00	c cleaning 6320 clauses out of 12648 with flag 33178/100664
6.50/4.18	c cleaning 6657 clauses out of 13325 with flag 62829/107664
6.69/4.39	c cleaning 7323 clauses out of 14662 with flag 96852/115662
7.08/4.69	c cleaning 8165 clauses out of 16336 with flag 138464/124662
7.44/4.96	c cleaning 9079 clauses out of 18158 with flag 184429/134662
7.44/5.00	c starts		: 177
7.44/5.00	c conflicts		: 135132
7.44/5.00	c decisions		: 226354
7.44/5.00	c propagations		: 3018190
7.44/5.00	c inspects		: 27987387
7.44/5.00	c shortcuts		: 0
7.44/5.00	c learnt literals	: 34
7.44/5.00	c learnt binary clauses	: 4
7.44/5.00	c learnt ternary clauses	: 197
7.44/5.00	c learnt constraints	: 135097
7.44/5.00	c ignored constraints	: 0
7.44/5.00	c root simplifications	: 0
7.44/5.00	c removed literals (reason simplification)	: 635942
7.44/5.00	c reason swapping (by a shorter reason)	: 0
7.44/5.00	c Calls to reduceDB	: 16
7.44/5.00	c Number of update (reduction) of LBD	: 34512
7.44/5.00	c Imported unit clauses	: 0
7.44/5.00	c No decision after first conflict	: false
7.44/5.00	c number of reductions to clauses (during analyze)	: 0
7.44/5.00	c number of learned constraints concerned by reduction	: 0
7.44/5.00	c number of learning phase by resolution	: 0
7.44/5.00	c number of learning phase by cutting planes	: 0
7.44/5.00	c number of rounding to 1 operations	: 0
7.44/5.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.44/5.00	c number of reductions of the coefficients by power 2 	: 0
7.44/5.00	c number of right shift for reduction by power 2 	: 0
7.44/5.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.44/5.00	c number of ending skipping 	: 0
7.44/5.00	c number of internal skipping 	: 0
7.44/5.00	c number of derivation steps 	: 0
7.44/5.00	c number of skipped derivation steps 	: 0
7.44/5.00	c number of remaining unassigned 	: 0
7.44/5.00	c number of remaining assigned 	: 0
7.44/5.00	c number of falsified literals weakened from reason	: 0
7.44/5.00	c number of falsified literals weakened from conflict	: 0
7.44/5.00	c time for arithmetic operations	: 0
7.44/5.00	c minimum degree of deleted constraints	: null
7.44/5.00	c maximum degree of deleted constraints	: null
7.44/5.00	c number of deleted constraints	: 0
7.44/5.00	c speed (assignments/second)	: 665826.1636885065
7.44/5.00	c non guided choices	: 2910
7.44/5.00	s OPTIMUM FOUND
7.44/5.00	c Found 75 solution(s)
7.44/5.00	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 
7.44/5.01	c objective function=2
7.44/5.01	c Total wall clock time (in seconds): 4.662

Verifier Data

OK	2

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=98052, runsolver pid=98049

[startup+0.100071 s]*
/proc/loadavg: 3.56 3.95 5.96 6/324 98070
/proc/meminfo: memFree=127186328/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18930384 memory=50292 CPUtime=0.11 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 5735 0 0 0 8 3 0 0 20 0 18 0 78008410 19384713216 12573 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4732596 12573 5338 1 0 546962 0
[pid=98052/tid=98054] ppid=98049 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 4636 0 0 0 4 2 0 0 20 0 18 0 78008411 19384713216 12573 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008416 19384713216 12573 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78008417 19384713216 12573 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50292 KiB

[startup+0.213588 s]*
/proc/loadavg: 3.56 3.95 5.96 6/324 98070
/proc/meminfo: memFree=127177444/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18930384 memory=54992 CPUtime=0.27 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 6391 0 0 0 23 4 0 0 20 0 18 0 78008410 19384713216 13748 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4732596 13748 5338 1 0 547534 0
[pid=98052/tid=98054] ppid=98049 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 4984 0 0 0 14 3 0 0 20 0 18 0 78008411 19384713216 13748 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008416 19384713216 13748 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78008417 19384713216 13748 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54992 KiB

[startup+0.313353 s]*
/proc/loadavg: 3.56 3.95 5.96 7/324 98070
/proc/meminfo: memFree=127172340/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18930384 memory=60204 CPUtime=0.42 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 6623 0 0 0 37 5 0 0 20 0 18 0 78008410 19384713216 15051 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4732596 15051 5402 1 0 547732 0
[pid=98052/tid=98054] ppid=98049 vsize=18930384 memory=-6000919468428649574 CPUtime=0.24 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 5155 0 0 0 21 3 0 0 20 0 18 0 78008411 19384713216 15051 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008416 19384713216 15051 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78008417 19384713216 15051 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60204 KiB

[startup+0.700262 s]
/proc/loadavg: 3.56 3.95 5.96 7/325 98071
/proc/meminfo: memFree=127168244/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18996948 memory=66772 CPUtime=1.12 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 8544 0 0 0 106 6 0 0 20 0 19 0 78008410 19452874752 16693 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4749237 16693 5498 1 0 548998 0
[pid=98052/tid=98054] ppid=98049 vsize=18996948 memory=18560 CPUtime=0.58 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 5405 0 0 0 55 3 0 0 20 0 19 0 78008411 19452874752 16693 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008416 19452874752 16693 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008417 19452874752 16693 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98071] ppid=98049 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98052/task/98071/stat : 98071 (Timer-0) S 98049 98052 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008457 19452874752 16693 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66772 KiB

[startup+1.50026 s]
/proc/loadavg: 3.56 3.95 5.96 6/325 98071
/proc/meminfo: memFree=127143356/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18996948 memory=85924 CPUtime=2.69 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 17128 0 0 0 262 7 0 0 20 0 19 0 78008410 19452874752 21481 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4749237 21481 5498 1 0 551644 0
[pid=98052/tid=98054] ppid=98049 vsize=18996948 memory=0 CPUtime=1.35 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 6049 0 0 0 131 4 0 0 20 0 19 0 78008411 19452874752 21481 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008416 19452874752 21481 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008417 19452874752 21481 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98071] ppid=98049 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98052/task/98071/stat : 98071 (Timer-0) S 98049 98052 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008457 19452874752 21481 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85924 KiB

[startup+3.10529 s]
/proc/loadavg: 3.67 3.96 5.96 6/326 98072
/proc/meminfo: memFree=126976756/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18996948 memory=117232 CPUtime=5.41 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 24236 0 0 0 532 9 0 0 20 0 19 0 78008410 19452874752 29308 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4749237 29308 5498 1 0 554856 0
[pid=98052/tid=98054] ppid=98049 vsize=18996948 memory=11264 CPUtime=2.94 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 7209 0 0 0 290 4 0 0 20 0 19 0 78008411 19452874752 29308 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18996948 memory=-6000919468428649574 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008416 19452874752 29308 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008417 19452874752 29308 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98071] ppid=98049 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98052/task/98071/stat : 98071 (Timer-0) S 98049 98052 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008457 19452874752 29308 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117232 KiB

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

# cumulated CPU time of all completed processes:  user=7.44531 s, system=0.132073 s

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

[startup+3.2003 s]
/proc/loadavg: 3.67 3.96 5.96 6/326 98072
/proc/meminfo: memFree=126976756/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18996948 memory=117360 CPUtime=5.58 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 24272 0 0 0 549 9 0 0 20 0 19 0 78008410 19452874752 29340 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4749237 29340 5498 1 0 554873 0
[pid=98052/tid=98054] ppid=98049 vsize=18996948 memory=70320 CPUtime=3.03 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 7209 0 0 0 299 4 0 0 20 0 19 0 78008411 19452874752 29340 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008416 19452874752 29340 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18996948 memory=5276 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008417 19452874752 29340 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98071] ppid=98049 vsize=18996948 memory=280612628124080 CPUtime=0 cores=5,7
/proc/98052/task/98071/stat : 98071 (Timer-0) S 98049 98052 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008457 19452874752 29340 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117360 KiB

[startup+4.00031 s]*
/proc/loadavg: 3.67 3.96 5.96 4/282 98084
/proc/meminfo: memFree=127197904/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18996948 memory=127600 CPUtime=6.41 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 25551 0 0 0 631 10 0 0 20 0 19 0 78008410 19452874752 31900 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4749237 31900 5498 1 0 554874 0
[pid=98052/tid=98054] ppid=98049 vsize=18996948 memory=-6000919477035165030 CPUtime=3.84 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 7700 0 0 0 379 5 0 0 20 0 19 0 78008411 19452874752 31900 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18996948 memory=5276 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008416 19452874752 31900 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18996948 memory=121456 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008417 19452874752 31900 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98071] ppid=98049 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98052/task/98071/stat : 98071 (Timer-0) S 98049 98052 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008457 19452874752 31900 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 6.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127600 KiB

[startup+4.80031 s]
/proc/loadavg: 3.67 3.96 5.96 4/282 98084
/proc/meminfo: memFree=127197904/131382116 swapFree=33009904/33010684
[pid=98052] ppid=98049 vsize=18996948 memory=137840 CPUtime=7.33 cores=5,7
/proc/98052/stat : 98052 (java) S 98049 98052 97320 0 -1 4194304 26749 0 0 0 722 11 0 0 20 0 19 0 78008410 19452874752 34460 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
/proc/98052/statm: 4749237 34460 5498 1 0 554874 0
[pid=98052/tid=98054] ppid=98049 vsize=18996948 memory=28384 CPUtime=4.62 cores=5,7
/proc/98052/task/98054/stat : 98054 (java) R 98049 98052 97320 0 -1 4194368 7862 0 0 0 456 6 0 0 20 0 19 0 78008411 19452874752 34460 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98063] ppid=98049 vsize=18996948 memory=7092 CPUtime=0 cores=5,7
/proc/98052/task/98063/stat : 98063 (Finalizer) S 98049 98052 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008416 19452874752 34460 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98070] ppid=98049 vsize=18996948 memory=5704 CPUtime=0 cores=5,7
/proc/98052/task/98070/stat : 98070 (Common-Cleaner) S 98049 98052 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008417 19452874752 34460 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
[pid=98052/tid=98071] ppid=98049 vsize=18996948 memory=123504 CPUtime=0 cores=5,7
/proc/98052/task/98071/stat : 98071 (Timer-0) S 98049 98052 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008457 19452874752 34460 18446744073709551615 93961695887360 93961695891056 140736076223248 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961695898872 93961695899664 93961701208064 140736076224895 140736076224996 140736076224996 140736076230600 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137840 KiB

[startup+5.00032 s]*
/proc/loadavg: 3.67 3.96 5.96 7/282 98110
/proc/meminfo: memFree=127187504/131382116 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 5.0164
CPU time (s): 7.57739
CPU user time (s): 7.44531
CPU system time (s): 0.132073
CPU usage (%): 151.052
Max. virtual memory (cumulated for all children) (KiB): 19000728
Max. memory (cumulated for all children) (KiB): 137840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.44531
system time used= 0.132073
maximum resident set size= 144452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28956
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= 1255
involuntary context switches= 851


# summary of solver processes directly reported to runsolver:
#   pid: 98052
#   total CPU time (s): 7.57739
#   total CPU user time (s): 7.44531
#   total CPU system time (s): 0.132073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053951 second user time and 0.091376 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= dc953b55042b846f202869f45bcfc1d0
RANDOM SEED=527298189

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		: 3564.043
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.663
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.500
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.974
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		: 1197.340
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		: 3507.460
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.868
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.212
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:        127205420 kB
MemAvailable:   128096212 kB
Buffers:            2128 kB
Cached:          1638880 kB
SwapCached:           32 kB
Active:          2455568 kB
Inactive:        1043900 kB
Active(anon):    1865656 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3048 kB
Writeback:             0 kB
AnonPages:       1861596 kB
Mapped:           123676 kB
Shmem:             17932 kB
KReclaimable:     214684 kB
Slab:             302004 kB
SReclaimable:     214684 kB
SUnreclaim:        87320 kB
KernelStack:        4944 kB
PageTables:         7348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8407052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1671168 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:38