Trace number 4498177

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 2025-06-06SAT (TO)-111 3600.44 3535.42

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_4.opb
MD5SUM6e1b2ff6c1557355456038edfbaaf1c1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-156
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31592
Sum of products size (including duplicates)63184
Number of different products15796
Sum of products size31592

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.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4498177-1751273258.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  objective function found
0.51/0.39	c ... done. Wall clock time 0.247s.
0.51/0.39	c declared #vars     1000
0.51/0.39	c internal #vars     16796
0.51/0.39	c #constraints  33592
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15796
0.51/0.39	c org.sat4j.specs.Constr$1 => 1049
0.51/0.39	c org.sat4j.pb.constraints.pb.UnitClausesPB => 904
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15796
0.51/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 47
0.51/0.39	c 33592 constraints processed.
0.51/0.41	c objective function length is 1000 literals
0.71/0.46	c SATISFIABLE
0.71/0.46	c OPTIMIZING...
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.319
0.71/0.46	o -107
0.71/0.50	c Got one! Elapsed wall clock time (in seconds):0.364
0.71/0.50	o -108
2.75/1.65	c cleaning 2507 clauses out of 5014 with flag 10495/5014
3.42/2.11	c Got one! Elapsed wall clock time (in seconds):1.973
3.42/2.11	o -109
4.01/2.69	c cleaning 3990 clauses out of 7981 with flag 6478/10488
5.30/3.84	c cleaning 4996 clauses out of 9991 with flag 19190/16488
6.87/5.38	c cleaning 5997 clauses out of 11995 with flag 34049/23488
8.73/7.05	c cleaning 6994 clauses out of 13998 with flag 50907/31488
11.35/9.53	c cleaning 8000 clauses out of 16003 with flag 69945/40487
14.00/12.09	c cleaning 8998 clauses out of 18004 with flag 91002/50488
17.61/15.53	c cleaning 10001 clauses out of 20006 with flag 114269/61488
21.93/19.51	c cleaning 11002 clauses out of 22004 with flag 139661/73487
26.39/23.82	c cleaning 11999 clauses out of 24003 with flag 167103/86488
31.21/28.52	c cleaning 12996 clauses out of 26003 with flag 196843/100487
35.98/33.19	c cleaning 13996 clauses out of 28008 with flag 228653/115488
42.83/39.61	c cleaning 15000 clauses out of 30011 with flag 262648/131487
49.71/46.38	c cleaning 16006 clauses out of 32011 with flag 298716/148487
58.79/54.46	c cleaning 16998 clauses out of 34005 with flag 336984/166487
67.48/62.80	c cleaning 17998 clauses out of 36008 with flag 377587/185488
76.43/71.68	c cleaning 19002 clauses out of 38011 with flag 420596/205489
86.13/81.10	c Got one! Elapsed wall clock time (in seconds):80.959
86.13/81.10	o -110
91.64/86.40	c cleaning 22131 clauses out of 44263 with flag 12008/230743
96.75/91.44	c cleaning 14064 clauses out of 28131 with flag 25973/236742
100.38/94.98	c cleaning 10532 clauses out of 21067 with flag 42273/243742
102.88/97.45	c cleaning 9260 clauses out of 18536 with flag 59358/251743
105.73/100.29	c cleaning 9139 clauses out of 18278 with flag 79184/260745
109.20/103.68	c cleaning 9558 clauses out of 19137 with flag 100979/270743
113.28/107.65	c cleaning 10289 clauses out of 20578 with flag 125570/281742
118.32/112.02	c cleaning 11145 clauses out of 22290 with flag 153792/293743
123.91/117.58	c cleaning 12072 clauses out of 24144 with flag 184498/306742
128.41/121.89	c cleaning 13028 clauses out of 26073 with flag 214373/320743
133.62/126.88	c cleaning 14013 clauses out of 28044 with flag 246078/335742
139.53/132.55	c cleaning 15010 clauses out of 30031 with flag 279813/351742
145.46/138.30	c cleaning 16010 clauses out of 32021 with flag 315750/368742
152.06/144.87	c cleaning 17003 clauses out of 34011 with flag 354157/386742
159.50/151.91	c cleaning 17998 clauses out of 36009 with flag 394491/405743
167.38/159.78	c cleaning 19006 clauses out of 38011 with flag 436845/425743
176.20/167.64	c cleaning 19996 clauses out of 40004 with flag 481192/446742
185.95/177.20	c cleaning 21003 clauses out of 42008 with flag 527463/468742
195.98/186.92	c cleaning 21997 clauses out of 44005 with flag 575958/491742
206.77/197.49	c cleaning 23005 clauses out of 46009 with flag 626654/515743
217.40/207.77	c cleaning 23999 clauses out of 48003 with flag 679482/540742
229.88/219.96	c cleaning 24999 clauses out of 50004 with flag 734266/566742
244.14/233.80	c cleaning 26003 clauses out of 52006 with flag 791545/593743
260.40/249.60	c cleaning 26996 clauses out of 54002 with flag 850827/621742
278.19/265.51	c cleaning 28001 clauses out of 56006 with flag 912229/650742
295.99/283.09	c cleaning 29002 clauses out of 58007 with flag 976098/680744
316.16/302.95	c cleaning 30001 clauses out of 60003 with flag 1042135/711742
335.28/321.56	c cleaning 30998 clauses out of 62003 with flag 1109403/743743
355.54/341.45	c cleaning 31991 clauses out of 64005 with flag 1179035/776743
374.01/359.47	c cleaning 33005 clauses out of 66014 with flag 1251240/810743
393.02/378.19	c cleaning 33999 clauses out of 68009 with flag 1325248/845743
415.27/399.99	c cleaning 35001 clauses out of 70009 with flag 1401240/881742
440.67/423.40	c cleaning 35999 clauses out of 72008 with flag 1479410/918742
465.32/447.73	c cleaning 37006 clauses out of 74011 with flag 1560024/956744
491.84/473.52	c cleaning 38001 clauses out of 76003 with flag 1642873/995742
518.03/499.21	c cleaning 38989 clauses out of 78002 with flag 1727231/1035742
546.51/527.20	c cleaning 40002 clauses out of 80013 with flag 1814044/1076742
578.31/558.62	c cleaning 41003 clauses out of 82011 with flag 1902759/1118742
614.28/593.95	c cleaning 42003 clauses out of 84008 with flag 1993843/1161742
643.76/622.90	c cleaning 42999 clauses out of 86005 with flag 2086769/1205742
679.67/658.44	c cleaning 43995 clauses out of 88006 with flag 2181347/1250742
716.33/691.94	c cleaning 44997 clauses out of 90011 with flag 2278676/1296742
751.78/726.86	c cleaning 45998 clauses out of 92014 with flag 2377986/1343742
786.54/761.03	c cleaning 47008 clauses out of 94016 with flag 2479437/1391742
825.80/799.78	c cleaning 47999 clauses out of 96009 with flag 2582982/1440743
866.57/839.93	c cleaning 49005 clauses out of 98010 with flag 2689520/1490743
907.41/880.26	c cleaning 50001 clauses out of 100004 with flag 2797478/1541742
953.89/926.15	c cleaning 50998 clauses out of 102003 with flag 2906947/1593742
1000.05/971.60	c cleaning 51991 clauses out of 104005 with flag 3018776/1646742
1048.70/1019.76	c cleaning 52996 clauses out of 106015 with flag 3132700/1700743
1093.19/1063.76	c cleaning 54006 clauses out of 108018 with flag 3248443/1755742
1145.29/1113.09	c cleaning 55003 clauses out of 110013 with flag 3366775/1811743
1187.36/1154.57	c cleaning 56003 clauses out of 112010 with flag 3487573/1868743
1235.76/1202.37	c cleaning 56996 clauses out of 114006 with flag 3610953/1926742
1281.36/1247.29	c cleaning 58000 clauses out of 116011 with flag 3736686/1985743
1327.08/1292.18	c cleaning 59004 clauses out of 118011 with flag 3863615/2045743
1376.64/1341.05	c cleaning 59998 clauses out of 120007 with flag 3992553/2106743
1424.94/1388.76	c cleaning 60997 clauses out of 122008 with flag 4123856/2168742
1482.02/1445.24	c cleaning 62002 clauses out of 124011 with flag 4258186/2231742
1537.58/1500.19	c cleaning 62999 clauses out of 126009 with flag 4394936/2295742
1593.82/1555.72	c cleaning 63995 clauses out of 128010 with flag 4532830/2360742
1653.66/1610.81	c cleaning 65001 clauses out of 130016 with flag 4672831/2426743
1713.13/1669.84	c cleaning 65998 clauses out of 132015 with flag 4814396/2493743
1776.49/1732.54	c cleaning 67003 clauses out of 134016 with flag 4958199/2561742
1841.40/1796.82	c cleaning 68001 clauses out of 136015 with flag 5103944/2630744
1911.26/1866.17	c cleaning 69000 clauses out of 138012 with flag 5252956/2700742
1991.20/1945.32	c cleaning 70005 clauses out of 140013 with flag 5403036/2771743
2063.53/2017.21	c cleaning 71004 clauses out of 142008 with flag 5554976/2843743
2131.23/2083.98	c cleaning 71994 clauses out of 144004 with flag 5709630/2916743
2209.81/2161.77	c cleaning 72999 clauses out of 146009 with flag 5867461/2990742
2287.80/2238.99	c cleaning 74000 clauses out of 148010 with flag 6027460/3065742
2323.78/2274.50	c Got one! Elapsed wall clock time (in seconds):2274.366
2323.78/2274.50	o -111
2329.57/2280.31	c cleaning 59220 clauses out of 118443 with flag 10693/3110175
2332.97/2283.73	c cleaning 32606 clauses out of 65223 with flag 23583/3116175
2335.86/2286.66	c cleaning 19802 clauses out of 39619 with flag 38482/3123177
2338.73/2289.33	c cleaning 13897 clauses out of 27815 with flag 55603/3131175
2341.33/2291.99	c cleaning 11452 clauses out of 22918 with flag 75104/3140175
2343.92/2294.56	c cleaning 10727 clauses out of 21466 with flag 96384/3150175
2347.12/2297.70	c cleaning 10866 clauses out of 21740 with flag 119890/3161176
2350.34/2301.00	c cleaning 11430 clauses out of 22874 with flag 145360/3173176
2354.34/2304.95	c cleaning 12217 clauses out of 24444 with flag 173678/3186176
2358.63/2309.21	c cleaning 13112 clauses out of 26226 with flag 203528/3200175
2363.86/2314.44	c cleaning 14054 clauses out of 28115 with flag 235210/3215176
2369.75/2320.32	c cleaning 15024 clauses out of 30060 with flag 269492/3231175
2376.76/2327.22	c cleaning 16018 clauses out of 32037 with flag 305781/3248176
2383.66/2334.14	c cleaning 17005 clauses out of 34018 with flag 344631/3266175
2392.06/2342.43	c cleaning 17998 clauses out of 36013 with flag 385486/3285175
2402.24/2352.68	c cleaning 19007 clauses out of 38016 with flag 428092/3305176
2411.90/2361.58	c cleaning 19995 clauses out of 40008 with flag 472723/3326175
2421.37/2370.70	c cleaning 21004 clauses out of 42013 with flag 519587/3348175
2431.46/2380.89	c cleaning 22000 clauses out of 44009 with flag 568551/3371175
2443.55/2392.81	c cleaning 23004 clauses out of 46010 with flag 619146/3395176
2455.69/2404.72	c cleaning 24001 clauses out of 48007 with flag 672352/3420177
2469.76/2418.80	c cleaning 24996 clauses out of 50004 with flag 727968/3446175
2482.35/2431.39	c cleaning 26001 clauses out of 52008 with flag 784921/3473175
2496.11/2444.98	c cleaning 27003 clauses out of 54007 with flag 843990/3501175
2510.58/2459.16	c cleaning 28001 clauses out of 56006 with flag 904848/3530177
2528.30/2476.50	c cleaning 28997 clauses out of 58004 with flag 967984/3560176
2548.55/2496.43	c cleaning 30001 clauses out of 60006 with flag 1033408/3591175
2567.31/2515.25	c cleaning 31002 clauses out of 62007 with flag 1100770/3623177
2585.51/2533.41	c cleaning 31998 clauses out of 64005 with flag 1170467/3656177
2608.95/2556.50	c cleaning 33002 clauses out of 66005 with flag 1242810/3690175
2631.02/2578.57	c cleaning 34000 clauses out of 68004 with flag 1316880/3725176
2650.90/2598.37	c cleaning 34994 clauses out of 70003 with flag 1393141/3761175
2673.25/2620.60	c cleaning 36004 clauses out of 72009 with flag 1471667/3798175
2695.09/2642.44	c cleaning 37001 clauses out of 74005 with flag 1552549/3836175
2718.38/2665.77	c cleaning 38002 clauses out of 76004 with flag 1635244/3875175
2743.24/2690.63	c cleaning 38994 clauses out of 78004 with flag 1720047/3915177
2772.35/2719.34	c cleaning 39999 clauses out of 80008 with flag 1806655/3956175
2804.22/2750.68	c cleaning 41005 clauses out of 82009 with flag 1895136/3998175
2835.00/2781.02	c cleaning 41998 clauses out of 84006 with flag 1986280/4041177
2867.28/2813.08	c cleaning 42998 clauses out of 86006 with flag 2079743/4085175
2906.04/2851.64	c cleaning 44005 clauses out of 88009 with flag 2175302/4130176
2942.90/2887.99	c cleaning 44998 clauses out of 90003 with flag 2272903/4176175
2975.74/2920.45	c cleaning 45999 clauses out of 92006 with flag 2372212/4223176
3007.95/2952.40	c cleaning 46999 clauses out of 94006 with flag 2473679/4271175
3042.72/2986.63	c cleaning 47997 clauses out of 96007 with flag 2577748/4320175
3081.33/3024.92	c cleaning 48996 clauses out of 98010 with flag 2683108/4370175
3121.58/3064.47	c cleaning 50002 clauses out of 100015 with flag 2790995/4421176
3163.70/3106.26	c cleaning 50998 clauses out of 102013 with flag 2901057/4473176
3205.74/3147.69	c cleaning 52002 clauses out of 104015 with flag 3013223/4526176
3251.67/3193.22	c cleaning 53000 clauses out of 106013 with flag 3127767/4580176
3301.86/3239.88	c cleaning 53999 clauses out of 108012 with flag 3244537/4635175
3353.05/3290.75	c cleaning 55005 clauses out of 110013 with flag 3363677/4691175
3401.07/3338.16	c cleaning 56000 clauses out of 112008 with flag 3484483/4748175
3450.46/3387.23	c cleaning 56996 clauses out of 114008 with flag 3607877/4806175
3507.47/3443.54	c cleaning 57998 clauses out of 116013 with flag 3732381/4865176
3556.54/3492.36	c cleaning 59001 clauses out of 118014 with flag 3858902/4925175
3600.08/3535.22	c starts		: 6
3600.08/3535.23	c conflicts		: 4975121
3600.08/3535.23	c decisions		: 5545425
3600.08/3535.23	c propagations		: 40267141
3600.08/3535.23	c inspects		: 6616063180
3600.08/3535.23	c shortcuts		: 0
3600.08/3535.23	c learnt literals	: 0
3600.08/3535.23	c learnt binary clauses	: 0
3600.08/3535.23	c learnt ternary clauses	: 0
3600.08/3535.23	c learnt constraints	: 4975121
3600.08/3535.23	c ignored constraints	: 0
3600.08/3535.23	c root simplifications	: 0
3600.08/3535.23	c removed literals (reason simplification)	: 78303226
3600.08/3535.24	c reason swapping (by a shorter reason)	: 0
3600.08/3535.24	c Calls to reduceDB	: 144
3600.08/3535.24	c Number of update (reduction) of LBD	: 37539
3600.08/3535.24	c Imported unit clauses	: 0
3600.08/3535.25	c No decision after first conflict	: false
3600.08/3535.25	c number of reductions to clauses (during analyze)	: 0
3600.08/3535.25	c number of learned constraints concerned by reduction	: 0
3600.08/3535.25	c number of learning phase by resolution	: 0
3600.08/3535.25	c number of learning phase by cutting planes	: 0
3600.08/3535.25	c number of rounding to 1 operations	: 0
3600.08/3535.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3535.25	c number of reductions of the coefficients by power 2 	: 0
3600.08/3535.25	c number of right shift for reduction by power 2 	: 0
3600.08/3535.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3535.25	c number of ending skipping 	: 0
3600.08/3535.25	c number of internal skipping 	: 0
3600.08/3535.25	c number of derivation steps 	: 0
3600.08/3535.25	c number of skipped derivation steps 	: 0
3600.08/3535.25	c number of remaining unassigned 	: 0
3600.08/3535.25	c number of remaining assigned 	: 0
3600.08/3535.25	c number of falsified literals weakened from reason	: 0
3600.08/3535.25	c number of falsified literals weakened from conflict	: 0
3600.08/3535.25	c time for arithmetic operations	: 0
3600.08/3535.26	c minimum degree of deleted constraints	: null
3600.08/3535.26	c maximum degree of deleted constraints	: null
3600.08/3535.26	c number of deleted constraints	: 0
3600.08/3535.26	c speed (assignments/second)	: 11391.541823251371
3600.08/3535.26	c non guided choices	: 0
3600.28/3535.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 108959
3600.28/3535.32	s SATISFIABLE
3600.28/3535.34	c Found 5 solution(s)
3600.28/3535.34	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 
3600.28/3535.34	c objective function=-111
3600.28/3535.36	c Total wall clock time (in seconds): 3535.206

Verifier Data

OK	-111

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498177-1751273258/watcher-4498177-1751273258 -o /tmp/evaluation-result-4498177-1751273258/solver-4498177-1751273258 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36245 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498177-1751273258.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=36715, runsolver pid=36712

[startup+0.100062 s]*
/proc/loadavg: 4.09 4.11 4.19 5/338 36733
/proc/meminfo: memFree=114198580/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=18930384 memory=57700 CPUtime=0.13 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 6574 0 0 0 11 2 0 0 20 0 18 0 43003290 19384713216 14425 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4732596 14425 5335 1 0 547620 0
[pid=36715/tid=36717] ppid=36712 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 43003291 19384713216 14425 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43003293 19384713216 14425 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=18930384 memory=56286469452864 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43003294 19384713216 14425 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57700 KiB

[startup+0.205847 s]*
/proc/loadavg: 4.09 4.11 4.19 7/338 36733
/proc/meminfo: memFree=114191472/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=18930384 memory=63956 CPUtime=0.32 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 7055 0 0 0 30 2 0 0 20 0 18 0 43003290 19384713216 15989 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4732596 15989 5399 1 0 547931 0
[pid=36715/tid=36717] ppid=36712 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 5301 0 0 0 15 2 0 0 20 0 18 0 43003291 19384713216 15989 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=18930384 memory=2621 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43003293 19384713216 15989 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=18930384 memory=55186957796323 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43003294 19384713216 15989 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63956 KiB

[startup+0.305803 s]*
/proc/loadavg: 4.09 4.11 4.19 6/338 36733
/proc/meminfo: memFree=114162864/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=18930384 memory=91816 CPUtime=0.51 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 9032 0 0 0 48 3 0 0 20 0 18 0 43003290 19384713216 22954 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4732596 22954 5399 1 0 548729 0
[pid=36715/tid=36717] ppid=36712 vsize=18930384 memory=-6000919498543294060 CPUtime=0.24 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 5314 0 0 0 22 2 0 0 20 0 18 0 43003291 19384713216 22954 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43003293 19384713216 22954 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43003294 19384713216 22954 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 91816 KiB

[startup+0.700242 s]
/proc/loadavg: 4.09 4.11 4.19 6/339 36734
/proc/meminfo: memFree=114123228/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=18996948 memory=140804 CPUtime=1.27 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 13973 0 2 0 122 5 0 0 20 0 19 0 43003290 19452874752 35201 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4749237 35201 5463 1 0 551889 0
[pid=36715/tid=36717] ppid=36712 vsize=18996948 memory=17536 CPUtime=0.61 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 5437 0 2 0 58 3 0 0 20 0 19 0 43003291 19452874752 35201 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43003293 19452874752 35201 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43003294 19452874752 35201 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43003333 19452874752 35201 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140804 KiB

[startup+1.50025 s]
/proc/loadavg: 4.09 4.11 4.19 6/339 36734
/proc/meminfo: memFree=114088260/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=212100 CPUtime=2.57 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 14402 0 2 0 250 7 0 0 20 0 20 0 43003290 19521036288 53025 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 53025 5495 1 0 552202 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=0 CPUtime=1.36 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 5471 0 2 0 132 4 0 0 20 0 20 0 43003291 19521036288 53025 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 53025 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 53025 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 53025 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 212100 KiB

[startup+3.10564 s]
/proc/loadavg: 4.09 4.11 4.19 5/340 36735
/proc/meminfo: memFree=113867420/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=360460 CPUtime=4.54 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 16422 0 2 0 443 11 0 0 20 0 20 0 43003290 19521036288 90115 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 90115 5495 1 0 552233 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=10752 CPUtime=2.81 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 5855 0 2 0 277 4 0 0 20 0 20 0 43003291 19521036288 90115 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=-6000919498543294060 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 90115 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 90115 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 90115 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360460 KiB

[startup+6.30024 s]
/proc/loadavg: 4.08 4.11 4.19 5/340 36735
/proc/meminfo: memFree=113527012/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=840456 CPUtime=8.02 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 19413 0 2 0 782 20 0 0 20 0 20 0 43003290 19521036288 210114 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 210114 5527 1 0 955376 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=0 CPUtime=5.73 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 6313 0 2 0 566 7 0 0 20 0 20 0 43003291 19521036288 210114 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 210114 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 210114 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=212100 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 210114 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 840456 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.11 4.19 5/340 36735
/proc/meminfo: memFree=113022580/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=1242312 CPUtime=14.81 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 23128 0 2 0 1452 29 0 0 20 0 20 0 43003290 19521036288 310578 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 310578 5527 1 0 955377 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=212100 CPUtime=11.77 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) S 36712 36715 35566 0 -1 4194368 6760 0 2 0 1170 7 0 0 20 0 20 0 43003291 19521036288 310578 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 310578 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=1119412 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 310578 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 310578 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 14.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1242312 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.10 4.19 5/340 36735
/proc/meminfo: memFree=111679572/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=2061764 CPUtime=28.09 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 26443 0 2 0 2763 46 0 0 20 0 20 0 43003290 19521036288 515441 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 515441 5527 1 0 1187246 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=-6000919498543294060 CPUtime=24.03 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 7798 0 2 0 2392 11 0 0 20 0 20 0 43003291 19521036288 515441 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 515441 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 515441 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 515441 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 28.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2061764 KiB

[startup+51.1057 s]
/proc/loadavg: 4.10 4.11 4.19 5/340 36735
/proc/meminfo: memFree=110413156/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=3293064 CPUtime=55.33 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 43130 0 2 0 5459 74 0 0 20 0 20 0 43003290 19521036288 823266 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 823266 5527 1 0 1304936 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=3091060 CPUtime=48.66 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 9632 0 2 0 4851 15 0 0 20 0 20 0 43003291 19521036288 823266 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=2916960 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 823266 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=1662292 CPUtime=0 cores=5,7

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

/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 3761830 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2112 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 3761830 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=15047320 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 3761830 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3220.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15047320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/340 37109
/proc/meminfo: memFree=110356044/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=15049368 CPUtime=3281.06 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 241471 0 2 0 327697 409 0 0 20 0 20 0 43003290 19521036288 3762342 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 3762342 5527 1 0 3830134 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=15043216 CPUtime=3164.05 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 130983 0 2 0 316318 87 0 0 20 0 20 0 43003291 19521036288 3762342 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 3762342 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2207 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 3762342 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=15049368 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 3762342 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3281.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15049368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/339 37111
/proc/meminfo: memFree=109364556/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=16042220 CPUtime=3344.67 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 252679 0 2 0 334036 431 0 0 20 0 20 0 43003290 19521036288 4010555 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 4010555 5527 1 0 4082902 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=16042220 CPUtime=3222.91 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 135660 0 2 0 322191 100 0 0 20 0 20 0 43003291 19521036288 4010555 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=16042220 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 4010555 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=15882476 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2217 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 4010555 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 4010555 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3344.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16042220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.17 4.18 5/338 37113
/proc/meminfo: memFree=109226188/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3405.26 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 257417 0 2 0 340091 435 0 0 20 0 20 0 43003290 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 4045376 5527 1 0 4082902 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3282 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 139216 0 2 0 328099 101 0 0 20 0 20 0 43003291 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2311 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=2228 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3405.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16181504 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/338 37115
/proc/meminfo: memFree=109225636/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3465.79 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 262213 0 2 0 346142 437 0 0 20 0 20 0 43003290 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 4045376 5527 1 0 4082902 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3341.19 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 142862 0 2 0 334018 101 0 0 20 0 20 0 43003291 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2311 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3465.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16181504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/338 37117
/proc/meminfo: memFree=109160076/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3526.6 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 266329 0 2 0 352221 439 0 0 20 0 20 0 43003290 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 4045376 5527 1 0 4082902 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3400.1 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 145377 0 2 0 339909 101 0 0 20 0 20 0 43003291 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2450 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3526.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16181504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.14 4.16 5/340 37127
/proc/meminfo: memFree=109160744/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3586.58 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 269846 0 2 0 358218 440 0 0 20 0 20 0 43003290 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 4045376 5527 1 0 4082902 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3459.86 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 148241 0 2 0 345884 102 0 0 20 0 20 0 43003291 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=16181504 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=280762549546784 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2450 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3586.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16181504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.2 s]
/proc/loadavg: 4.11 4.15 4.17 5/340 37127
/proc/meminfo: memFree=109160748/131249996 swapFree=33010684/33010684
[pid=36715] ppid=36712 vsize=19063512 memory=16181504 CPUtime=3600.08 cores=5,7
/proc/36715/stat : 36715 (java) S 36712 36715 35566 0 -1 4194304 270477 0 2 0 359567 441 0 0 20 0 20 0 43003290 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
/proc/36715/statm: 4765878 4045376 5527 1 0 4082902 0
[pid=36715/tid=36717] ppid=36712 vsize=19063512 memory=2760 CPUtime=3472.08 cores=5,7
/proc/36715/task/36717/stat : 36717 (java) R 36712 36715 35566 0 -1 4194368 148385 0 2 0 347106 102 0 0 20 0 20 0 43003291 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36726] ppid=36712 vsize=19063512 memory=21824 CPUtime=0 cores=5,7
/proc/36715/task/36726/stat : 36726 (Finalizer) S 36712 36715 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43003293 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36733] ppid=36712 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36715/task/36733/stat : 36733 (Common-Cleaner) S 36712 36715 35566 0 -1 4194368 2450 0 0 0 0 0 0 0 20 0 20 0 43003294 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
[pid=36715/tid=36734] ppid=36712 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/36715/task/36734/stat : 36734 (Timer-0) S 36712 36715 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43003333 19521036288 4045376 18446744073709551615 94313771552768 94313771556464 140726804213696 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94313771564280 94313771565072 94313772462080 140726804216193 140726804216294 140726804216294 140726804221896 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16181504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.98 s, system=4.45445 s

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

[startup+3535.4 s]*
/proc/loadavg: 4.11 4.15 4.17 5/322 37130
/proc/meminfo: memFree=122756240/131249996 swapFree=33010684/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): 3535.42
CPU time (s): 3600.44
CPU user time (s): 3595.98
CPU system time (s): 4.45445
CPU usage (%): 101.839
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16182144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.98
system time used= 4.45445
maximum resident set size= 16182400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273196
page faults= 2
swaps= 0
block input operations= 368
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114399
involuntary context switches= 7084


# summary of solver processes directly reported to runsolver:
#   pid: 36715
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3595.98
#   total CPU system time (s): 4.45445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07818 second user time and 18.2515 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 10:47:38
IDJOB=4498177
IDBENCH=148543
IDSOLVER=3363
FILE ID=nodeC015/4498177-1751273258
RUNJOBID= nodeC015-1751270066-36245
SLURM_JOB_ID= 9594182
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498177-1751273258/watcher-4498177-1751273258 -o /tmp/evaluation-result-4498177-1751273258/solver-4498177-1751273258 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36245 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498177-1751273258.opb

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

MD5SUM BENCH= 6e1b2ff6c1557355456038edfbaaf1c1
RANDOM SEED=1813967683

nodeC015 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.072
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.14
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		: 3599.617
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.14
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		: 3589.068
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.14
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.087
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.14
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.068
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.14
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.305
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.14
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		: 3586.989
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.14
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		: 3569.599
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114217836 kB
MemAvailable:   114179832 kB
Buffers:            3280 kB
Cached:           769612 kB
SwapCached:            0 kB
Active:         15937656 kB
Inactive:         513200 kB
Active(anon):   15696040 kB
Inactive(anon):        0 kB
Active(file):     241616 kB
Inactive(file):   513200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1028 kB
Writeback:             0 kB
AnonPages:      15681084 kB
Mapped:           122900 kB
Shmem:             18076 kB
KReclaimable:      92836 kB
Slab:             180884 kB
SReclaimable:      92836 kB
SUnreclaim:        88048 kB
KernelStack:        5200 kB
PageTables:        34336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   18004000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15382528 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 11:46:34