Trace number 4525370

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 12.5198 8.23683

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
MD5SUM726519dbe78f481529a45968391fd805
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.509541
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 1266
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.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.11/0.22	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.29/0.23	c Number of processors 	2
0.45/0.34	c Pseudo Boolean Optimization by upper bound
0.45/0.34	c --- Begin Solver configuration ---
0.45/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.34	c Learn all clauses as in MiniSAT
0.45/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.34	c Expensive reason simplification
0.45/0.34	c Glucose 2.1 dynamic restart strategy
0.45/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.45/0.34	c timeout=2147483s
0.45/0.34	c DB Simplification allowed=false
0.45/0.34	c Listener: none
0.45/0.34	c --- End Solver configuration ---
0.45/0.34	c solving HOME/instance-4525370-1751623298.wbo
0.45/0.34	c reading problem ... 
0.45/0.42	c ... done. Wall clock time 0.068s.
0.63/0.42	c declared #vars     169
0.63/0.42	c internal #vars     233
0.63/0.42	c #constraints  102
0.63/0.42	c constraints type 
0.63/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.63/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.63/0.43	c org.sat4j.specs.Constr$1 => 1
0.63/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.63/0.43	c 102 constraints processed.
0.63/0.45	c objective function length is 64 literals
0.99/0.64	c SATISFIABLE
0.99/0.64	c OPTIMIZING...
0.99/0.64	c Got one! Elapsed wall clock time (in seconds):0.305
0.99/0.64	o 979
0.99/0.68	c Got one! Elapsed wall clock time (in seconds):0.337
0.99/0.68	o 971
0.99/0.69	c Got one! Elapsed wall clock time (in seconds):0.347
0.99/0.69	o 694
1.34/0.85	c Got one! Elapsed wall clock time (in seconds):0.512
1.34/0.85	o 690
1.34/0.86	c Got one! Elapsed wall clock time (in seconds):0.524
1.34/0.86	o 689
1.34/0.87	c Got one! Elapsed wall clock time (in seconds):0.533
1.34/0.87	o 688
1.34/0.88	c Got one! Elapsed wall clock time (in seconds):0.544
1.34/0.88	o 684
1.34/0.89	c Got one! Elapsed wall clock time (in seconds):0.554
1.34/0.89	o 674
1.54/0.90	c Got one! Elapsed wall clock time (in seconds):0.564
1.54/0.90	o 659
1.54/0.92	c Got one! Elapsed wall clock time (in seconds):0.583
1.54/0.92	o 651
1.54/0.94	c Got one! Elapsed wall clock time (in seconds):0.605
1.54/0.94	o 648
1.54/0.96	c Got one! Elapsed wall clock time (in seconds):0.621
1.54/0.96	o 646
1.54/0.99	c Got one! Elapsed wall clock time (in seconds):0.654
1.54/0.99	o 645
1.75/1.03	c Got one! Elapsed wall clock time (in seconds):0.692
1.75/1.03	o 643
1.75/1.04	c Got one! Elapsed wall clock time (in seconds):0.701
1.75/1.04	o 636
1.75/1.05	c Got one! Elapsed wall clock time (in seconds):0.712
1.75/1.05	o 621
1.75/1.06	c Got one! Elapsed wall clock time (in seconds):0.719
1.75/1.06	o 566
1.75/1.07	c Got one! Elapsed wall clock time (in seconds):0.727
1.75/1.07	o 565
1.75/1.09	c Got one! Elapsed wall clock time (in seconds):0.755
1.75/1.09	o 559
1.75/1.10	c Got one! Elapsed wall clock time (in seconds):0.759
1.75/1.10	o 531
1.95/1.11	c Got one! Elapsed wall clock time (in seconds):0.769
1.95/1.11	o 527
1.95/1.11	c Got one! Elapsed wall clock time (in seconds):0.775
1.95/1.11	o 526
1.95/1.12	c Got one! Elapsed wall clock time (in seconds):0.781
1.95/1.12	o 522
1.95/1.13	c Got one! Elapsed wall clock time (in seconds):0.788
1.95/1.13	o 512
1.95/1.13	c Got one! Elapsed wall clock time (in seconds):0.794
1.95/1.13	o 495
1.95/1.14	c Got one! Elapsed wall clock time (in seconds):0.799
1.95/1.14	o 469
1.95/1.15	c Got one! Elapsed wall clock time (in seconds):0.807
1.95/1.15	o 445
2.32/1.35	c cleaning 4876 clauses out of 9754 with flag 7188/9754
2.32/1.37	c Got one! Elapsed wall clock time (in seconds):1.03
2.32/1.37	o 443
2.32/1.38	c Got one! Elapsed wall clock time (in seconds):1.039
2.32/1.38	o 434
2.52/1.40	c Got one! Elapsed wall clock time (in seconds):1.063
2.52/1.40	o 433
2.52/1.41	c Got one! Elapsed wall clock time (in seconds):1.072
2.52/1.41	o 413
2.52/1.43	c Got one! Elapsed wall clock time (in seconds):1.09
2.52/1.43	o 412
2.52/1.44	c Got one! Elapsed wall clock time (in seconds):1.106
2.52/1.45	o 411
2.72/1.57	c Got one! Elapsed wall clock time (in seconds):1.235
2.72/1.57	o 381
2.93/1.62	c Got one! Elapsed wall clock time (in seconds):1.281
2.93/1.62	o 375
2.93/1.63	c Got one! Elapsed wall clock time (in seconds):1.293
2.93/1.63	o 361
2.93/1.64	c Got one! Elapsed wall clock time (in seconds):1.304
2.93/1.64	o 359
2.93/1.68	c Got one! Elapsed wall clock time (in seconds):1.343
2.93/1.68	o 355
3.12/1.72	c Got one! Elapsed wall clock time (in seconds):1.38
3.12/1.72	o 345
3.12/1.74	c Got one! Elapsed wall clock time (in seconds):1.401
3.12/1.74	o 328
3.32/1.89	c cleaning 7119 clauses out of 14246 with flag 10154/19122
3.52/1.92	c Got one! Elapsed wall clock time (in seconds):1.576
3.52/1.92	o 327
3.52/1.93	c Got one! Elapsed wall clock time (in seconds):1.587
3.52/1.93	o 326
3.52/1.94	c Got one! Elapsed wall clock time (in seconds):1.605
3.52/1.94	o 325
3.52/1.96	c Got one! Elapsed wall clock time (in seconds):1.622
3.52/1.96	o 324
3.52/1.97	c Got one! Elapsed wall clock time (in seconds):1.631
3.52/1.97	o 323
3.52/1.97	c Got one! Elapsed wall clock time (in seconds):1.633
3.52/1.97	o 284
3.72/2.07	c Got one! Elapsed wall clock time (in seconds):1.735
3.72/2.07	o 278
3.86/2.13	c Got one! Elapsed wall clock time (in seconds):1.791
3.86/2.13	o 276
3.86/2.18	c cleaning 8288 clauses out of 16597 with flag 3864/28592
3.99/2.21	c Got one! Elapsed wall clock time (in seconds):1.866
3.99/2.21	o 265
3.99/2.23	c Got one! Elapsed wall clock time (in seconds):1.887
3.99/2.23	o 259
4.16/2.34	c cleaning 7070 clauses out of 14161 with flag 14550/34444
4.36/2.44	c Got one! Elapsed wall clock time (in seconds):2.1
4.36/2.44	o 254
4.36/2.46	c Got one! Elapsed wall clock time (in seconds):2.12
4.36/2.46	o 251
4.36/2.49	c cleaning 6579 clauses out of 13158 with flag 3657/40511
4.48/2.53	c Got one! Elapsed wall clock time (in seconds):2.188
4.48/2.53	o 237
4.48/2.55	c Got one! Elapsed wall clock time (in seconds):2.208
4.48/2.55	o 236
4.64/2.60	c Got one! Elapsed wall clock time (in seconds):2.259
4.64/2.60	o 232
4.64/2.66	c cleaning 6546 clauses out of 13104 with flag 7685/47036
4.75/2.71	c Got one! Elapsed wall clock time (in seconds):2.373
4.75/2.71	o 217
4.75/2.72	c Got one! Elapsed wall clock time (in seconds):2.378
4.75/2.72	o 197
4.75/2.78	c Got one! Elapsed wall clock time (in seconds):2.445
4.75/2.78	o 188
4.85/2.82	c cleaning 6359 clauses out of 12718 with flag 3723/53196
4.95/2.91	c Got one! Elapsed wall clock time (in seconds):2.572
4.95/2.91	o 184
4.95/2.93	c Got one! Elapsed wall clock time (in seconds):2.588
4.95/2.93	o 182
4.95/2.96	c cleaning 6015 clauses out of 12030 with flag 3975/58867
4.95/2.96	c Got one! Elapsed wall clock time (in seconds):2.621
4.95/2.96	o 181
5.06/3.01	c Got one! Elapsed wall clock time (in seconds):2.668
5.06/3.01	o 171
5.06/3.02	c Got one! Elapsed wall clock time (in seconds):2.68
5.06/3.02	o 164
5.06/3.04	c Got one! Elapsed wall clock time (in seconds):2.703
5.06/3.04	o 145
5.06/3.09	c Got one! Elapsed wall clock time (in seconds):2.751
5.06/3.09	o 91
5.18/3.13	c cleaning 6245 clauses out of 12496 with flag 3881/65348
5.18/3.14	c Got one! Elapsed wall clock time (in seconds):2.797
5.18/3.14	o 84
5.37/3.29	c cleaning 5663 clauses out of 11326 with flag 18798/70423
5.76/3.46	c cleaning 5827 clauses out of 11663 with flag 42978/76423
5.76/3.47	c Got one! Elapsed wall clock time (in seconds):3.134
5.76/3.47	o 82
6.16/3.62	c cleaning 5671 clauses out of 11344 with flag 22327/81931
6.16/3.65	c Got one! Elapsed wall clock time (in seconds):3.314
6.16/3.65	o 54
6.26/3.74	c cleaning 5605 clauses out of 11218 with flag 13982/87476
6.36/3.88	c cleaning 5807 clauses out of 11613 with flag 34332/93476
6.57/4.05	c cleaning 6399 clauses out of 12805 with flag 59550/100475
6.57/4.06	c Got one! Elapsed wall clock time (in seconds):3.722
6.57/4.06	o 52
6.67/4.16	c Got one! Elapsed wall clock time (in seconds):3.819
6.67/4.16	o 46
6.67/4.19	c cleaning 6414 clauses out of 12838 with flag 3999/106907
6.87/4.32	c cleaning 6204 clauses out of 12423 with flag 26363/112906
7.03/4.48	c cleaning 6602 clauses out of 13221 with flag 52229/119908
7.16/4.56	c Got one! Elapsed wall clock time (in seconds):4.219
7.16/4.56	o 37
7.16/4.58	c cleaning 5860 clauses out of 11719 with flag 3849/125008
7.48/4.76	c cleaning 5919 clauses out of 11856 with flag 27991/131005
7.88/4.97	c cleaning 6462 clauses out of 12936 with flag 56357/138004
8.46/5.21	c cleaning 7231 clauses out of 14476 with flag 89334/146006
8.85/5.43	c cleaning 8121 clauses out of 16243 with flag 124927/155004
9.22/5.67	c Got one! Elapsed wall clock time (in seconds):5.331
9.22/5.67	o 25
9.43/5.82	c cleaning 11001 clauses out of 22001 with flag 20776/168883
9.53/6.00	c cleaning 8498 clauses out of 17000 with flag 47780/174883
9.89/6.22	c cleaning 7747 clauses out of 15500 with flag 78489/181883
10.08/6.32	c Got one! Elapsed wall clock time (in seconds):5.978
10.08/6.32	o 24
10.08/6.39	c cleaning 6622 clauses out of 13259 with flag 9408/187389
10.38/6.58	c cleaning 6316 clauses out of 12636 with flag 36419/193388
10.61/6.75	c cleaning 6659 clauses out of 13318 with flag 65917/200388
10.94/6.95	c cleaning 7322 clauses out of 14658 with flag 99545/208389
11.35/7.19	c cleaning 8166 clauses out of 16334 with flag 140142/217390
11.67/7.47	c cleaning 9081 clauses out of 18163 with flag 188991/227388
11.98/7.77	c cleaning 10038 clauses out of 20079 with flag 240962/238390
12.39/8.13	c cleaning 11020 clauses out of 22040 with flag 298595/250390
12.39/8.18	c starts		: 183
12.39/8.18	c conflicts		: 251754
12.39/8.19	c decisions		: 409978
12.39/8.19	c propagations		: 5782908
12.39/8.19	c inspects		: 51559717
12.39/8.19	c shortcuts		: 0
12.39/8.19	c learnt literals	: 34
12.39/8.19	c learnt binary clauses	: 46
12.39/8.19	c learnt ternary clauses	: 246
12.39/8.19	c learnt constraints	: 251719
12.39/8.19	c ignored constraints	: 0
12.39/8.19	c root simplifications	: 0
12.39/8.19	c removed literals (reason simplification)	: 1349546
12.39/8.19	c reason swapping (by a shorter reason)	: 0
12.39/8.19	c Calls to reduceDB	: 34
12.39/8.19	c Number of update (reduction) of LBD	: 64724
12.39/8.19	c Imported unit clauses	: 0
12.39/8.19	c No decision after first conflict	: false
12.39/8.19	c number of reductions to clauses (during analyze)	: 0
12.48/8.20	c number of learned constraints concerned by reduction	: 0
12.48/8.20	c number of learning phase by resolution	: 0
12.48/8.20	c number of learning phase by cutting planes	: 0
12.48/8.20	c number of rounding to 1 operations	: 0
12.48/8.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
12.48/8.20	c number of reductions of the coefficients by power 2 	: 0
12.48/8.20	c number of right shift for reduction by power 2 	: 0
12.48/8.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
12.48/8.20	c number of ending skipping 	: 0
12.48/8.20	c number of internal skipping 	: 0
12.48/8.20	c number of derivation steps 	: 0
12.48/8.20	c number of skipped derivation steps 	: 0
12.48/8.20	c number of remaining unassigned 	: 0
12.48/8.20	c number of remaining assigned 	: 0
12.48/8.20	c number of falsified literals weakened from reason	: 0
12.48/8.20	c number of falsified literals weakened from conflict	: 0
12.48/8.20	c time for arithmetic operations	: 0
12.48/8.20	c minimum degree of deleted constraints	: null
12.48/8.20	c maximum degree of deleted constraints	: null
12.48/8.20	c number of deleted constraints	: 0
12.48/8.20	c speed (assignments/second)	: 746759.8140495868
12.48/8.20	c non guided choices	: 2821
12.48/8.20	s OPTIMUM FOUND
12.48/8.20	c Found 73 solution(s)
12.48/8.20	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 
12.48/8.21	c objective function=24
12.48/8.21	c Total wall clock time (in seconds): 7.867

Verifier Data

OK	24

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=98177, runsolver pid=98173

[startup+0.100234 s]*
/proc/loadavg: 3.67 3.96 5.96 7/298 98224
/proc/meminfo: memFree=127288684/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18930384 memory=48352 CPUtime=0.11 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 5758 0 0 0 8 3 0 0 20 0 18 0 78008953 19384713216 12088 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4732596 12088 5339 1 0 546979 0
[pid=98177/tid=98180] ppid=98173 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 4637 0 0 0 5 2 0 0 20 0 18 0 78008955 19384713216 12088 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18930384 memory=215637833958 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008960 19384713216 12088 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18930384 memory=14007 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78008961 19384713216 12088 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48352 KiB

[startup+0.215354 s]*
/proc/loadavg: 3.67 3.96 5.96 6/301 98237
/proc/meminfo: memFree=127281740/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18930384 memory=53336 CPUtime=0.29 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 6462 0 0 0 25 4 0 0 20 0 18 0 78008953 19384713216 13334 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4732596 13334 5371 1 0 547560 0
[pid=98177/tid=98180] ppid=98173 vsize=18930384 memory=4026832905 CPUtime=0.19 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 5005 0 0 0 16 3 0 0 20 0 18 0 78008955 19384713216 13334 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008960 19384713216 13334 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18930384 memory=54096036115175 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78008961 19384713216 13334 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53336 KiB

[startup+0.317293 s]*
/proc/loadavg: 3.67 3.96 5.96 9/308 98251
/proc/meminfo: memFree=127260348/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18930384 memory=58800 CPUtime=0.45 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 6758 0 0 0 40 5 0 0 20 0 18 0 78008953 19384713216 14700 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4732596 14700 5435 1 0 547761 0
[pid=98177/tid=98180] ppid=98173 vsize=18930384 memory=-6000919494198322278 CPUtime=0.27 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 5197 0 0 0 24 3 0 0 20 0 18 0 78008955 19384713216 14700 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008960 19384713216 14700 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78008961 19384713216 14700 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB

[startup+0.700295 s]
/proc/loadavg: 3.67 3.96 5.96 12/323 98266
/proc/meminfo: memFree=127226892/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=67068 CPUtime=1.15 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 9127 0 0 0 108 7 0 0 20 0 19 0 78008953 19452874752 16767 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 16767 5499 1 0 549331 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=18560 CPUtime=0.57 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 5407 0 0 0 53 4 0 0 20 0 19 0 78008955 19452874752 16767 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 16767 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 16767 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 16767 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67068 KiB

[startup+1.50028 s]
/proc/loadavg: 3.67 3.96 5.96 8/324 98267
/proc/meminfo: memFree=127176992/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=85028 CPUtime=2.72 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 16772 0 0 0 264 8 0 0 20 0 19 0 78008953 19452874752 21257 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 21257 5499 1 0 551626 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=11264 CPUtime=1.32 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 6613 0 0 0 128 4 0 0 20 0 19 0 78008955 19452874752 21257 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 21257 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 21257 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=211309297979 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 21257 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85028 KiB

[startup+3.10556 s]
/proc/loadavg: 3.94 4.01 5.96 6/324 98267
/proc/meminfo: memFree=127101360/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=102296 CPUtime=5.18 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 17804 0 0 0 508 10 0 0 20 0 19 0 78008953 19452874752 25574 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 25574 5499 1 0 551705 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=-6000919494148056166 CPUtime=2.92 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 6999 0 0 0 287 5 0 0 20 0 19 0 78008955 19452874752 25574 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 25574 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 25574 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=279647334189952 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 25574 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102296 KiB

[startup+6.30036 s]
/proc/loadavg: 3.94 4.01 5.96 6/304 98273
/proc/meminfo: memFree=127088864/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=155124 CPUtime=10.08 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 30465 0 0 0 994 14 0 0 20 0 19 0 78008953 19452874752 38781 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 38781 5499 1 0 555186 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=0 CPUtime=6.1 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 8638 0 0 0 604 6 0 0 20 0 19 0 78008955 19452874752 38781 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 38781 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=14080 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 38781 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=18560 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 38781 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155124 KiB

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

# cumulated CPU time of all completed processes:  user=12.3427 s, system=0.177086 s

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

[startup+6.40048 s]
/proc/loadavg: 3.94 4.01 5.96 6/304 98273
/proc/meminfo: memFree=127088864/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=157172 CPUtime=10.27 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 30492 0 0 0 1013 14 0 0 20 0 19 0 78008953 19452874752 39293 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 39293 5499 1 0 555186 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=0 CPUtime=6.2 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 8640 0 0 0 614 6 0 0 20 0 19 0 78008955 19452874752 39293 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=279647334189952 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 39293 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=-6000919494148056166 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 39293 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=-6000919494148056166 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 39293 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157172 KiB

[startup+7.20034 s]
/proc/loadavg: 3.95 4.01 5.95 8/323 98331
/proc/meminfo: memFree=127032072/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=165364 CPUtime=11.47 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 34265 0 0 0 1131 16 0 0 20 0 19 0 78008953 19452874752 41341 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 41341 5499 1 0 555186 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=-6000919494148056166 CPUtime=7 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 8936 0 0 0 693 7 0 0 20 0 19 0 78008955 19452874752 41341 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=5276 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 41341 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 41341 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 41341 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 11.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165364 KiB

[startup+8.00034 s]*
/proc/loadavg: 3.95 4.01 5.95 6/324 98332
/proc/meminfo: memFree=126832328/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=18996948 memory=173684 CPUtime=12.29 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 34284 0 0 0 1213 16 0 0 20 0 19 0 78008953 19452874752 43421 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4749237 43421 5499 1 0 555186 0
[pid=98177/tid=98180] ppid=98173 vsize=18996948 memory=-6000919507133490278 CPUtime=7.81 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) R 98173 98177 97320 0 -1 4194368 8947 0 0 0 774 7 0 0 20 0 19 0 78008955 19452874752 43421 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=18996948 memory=3072 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008960 19452874752 43421 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=18996948 memory=6784 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78008961 19452874752 43421 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98265] ppid=98173 vsize=18996948 memory=4788 CPUtime=0 cores=1,3
/proc/98177/task/98265/stat : 98265 (Timer-0) S 98173 98177 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78008999 19452874752 43421 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 12.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 173684 KiB

[startup+8.2003 s]
/proc/loadavg: 3.95 4.01 5.95 6/324 98332
/proc/meminfo: memFree=126832328/131382116 swapFree=33009904/33010684
[pid=98177] ppid=98173 vsize=19130076 memory=182648 CPUtime=12.48 cores=1,3
/proc/98177/stat : 98177 (java) S 98173 98177 97320 0 -1 4194304 36423 0 0 0 1232 16 0 0 20 0 20 0 78008953 19589197824 45662 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
/proc/98177/statm: 4782519 45662 5531 1 0 555804 0
[pid=98177/tid=98180] ppid=98173 vsize=19130076 memory=245635481903 CPUtime=7.96 cores=1,3
/proc/98177/task/98180/stat : 98180 (java) S 98173 98177 97320 0 -1 4194368 10101 0 0 0 789 7 0 0 20 0 20 0 78008955 19589197824 45662 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98204] ppid=98173 vsize=19130076 memory=55212677268211 CPUtime=0 cores=1,3
/proc/98177/task/98204/stat : 98204 (Finalizer) S 98173 98177 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78008960 19589197824 45662 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
[pid=98177/tid=98214] ppid=98173 vsize=19130076 memory=395178 CPUtime=0 cores=1,3
/proc/98177/task/98214/stat : 98214 (Common-Cleaner) S 98173 98177 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78008961 19589197824 45662 18446744073709551615 94635228717056 94635228720752 140733339404576 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94635228728568 94635228729360 94635256590336 140733339408767 140733339408868 140733339408868 140733339414472 0
Current children cumulated CPU time: 12.48 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 182648 KiB

Child status: 30

Real time (s): 8.23683
CPU time (s): 12.5198
CPU user time (s): 12.3427
CPU system time (s): 0.177086
CPU usage (%): 151.998
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 182648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3427
system time used= 0.177086
maximum resident set size= 182776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36841
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= 1813
involuntary context switches= 1310


# summary of solver processes directly reported to runsolver:
#   pid: 98177
#   total CPU time (s): 12.5198
#   total CPU user time (s): 12.3427
#   total CPU system time (s): 0.177086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064238 second user time and 0.153629 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:38
IDJOB=4525370
IDBENCH=143654
IDSOLVER=3380
FILE ID=nodeC004/4525370-1751623298
RUNJOBID= nodeC004-1751623235-97337
SLURM_JOB_ID= 9598942
Free space on /tmp= 431676 MiB

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

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

MD5SUM BENCH= 726519dbe78f481529a45968391fd805
RANDOM SEED=269918913

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.182
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		: 3495.111
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		: 1198.473
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.150
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:        127336088 kB
MemAvailable:   128225796 kB
Buffers:            2128 kB
Cached:          1637796 kB
SwapCached:           32 kB
Active:          2350452 kB
Inactive:        1042816 kB
Active(anon):    1760540 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1032080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1932 kB
Writeback:             0 kB
AnonPages:       1756540 kB
Mapped:           123780 kB
Shmem:             17932 kB
KReclaimable:     214684 kB
Slab:             302404 kB
SReclaimable:     214684 kB
SUnreclaim:        87720 kB
KernelStack:        4320 kB
PageTables:         6596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3929684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149656 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1656832 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:46