Trace number 4525433

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06OPTIMUM 9.56868 6.57294

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-33-100-0.wbo
MD5SUMe503c4c849d035594fcf29f3d97946d5
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.567656
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1237
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.43/0.34	c Pseudo Boolean Optimization by upper bound
0.43/0.34	c --- Begin Solver configuration ---
0.43/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.34	c Learn all clauses as in MiniSAT
0.43/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.34	c Expensive reason simplification
0.43/0.34	c Glucose 2.1 dynamic restart strategy
0.43/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.43/0.34	c timeout=2147483s
0.43/0.34	c DB Simplification allowed=false
0.43/0.34	c Listener: none
0.43/0.34	c --- End Solver configuration ---
0.43/0.34	c solving HOME/instance-4525433-1751623312.wbo
0.43/0.34	c reading problem ... 
0.43/0.41	c ... done. Wall clock time 0.063s.
0.43/0.41	c declared #vars     169
0.43/0.41	c internal #vars     233
0.43/0.41	c #constraints  102
0.43/0.41	c constraints type 
0.43/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.43/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.43/0.41	c org.sat4j.specs.Constr$1 => 1
0.43/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.43/0.41	c 102 constraints processed.
0.61/0.44	c objective function length is 64 literals
0.96/0.65	c SATISFIABLE
0.96/0.66	c OPTIMIZING...
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.317
0.96/0.66	o 591
0.96/0.68	c Got one! Elapsed wall clock time (in seconds):0.339
0.96/0.68	o 526
1.53/0.95	c Got one! Elapsed wall clock time (in seconds):0.61
1.53/0.95	o 493
1.53/0.96	c Got one! Elapsed wall clock time (in seconds):0.619
1.53/0.96	o 492
1.53/0.96	c Got one! Elapsed wall clock time (in seconds):0.624
1.53/0.96	o 449
1.53/0.97	c Got one! Elapsed wall clock time (in seconds):0.634
1.53/0.97	o 441
1.53/0.98	c Got one! Elapsed wall clock time (in seconds):0.638
1.53/0.98	o 426
1.53/0.98	c Got one! Elapsed wall clock time (in seconds):0.643
1.53/0.98	o 411
1.73/1.02	c Got one! Elapsed wall clock time (in seconds):0.686
1.73/1.02	o 404
1.73/1.03	c Got one! Elapsed wall clock time (in seconds):0.692
1.73/1.03	o 403
1.73/1.09	c Got one! Elapsed wall clock time (in seconds):0.754
1.73/1.09	o 384
2.11/1.26	c Got one! Elapsed wall clock time (in seconds):0.919
2.11/1.26	o 380
2.11/1.27	c Got one! Elapsed wall clock time (in seconds):0.927
2.11/1.27	o 368
2.31/1.30	c Got one! Elapsed wall clock time (in seconds):0.966
2.31/1.30	o 366
2.31/1.31	c Got one! Elapsed wall clock time (in seconds):0.975
2.31/1.31	o 364
2.31/1.37	c Got one! Elapsed wall clock time (in seconds):1.028
2.31/1.37	o 327
2.51/1.41	c Got one! Elapsed wall clock time (in seconds):1.071
2.51/1.41	o 326
2.51/1.42	c Got one! Elapsed wall clock time (in seconds):1.085
2.51/1.42	o 314
2.51/1.45	c Got one! Elapsed wall clock time (in seconds):1.108
2.51/1.45	o 307
2.51/1.46	c Got one! Elapsed wall clock time (in seconds):1.122
2.51/1.46	o 296
2.51/1.47	c Got one! Elapsed wall clock time (in seconds):1.134
2.51/1.47	o 289
2.51/1.49	c Got one! Elapsed wall clock time (in seconds):1.148
2.51/1.49	o 268
2.71/1.50	c Got one! Elapsed wall clock time (in seconds):1.16
2.71/1.50	o 267
2.71/1.51	c Got one! Elapsed wall clock time (in seconds):1.176
2.71/1.51	o 262
2.71/1.53	c Got one! Elapsed wall clock time (in seconds):1.194
2.71/1.53	o 220
2.71/1.55	c Got one! Elapsed wall clock time (in seconds):1.208
2.71/1.55	o 205
2.71/1.57	c Got one! Elapsed wall clock time (in seconds):1.23
2.71/1.57	o 204
2.89/1.66	c cleaning 7475 clauses out of 14949 with flag 3484/14949
3.09/1.76	c Got one! Elapsed wall clock time (in seconds):1.421
3.09/1.76	o 197
3.23/1.89	c cleaning 6685 clauses out of 13373 with flag 10874/20848
3.23/1.89	c Got one! Elapsed wall clock time (in seconds):1.555
3.23/1.89	o 176
3.36/1.90	c Got one! Elapsed wall clock time (in seconds):1.56
3.36/1.90	o 170
3.36/1.92	c Got one! Elapsed wall clock time (in seconds):1.58
3.36/1.92	o 169
3.36/1.94	c Got one! Elapsed wall clock time (in seconds):1.598
3.36/1.94	o 152
3.36/1.98	c Got one! Elapsed wall clock time (in seconds):1.639
3.36/1.98	o 147
3.54/2.02	c Got one! Elapsed wall clock time (in seconds):1.683
3.54/2.02	o 137
3.54/2.09	c Got one! Elapsed wall clock time (in seconds):1.752
3.54/2.09	o 133
3.67/2.10	c Got one! Elapsed wall clock time (in seconds):1.765
3.67/2.10	o 125
3.67/2.14	c cleaning 8136 clauses out of 16271 with flag 3396/30431
3.89/2.32	c cleaning 7068 clauses out of 14136 with flag 26457/36432
4.06/2.41	c Got one! Elapsed wall clock time (in seconds):2.07
4.06/2.41	o 114
4.06/2.47	c cleaning 6285 clauses out of 12581 with flag 8164/41945
4.32/2.63	c cleaning 6144 clauses out of 12295 with flag 32391/47944
4.32/2.66	c Got one! Elapsed wall clock time (in seconds):2.321
4.32/2.66	o 108
4.43/2.71	c Got one! Elapsed wall clock time (in seconds):2.369
4.43/2.71	o 107
4.43/2.74	c Got one! Elapsed wall clock time (in seconds):2.4
4.43/2.74	o 106
4.53/2.80	c cleaning 6352 clauses out of 12714 with flag 9373/54507
4.53/2.83	c Got one! Elapsed wall clock time (in seconds):2.49
4.53/2.83	o 100
4.53/2.89	c Got one! Elapsed wall clock time (in seconds):2.553
4.53/2.89	o 91
4.63/2.96	c Got one! Elapsed wall clock time (in seconds):2.624
4.63/2.96	o 90
4.63/2.97	c Got one! Elapsed wall clock time (in seconds):2.63
4.63/2.97	o 85
4.63/3.01	c Got one! Elapsed wall clock time (in seconds):2.669
4.63/3.01	o 69
4.84/3.06	c cleaning 6870 clauses out of 13756 with flag 4337/61901
4.84/3.08	c Got one! Elapsed wall clock time (in seconds):2.745
4.84/3.08	o 68
5.21/3.28	c cleaning 6349 clauses out of 12699 with flag 24804/67714
5.41/3.39	c Got one! Elapsed wall clock time (in seconds):3.053
5.41/3.39	o 67
5.54/3.43	c cleaning 5966 clauses out of 11940 with flag 4267/73304
5.54/3.46	c Got one! Elapsed wall clock time (in seconds):3.123
5.54/3.46	o 56
5.54/3.48	c Got one! Elapsed wall clock time (in seconds):3.137
5.54/3.48	o 53
5.54/3.49	c Got one! Elapsed wall clock time (in seconds):3.149
5.54/3.49	o 41
5.65/3.52	c Got one! Elapsed wall clock time (in seconds):3.177
5.65/3.52	o 39
5.65/3.55	c Got one! Elapsed wall clock time (in seconds):3.214
5.65/3.55	o 35
5.75/3.63	c cleaning 7062 clauses out of 14125 with flag 11011/81455
5.75/3.68	c Got one! Elapsed wall clock time (in seconds):3.338
5.75/3.68	o 29
5.86/3.76	c cleaning 6284 clauses out of 12582 with flag 12114/86974
6.05/3.92	c cleaning 6148 clauses out of 12297 with flag 38388/92973
6.17/4.10	c cleaning 6573 clauses out of 13147 with flag 67108/99973
6.47/4.30	c cleaning 7288 clauses out of 14575 with flag 98716/107975
7.03/4.67	c cleaning 8139 clauses out of 16284 with flag 135489/116973
7.60/4.96	c cleaning 9066 clauses out of 18145 with flag 176886/126974
8.11/5.25	c cleaning 10030 clauses out of 20075 with flag 222460/137973
8.44/5.56	c cleaning 11021 clauses out of 22041 with flag 272618/149973
8.54/5.62	c Got one! Elapsed wall clock time (in seconds):5.283
8.54/5.62	o 28
8.65/5.71	c cleaning 8318 clauses out of 16637 with flag 13241/155592
8.65/5.75	c Got one! Elapsed wall clock time (in seconds):5.406
8.65/5.75	o 27
8.75/5.86	c cleaning 6850 clauses out of 13706 with flag 19684/160980
8.96/6.01	c cleaning 6418 clauses out of 12855 with flag 46596/166980
9.05/6.18	c cleaning 6715 clauses out of 13434 with flag 78096/173980
9.14/6.24	c Got one! Elapsed wall clock time (in seconds):5.903
9.14/6.24	o 24
9.14/6.27	c Got one! Elapsed wall clock time (in seconds):5.928
9.14/6.27	o 9
9.25/6.36	c cleaning 6761 clauses out of 13534 with flag 14680/180800
9.35/6.45	c Got one! Elapsed wall clock time (in seconds):6.113
9.35/6.45	o 3
9.35/6.49	c cleaning 5931 clauses out of 11862 with flag 4956/185889
9.35/6.50	c Got one! Elapsed wall clock time (in seconds):6.163
9.35/6.50	o 2
9.47/6.53	c starts		: 142
9.47/6.54	c conflicts		: 186147
9.47/6.54	c decisions		: 286659
9.47/6.54	c propagations		: 4521780
9.47/6.54	c inspects		: 41556964
9.47/6.54	c shortcuts		: 0
9.47/6.54	c learnt literals	: 24
9.47/6.54	c learnt binary clauses	: 1
9.47/6.54	c learnt ternary clauses	: 344
9.47/6.54	c learnt constraints	: 186123
9.47/6.54	c ignored constraints	: 0
9.47/6.54	c root simplifications	: 0
9.47/6.54	c removed literals (reason simplification)	: 996158
9.47/6.54	c reason swapping (by a shorter reason)	: 0
9.47/6.54	c Calls to reduceDB	: 25
9.47/6.54	c Number of update (reduction) of LBD	: 47352
9.47/6.54	c Imported unit clauses	: 0
9.47/6.54	c No decision after first conflict	: false
9.47/6.54	c number of reductions to clauses (during analyze)	: 0
9.47/6.54	c number of learned constraints concerned by reduction	: 0
9.47/6.54	c number of learning phase by resolution	: 0
9.47/6.54	c number of learning phase by cutting planes	: 0
9.47/6.55	c number of rounding to 1 operations	: 0
9.47/6.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.47/6.55	c number of reductions of the coefficients by power 2 	: 0
9.47/6.55	c number of right shift for reduction by power 2 	: 0
9.47/6.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.47/6.55	c number of ending skipping 	: 0
9.47/6.55	c number of internal skipping 	: 0
9.47/6.55	c number of derivation steps 	: 0
9.47/6.55	c number of skipped derivation steps 	: 0
9.47/6.55	c number of remaining unassigned 	: 0
9.47/6.55	c number of remaining assigned 	: 0
9.47/6.55	c number of falsified literals weakened from reason	: 0
9.47/6.55	c number of falsified literals weakened from conflict	: 0
9.47/6.55	c time for arithmetic operations	: 0
9.47/6.55	c minimum degree of deleted constraints	: null
9.47/6.55	c maximum degree of deleted constraints	: null
9.47/6.55	c number of deleted constraints	: 0
9.47/6.56	c speed (assignments/second)	: 739820.0261780105
9.47/6.56	c non guided choices	: 2210
9.47/6.56	s OPTIMUM FOUND
9.47/6.56	c Found 59 solution(s)
9.47/6.56	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
9.47/6.56	c objective function=2
9.47/6.56	c Total wall clock time (in seconds): 6.221

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

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


[startup+0.10007 s]*
/proc/loadavg: 4.11 4.05 5.95 6/301 98635
/proc/meminfo: memFree=127052292/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18930384 memory=50268 CPUtime=0.11 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 5750 0 0 0 7 4 0 0 20 0 18 0 78010425 19384713216 12567 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4732596 12567 5305 1 0 546978 0
[pid=98611/tid=98614] ppid=98608 vsize=18930384 memory=4026532124 CPUtime=0.08 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 4649 0 0 0 5 3 0 0 20 0 18 0 78010427 19384713216 12567 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78010432 19384713216 12567 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78010433 19384713216 12567 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50268 KiB

[startup+0.214948 s]*
/proc/loadavg: 4.11 4.05 5.95 6/322 98656
/proc/meminfo: memFree=127017072/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18930384 memory=54940 CPUtime=0.27 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 6385 0 0 0 23 4 0 0 20 0 18 0 78010425 19384713216 13735 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4732596 13735 5337 1 0 547532 0
[pid=98611/tid=98614] ppid=98608 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 4991 0 0 0 14 3 0 0 20 0 18 0 78010427 19384713216 13735 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78010432 19384713216 13735 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78010433 19384713216 13735 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54940 KiB

[startup+0.317178 s]*
/proc/loadavg: 4.11 4.05 5.95 10/322 98656
/proc/meminfo: memFree=127004848/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18930384 memory=60484 CPUtime=0.43 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 6651 0 0 0 39 4 0 0 20 0 18 0 78010425 19384713216 15121 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4732596 15121 5433 1 0 547754 0
[pid=98611/tid=98614] ppid=98608 vsize=18930384 memory=-6000919485624902758 CPUtime=0.26 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 5191 0 0 0 23 3 0 0 20 0 18 0 78010427 19384713216 15121 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78010432 19384713216 15121 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78010433 19384713216 15121 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60484 KiB

[startup+0.700336 s]
/proc/loadavg: 4.11 4.05 5.95 9/323 98657
/proc/meminfo: memFree=126975924/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18996948 memory=68548 CPUtime=1.14 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 9201 0 0 0 107 7 0 0 20 0 19 0 78010425 19452874752 17137 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4749237 17137 5497 1 0 549422 0
[pid=98611/tid=98614] ppid=98608 vsize=18996948 memory=18560 CPUtime=0.55 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 5419 0 0 0 52 3 0 0 20 0 19 0 78010427 19452874752 17137 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010432 19452874752 17137 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010433 19452874752 17137 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98657] ppid=98608 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98611/task/98657/stat : 98657 (Timer-0) S 98608 98611 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010470 19452874752 17137 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68548 KiB

[startup+1.50026 s]
/proc/loadavg: 4.11 4.05 5.95 8/324 98658
/proc/meminfo: memFree=126889852/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18996948 memory=85544 CPUtime=2.71 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 16293 0 0 0 262 9 0 0 20 0 19 0 78010425 19452874752 21386 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4749237 21386 5497 1 0 551538 0
[pid=98611/tid=98614] ppid=98608 vsize=18996948 memory=11264 CPUtime=1.32 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 6040 0 0 0 128 4 0 0 20 0 19 0 78010427 19452874752 21386 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010432 19452874752 21386 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010433 19452874752 21386 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98657] ppid=98608 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98611/task/98657/stat : 98657 (Timer-0) S 98608 98611 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010470 19452874752 21386 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85544 KiB

[startup+3.11363 s]
/proc/loadavg: 4.10 4.05 5.94 6/325 98659
/proc/meminfo: memFree=126826980/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18996948 memory=103128 CPUtime=5.04 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 18202 0 0 0 494 10 0 0 20 0 19 0 78010425 19452874752 25782 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4749237 25782 5497 1 0 551791 0
[pid=98611/tid=98614] ppid=98608 vsize=18996948 memory=-6000919472790332518 CPUtime=2.91 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 6902 0 0 0 287 4 0 0 20 0 19 0 78010427 19452874752 25782 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010432 19452874752 25782 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010433 19452874752 25782 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98657] ppid=98608 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98611/task/98657/stat : 98657 (Timer-0) S 98608 98611 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010470 19452874752 25782 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103128 KiB

[startup+6.3004 s]
/proc/loadavg: 4.10 4.05 5.94 5/304 98729
/proc/meminfo: memFree=126756624/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18996948 memory=140288 CPUtime=9.25 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 19538 0 0 0 912 13 0 0 20 0 19 0 78010425 19452874752 35072 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4749237 35072 5497 1 0 551798 0
[pid=98611/tid=98614] ppid=98608 vsize=18996948 memory=11264 CPUtime=6.09 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 7848 0 0 0 603 6 0 0 20 0 19 0 78010427 19452874752 35072 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010432 19452874752 35072 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18996948 memory=7100839852956284016 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010433 19452874752 35072 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98657] ppid=98608 vsize=18996948 memory=3087181045289570158 CPUtime=0 cores=5,7
/proc/98611/task/98657/stat : 98657 (Timer-0) S 98608 98611 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010470 19452874752 35072 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 9.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140288 KiB

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

# cumulated CPU time of all completed processes:  user=9.42506 s, system=0.143621 s

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

[startup+6.40044 s]
/proc/loadavg: 4.10 4.05 5.94 5/304 98729
/proc/meminfo: memFree=126756624/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18996948 memory=142336 CPUtime=9.35 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 19542 0 0 0 922 13 0 0 20 0 19 0 78010425 19452874752 35584 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4749237 35584 5497 1 0 551798 0
[pid=98611/tid=98614] ppid=98608 vsize=18996948 memory=18560 CPUtime=6.19 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 7851 0 0 0 613 6 0 0 20 0 19 0 78010427 19452874752 35584 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18996948 memory=85544 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010432 19452874752 35584 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18996948 memory=211309297979 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010433 19452874752 35584 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98657] ppid=98608 vsize=18996948 memory=-6000919472790332518 CPUtime=0 cores=5,7
/proc/98611/task/98657/stat : 98657 (Timer-0) S 98608 98611 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010470 19452874752 35584 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142336 KiB

[startup+6.50922 s]
/proc/loadavg: 4.10 4.05 5.94 5/304 98729
/proc/meminfo: memFree=126756624/131382116 swapFree=33009904/33010684
[pid=98611] ppid=98608 vsize=18996948 memory=144384 CPUtime=9.47 cores=5,7
/proc/98611/stat : 98611 (java) S 98608 98611 97320 0 -1 4194304 20729 0 0 0 934 13 0 0 20 0 19 0 78010425 19452874752 36096 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
/proc/98611/statm: 4749237 36096 5497 1 0 551814 0
[pid=98611/tid=98614] ppid=98608 vsize=18996948 memory=11264 CPUtime=6.29 cores=5,7
/proc/98611/task/98614/stat : 98614 (java) R 98608 98611 97320 0 -1 4194368 8752 0 0 0 623 6 0 0 20 0 19 0 78010427 19452874752 36096 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98627] ppid=98608 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98611/task/98627/stat : 98627 (Finalizer) S 98608 98611 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78010432 19452874752 36096 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98634] ppid=98608 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98611/task/98634/stat : 98634 (Common-Cleaner) S 98608 98611 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78010433 19452874752 36096 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
[pid=98611/tid=98657] ppid=98608 vsize=18996948 memory=3087181045289570158 CPUtime=0 cores=5,7
/proc/98611/task/98657/stat : 98657 (Timer-0) S 98608 98611 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78010470 19452874752 36096 18446744073709551615 93980258418688 93980258422384 140725640017424 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93980258430200 93980258430992 93980285726720 140725640026495 140725640026596 140725640026596 140725640032200 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 144384 KiB

Child status: 30

Real time (s): 6.57294
CPU time (s): 9.56868
CPU user time (s): 9.42506
CPU system time (s): 0.143621
CPU usage (%): 145.577
Max. virtual memory (cumulated for all children) (KiB): 18996948
Max. memory (cumulated for all children) (KiB): 144384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.42506
system time used= 0.143621
maximum resident set size= 149188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22014
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= 1462
involuntary context switches= 1125


# summary of solver processes directly reported to runsolver:
#   pid: 98611
#   total CPU time (s): 9.56868
#   total CPU user time (s): 9.42506
#   total CPU system time (s): 0.143621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062102 second user time and 0.117534 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= e503c4c849d035594fcf29f3d97946d5
RANDOM SEED=581399969

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		: 3575.075
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.873
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		: 1197.163
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		: 3492.988
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.237
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:        127080440 kB
MemAvailable:   127970612 kB
Buffers:            2128 kB
Cached:          1638244 kB
SwapCached:           32 kB
Active:          2591568 kB
Inactive:        1043264 kB
Active(anon):    2001656 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1032528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2240 kB
Writeback:             0 kB
AnonPages:       1997964 kB
Mapped:           123744 kB
Shmem:             17932 kB
KReclaimable:     214720 kB
Slab:             302256 kB
SReclaimable:     214720 kB
SUnreclaim:        87536 kB
KernelStack:        4604 kB
PageTables:         7404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6162588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149928 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1849344 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:59