Trace number 4456101

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 Default 2024-07-07OPTIMUM 43.4169 41.3329

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM9db53b9de24bf429e61c95cb9f7b1f1e
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark35.2342
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4456101-1721718536.wbo
0.13/0.12	c reading problem ... 
0.13/0.20	c ... done. Wall clock time 0.073s.
0.13/0.20	c declared #vars     231
0.13/0.20	c internal #vars     2938
0.13/0.20	c #constraints  2708
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.13/0.20	c org.sat4j.specs.Constr$1 => 1
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.13/0.20	c 2708 constraints processed.
0.34/0.21	c objective function length is 2707 literals
0.34/0.27	c SATISFIABLE
0.34/0.27	c OPTIMIZING...
0.34/0.27	c Got one! Elapsed wall clock time (in seconds):0.145
0.34/0.27	o 271
0.93/0.51	c Got one! Elapsed wall clock time (in seconds):0.389
0.93/0.51	o 265
0.93/0.53	c Got one! Elapsed wall clock time (in seconds):0.409
0.93/0.53	o 263
0.93/0.56	c Got one! Elapsed wall clock time (in seconds):0.434
0.93/0.56	o 255
0.93/0.57	c Got one! Elapsed wall clock time (in seconds):0.453
0.93/0.58	o 253
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.495
1.10/0.62	o 245
1.10/0.63	c Got one! Elapsed wall clock time (in seconds):0.511
1.10/0.63	o 238
1.10/0.67	c Got one! Elapsed wall clock time (in seconds):0.547
1.10/0.68	o 229
1.10/0.69	c Got one! Elapsed wall clock time (in seconds):0.565
1.10/0.69	o 226
1.29/0.70	c Got one! Elapsed wall clock time (in seconds):0.577
1.29/0.70	o 219
1.29/0.71	c Got one! Elapsed wall clock time (in seconds):0.587
1.29/0.71	o 218
1.29/0.72	c Got one! Elapsed wall clock time (in seconds):0.598
1.29/0.72	o 167
1.78/1.04	c Got one! Elapsed wall clock time (in seconds):0.918
1.78/1.04	o 166
1.95/1.18	c Got one! Elapsed wall clock time (in seconds):1.058
1.95/1.18	o 163
2.12/1.25	c Got one! Elapsed wall clock time (in seconds):1.124
2.12/1.25	o 153
2.45/1.58	c cleaning 4387 clauses out of 8782 with flag 17430/8782
2.60/1.68	c Got one! Elapsed wall clock time (in seconds):1.558
2.60/1.68	o 148
2.80/1.71	c Got one! Elapsed wall clock time (in seconds):1.587
2.80/1.71	o 147
2.80/1.74	c Got one! Elapsed wall clock time (in seconds):1.617
2.80/1.74	o 146
2.80/1.78	c Got one! Elapsed wall clock time (in seconds):1.651
2.80/1.78	o 136
3.01/1.82	c Got one! Elapsed wall clock time (in seconds):1.699
3.01/1.82	o 135
3.77/2.42	c cleaning 5697 clauses out of 11411 with flag 31527/15798
3.98/2.64	c Got one! Elapsed wall clock time (in seconds):2.521
3.98/2.64	o 134
4.09/2.71	c Got one! Elapsed wall clock time (in seconds):2.587
4.09/2.71	o 129
4.09/2.74	c Got one! Elapsed wall clock time (in seconds):2.622
4.09/2.74	o 128
4.09/2.78	c Got one! Elapsed wall clock time (in seconds):2.66
4.09/2.78	o 127
4.21/2.84	c Got one! Elapsed wall clock time (in seconds):2.719
4.21/2.84	o 122
4.53/3.14	c Got one! Elapsed wall clock time (in seconds):3.02
4.53/3.14	o 120
4.64/3.27	c cleaning 7033 clauses out of 14079 with flag 5081/24163
5.14/3.78	c Got one! Elapsed wall clock time (in seconds):3.66
5.14/3.78	o 117
5.14/3.79	c Got one! Elapsed wall clock time (in seconds):3.671
5.14/3.79	o 101
5.27/3.82	c Got one! Elapsed wall clock time (in seconds):3.693
5.27/3.82	o 100
5.27/3.85	c Got one! Elapsed wall clock time (in seconds):3.725
5.27/3.85	o 97
5.27/3.88	c Got one! Elapsed wall clock time (in seconds):3.761
5.27/3.89	o 95
5.61/4.01	c cleaning 6395 clauses out of 12799 with flag 5577/29916
5.61/4.04	c Got one! Elapsed wall clock time (in seconds):3.921
5.61/4.04	o 94
6.11/4.50	c cleaning 5838 clauses out of 11702 with flag 29978/35214
6.21/4.61	c Got one! Elapsed wall clock time (in seconds):4.488
6.21/4.61	o 93
6.41/4.87	c Got one! Elapsed wall clock time (in seconds):4.753
6.41/4.87	o 90
6.62/5.09	c Got one! Elapsed wall clock time (in seconds):4.968
6.62/5.09	o 86
6.72/5.12	c Got one! Elapsed wall clock time (in seconds):4.998
6.72/5.12	o 83
6.72/5.19	c cleaning 6353 clauses out of 12720 with flag 5237/42070
7.12/5.56	c cleaning 6184 clauses out of 12370 with flag 47041/48073
7.32/5.73	c Got one! Elapsed wall clock time (in seconds):5.61
7.32/5.73	o 82
7.32/5.79	c Got one! Elapsed wall clock time (in seconds):5.668
7.32/5.79	o 79
7.43/5.88	c Got one! Elapsed wall clock time (in seconds):5.758
7.43/5.88	o 76
7.55/5.94	c Got one! Elapsed wall clock time (in seconds):5.821
7.55/5.94	o 72
7.87/6.27	c cleaning 6532 clauses out of 13064 with flag 21554/54951
8.17/6.59	c Got one! Elapsed wall clock time (in seconds):6.465
8.17/6.59	o 71
8.28/6.68	c cleaning 6014 clauses out of 12039 with flag 6759/60458
8.59/6.93	c Got one! Elapsed wall clock time (in seconds):6.812
8.59/6.94	o 68
8.72/7.02	c Got one! Elapsed wall clock time (in seconds):6.9
8.72/7.02	o 56
8.83/7.18	c Got one! Elapsed wall clock time (in seconds):7.062
8.83/7.18	o 55
8.94/7.29	c cleaning 6469 clauses out of 12953 with flag 7543/67386
9.35/7.60	c Got one! Elapsed wall clock time (in seconds):7.483
9.35/7.60	o 53
9.35/7.64	c Got one! Elapsed wall clock time (in seconds):7.518
9.35/7.64	o 52
9.35/7.68	c Got one! Elapsed wall clock time (in seconds):7.555
9.35/7.68	o 51
9.58/7.89	c cleaning 6432 clauses out of 12887 with flag 17214/73789
10.28/8.53	c cleaning 6220 clauses out of 12457 with flag 71768/79791
10.98/9.25	c cleaning 6610 clauses out of 13235 with flag 134104/86789
11.78/10.05	c Got one! Elapsed wall clock time (in seconds):9.93
11.78/10.05	o 49
12.31/10.59	c cleaning 9344 clauses out of 18697 with flag 39691/98861
12.41/10.60	c Got one! Elapsed wall clock time (in seconds):10.478
12.41/10.60	o 48
12.41/10.62	c Got one! Elapsed wall clock time (in seconds):10.502
12.41/10.62	o 44
12.51/10.73	c Got one! Elapsed wall clock time (in seconds):10.603
12.51/10.73	o 43
12.83/11.04	c cleaning 7377 clauses out of 14780 with flag 33071/104288
13.42/11.69	c cleaning 6695 clauses out of 13403 with flag 90722/110288
14.25/12.41	c cleaning 6841 clauses out of 13706 with flag 162543/117286
15.07/13.27	c cleaning 7422 clauses out of 14865 with flag 242174/125286
15.17/13.33	c Got one! Elapsed wall clock time (in seconds):13.209
15.17/13.33	o 42
15.17/13.38	c Got one! Elapsed wall clock time (in seconds):13.261
15.17/13.38	o 41
15.67/13.83	c cleaning 6762 clauses out of 13545 with flag 44027/131388
16.17/14.33	c cleaning 6375 clauses out of 12782 with flag 100667/137387
16.87/15.09	c cleaning 6692 clauses out of 13407 with flag 171690/144387
17.87/16.00	c cleaning 7343 clauses out of 14715 with flag 255384/152387
18.87/17.01	c cleaning 8178 clauses out of 16374 with flag 350747/161389
18.98/17.18	c Got one! Elapsed wall clock time (in seconds):17.062
18.98/17.18	o 40
19.37/17.56	c cleaning 6951 clauses out of 13926 with flag 29244/167119
19.77/17.99	c cleaning 6474 clauses out of 12975 with flag 77247/173119
19.87/18.04	c Got one! Elapsed wall clock time (in seconds):17.92
19.87/18.04	o 39
19.87/18.06	c Got one! Elapsed wall clock time (in seconds):17.942
19.87/18.06	o 34
20.37/18.52	c cleaning 6218 clauses out of 12466 with flag 45119/179084
20.87/19.08	c cleaning 6111 clauses out of 12248 with flag 103408/185084
21.67/19.89	c cleaning 6559 clauses out of 13137 with flag 181279/192084
22.26/20.44	c Got one! Elapsed wall clock time (in seconds):20.32
22.26/20.44	o 33
22.76/20.90	c Got one! Elapsed wall clock time (in seconds):20.78
22.76/20.90	o 32
22.87/21.01	c cleaning 8565 clauses out of 17152 with flag 8978/202658
23.16/21.39	c Got one! Elapsed wall clock time (in seconds):21.264
23.16/21.39	o 27
23.26/21.45	c Got one! Elapsed wall clock time (in seconds):21.324
23.26/21.45	o 26
23.36/21.55	c cleaning 7236 clauses out of 14491 with flag 8447/208562
23.86/22.06	c cleaning 6611 clauses out of 13251 with flag 63338/214558
24.46/22.60	c cleaning 6805 clauses out of 13640 with flag 122967/221558
25.06/23.29	c cleaning 7410 clauses out of 14836 with flag 195981/229559
25.96/24.18	c cleaning 8208 clauses out of 16426 with flag 283754/238559
27.15/25.36	c cleaning 9102 clauses out of 18217 with flag 397737/248558
27.25/25.40	c Got one! Elapsed wall clock time (in seconds):25.279
27.25/25.40	o 25
27.75/25.95	c cleaning 7262 clauses out of 14548 with flag 51075/253991
28.34/26.50	c Got one! Elapsed wall clock time (in seconds):26.376
28.34/26.50	o 23
28.44/26.68	c Got one! Elapsed wall clock time (in seconds):26.561
28.44/26.68	o 21
28.74/26.94	c cleaning 9119 clauses out of 18266 with flag 24570/264971
28.74/26.97	c Got one! Elapsed wall clock time (in seconds):26.844
28.74/26.97	o 19
28.95/27.11	c Got one! Elapsed wall clock time (in seconds):26.99
28.95/27.11	o 14
29.24/27.46	c cleaning 7721 clauses out of 15467 with flag 37918/271291
29.74/27.96	c cleaning 6863 clauses out of 13746 with flag 98465/277291
30.24/28.42	c Got one! Elapsed wall clock time (in seconds):28.302
30.24/28.42	o 13
30.74/28.94	c cleaning 8814 clauses out of 17634 with flag 47859/288042
30.94/29.11	c Got one! Elapsed wall clock time (in seconds):28.992
30.94/29.11	o 12
31.14/29.34	c cleaning 7002 clauses out of 14021 with flag 25636/293243
31.64/29.81	c cleaning 6500 clauses out of 13018 with flag 77710/299242
32.14/30.35	c cleaning 6756 clauses out of 13518 with flag 139087/306242
32.54/30.73	c Got one! Elapsed wall clock time (in seconds):30.604
32.54/30.73	o 10
33.18/31.24	c cleaning 8478 clauses out of 16975 with flag 42917/316456
33.59/31.60	c Got one! Elapsed wall clock time (in seconds):31.481
33.59/31.60	o 9
33.59/31.64	c Got one! Elapsed wall clock time (in seconds):31.519
33.59/31.64	o 7
33.79/31.86	c cleaning 7371 clauses out of 14759 with flag 17953/322718
34.00/32.05	c Got one! Elapsed wall clock time (in seconds):31.928
34.00/32.05	o 6
34.29/32.32	c cleaning 6453 clauses out of 12932 with flag 27173/328262
34.79/32.84	c cleaning 6236 clauses out of 12479 with flag 84990/334262
35.14/33.16	c Got one! Elapsed wall clock time (in seconds):33.036
35.14/33.16	o 5
35.24/33.23	c cleaning 5647 clauses out of 11322 with flag 7143/339341
35.64/33.65	c cleaning 5833 clauses out of 11675 with flag 53629/345341
36.15/34.11	c cleaning 6416 clauses out of 12841 with flag 105790/352340
36.74/34.77	c cleaning 7209 clauses out of 14425 with flag 171672/360340
37.54/35.50	c cleaning 8102 clauses out of 16216 with flag 246144/369340
37.94/35.98	c Got one! Elapsed wall clock time (in seconds):35.858
37.94/35.98	o 4
38.44/36.47	c cleaning 9667 clauses out of 19342 with flag 40270/380568
38.54/36.52	c Got one! Elapsed wall clock time (in seconds):36.398
38.54/36.52	o 3
38.83/36.88	c cleaning 7682 clauses out of 15381 with flag 34849/386274
39.23/37.25	c cleaning 6832 clauses out of 13698 with flag 77053/392273
39.73/37.76	c cleaning 6927 clauses out of 13868 with flag 131730/399275
40.43/38.47	c cleaning 7460 clauses out of 14939 with flag 195584/407273
40.63/38.61	c Got one! Elapsed wall clock time (in seconds):38.487
40.63/38.61	o 2
40.93/38.94	c cleaning 6702 clauses out of 13403 with flag 28579/413197
41.33/39.37	c cleaning 6346 clauses out of 12704 with flag 68674/419200
41.82/39.83	c cleaning 6666 clauses out of 13354 with flag 110349/426197
42.32/40.34	c cleaning 7334 clauses out of 14688 with flag 155358/434198
42.52/40.50	c Got one! Elapsed wall clock time (in seconds):40.375
42.52/40.50	o 1
42.62/40.66	c cleaning 6597 clauses out of 13204 with flag 12683/440048
42.92/40.94	c cleaning 6296 clauses out of 12607 with flag 35806/446049
43.25/41.20	c cleaning 6651 clauses out of 13307 with flag 61224/453049
43.36/41.30	c starts		: 416
43.36/41.31	c conflicts		: 457189
43.36/41.31	c decisions		: 883592
43.36/41.31	c propagations		: 72328336
43.36/41.31	c inspects		: 422197872
43.36/41.31	c shortcuts		: 0
43.36/41.31	c learnt literals	: 23
43.36/41.31	c learnt binary clauses	: 53
43.36/41.31	c learnt ternary clauses	: 463
43.36/41.31	c learnt constraints	: 457165
43.36/41.31	c ignored constraints	: 0
43.36/41.31	c root simplifications	: 0
43.36/41.31	c removed literals (reason simplification)	: 0
43.36/41.31	c reason swapping (by a shorter reason)	: 0
43.36/41.31	c Calls to reduceDB	: 64
43.36/41.31	c Number of update (reduction) of LBD	: 191814
43.36/41.31	c Imported unit clauses	: 0
43.36/41.31	c No decision after first conflict	: false
43.36/41.31	c number of reductions to clauses (during analyze)	: 0
43.36/41.31	c number of learned constraints concerned by reduction	: 0
43.36/41.31	c number of learning phase by resolution	: 0
43.36/41.31	c number of learning phase by cutting planes	: 0
43.36/41.31	c number of rounding to 1 operations	: 0
43.36/41.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
43.36/41.31	c number of reductions of the coefficients by power 2 	: 0
43.36/41.31	c number of right shift for reduction by power 2 	: 0
43.36/41.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
43.36/41.31	c number of ending skipping 	: 0
43.36/41.31	c number of internal skipping 	: 0
43.36/41.31	c number of derivation steps 	: 0
43.36/41.31	c number of skipped derivation steps 	: 0
43.36/41.31	c number of remaining unassigned 	: 0
43.36/41.31	c number of remaining assigned 	: 0
43.36/41.31	c number of falsified literals weakened from reason	: 0
43.36/41.31	c number of falsified literals weakened from conflict	: 0
43.36/41.31	c time for arithmetic operations	: 0
43.36/41.31	c minimum degree of deleted constraints	: null
43.36/41.31	c maximum degree of deleted constraints	: null
43.36/41.31	c number of deleted constraints	: 0
43.36/41.31	c speed (assignments/second)	: 1759856.3468697537
43.36/41.31	c non guided choices	: 9766
43.36/41.31	s OPTIMUM FOUND
43.36/41.31	c Found 76 solution(s)
43.36/41.31	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 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
43.36/41.31	c objective function=1
43.36/41.31	c Total wall clock time (in seconds): 41.193

Verifier Data

OK	1

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: 63968 MiB (49309 MiB free)
  memory of node 1: 64473 MiB (50639 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456101-1721718536/watcher-4456101-1721718536 -o /tmp/evaluation-result-4456101-1721718536/solver-4456101-1721718536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721718407-86039 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4456101-1721718536.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=86452, runsolver pid=86449
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 3.99 2.68 2.28 5/333 86470
/proc/meminfo: memFree=102303756/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=18975048 memory=64044 CPUtime=0.13 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 7061 0 0 0 11 2 0 0 20 0 18 0 8376172 19430449152 16011 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4743762 16011 5528 1 0 549320 0
[pid=86452/tid=86454] ppid=86449 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 5648 0 0 0 7 1 0 0 20 0 18 0 8376173 19430449152 16011 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8376175 19430449152 16011 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=18975048 memory=15542920530909205 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8376176 19430449152 16011 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64044 KiB

[startup+0.209489 s]*
/proc/loadavg: 3.99 2.68 2.28 6/333 86470
/proc/meminfo: memFree=102293256/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=18975048 memory=77612 CPUtime=0.34 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 7567 0 0 0 32 2 0 0 20 0 18 0 8376172 19430449152 19403 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4743762 19403 5834 1 0 549635 0
[pid=86452/tid=86454] ppid=86449 vsize=18975048 memory=664970838410264707 CPUtime=0.19 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 5894 0 0 0 17 2 0 0 20 0 18 0 8376173 19430449152 19403 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=18975048 memory=18993 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8376175 19430449152 19403 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8376176 19430449152 19403 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77612 KiB

[startup+0.306265 s]*
/proc/loadavg: 3.99 2.68 2.28 7/334 86471
/proc/meminfo: memFree=102286488/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19041612 memory=82284 CPUtime=0.52 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 10317 0 0 0 49 3 0 0 20 0 19 0 8376172 19498610688 20571 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4760403 20571 5850 1 0 551096 0
[pid=86452/tid=86454] ppid=86449 vsize=19041612 memory=-6000919468428387943 CPUtime=0.29 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 5938 0 0 0 27 2 0 0 20 0 19 0 8376173 19498610688 20571 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8376175 19498610688 20571 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8376176 19498610688 20571 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8376194 19498610688 20571 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82284 KiB

[startup+0.703256 s]
/proc/loadavg: 3.99 2.68 2.28 6/334 86471
/proc/meminfo: memFree=102281008/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19041612 memory=97596 CPUtime=1.29 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 11540 0 0 0 125 4 0 0 20 0 19 0 8376172 19498610688 24399 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4760403 24399 5866 1 0 551751 0
[pid=86452/tid=86454] ppid=86449 vsize=19041612 memory=13048 CPUtime=0.67 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 5944 0 0 0 65 2 0 0 20 0 19 0 8376173 19498610688 24399 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8376175 19498610688 24399 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19041612 memory=280138973770752 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8376176 19498610688 24399 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19041612 memory=39748 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8376194 19498610688 24399 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97596 KiB

[startup+1.50028 s]
/proc/loadavg: 3.99 2.68 2.28 5/334 86471
/proc/meminfo: memFree=102266152/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19041612 memory=108616 CPUtime=2.45 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 14708 0 0 0 241 4 0 0 20 0 19 0 8376172 19498610688 27154 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4760403 27154 5866 1 0 551756 0
[pid=86452/tid=86454] ppid=86449 vsize=19041612 memory=13048 CPUtime=1.46 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 6612 0 0 0 144 2 0 0 20 0 19 0 8376173 19498610688 27154 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8376175 19498610688 27154 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8376176 19498610688 27154 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19041612 memory=65 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8376194 19498610688 27154 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108616 KiB

[startup+3.10576 s]
/proc/loadavg: 3.99 2.68 2.28 7/334 86471
/proc/meminfo: memFree=102218144/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19041612 memory=145948 CPUtime=4.53 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 23888 0 0 0 447 6 0 0 20 0 19 0 8376172 19498610688 36487 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4760403 36487 5866 1 0 556054 0
[pid=86452/tid=86454] ppid=86449 vsize=19041612 memory=0 CPUtime=3.06 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 7562 0 0 0 304 2 0 0 20 0 19 0 8376173 19498610688 36487 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8376175 19498610688 36487 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19041612 memory=130368 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8376176 19498610688 36487 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8376194 19498610688 36487 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 145948 KiB

[startup+6.30028 s]
/proc/loadavg: 3.99 2.70 2.29 5/334 86473
/proc/meminfo: memFree=102195224/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=179720 CPUtime=7.97 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 31474 0 0 0 790 7 0 0 20 0 20 0 8376172 19566772224 44930 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 44930 5914 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=13048 CPUtime=6.24 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 8914 0 0 0 621 3 0 0 20 0 20 0 8376173 19566772224 44930 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 44930 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=7450431949638559848 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 44930 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=5520 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 44930 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179720 KiB

[startup+12.7003 s]
/proc/loadavg: 3.99 2.72 2.30 5/335 86474
/proc/meminfo: memFree=102184260/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=179884 CPUtime=14.57 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 35945 0 0 0 1450 7 0 0 20 0 20 0 8376172 19566772224 44971 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 44971 5921 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=0 CPUtime=12.61 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 9864 0 0 0 1258 3 0 0 20 0 20 0 8376173 19566772224 44971 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=179844 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 44971 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 44971 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=16140 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 44971 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179884 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 2.78 2.33 5/335 86476
/proc/meminfo: memFree=101914880/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=184148 CPUtime=27.35 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 39606 0 0 0 2727 8 0 0 20 0 20 0 8376172 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 46037 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=179844 CPUtime=25.36 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 11931 0 0 0 2533 3 0 0 20 0 20 0 8376173 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=16140 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=184140 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 27.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184148 KiB

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

# cumulated CPU time of all completed processes:  user=43.3125 s, system=0.104443 s

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

[startup+25.6003 s]
/proc/loadavg: 4.07 2.78 2.33 5/335 86476
/proc/meminfo: memFree=101914880/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=184148 CPUtime=27.45 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 39606 0 0 0 2737 8 0 0 20 0 20 0 8376172 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 46037 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=110868 CPUtime=25.46 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 11931 0 0 0 2543 3 0 0 20 0 20 0 8376173 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=228489167166 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=34836 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 46037 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 27.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184148 KiB

[startup+32.0003 s]*
/proc/loadavg: 4.06 2.82 2.34 5/335 86478
/proc/meminfo: memFree=101900132/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194580 CPUtime=34 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 44323 0 0 0 3391 9 0 0 20 0 20 0 8376172 19566772224 48645 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48645 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=13704 CPUtime=31.81 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 12967 0 0 0 3177 4 0 0 20 0 20 0 8376173 19566772224 48645 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48645 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=-6000919468428387943 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48645 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=140071768427303 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48645 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194580 KiB

[startup+35.2002 s]
/proc/loadavg: 4.06 2.82 2.34 5/335 86478
/proc/meminfo: memFree=101834156/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194688 CPUtime=37.24 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 44385 0 0 0 3715 9 0 0 20 0 20 0 8376172 19566772224 48672 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48672 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=-6000919468428387943 CPUtime=34.99 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 12967 0 0 0 3495 4 0 0 20 0 20 0 8376173 19566772224 48672 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=194580 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48672 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=140071768427317 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48672 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=146011708196195 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48672 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 37.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194688 KiB

[startup+38.4003 s]
/proc/loadavg: 4.05 2.84 2.35 6/335 86479
/proc/meminfo: memFree=101829956/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194744 CPUtime=40.43 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 45039 0 0 0 4034 9 0 0 20 0 20 0 8376172 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48686 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=179824 CPUtime=38.18 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 13490 0 0 0 3814 4 0 0 20 0 20 0 8376173 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=184140 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=184180 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=13048 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 40.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194744 KiB

[startup+40.0003 s]*
/proc/loadavg: 4.05 2.84 2.35 5/335 86479
/proc/meminfo: memFree=101829932/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194744 CPUtime=42.03 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 45513 0 0 0 4194 9 0 0 20 0 20 0 8376172 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48686 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=7948 CPUtime=39.78 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 13846 0 0 0 3974 4 0 0 20 0 20 0 8376173 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=19820 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=6552 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=-6000919468428387943 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 42.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194744 KiB

[startup+40.8003 s]
/proc/loadavg: 4.05 2.84 2.35 5/335 86479
/proc/meminfo: memFree=101829932/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194744 CPUtime=42.82 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 45658 0 0 0 4273 9 0 0 20 0 20 0 8376172 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48686 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=16140 CPUtime=40.57 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 13988 0 0 0 4053 4 0 0 20 0 20 0 8376173 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=194744 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=34836 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=13048 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48686 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 42.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194744 KiB

[startup+41.2003 s]
/proc/loadavg: 4.05 2.86 2.36 5/335 86479
/proc/meminfo: memFree=101829868/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194788 CPUtime=43.25 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 47087 0 0 0 4316 9 0 0 20 0 20 0 8376172 19566772224 48697 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48697 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=4668 CPUtime=40.97 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 14013 0 0 0 4093 4 0 0 20 0 20 0 8376173 19566772224 48697 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=194744 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48697 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=-6000919468428387943 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48697 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=11356 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48697 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 43.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194788 KiB

[startup+41.3003 s]
/proc/loadavg: 4.05 2.86 2.36 5/335 86479
/proc/meminfo: memFree=101829868/131524600 swapFree=131071996/131071996
[pid=86452] ppid=86449 vsize=19108176 memory=194800 CPUtime=43.36 cores=0,2
/proc/86452/stat : 86452 (java) S 86449 86452 86029 0 -1 1077936128 47202 0 0 0 4327 9 0 0 20 0 20 0 8376172 19566772224 48700 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
/proc/86452/statm: 4777044 48700 5925 1 0 556345 0
[pid=86452/tid=86454] ppid=86449 vsize=19108176 memory=179844 CPUtime=41.07 cores=0,2
/proc/86452/task/86454/stat : 86454 (java) R 86449 86452 86029 0 -1 4194368 14147 0 0 0 4103 4 0 0 20 0 20 0 8376173 19566772224 48700 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86463] ppid=86449 vsize=19108176 memory=16140 CPUtime=0 cores=0,2
/proc/86452/task/86463/stat : 86463 (Finalizer) S 86449 86452 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8376175 19566772224 48700 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86470] ppid=86449 vsize=19108176 memory=-6000919468428387943 CPUtime=0 cores=0,2
/proc/86452/task/86470/stat : 86470 (Common-Cleaner) S 86449 86452 86029 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 8376176 19566772224 48700 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
[pid=86452/tid=86471] ppid=86449 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/86452/task/86471/stat : 86471 (Timer-0) S 86449 86452 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8376194 19566772224 48700 134679101440 94184943611904 94184943615600 140725390659616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94184943623416 94184943624208 94184946176000 140725390668806 140725390668896 140725390668896 140725390675912 0
Current children cumulated CPU time: 43.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194800 KiB

Child status: 30

Real time (s): 41.3329
CPU time (s): 43.4169
CPU user time (s): 43.3125
CPU system time (s): 0.104443
CPU usage (%): 105.042
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 194800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3125
system time used= 0.104443
maximum resident set size= 196456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49242
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2039
involuntary context switches= 493


# summary of solver processes directly reported to runsolver:
#   pid: 86452
#   total CPU time (s): 43.4169
#   total CPU user time (s): 43.3125
#   total CPU system time (s): 0.104443

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098056 second user time and 0.25012 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-23 09:08:56
IDJOB=4456101
IDBENCH=143215
IDSOLVER=3037
FILE ID=nodeC017/4456101-1721718536
RUNJOBID= nodeC017-1721718407-86039
SLURM_JOB_ID= 7770408
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456101-1721718536/watcher-4456101-1721718536 -o /tmp/evaluation-result-4456101-1721718536/solver-4456101-1721718536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721718407-86039 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4456101-1721718536.wbo

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

MD5SUM BENCH= 9db53b9de24bf429e61c95cb9f7b1f1e
RANDOM SEED=950274813

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00002a
cpu MHz		: 3627.740
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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	: 0xb00002a
cpu MHz		: 3684.669
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.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	: 0xb00002a
cpu MHz		: 3618.165
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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	: 0xb00002a
cpu MHz		: 3600.538
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.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	: 0xb00002a
cpu MHz		: 3622.400
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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	: 0xb00002a
cpu MHz		: 3600.561
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.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	: 0xb00002a
cpu MHz		: 3672.783
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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	: 0xb00002a
cpu MHz		: 3684.815
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        102347312 kB
MemAvailable:   123213356 kB
Buffers:          140876 kB
Cached:         21461388 kB
SwapCached:            0 kB
Active:           895724 kB
Inactive:       27524624 kB
Active(anon):       1552 kB
Inactive(anon):  6854252 kB
Active(file):     894172 kB
Inactive(file): 20670372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               820 kB
Writeback:            20 kB
AnonPages:       6816288 kB
Mapped:           119956 kB
Shmem:             37720 kB
KReclaimable:     282644 kB
Slab:             389724 kB
SReclaimable:     282644 kB
SUnreclaim:       107080 kB
KernelStack:        5092 kB
PageTables:        23728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10402868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18272 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6465536 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      277204 kB
DirectMap2M:    21516288 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-23 09:09:38