Trace number 4525352

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 6.50588 4.10551

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-33-100-0.wbo
MD5SUM45bb2d863335b9169620e5155269ff78
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 benchmark0.990902
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.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.15	c version PB25.v20250606
0.10/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.17	c java.vm.version	22.0.1+8-16
0.10/0.17	c java.vm.vendor	Oracle Corporation
0.10/0.17	c sun.arch.data.model	64
0.10/0.17	c java.version		22.0.1
0.10/0.17	c os.name		Linux
0.10/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.18	c Free memory 		2104792832
0.10/0.18	c Max memory 		16282288128
0.10/0.18	c Total memory 		2113929216
0.10/0.19	c Number of processors 	2
0.23/0.29	c Pseudo Boolean Optimization by upper bound
0.23/0.29	c --- Begin Solver configuration ---
0.23/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.23/0.29	c Learn all clauses as in MiniSAT
0.23/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.29	c Expensive reason simplification
0.23/0.29	c Glucose 2.1 dynamic restart strategy
0.23/0.29	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.23/0.29	c timeout=2147483s
0.23/0.29	c DB Simplification allowed=false
0.23/0.29	c Listener: none
0.23/0.29	c --- End Solver configuration ---
0.23/0.29	c solving HOME/instance-4525352-1751623288.wbo
0.23/0.29	c reading problem ... 
0.37/0.38	c ... done. Wall clock time 0.077s.
0.37/0.38	c declared #vars     169
0.37/0.38	c internal #vars     233
0.37/0.38	c #constraints  102
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.37/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.37/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.37/0.38	c org.sat4j.specs.Constr$1 => 1
0.37/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.37/0.38	c 102 constraints processed.
0.37/0.40	c objective function length is 64 literals
0.54/0.48	c SATISFIABLE
0.54/0.48	c OPTIMIZING...
0.54/0.48	c Got one! Elapsed wall clock time (in seconds):0.183
0.54/0.48	o 809
0.54/0.50	c Got one! Elapsed wall clock time (in seconds):0.207
0.54/0.50	o 651
0.54/0.51	c Got one! Elapsed wall clock time (in seconds):0.219
0.54/0.51	o 638
0.54/0.52	c Got one! Elapsed wall clock time (in seconds):0.23
0.54/0.52	o 608
0.73/0.55	c Got one! Elapsed wall clock time (in seconds):0.257
0.73/0.55	o 587
0.73/0.56	c Got one! Elapsed wall clock time (in seconds):0.27
0.73/0.56	o 572
0.73/0.59	c Got one! Elapsed wall clock time (in seconds):0.294
0.73/0.59	o 570
0.73/0.60	c Got one! Elapsed wall clock time (in seconds):0.305
0.73/0.60	o 555
0.73/0.61	c Got one! Elapsed wall clock time (in seconds):0.315
0.73/0.61	o 552
0.90/0.62	c Got one! Elapsed wall clock time (in seconds):0.33
0.90/0.62	o 546
1.07/0.71	c Got one! Elapsed wall clock time (in seconds):0.416
1.07/0.71	o 538
1.07/0.72	c Got one! Elapsed wall clock time (in seconds):0.425
1.07/0.72	o 525
1.07/0.76	c Got one! Elapsed wall clock time (in seconds):0.468
1.07/0.76	o 524
1.07/0.77	c Got one! Elapsed wall clock time (in seconds):0.48
1.07/0.77	o 503
1.27/0.85	c Got one! Elapsed wall clock time (in seconds):0.561
1.27/0.86	o 495
1.27/0.86	c Got one! Elapsed wall clock time (in seconds):0.565
1.27/0.86	o 493
1.27/0.87	c Got one! Elapsed wall clock time (in seconds):0.574
1.27/0.87	o 490
1.27/0.87	c Got one! Elapsed wall clock time (in seconds):0.582
1.27/0.88	o 480
1.27/0.88	c Got one! Elapsed wall clock time (in seconds):0.589
1.27/0.88	o 478
1.27/0.89	c Got one! Elapsed wall clock time (in seconds):0.593
1.27/0.89	o 475
1.27/0.89	c Got one! Elapsed wall clock time (in seconds):0.597
1.27/0.89	o 463
1.27/0.89	c Got one! Elapsed wall clock time (in seconds):0.6
1.27/0.89	o 351
1.47/0.90	c Got one! Elapsed wall clock time (in seconds):0.606
1.47/0.90	o 348
1.47/0.90	c Got one! Elapsed wall clock time (in seconds):0.61
1.47/0.90	o 345
1.47/0.91	c Got one! Elapsed wall clock time (in seconds):0.619
1.47/0.91	o 343
1.47/0.92	c Got one! Elapsed wall clock time (in seconds):0.626
1.47/0.92	o 340
1.47/0.93	c Got one! Elapsed wall clock time (in seconds):0.633
1.47/0.93	o 336
1.47/0.93	c Got one! Elapsed wall clock time (in seconds):0.638
1.47/0.93	o 334
1.47/0.94	c Got one! Elapsed wall clock time (in seconds):0.643
1.47/0.94	o 319
1.47/0.96	c Got one! Elapsed wall clock time (in seconds):0.666
1.47/0.96	o 318
1.47/0.97	c Got one! Elapsed wall clock time (in seconds):0.672
1.47/0.97	o 298
1.47/0.97	c Got one! Elapsed wall clock time (in seconds):0.679
1.47/0.97	o 278
1.47/0.98	c Got one! Elapsed wall clock time (in seconds):0.686
1.47/0.98	o 271
1.47/0.99	c Got one! Elapsed wall clock time (in seconds):0.692
1.47/0.99	o 224
1.47/0.99	c Got one! Elapsed wall clock time (in seconds):0.7
1.47/0.99	o 221
1.47/1.00	c Got one! Elapsed wall clock time (in seconds):0.71
1.47/1.00	o 212
1.68/1.02	c Got one! Elapsed wall clock time (in seconds):0.721
1.68/1.02	o 207
1.68/1.07	c Got one! Elapsed wall clock time (in seconds):0.775
1.68/1.07	o 204
1.68/1.08	c Got one! Elapsed wall clock time (in seconds):0.783
1.68/1.08	o 203
1.68/1.08	c Got one! Elapsed wall clock time (in seconds):0.79
1.68/1.08	o 166
1.87/1.11	c Got one! Elapsed wall clock time (in seconds):0.817
1.87/1.11	o 165
1.87/1.12	c Got one! Elapsed wall clock time (in seconds):0.827
1.87/1.12	o 164
1.87/1.13	c Got one! Elapsed wall clock time (in seconds):0.84
1.87/1.13	o 162
1.87/1.16	c Got one! Elapsed wall clock time (in seconds):0.865
1.87/1.16	o 159
1.87/1.18	c Got one! Elapsed wall clock time (in seconds):0.882
1.87/1.18	o 158
2.05/1.21	c Got one! Elapsed wall clock time (in seconds):0.917
2.05/1.21	o 154
2.05/1.22	c Got one! Elapsed wall clock time (in seconds):0.928
2.05/1.22	o 146
2.25/1.31	c Got one! Elapsed wall clock time (in seconds):1.018
2.25/1.31	o 142
2.46/1.40	c cleaning 7540 clauses out of 15104 with flag 3257/15104
2.46/1.44	c Got one! Elapsed wall clock time (in seconds):1.146
2.46/1.44	o 138
2.46/1.45	c Got one! Elapsed wall clock time (in seconds):1.154
2.46/1.45	o 133
2.46/1.49	c Got one! Elapsed wall clock time (in seconds):1.2
2.46/1.49	o 125
2.65/1.54	c Got one! Elapsed wall clock time (in seconds):1.245
2.65/1.54	o 120
2.65/1.58	c Got one! Elapsed wall clock time (in seconds):1.282
2.65/1.58	o 114
2.65/1.58	c Got one! Elapsed wall clock time (in seconds):1.285
2.65/1.58	o 113
2.82/1.63	c cleaning 6897 clauses out of 13793 with flag 3949/21333
2.82/1.64	c Got one! Elapsed wall clock time (in seconds):1.347
2.82/1.64	o 112
2.82/1.66	c Got one! Elapsed wall clock time (in seconds):1.367
2.82/1.66	o 92
2.82/1.67	c Got one! Elapsed wall clock time (in seconds):1.374
2.82/1.67	o 86
2.82/1.68	c Got one! Elapsed wall clock time (in seconds):1.389
2.82/1.68	o 73
2.82/1.69	c Got one! Elapsed wall clock time (in seconds):1.394
2.82/1.69	o 68
2.99/1.74	c Got one! Elapsed wall clock time (in seconds):1.447
2.99/1.74	o 67
2.99/1.79	c Got one! Elapsed wall clock time (in seconds):1.496
2.99/1.79	o 58
3.19/1.80	c Got one! Elapsed wall clock time (in seconds):1.511
3.19/1.80	o 57
3.19/1.83	c Got one! Elapsed wall clock time (in seconds):1.54
3.19/1.83	o 55
3.39/1.95	c cleaning 7662 clauses out of 15338 with flag 10477/29775
3.60/2.04	c Got one! Elapsed wall clock time (in seconds):1.746
3.60/2.04	o 45
3.60/2.05	c Got one! Elapsed wall clock time (in seconds):1.751
3.60/2.05	o 43
3.79/2.11	c Got one! Elapsed wall clock time (in seconds):1.814
3.79/2.11	o 38
3.98/2.20	c cleaning 7277 clauses out of 14554 with flag 6351/36653
3.98/2.21	c Got one! Elapsed wall clock time (in seconds):1.915
3.98/2.21	o 37
3.98/2.29	c Got one! Elapsed wall clock time (in seconds):1.993
3.98/2.29	o 20
4.18/2.37	c cleaning 6508 clauses out of 13020 with flag 6698/42396
4.38/2.43	c Got one! Elapsed wall clock time (in seconds):2.141
4.38/2.43	o 16
4.38/2.45	c Got one! Elapsed wall clock time (in seconds):2.156
4.38/2.45	o 15
4.38/2.47	c Got one! Elapsed wall clock time (in seconds):2.178
4.38/2.47	o 13
4.59/2.50	c Got one! Elapsed wall clock time (in seconds):2.206
4.59/2.50	o 12
4.59/2.53	c cleaning 6707 clauses out of 13415 with flag 3702/49299
4.59/2.58	c Got one! Elapsed wall clock time (in seconds):2.291
4.59/2.58	o 3
4.78/2.68	c cleaning 5964 clauses out of 11928 with flag 12555/54520
5.10/2.82	c Got one! Elapsed wall clock time (in seconds):2.529
5.10/2.82	o 2
5.20/2.99	c cleaning 8425 clauses out of 16850 with flag 20438/65409
5.41/3.15	c cleaning 7210 clauses out of 14423 with flag 45191/71408
5.65/3.34	c cleaning 7103 clauses out of 14211 with flag 73146/78409
5.90/3.57	c cleaning 7547 clauses out of 15105 with flag 106877/86409
6.20/3.83	c cleaning 8276 clauses out of 16552 with flag 144114/95408
6.41/4.06	c starts		: 162
6.41/4.06	c conflicts		: 102838
6.41/4.06	c decisions		: 171996
6.41/4.06	c propagations		: 2303072
6.41/4.06	c inspects		: 22031717
6.41/4.06	c shortcuts		: 0
6.41/4.06	c learnt literals	: 44
6.41/4.06	c learnt binary clauses	: 6
6.41/4.06	c learnt ternary clauses	: 148
6.41/4.06	c learnt constraints	: 102793
6.41/4.06	c ignored constraints	: 0
6.41/4.06	c root simplifications	: 0
6.41/4.06	c removed literals (reason simplification)	: 533262
6.41/4.06	c reason swapping (by a shorter reason)	: 0
6.41/4.06	c Calls to reduceDB	: 12
6.41/4.06	c Number of update (reduction) of LBD	: 26693
6.41/4.06	c Imported unit clauses	: 0
6.41/4.06	c No decision after first conflict	: false
6.41/4.06	c number of reductions to clauses (during analyze)	: 0
6.41/4.06	c number of learned constraints concerned by reduction	: 0
6.41/4.06	c number of learning phase by resolution	: 0
6.41/4.06	c number of learning phase by cutting planes	: 0
6.41/4.06	c number of rounding to 1 operations	: 0
6.41/4.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
6.41/4.06	c number of reductions of the coefficients by power 2 	: 0
6.41/4.06	c number of right shift for reduction by power 2 	: 0
6.41/4.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
6.41/4.06	c number of ending skipping 	: 0
6.41/4.06	c number of internal skipping 	: 0
6.41/4.06	c number of derivation steps 	: 0
6.41/4.06	c number of skipped derivation steps 	: 0
6.41/4.06	c number of remaining unassigned 	: 0
6.41/4.06	c number of remaining assigned 	: 0
6.41/4.06	c number of falsified literals weakened from reason	: 0
6.41/4.06	c number of falsified literals weakened from conflict	: 0
6.41/4.06	c time for arithmetic operations	: 0
6.41/4.06	c minimum degree of deleted constraints	: null
6.41/4.06	c maximum degree of deleted constraints	: null
6.41/4.06	c number of deleted constraints	: 0
6.41/4.06	c speed (assignments/second)	: 629426.6192948894
6.41/4.06	c non guided choices	: 2979
6.41/4.06	s OPTIMUM FOUND
6.41/4.06	c Found 74 solution(s)
6.41/4.07	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 
6.41/4.07	c objective function=2
6.41/4.07	c Total wall clock time (in seconds): 3.773

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525352-1751623288/watcher-4525352-1751623288 -o /tmp/evaluation-result-4525352-1751623288/solver-4525352-1751623288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97338 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525352-1751623288.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=97987, runsolver pid=97984

[startup+0.100073 s]*
/proc/loadavg: 3.35 3.91 5.96 5/325 98005
/proc/meminfo: memFree=127283232/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18930384 memory=48848 CPUtime=0.1 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 5888 0 0 0 8 2 0 0 20 0 18 0 78007940 19384713216 12212 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4732596 12212 5336 1 0 547070 0
[pid=97987/tid=97989] ppid=97984 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 4765 0 0 0 6 1 0 0 20 0 18 0 78007942 19384713216 12212 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78007944 19384713216 12212 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78007944 19384713216 12212 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48848 KiB

[startup+0.213502 s]*
/proc/loadavg: 3.35 3.91 5.96 5/325 98005
/proc/meminfo: memFree=127271008/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18930384 memory=57868 CPUtime=0.23 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 6578 0 0 0 20 3 0 0 20 0 18 0 78007940 19384713216 14467 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4732596 14467 5368 1 0 547612 0
[pid=97987/tid=97989] ppid=97984 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 5054 0 0 0 15 1 0 0 20 0 18 0 78007942 19384713216 14467 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78007944 19384713216 14467 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78007944 19384713216 14467 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57868 KiB

[startup+0.313263 s]*
/proc/loadavg: 3.35 3.91 5.96 5/325 98005
/proc/meminfo: memFree=127271008/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18930384 memory=59148 CPUtime=0.37 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 6866 0 0 0 34 3 0 0 20 0 18 0 78007940 19384713216 14787 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4732596 14787 5432 1 0 547841 0
[pid=97987/tid=97989] ppid=97984 vsize=18930384 memory=-6000919489835787622 CPUtime=0.25 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 5234 0 0 0 23 2 0 0 20 0 18 0 78007942 19384713216 14787 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78007944 19384713216 14787 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78007944 19384713216 14787 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59148 KiB

[startup+0.700372 s]
/proc/loadavg: 3.35 3.91 5.96 7/326 98006
/proc/meminfo: memFree=127265904/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18996948 memory=69400 CPUtime=1.07 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 9243 0 0 0 102 5 0 0 20 0 19 0 78007940 19452874752 17350 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4749237 17350 5464 1 0 549390 0
[pid=97987/tid=97989] ppid=97984 vsize=18996948 memory=18560 CPUtime=0.57 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 5397 0 0 0 55 2 0 0 20 0 19 0 78007942 19452874752 17350 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 17350 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 17350 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98006] ppid=97984 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97987/task/98006/stat : 98006 (Timer-0) S 97984 97987 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78007981 19452874752 17350 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69400 KiB

[startup+1.50027 s]
/proc/loadavg: 3.35 3.91 5.96 6/325 98006
/proc/meminfo: memFree=127243032/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18996948 memory=87864 CPUtime=2.65 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 17967 0 0 0 258 7 0 0 20 0 19 0 78007940 19452874752 21966 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4749237 21966 5464 1 0 551805 0
[pid=97987/tid=97989] ppid=97984 vsize=18996948 memory=0 CPUtime=1.35 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 6607 0 0 0 132 3 0 0 20 0 19 0 78007942 19452874752 21966 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 21966 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 21966 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98006] ppid=97984 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97987/task/98006/stat : 98006 (Timer-0) S 97984 97987 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78007981 19452874752 21966 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87864 KiB

[startup+3.1054 s]
/proc/loadavg: 3.56 3.95 5.96 6/325 98006
/proc/meminfo: memFree=127156836/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18996948 memory=117360 CPUtime=5.41 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 24085 0 0 0 533 8 0 0 20 0 19 0 78007940 19452874752 29340 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4749237 29340 5464 1 0 554882 0
[pid=97987/tid=97989] ppid=97984 vsize=18996948 memory=11264 CPUtime=2.93 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 7377 0 0 0 290 3 0 0 20 0 19 0 78007942 19452874752 29340 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18996948 memory=-6000919489835787622 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 29340 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 29340 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98006] ppid=97984 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97987/task/98006/stat : 98006 (Timer-0) S 97984 97987 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78007981 19452874752 29340 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117360 KiB

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

# cumulated CPU time of all completed processes:  user=6.41073 s, system=0.095141 s

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

[startup+3.20025 s]
/proc/loadavg: 3.56 3.95 5.96 6/325 98006
/proc/meminfo: memFree=127156836/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18996948 memory=119408 CPUtime=5.51 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 24118 0 0 0 543 8 0 0 20 0 19 0 78007940 19452874752 29852 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4749237 29852 5464 1 0 554883 0
[pid=97987/tid=97989] ppid=97984 vsize=18996948 memory=70136 CPUtime=3.02 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 7379 0 0 0 299 3 0 0 20 0 19 0 78007942 19452874752 29852 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 29852 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18996948 memory=5276 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 29852 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98006] ppid=97984 vsize=18996948 memory=57381652529209 CPUtime=0 cores=5,7
/proc/97987/task/98006/stat : 98006 (Timer-0) S 97984 97987 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78007981 19452874752 29852 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119408 KiB

[startup+3.60019 s]
/proc/loadavg: 3.56 3.95 5.96 6/325 98006
/proc/meminfo: memFree=127156836/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18996948 memory=123632 CPUtime=6 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 24153 0 0 0 592 8 0 0 20 0 19 0 78007940 19452874752 30908 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4749237 30908 5464 1 0 554884 0
[pid=97987/tid=97989] ppid=97984 vsize=18996948 memory=18560 CPUtime=3.42 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 7396 0 0 0 339 3 0 0 20 0 19 0 78007942 19452874752 30908 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 30908 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 30908 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98006] ppid=97984 vsize=18996948 memory=5276 CPUtime=0 cores=5,7
/proc/97987/task/98006/stat : 98006 (Timer-0) S 97984 97987 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78007981 19452874752 30908 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123632 KiB

[startup+4.00037 s]*
/proc/loadavg: 3.56 3.95 5.96 5/325 98006
/proc/meminfo: memFree=127124072/131382116 swapFree=33009904/33010684
[pid=97987] ppid=97984 vsize=18996948 memory=127728 CPUtime=6.41 cores=5,7
/proc/97987/stat : 97987 (java) S 97984 97987 97320 0 -1 4194304 24157 0 0 0 633 8 0 0 20 0 19 0 78007940 19452874752 31932 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
/proc/97987/statm: 4749237 31932 5464 1 0 554884 0
[pid=97987/tid=97989] ppid=97984 vsize=18996948 memory=-6000919489835787622 CPUtime=3.83 cores=5,7
/proc/97987/task/97989/stat : 97989 (java) R 97984 97987 97320 0 -1 4194368 7400 0 0 0 380 3 0 0 20 0 19 0 78007942 19452874752 31932 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=97998] ppid=97984 vsize=18996948 memory=55212677268211 CPUtime=0 cores=5,7
/proc/97987/task/97998/stat : 97998 (Finalizer) S 97984 97987 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 31932 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98005] ppid=97984 vsize=18996948 memory=395178 CPUtime=0 cores=5,7
/proc/97987/task/98005/stat : 98005 (Common-Cleaner) S 97984 97987 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78007944 19452874752 31932 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
[pid=97987/tid=98006] ppid=97984 vsize=18996948 memory=-6000919489835787622 CPUtime=0 cores=5,7
/proc/97987/task/98006/stat : 98006 (Timer-0) S 97984 97987 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78007981 19452874752 31932 18446744073709551615 94185436372992 94185436376688 140733759325664 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94185436384504 94185436385296 94185463967744 140733759334783 140733759334884 140733759334884 140733759340488 0
Current children cumulated CPU time: 6.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127728 KiB

Child status: 30

Real time (s): 4.10551
CPU time (s): 6.50588
CPU user time (s): 6.41073
CPU system time (s): 0.095141
CPU usage (%): 158.467
Max. virtual memory (cumulated for all children) (KiB): 18996948
Max. memory (cumulated for all children) (KiB): 127728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.41073
system time used= 0.095141
maximum resident set size= 132496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25084
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= 1638
involuntary context switches= 1054


# summary of solver processes directly reported to runsolver:
#   pid: 97987
#   total CPU time (s): 6.50588
#   total CPU user time (s): 6.41073
#   total CPU system time (s): 0.095141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045604 second user time and 0.107359 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 45bb2d863335b9169620e5155269ff78
RANDOM SEED=1971884523

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		: 3592.281
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		: 3664.481
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.867
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.528
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		: 3700.000
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		: 3492.190
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		: 3662.604
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.208
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:        127298388 kB
MemAvailable:   128189216 kB
Buffers:            2128 kB
Cached:          1638936 kB
SwapCached:           32 kB
Active:          2351860 kB
Inactive:        1043956 kB
Active(anon):    1761948 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3136 kB
Writeback:             4 kB
AnonPages:       1757892 kB
Mapped:           123580 kB
Shmem:             17932 kB
KReclaimable:     214648 kB
Slab:             301996 kB
SReclaimable:     214648 kB
SUnreclaim:        87348 kB
KernelStack:        4924 kB
PageTables:         7176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8405924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1562624 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:32