Trace number 4521271

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)-568 3560.61 3713.25

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_50.opb
MD5SUM68c73bc206439bbe0d5a467b2a25edac
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-600
Best CPU time to get the best result obtained on this benchmark87.3964
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1225
Total number of constraints78400
Number of constraints which are clauses78400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1000
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/0.13	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.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4521271-1751582385.opb
0.11/0.13	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.15	c  objective function found
1.06/0.61	c ... done. Wall clock time 0.471s.
1.06/0.61	c declared #vars     1225
1.06/0.61	c #constraints  78400
1.06/0.61	c constraints type 
1.06/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 78400
1.06/0.61	c 78400 constraints processed.
1.06/0.62	c objective function length is 1000 literals
1.06/0.68	c SATISFIABLE
1.06/0.68	c OPTIMIZING...
1.06/0.68	c Got one! Elapsed wall clock time (in seconds):0.548
1.06/0.68	o -504
1.25/0.71	c Got one! Elapsed wall clock time (in seconds):0.578
1.25/0.71	o -510
1.25/0.72	c Got one! Elapsed wall clock time (in seconds):0.592
1.25/0.72	o -514
1.25/0.77	c Got one! Elapsed wall clock time (in seconds):0.643
1.25/0.77	o -516
1.25/0.79	c Got one! Elapsed wall clock time (in seconds):0.654
1.25/0.79	o -518
1.45/0.80	c Got one! Elapsed wall clock time (in seconds):0.671
1.45/0.80	o -520
1.45/0.84	c Got one! Elapsed wall clock time (in seconds):0.705
1.45/0.84	o -522
1.64/0.99	c Got one! Elapsed wall clock time (in seconds):0.858
1.64/0.99	o -528
1.85/1.01	c Got one! Elapsed wall clock time (in seconds):0.882
1.85/1.01	o -530
2.43/1.33	c Got one! Elapsed wall clock time (in seconds):1.194
2.43/1.33	o -532
3.63/1.97	c Got one! Elapsed wall clock time (in seconds):1.834
3.63/1.97	o -536
3.83/2.01	c Got one! Elapsed wall clock time (in seconds):1.881
3.83/2.01	o -540
6.07/3.44	c Got one! Elapsed wall clock time (in seconds):3.304
6.07/3.44	o -544
6.54/3.83	c cleaning 3246 clauses out of 6500 with flag 2090/6500
8.81/5.81	c cleaning 4622 clauses out of 9253 with flag 14190/12499
10.98/7.90	c Got one! Elapsed wall clock time (in seconds):7.764
10.98/7.90	o -546
11.71/8.54	c Got one! Elapsed wall clock time (in seconds):8.409
11.71/8.54	o -550
11.71/8.58	c Got one! Elapsed wall clock time (in seconds):8.444
11.71/8.58	o -552
12.85/9.64	c Got one! Elapsed wall clock time (in seconds):9.507
12.85/9.64	o -554
13.64/10.44	c cleaning 8276 clauses out of 16564 with flag 4128/24432
15.92/12.59	c cleaning 7137 clauses out of 14288 with flag 16136/30432
18.77/15.30	c cleaning 7069 clauses out of 14150 with flag 30134/37431
21.73/18.26	c cleaning 7534 clauses out of 15081 with flag 46134/45431
24.98/21.34	c cleaning 8268 clauses out of 16547 with flag 64134/54431
29.88/26.12	c cleaning 9133 clauses out of 18280 with flag 84136/64432
34.78/31.09	c cleaning 10065 clauses out of 20146 with flag 106134/75431
40.97/37.25	c cleaning 11033 clauses out of 22083 with flag 130138/87433
46.77/42.99	c cleaning 12015 clauses out of 24048 with flag 156134/100431
55.00/51.01	c cleaning 13014 clauses out of 26034 with flag 184136/114432
64.49/60.59	c cleaning 14004 clauses out of 28020 with flag 214151/129432
72.09/68.15	c cleaning 15000 clauses out of 30016 with flag 246151/145432
78.99/74.90	c cleaning 16000 clauses out of 32016 with flag 280151/162432
85.52/81.37	c cleaning 17002 clauses out of 34016 with flag 316151/180432
92.32/88.03	c cleaning 17998 clauses out of 36014 with flag 354152/199432
100.10/95.87	c cleaning 18999 clauses out of 38016 with flag 394152/219432
109.88/105.52	c cleaning 20003 clauses out of 40018 with flag 436159/240433
120.68/116.24	c cleaning 20999 clauses out of 42014 with flag 480157/262432
132.16/127.70	c cleaning 22000 clauses out of 44015 with flag 526157/285432
144.46/139.99	c cleaning 22997 clauses out of 46014 with flag 574155/309431
155.98/151.34	c cleaning 24002 clauses out of 48017 with flag 624156/334431
167.17/162.58	c cleaning 24999 clauses out of 50015 with flag 676156/360431
177.80/172.95	c cleaning 25998 clauses out of 52016 with flag 730156/387431
188.86/183.97	c cleaning 26998 clauses out of 54018 with flag 786156/415431
201.87/201.29	c cleaning 28002 clauses out of 56021 with flag 844158/444432
215.25/214.47	c cleaning 29002 clauses out of 58018 with flag 904156/474431
229.27/238.58	c cleaning 30001 clauses out of 60017 with flag 966158/505432
244.00/252.84	c cleaning 30999 clauses out of 62015 with flag 1030156/537431
259.43/268.39	c cleaning 31996 clauses out of 64016 with flag 1096157/570431
295.01/303.89	c cleaning 32999 clauses out of 66020 with flag 1164157/604431
326.01/334.93	c cleaning 33999 clauses out of 68021 with flag 1234157/639431
363.29/372.20	c cleaning 35001 clauses out of 70023 with flag 1306159/675432
396.99/405.85	c cleaning 36003 clauses out of 72022 with flag 1380159/712432
440.61/451.16	c cleaning 36998 clauses out of 74019 with flag 1456159/750432
488.32/504.06	c cleaning 37999 clauses out of 76021 with flag 1534159/789432
555.46/571.39	c cleaning 39001 clauses out of 78021 with flag 1614158/829431
626.75/642.70	c cleaning 39999 clauses out of 80021 with flag 1696160/870432
691.96/717.01	c cleaning 41000 clauses out of 82021 with flag 1780158/912431
759.79/789.93	c cleaning 42000 clauses out of 84021 with flag 1866158/955431
823.24/859.16	c cleaning 43001 clauses out of 86021 with flag 1954158/999431
882.73/918.64	c cleaning 44002 clauses out of 88021 with flag 2044160/1044432
936.75/972.69	c cleaning 45000 clauses out of 90018 with flag 2136158/1090431
986.73/1033.82	c cleaning 46002 clauses out of 92018 with flag 2230185/1137431
1017.38/1064.48	c cleaning 47002 clauses out of 94017 with flag 2326187/1185432
1049.77/1096.57	c cleaning 47995 clauses out of 96014 with flag 2424194/1234431
1076.24/1122.83	c cleaning 49000 clauses out of 98020 with flag 2524198/1284432
1107.06/1153.57	c cleaning 49999 clauses out of 100020 with flag 2626211/1335432
1143.83/1202.04	c cleaning 51001 clauses out of 102021 with flag 2730212/1387432
1192.65/1250.86	c cleaning 52000 clauses out of 104020 with flag 2836212/1440432
1234.14/1292.13	c cleaning 52996 clauses out of 106019 with flag 2944210/1494431
1267.40/1324.89	c cleaning 54002 clauses out of 108023 with flag 3054210/1549431
1299.58/1359.53	c cleaning 55000 clauses out of 110022 with flag 3166212/1605432
1335.37/1395.16	c cleaning 56000 clauses out of 112021 with flag 3280210/1662431
1394.80/1454.66	c cleaning 57003 clauses out of 114022 with flag 3396212/1720432
1442.25/1502.17	c cleaning 57996 clauses out of 116018 with flag 3514216/1779431
1491.54/1555.54	c cleaning 59001 clauses out of 118022 with flag 3634216/1839431
1539.47/1603.52	c cleaning 59998 clauses out of 120022 with flag 3756218/1900432
1587.38/1651.53	c cleaning 61002 clauses out of 122024 with flag 3880220/1962432
1623.07/1691.62	c cleaning 61999 clauses out of 124022 with flag 4006220/2025432
1674.35/1743.05	c cleaning 63000 clauses out of 126022 with flag 4134218/2089431
1732.91/1806.59	c cleaning 64000 clauses out of 128023 with flag 4264220/2154432
1791.28/1865.11	c cleaning 65000 clauses out of 130022 with flag 4396218/2220431
1863.65/1946.13	c cleaning 66002 clauses out of 132022 with flag 4530218/2287431
1906.16/1988.57	c cleaning 67000 clauses out of 134021 with flag 4666220/2355432
1938.07/2019.95	c cleaning 68001 clauses out of 136020 with flag 4804220/2424431
1973.97/2055.90	c cleaning 69000 clauses out of 138020 with flag 4944222/2494432
2017.53/2103.40	c cleaning 70001 clauses out of 140019 with flag 5086220/2565431
2083.56/2168.95	c cleaning 70995 clauses out of 142019 with flag 5230222/2637432
2136.33/2221.81	c cleaning 71998 clauses out of 144024 with flag 5376229/2710432
2179.43/2265.11	c cleaning 73004 clauses out of 146026 with flag 5524230/2784432
2250.36/2335.32	c cleaning 73999 clauses out of 148022 with flag 5674231/2859432
2304.12/2389.11	c cleaning 75000 clauses out of 150022 with flag 5826229/2935431
2364.14/2448.93	c cleaning 76001 clauses out of 152022 with flag 5980233/3012431
2450.62/2542.01	c cleaning 76998 clauses out of 154021 with flag 6136236/3090431
2508.82/2600.95	c cleaning 78001 clauses out of 156024 with flag 6294238/3169432
2569.97/2662.04	c cleaning 79003 clauses out of 158022 with flag 6454236/3249431
2632.13/2728.42	c cleaning 79998 clauses out of 160019 with flag 6616236/3330431
2702.69/2804.38	c cleaning 81002 clauses out of 162021 with flag 6780240/3412431
2773.07/2873.92	c cleaning 81998 clauses out of 164019 with flag 6946280/3495431
2859.68/2966.67	c cleaning 82998 clauses out of 166021 with flag 7114281/3579431
2919.97/3026.22	c cleaning 83998 clauses out of 168024 with flag 7284283/3664432
2993.49/3099.86	c cleaning 85000 clauses out of 170026 with flag 7456284/3750432
3083.70/3189.55	c cleaning 85999 clauses out of 172025 with flag 7630283/3837431
3167.00/3278.20	c cleaning 87004 clauses out of 174027 with flag 7806320/3925432
3223.82/3334.97	c cleaning 87997 clauses out of 176022 with flag 7984327/4014431
3299.47/3409.65	c cleaning 88999 clauses out of 178027 with flag 8164331/4104433
3396.75/3521.00	c cleaning 90002 clauses out of 180026 with flag 8346329/4195431
3442.44/3574.45	c Got one! Elapsed wall clock time (in seconds):3574.319
3442.44/3574.45	o -556
3450.12/3582.15	c cleaning 77722 clauses out of 155445 with flag 10062/4260852
3456.15/3588.24	c cleaning 41860 clauses out of 83724 with flag 22137/4266853
3461.55/3593.56	c cleaning 24429 clauses out of 48862 with flag 36209/4273851
3466.83/3598.86	c cleaning 16216 clauses out of 32434 with flag 52305/4281852
3472.26/3604.22	c cleaning 12606 clauses out of 25217 with flag 70451/4290851
3472.46/3604.40	c Got one! Elapsed wall clock time (in seconds):3604.269
3472.46/3604.40	o -560
3475.33/3607.33	c cleaning 8934 clauses out of 17874 with flag 10076/4296114
3478.43/3615.98	c cleaning 7468 clauses out of 14939 with flag 22149/4302113
3482.30/3619.92	c cleaning 7235 clauses out of 14472 with flag 36241/4309114
3482.41/3620.03	c Got one! Elapsed wall clock time (in seconds):3619.903
3482.41/3620.03	o -564
3484.80/3622.41	c Got one! Elapsed wall clock time (in seconds):3622.274
3484.80/3622.41	o -566
3485.30/3622.93	c cleaning 6333 clauses out of 12669 with flag 2026/4314546
3488.43/3626.11	c cleaning 6167 clauses out of 12337 with flag 14105/4320547
3492.28/3630.19	c cleaning 6584 clauses out of 13169 with flag 28181/4327546
3496.67/3634.50	c cleaning 7291 clauses out of 14586 with flag 44302/4335547
3501.71/3639.87	c cleaning 8147 clauses out of 16295 with flag 62413/4344547
3507.04/3645.22	c cleaning 9074 clauses out of 18148 with flag 82525/4354547
3513.17/3651.63	c cleaning 10034 clauses out of 20073 with flag 104622/4365546
3520.05/3658.50	c cleaning 11016 clauses out of 22039 with flag 128754/4377546
3527.41/3666.47	c cleaning 12010 clauses out of 24024 with flag 154925/4390547
3535.74/3674.90	c cleaning 13004 clauses out of 26013 with flag 183062/4404546
3544.58/3683.83	c cleaning 14004 clauses out of 28010 with flag 213273/4419547
3545.59/3684.91	c Got one! Elapsed wall clock time (in seconds):3684.777
3545.59/3684.91	o -568
3547.99/3687.35	c cleaning 9891 clauses out of 19785 with flag 8051/4425326
3551.37/3690.70	c cleaning 7943 clauses out of 15894 with flag 20136/4431326
3555.25/3694.72	c cleaning 7474 clauses out of 14952 with flag 34231/4438327
3559.83/3699.35	c cleaning 7739 clauses out of 15478 with flag 50336/4446327
3560.53/3700.01	c starts		: 3910
3560.53/3700.01	c conflicts		: 4447733
3560.53/3700.02	c decisions		: 4605956
3560.53/3700.02	c propagations		: 362733819
3560.53/3700.02	c inspects		: 34658064787
3560.53/3700.02	c shortcuts		: 0
3560.53/3700.02	c learnt literals	: 0
3560.53/3700.02	c learnt binary clauses	: 0
3560.53/3700.02	c learnt ternary clauses	: 0
3560.53/3700.02	c learnt constraints	: 4447733
3560.53/3700.02	c ignored constraints	: 0
3560.53/3700.02	c root simplifications	: 0
3560.53/3700.02	c removed literals (reason simplification)	: 818790998
3560.53/3700.02	c reason swapping (by a shorter reason)	: 0
3560.53/3700.02	c Calls to reduceDB	: 112
3560.53/3700.02	c Number of update (reduction) of LBD	: 1432
3560.53/3700.02	c Imported unit clauses	: 0
3560.53/3700.02	c No decision after first conflict	: false
3560.53/3700.02	c number of reductions to clauses (during analyze)	: 0
3560.53/3700.02	c number of learned constraints concerned by reduction	: 0
3560.53/3700.02	c number of learning phase by resolution	: 0
3560.53/3700.02	c number of learning phase by cutting planes	: 0
3560.53/3700.02	c number of rounding to 1 operations	: 0
3560.53/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3560.53/3700.02	c number of reductions of the coefficients by power 2 	: 0
3560.53/3700.02	c number of right shift for reduction by power 2 	: 0
3560.53/3700.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3560.53/3700.02	c number of ending skipping 	: 0
3560.53/3700.02	c number of internal skipping 	: 0
3560.53/3700.02	c number of derivation steps 	: 0
3560.53/3700.02	c number of skipped derivation steps 	: 0
3560.53/3700.02	c number of remaining unassigned 	: 0
3560.53/3700.02	c number of remaining assigned 	: 0
3560.53/3700.02	c number of falsified literals weakened from reason	: 0
3560.53/3700.02	c number of falsified literals weakened from conflict	: 0
3560.53/3700.02	c time for arithmetic operations	: 0
3560.53/3700.02	c minimum degree of deleted constraints	: null
3560.53/3700.02	c maximum degree of deleted constraints	: null
3560.53/3700.02	c number of deleted constraints	: 0
3560.53/3700.02	c speed (assignments/second)	: 98052.78326894855
3560.53/3700.02	c non guided choices	: 136
3560.53/3700.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9145
3560.53/3700.03	s SATISFIABLE
3560.53/3700.03	c Found 22 solution(s)
3560.53/3700.03	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 x232 x233 -x234 x235 x236 x237 x238 x239 -x240 x241 x242 -x243 -x244 -x245 x246 x247 -x248 -x249 -x250 x251 x252 -x253 -x254 x255 x256 x257 -x258 -x259 -x260 x261 x262 -x263 -x264 -x265 x266 x267 -x268 -x269 -x270 x271 x272 x273 -x274 x275 x276 x277 -x278 x279 -x280 -x281 -x282 x283 -x284 -x285 x286 x287 x288 -x289 -x290 x291 x292 x293 -x294 -x295 x296 x297 -x298 -x299 -x300 x301 x302 x303 -x304 -x305 x306 x307 x308 -x309 -x310 x311 x312 x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 x325 -x326 -x327 x328 x329 x330 -x331 -x332 x333 x334 x335 -x336 -x337 x338 x339 -x340 -x341 -x342 x343 x344 x345 -x346 -x347 x348 x349 x350 -x351 -x352 x353 x354 x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 x363 -x364 -x365 x366 -x367 -x368 x369 x370 x371 -x372 -x373 x374 x375 x376 -x377 -x378 x379 x380 -x381 -x382 -x383 x384 x385 x386 -x387 -x388 x389 x390 x391 -x392 -x393 x394 x395 x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 x404 -x405 x406 -x407 -x408 x409 x410 x411 -x412 -x413 x414 x415 x416 -x417 -x418 x419 x420 -x421 -x422 -x423 x424 x425 x426 -x427 -x428 x429 x430 x431 -x432 -x433 x434 x435 x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 x444 -x445 x446 x447 -x448 -x449 -x450 x451 x452 -x453 -x454 -x455 x456 x457 -x458 -x459 x460 x461 x462 -x463 -x464 -x465 x466 x467 -x468 -x469 -x470 x471 x472 -x473 -x474 -x475 x476 x477 x478 -x479 x480 x481 x482 -x483 x484 -x485 x486 x487 x488 -x489 -x490 x491 x492 x493 -x494 -x495 x496 x497 -x498 -x499 -x500 x501 x502 x503 -x504 -x505 x506 x507 x508 -x509 -x510 x511 x512 x513 -x514 -x515 -x516 x517 -x518 -x519 -x520 x521 -x522 x523 x524 x525 -x526 -x527 x528 x529 x530 -x531 -x532 x533 x534 -x535 -x536 -x537 x538 x539 x540 -x541 -x542 x543 x544 x545 -x546 -x547 x548 x549 x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 x562 x563 -x564 -x565 -x566 x567 x568 -x569 -x570 x571 x572 x573 -x574 -x575 -x576 x577 x578 -x579 -x580 -x581 x582 x583 -x584 -x585 -x586 x587 x588 x589 -x590 x591 x592 x593 -x594 x595 -x596 x597 x598 -x599 -x600 -x601 x602 x603 -x604 -x605 x606 x607 x608 -x609 -x610 -x611 x612 x613 -x614 -x615 -x616 x617 x618 -x619 -x620 -x621 x622 x623 x624 -x625 x626 x627 x628 -x629 x630 x631 x632 -x633 -x634 -x635 x636 x637 -x638 -x639 x640 x641 x642 -x643 -x644 -x645 x646 x647 -x648 -x649 -x650 x651 x652 -x653 -x654 -x655 x656 x657 x658 -x659 x660 x661 x662 -x663 x664 -x665 x666 x667 x668 -x669 -x670 x671 x672 -x673 -x674 -x675 x676 x677 x678 -x679 -x680 x681 x682 x683 -x684 -x685 x686 x687 x688 -x689 -x690 -x691 x692 -x693 -x694 -x695 x696 -x697 x698 x699 x700 -x701 -x702 x703 x704 -x705 -x706 -x707 x708 x709 x710 -x711 -x712 x713 x714 x715 -x716 -x717 x718 x719 x720 -x721 -x722 -x723 x724 -x725 -x726 -x727 x728 -x729 -x730 -x731 x732 x733 -x734 -x735 x736 x737 x738 -x739 -x740 -x741 x742 x743 -x744 -x745 -x746 x747 x748 -x749 -x750 -x751 x752 x753 x754 -x755 x756 x757 x758 -x759 x760 -x761 x762 x763 -x764 -x765 x766 x767 x768 -x769 -x770 -x771 x772 x773 -x774 -x775 -x776 x777 x778 -x779 -x780 -x781 x782 x783 x784 -x785 x786 x787 x788 -x789 x790 x791 x792 -x793 -x794 x795 x796 x797 -x798 -x799 -x800 x801 x802 -x803 -x804 -x805 x806 x807 -x808 -x809 -x810 x811 x812 x813 -x814 x815 x816 x817 -x818 x819 -x820 x821 x822 -x823 -x824 -x825 x826 x827 x828 -x829 -x830 x831 x832 x833 -x834 -x835 x836 x837 x838 -x839 -x840 -x841 x842 -x843 -x844 -x845 x846 -x847 x848 x849 -x850 -x851 -x852 x853 x854 x855 -x856 -x857 x858 x859 x860 -x861 -x862 x863 x864 x865 -x866 -x867 -x868 x869 -x870 -x871 -x872 x873 -x874 -x875 x876 x877 x878 -x879 -x880 -x881 x882 x883 -x884 -x885 -x886 x887 x888 -x889 -x890 -x891 x892 x893 x894 -x895 x896 x897 x898 -x899 x900 x901 x902 x903 -x904 -x905 -x906 x907 x908 -x909 -x910 -x911 x912 x913 -x914 -x915 -x916 x917 x918 x919 -x920 x921 x922 x923 -x924 x925 -x926 -x927 x928 x929 x930 -x931 -x932 x933 x934 x935 -x936 -x937 x938 x939 x940 -x941 -x942 -x943 x944 -x945 -x946 -x947 x948 -x949 -x950 x951 x952 x953 -x954 -x955 x956 x957 x958 -x959 -x960 x961 x962 x963 -x964 -x965 -x966 x967 -x968 -x969 -x970 x971 -x972 x973 x974 x975 -x976 -x977 x978 x979 x980 -x981 -x982 x983 x984 x985 -x986 -x987 -x988 x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 x997 x998 -x999 -x1000 -x1001 x1002 x1003 -x1004 -x1005 -x1006 x1007 x1008 x1009 -x1010 x1011 x1012 x1013 -x1014 x1015 -x1016 x1017 x1018 -x1019 -x1020 -x1021 x1022 x1023 -x1024 -x1025 -x1026 x1027 x1028 x1029 -x1030 x1031 x1032 x1033 -x1034 x1035 x1036 x1037 -x1038 -x1039 -x1040 x1041 x1042 -x1043 -x1044 -x1045 x1046 x1047 x1048 -x1049 x1050 x1051 x1052 -x1053 x1054 -x1055 x1056 x1057 x1058 -x1059 -x1060 x1061 x1062 x1063 -x1064 -x1065 -x1066 x1067 -x1068 -x1069 -x1070 x1071 -x1072 x1073 x1074 x1075 -x1076 -x1077 x1078 x1079 x1080 -x1081 -x1082 -x1083 x1084 -x1085 -x1086 -x1087 x1088 -x1089 -x1090 -x1091 x1092 x1093 -x1094 -x1095 -x1096 x1097 x1098 x1099 -x1100 x1101 x1102 x1103 -x1104 x1105 -x1106 x1107 x1108 -x1109 -x1110 -x1111 x1112 x1113 x1114 -x1115 x1116 x1117 x1118 -x1119 x1120 x1121 x1122 -x1123 -x1124 -x1125 x1126 x1127 x1128 -x1129 x1130 x1131 x1132 -x1133 x1134 -x1135 x1136 x1137 x1138 -x1139 -x1140 -x1141 x1142 -x1143 -x1144 -x1145 x1146 -x1147 x1148 x1149 x1150 -x1151 -x1152 -x1153 x1154 -x1155 -x1156 -x1157 x1158 -x1159 -x1160 -x1161 x1162 x1163 x1164 -x1165 x1166 x1167 x1168 -x1169 x1170 -x1171 x1172 x1173 x1174 -x1175 x1176 x1177 x1178 -x1179 x1180 x1181 x1182 x1183 -x1184 x1185 x1186 x1187 -x1188 x1189 -x1190 -x1191 x1192 -x1193 -x1194 -x1195 x1196 -x1197 -x1198 x1199 -x1200 -x1201 -x1202 x1203 -x1204 x1205 -x1206 -x1207 -x1208 x1209 -x1210 x1211 x1212 x1213 -x1214 x1215 -x1216 -x1217 x1218 -x1219 -x1220 x1221 -x1222 x1223 -x1224 x1225 
3560.53/3700.03	c objective function=-568
3560.53/3700.03	c Total wall clock time (in seconds): 3699.899

Verifier Data

OK	-568

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: 63665 MiB (33900 MiB free)
  memory of node 1: 64507 MiB (46414 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521271-1751582385/watcher-4521271-1751582385 -o /tmp/evaluation-result-4521271-1751582385/solver-4521271-1751582385 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751579235-82800 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521271-1751582385 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4521271-1751582385.opb 

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=83385, runsolver pid=83382
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.52 4.80 4.98 7/345 83403
/proc/meminfo: memFree=82180708/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=18930384 memory=57736 CPUtime=0.11 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 6546 0 0 0 10 1 0 0 20 0 18 0 73918069 19384713216 14434 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4732596 14434 5345 1 0 547604 0
[pid=83385/tid=83387] ppid=83382 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 5062 0 0 0 6 1 0 0 20 0 18 0 73918070 19384713216 14434 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73918072 19384713216 14434 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=18930384 memory=59585004335790 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73918073 19384713216 14434 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57736 KiB

[startup+0.206013 s]*
/proc/loadavg: 4.52 4.80 4.98 7/345 83403
/proc/meminfo: memFree=82152288/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=18930384 memory=66084 CPUtime=0.3 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 7005 0 0 0 28 2 0 0 20 0 18 0 73918069 19384713216 16521 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4732596 16521 5441 1 0 547905 0
[pid=83385/tid=83387] ppid=83382 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 5280 0 0 0 14 1 0 0 20 0 18 0 73918070 19384713216 16521 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=18930384 memory=16912 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73918072 19384713216 16521 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73918073 19384713216 16521 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66084 KiB

[startup+0.305907 s]*
/proc/loadavg: 4.52 4.80 4.98 6/345 83403
/proc/meminfo: memFree=82091168/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=18930384 memory=102968 CPUtime=0.49 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 8501 0 0 0 46 3 0 0 20 0 18 0 73918069 19384713216 25742 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4732596 25742 5441 1 0 548895 0
[pid=83385/tid=83387] ppid=83382 vsize=18930384 memory=-6000919498426116455 CPUtime=0.24 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 5297 0 0 0 22 2 0 0 20 0 18 0 73918070 19384713216 25742 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73918072 19384713216 25742 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73918073 19384713216 25742 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102968 KiB

[startup+0.70021 s]
/proc/loadavg: 4.52 4.80 4.98 6/346 83404
/proc/meminfo: memFree=81986500/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19065960 memory=169600 CPUtime=1.25 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 11276 0 0 0 120 5 0 0 20 0 20 0 73918069 19523543040 42400 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4766490 42400 5505 1 0 551736 0
[pid=83385/tid=83387] ppid=83382 vsize=19065960 memory=18048 CPUtime=0.56 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 5450 0 0 0 53 3 0 0 20 0 20 0 73918070 19523543040 42400 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19065960 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19523543040 42400 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19065960 memory=3200 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 73918073 19523543040 42400 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19065960 KiB
Current children cumulated memory: 169600 KiB

[startup+1.50023 s]
/proc/loadavg: 4.52 4.80 4.98 6/347 83405
/proc/meminfo: memFree=81857008/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=186340 CPUtime=2.83 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 18120 0 0 0 275 8 0 0 20 0 20 0 73918069 19521036288 46585 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 46585 5537 1 0 552314 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=3200 CPUtime=1.27 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 5924 0 0 0 123 4 0 0 20 0 20 0 73918070 19521036288 46585 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 46585 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 46585 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 46585 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186340 KiB

[startup+3.10574 s]
/proc/loadavg: 4.56 4.80 4.98 5/347 83405
/proc/meminfo: memFree=81217240/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=358388 CPUtime=5.75 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 20486 0 0 0 563 12 0 0 20 0 20 0 73918069 19521036288 89597 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 89597 5537 1 0 658857 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=14464 CPUtime=2.74 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) S 83382 83385 82790 0 -1 4194368 6424 0 0 0 267 7 0 0 20 0 20 0 73918070 19521036288 89597 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 89597 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 89597 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 89597 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 358388 KiB

[startup+6.30236 s]
/proc/loadavg: 4.56 4.80 4.98 5/347 83405
/proc/meminfo: memFree=80540672/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=788868 CPUtime=9.4 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 22072 0 0 0 917 23 0 0 20 0 20 0 73918069 19521036288 197217 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 197217 5537 1 0 830179 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=0 CPUtime=5.83 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) S 83382 83385 82790 0 -1 4194368 7258 0 0 0 567 16 0 0 20 0 20 0 73918070 19521036288 197217 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 197217 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 197217 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=186468 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 197217 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 788868 KiB

[startup+12.7044 s]
/proc/loadavg: 4.51 4.79 4.97 5/347 83405
/proc/meminfo: memFree=79792100/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=1092904 CPUtime=16.13 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 23107 0 0 0 1581 32 0 0 20 0 20 0 73918069 19521036288 273226 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 273226 5537 1 0 830254 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=186468 CPUtime=12.05 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 7417 0 0 0 1184 21 0 0 20 0 20 0 73918070 19521036288 273226 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=1092904 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 273226 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 273226 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 273226 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 16.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1092904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.48 4.76 4.96 5/347 83405
/proc/meminfo: memFree=78534624/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=1470984 CPUtime=29.18 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 30460 0 0 0 2872 46 0 0 20 0 20 0 73918069 19521036288 367746 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 367746 5537 1 0 830258 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=0 CPUtime=24.62 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 9768 0 0 0 2431 31 0 0 20 0 20 0 73918070 19521036288 367746 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 367746 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=1470984 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 367746 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=1405380 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 367746 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 29.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1470984 KiB

[startup+51.1058 s]
/proc/loadavg: 4.39 4.72 4.94 5/347 83406
/proc/meminfo: memFree=75896868/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=2509616 CPUtime=55.12 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 39443 0 0 0 5435 77 0 0 20 0 20 0 73918069 19521036288 627404 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 627404 5537 1 0 830263 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=1485352 CPUtime=49.58 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 12164 0 0 0 4905 53 0 0 20 0 20 0 73918070 19521036288 627404 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=12800 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 627404 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=2308 CPUtime=0 cores=0,2

################
# More data... #
################

/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 87323 0 0 0 316173 904 0 0 20 0 20 0 73918070 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=-6000919498426116455 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 1946 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3232.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3281964 KiB

[startup+3402.3 s]
/proc/loadavg: 4.61 4.42 4.30 5/346 83872
/proc/meminfo: memFree=72035492/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=3281964 CPUtime=3292.19 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 172096 0 0 0 328188 1031 0 0 20 0 20 0 73918069 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 820491 5569 1 0 833573 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=3281964 CPUtime=3230.04 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 88758 0 0 0 322083 921 0 0 20 0 20 0 73918070 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 1975 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3292.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3281964 KiB

[startup+3462.3 s]
/proc/loadavg: 4.79 4.50 4.34 3/346 83874
/proc/meminfo: memFree=68572640/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=3281964 CPUtime=3343.31 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 173195 0 0 0 333285 1046 0 0 20 0 20 0 73918069 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 820491 5569 1 0 833573 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=14464 CPUtime=3280.6 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) D 83382 83385 82790 0 -1 4194368 89071 0 0 0 327124 936 0 0 20 0 20 0 73918070 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=18048 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 2029 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3343.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3281964 KiB

[startup+3522.3 s]
/proc/loadavg: 4.87 4.60 4.39 5/348 83878
/proc/meminfo: memFree=65315444/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=3281964 CPUtime=3397.99 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 173764 0 0 0 338737 1062 0 0 20 0 20 0 73918069 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 820491 5569 1 0 833573 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=3281964 CPUtime=3334.6 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 89555 0 0 0 332510 950 0 0 20 0 20 0 73918070 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 2029 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=3281964 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 820491 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3397.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3281964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.77 4.63 4.41 5/347 83880
/proc/meminfo: memFree=62238300/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=3282092 CPUtime=3450.32 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 179076 0 0 0 343953 1079 0 0 20 0 20 0 73918069 19521036288 820523 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 820523 5569 1 0 833610 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=4764 CPUtime=3385.73 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 93012 0 0 0 337607 966 0 0 20 0 20 0 73918070 19521036288 820523 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 820523 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 2029 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 820523 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=3282092 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 820523 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3450.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3282092 KiB

[startup+3642.3 s]
/proc/loadavg: 4.69 4.61 4.41 6/348 83884
/proc/meminfo: memFree=59244192/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=3285204 CPUtime=3504.14 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 184198 0 0 0 349322 1092 0 0 20 0 20 0 73918069 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 821301 5569 1 0 834026 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=3282092 CPUtime=3438.98 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 94219 0 0 0 342921 977 0 0 20 0 20 0 73918070 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=3285204 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 2068 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=3285204 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3504.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3285204 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.76 4.65 4.44 6/347 83887
/proc/meminfo: memFree=56322496/131249996 swapFree=33010160/33010684
[pid=83385] ppid=83382 vsize=19063512 memory=3285204 CPUtime=3560.53 cores=0,2
/proc/83385/stat : 83385 (java) S 83382 83385 82790 0 -1 4194304 185942 0 0 0 354948 1105 0 0 20 0 20 0 73918069 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
/proc/83385/statm: 4765878 821301 5569 1 0 834026 0
[pid=83385/tid=83387] ppid=83382 vsize=19063512 memory=-6000919507082832231 CPUtime=3495.24 cores=0,2
/proc/83385/task/83387/stat : 83387 (java) R 83382 83385 82790 0 -1 4194368 95121 0 0 0 348536 988 0 0 20 0 20 0 73918070 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83396] ppid=83382 vsize=19063512 memory=-4050210904893537934 CPUtime=0 cores=0,2
/proc/83385/task/83396/stat : 83396 (Finalizer) S 83382 83385 82790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73918072 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83403] ppid=83382 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/83385/task/83403/stat : 83403 (Common-Cleaner) S 83382 83385 82790 0 -1 4194368 2161 0 0 0 0 0 0 0 20 0 20 0 73918073 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
[pid=83385/tid=83405] ppid=83382 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/83385/task/83405/stat : 83405 (Timer-0) S 83382 83385 82790 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73918134 19521036288 821301 18446744073709551615 94212692013056 94212692016752 140730916847392 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94212692024568 94212692025360 94212716154880 140730916854064 140730916854246 140730916854246 140730916859848 0
Current children cumulated CPU time: 3560.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3285204 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3713.25 s]
# the end of solver process 83385 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3549.54 s, system=11.0684 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3700.8 s]
/proc/loadavg: 4.76 4.65 4.44 5/329 83890
/proc/meminfo: memFree=59557456/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 4.76 4.65 4.44 5/329 83890
/proc/meminfo: memFree=59515892/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 4.76 4.65 4.44 5/329 83890
/proc/meminfo: memFree=59476084/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3713.25
CPU time (s): 3560.61
CPU user time (s): 3549.54
CPU system time (s): 11.0684
CPU usage (%): 95.8893
Max. virtual memory (cumulated for all children) (KiB): 19065960
Max. memory (cumulated for all children) (KiB): 3288084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3549.54
system time used= 11.0684
maximum resident set size= 3288084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15371176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121276
involuntary context switches= 14981


# summary of solver processes directly reported to runsolver:
#   pid: 83385
#   total CPU time (s): 3560.61
#   total CPU user time (s): 3549.54
#   total CPU system time (s): 11.0684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56532 second user time and 19.1902 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-04 00:39:45
IDJOB=4521271
IDBENCH=178251
IDSOLVER=3364
FILE ID=nodeC030/4521271-1751582385
RUNJOBID= nodeC030-1751579235-82800
SLURM_JOB_ID= 9598815
Free space on /tmp= 432472 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_50.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521271-1751582385/watcher-4521271-1751582385 -o /tmp/evaluation-result-4521271-1751582385/solver-4521271-1751582385 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751579235-82800 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521271-1751582385 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4521271-1751582385.opb

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

MD5SUM BENCH= 68c73bc206439bbe0d5a467b2a25edac
RANDOM SEED=1180862678

nodeC030 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	: 0xb00002a
cpu MHz		: 3600.288
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 pti ibrs ibpb stibp 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	: 7000.62
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		: 3600.328
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 pti ibrs ibpb stibp 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	: 7000.62
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		: 3600.768
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 pti ibrs ibpb stibp 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	: 7000.62
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.137
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 pti ibrs ibpb stibp 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	: 7000.62
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		: 3600.320
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 pti ibrs ibpb stibp 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	: 7000.62
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.339
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 pti ibrs ibpb stibp 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	: 7000.62
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		: 3599.726
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 pti ibrs ibpb stibp 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	: 7000.62
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		: 3599.449
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 pti ibrs ibpb stibp 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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        82258272 kB
MemAvailable:   101864160 kB
Buffers:            2128 kB
Cached:         20336396 kB
SwapCached:            4 kB
Active:         28082096 kB
Inactive:       20016960 kB
Active(anon):   27766024 kB
Inactive(anon):    12656 kB
Active(file):     316072 kB
Inactive(file): 20004304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           3171892 kB
Writeback:             0 kB
AnonPages:      27751368 kB
Mapped:           123840 kB
Shmem:             18028 kB
KReclaimable:     249100 kB
Slab:             441800 kB
SReclaimable:     249100 kB
SUnreclaim:       192700 kB
KernelStack:        5360 kB
PageTables:        57964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   31321008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151592 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25065472 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432488 MiB
End job on nodeC030 at 2025-07-04 01:41:38