Trace number 4424907

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07MSAT (TO) 3600.65 3602.79

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-dsjc125-1-4_wcsp.wbo
MD5SUM4a9eb458ba5998baf9d85c7a824f8669
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark3586.32
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints3069
Number of soft constraints2944
Number of constraints which are clauses2944
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 737
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 2944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.15	c Number of processors 	2
0.12/0.18	--- Begin Solver configuration ---
0.12/0.18	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.18	Learn all clauses as in MiniSAT
0.12/0.18	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.18	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.18	No reason simplification
0.12/0.18	Glucose 2.1 dynamic restart strategy
0.12/0.18	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.12/0.18	timeout=2147483s
0.12/0.18	DB Simplification allowed=false
0.12/0.18	Listener: none
0.12/0.18	--- End Solver configuration ---
0.12/0.18	c Pseudo Boolean Optimization by upper bound
0.12/0.18	c --- Begin Solver configuration ---
0.12/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.18	c Learn all clauses as in MiniSAT
0.12/0.18	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.18	c No reason simplification
0.12/0.18	c Glucose 2.1 dynamic restart strategy
0.12/0.18	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.12/0.18	c timeout=2147483s
0.12/0.18	c DB Simplification allowed=false
0.12/0.18	c Listener: none
0.12/0.18	c --- End Solver configuration ---
0.12/0.18	c solving HOME/instance-4424907-1720891214.wbo
0.12/0.18	c reading problem ... 
0.53/0.38	c ... done. Wall clock time 0.194s.
0.53/0.38	c declared #vars     500
0.53/0.38	c internal #vars     3444
0.53/0.38	c #constraints  3195
0.53/0.38	c constraints type 
0.53/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
0.53/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3069
0.53/0.38	c 3195 constraints processed.
0.53/0.40	c objective function length is 2944 literals
0.68/0.50	c SATISFIABLE
0.68/0.51	c OPTIMIZING...
0.68/0.51	c Got one! Elapsed wall clock time (in seconds):0.325
0.68/0.51	o 84
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.359
0.84/0.54	o 83
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.376
0.84/0.55	o 70
2.82/1.68	c cleaning 2686 clauses out of 5404 with flag 20262/5404
4.00/2.67	c cleaning 4349 clauses out of 8719 with flag 45244/11405
5.12/3.75	c cleaning 5668 clauses out of 11369 with flag 74641/18404
6.50/5.00	c cleaning 6837 clauses out of 13702 with flag 114095/26405
7.90/6.39	c cleaning 7910 clauses out of 15864 with flag 159328/35404
9.50/7.92	c cleaning 8961 clauses out of 17956 with flag 208170/45406
11.20/9.61	c cleaning 9976 clauses out of 19993 with flag 264439/56404
13.10/11.51	c cleaning 10991 clauses out of 22018 with flag 323265/68405
15.09/13.58	c cleaning 11990 clauses out of 24026 with flag 381939/81404
17.40/15.84	c cleaning 13001 clauses out of 26036 with flag 449065/95404
19.79/18.22	c cleaning 14001 clauses out of 28035 with flag 526661/110404
22.20/20.62	c cleaning 14999 clauses out of 30034 with flag 605325/126404
24.77/23.12	c cleaning 15996 clauses out of 32035 with flag 693111/143404
27.41/25.76	c cleaning 16996 clauses out of 34039 with flag 791540/161404
30.20/28.57	c cleaning 17996 clauses out of 36043 with flag 894315/180404
33.09/31.45	c cleaning 19001 clauses out of 38047 with flag 1008002/200404
36.09/34.49	c cleaning 19984 clauses out of 40047 with flag 1121856/221405
39.80/38.16	c cleaning 21009 clauses out of 42064 with flag 1224290/243406
43.48/41.82	c cleaning 22009 clauses out of 44053 with flag 1347820/266404
47.37/45.70	c cleaning 22997 clauses out of 46044 with flag 1469950/290404
51.26/49.61	c cleaning 23994 clauses out of 48048 with flag 1592265/315405
55.56/53.95	c cleaning 25008 clauses out of 50054 with flag 1722638/341405
59.76/58.19	c cleaning 25992 clauses out of 52045 with flag 1864059/368404
64.24/62.63	c cleaning 26999 clauses out of 54053 with flag 1988500/396404
68.93/67.38	c cleaning 28001 clauses out of 56057 with flag 2118981/425407
74.03/72.48	c cleaning 29016 clauses out of 58055 with flag 2272742/455406
79.32/77.75	c cleaning 30003 clauses out of 60038 with flag 2427479/486405
84.71/83.19	c cleaning 31004 clauses out of 62034 with flag 2599830/518404
90.60/89.01	c cleaning 31998 clauses out of 64030 with flag 2786935/551404
96.68/94.98	c cleaning 32994 clauses out of 66032 with flag 2974080/585404
103.44/101.39	c cleaning 34006 clauses out of 68042 with flag 3294871/620408
109.53/107.46	c cleaning 35000 clauses out of 70033 with flag 3505138/656405
116.62/114.50	c cleaning 35996 clauses out of 72034 with flag 3764933/693406
123.40/121.36	c cleaning 37003 clauses out of 74036 with flag 4033844/731404
131.19/129.12	c cleaning 37997 clauses out of 76035 with flag 4323213/770406
139.27/137.25	c cleaning 39010 clauses out of 78042 with flag 4672407/810410
147.55/145.58	c cleaning 39991 clauses out of 80032 with flag 5025042/851410
156.73/154.72	c cleaning 41016 clauses out of 82035 with flag 5427380/893404
165.14/163.18	c cleaning 42006 clauses out of 84020 with flag 5784825/936405
174.45/172.48	c cleaning 43002 clauses out of 86014 with flag 6250415/980405
183.62/181.66	c cleaning 43999 clauses out of 88013 with flag 6593008/1025406
193.61/191.62	c cleaning 44984 clauses out of 90012 with flag 7041575/1071404
202.89/200.90	c cleaning 45996 clauses out of 92028 with flag 7422053/1118404
213.46/211.55	c cleaning 47003 clauses out of 94032 with flag 7860525/1166404
223.95/222.06	c cleaning 48000 clauses out of 96031 with flag 8270500/1215406
235.81/233.98	c cleaning 48993 clauses out of 98029 with flag 8751099/1265404
246.89/245.06	c cleaning 49983 clauses out of 100037 with flag 9161826/1316405
258.21/256.36	c cleaning 51021 clauses out of 102053 with flag 9579690/1368404
270.53/268.61	c cleaning 52001 clauses out of 104032 with flag 10021060/1421404
282.09/280.29	c cleaning 53009 clauses out of 106032 with flag 10408990/1475405
294.76/292.91	c cleaning 53992 clauses out of 108023 with flag 10833255/1530405
309.13/307.37	c cleaning 55009 clauses out of 110030 with flag 11421594/1586404
320.91/319.18	c cleaning 55990 clauses out of 112022 with flag 11777231/1643405
334.37/332.69	c cleaning 57015 clauses out of 114033 with flag 12255114/1701406
347.95/346.20	c cleaning 57990 clauses out of 116017 with flag 12673044/1760405
360.73/359.08	c cleaning 59010 clauses out of 118026 with flag 13063179/1820404
375.26/373.69	c cleaning 60003 clauses out of 120016 with flag 13614375/1881404
390.03/388.43	c cleaning 60998 clauses out of 122014 with flag 14111447/1943405
403.80/402.28	c cleaning 62005 clauses out of 124016 with flag 14513072/2006405
419.26/417.74	c cleaning 62976 clauses out of 126011 with flag 15024052/2070405
435.55/434.04	c cleaning 64015 clauses out of 128035 with flag 15572221/2135405
452.61/451.13	c cleaning 64994 clauses out of 130019 with flag 16104046/2201404
469.06/467.38	c cleaning 65997 clauses out of 132027 with flag 16492872/2268406
483.52/481.85	c cleaning 67006 clauses out of 134028 with flag 16912735/2336404
500.08/498.47	c cleaning 67999 clauses out of 136024 with flag 17409261/2405406
516.34/514.70	c cleaning 68994 clauses out of 138023 with flag 17838074/2475404
533.74/532.17	c cleaning 69980 clauses out of 140030 with flag 18296344/2546405
550.85/549.22	c cleaning 71017 clauses out of 142049 with flag 18737881/2618404
567.65/566.06	c cleaning 72007 clauses out of 144033 with flag 19176768/2691405
584.65/583.02	c cleaning 73004 clauses out of 146025 with flag 19592065/2765404
602.61/601.06	c cleaning 74005 clauses out of 148028 with flag 20080276/2840411
619.15/617.68	c cleaning 74993 clauses out of 150018 with flag 20551806/2916406
638.41/637.00	c cleaning 75998 clauses out of 152025 with flag 21078715/2993406
659.07/657.65	c cleaning 76999 clauses out of 154025 with flag 21646038/3071404
677.53/676.18	c cleaning 77990 clauses out of 156026 with flag 22108159/3150404
698.66/697.38	c cleaning 79012 clauses out of 158037 with flag 22766465/3230405
717.95/716.69	c cleaning 79997 clauses out of 160024 with flag 23300569/3311404
739.83/738.59	c cleaning 81005 clauses out of 162030 with flag 23857997/3393407
760.22/758.94	c cleaning 81996 clauses out of 164028 with flag 24339648/3476410
780.06/778.87	c cleaning 83011 clauses out of 166027 with flag 24828758/3560405
801.38/800.30	c cleaning 84004 clauses out of 168015 with flag 25313368/3645404
823.44/822.58	c cleaning 84992 clauses out of 170011 with flag 25851401/3731404
844.86/844.14	c cleaning 86003 clauses out of 172019 with flag 26418916/3818404
868.97/867.88	c cleaning 87004 clauses out of 174018 with flag 27029903/3906406
891.28/890.34	c cleaning 87990 clauses out of 176012 with flag 27607582/3995404
913.73/912.99	c cleaning 88973 clauses out of 178022 with flag 28247175/4085404
935.75/935.14	c cleaning 89996 clauses out of 180049 with flag 28829241/4176404
959.25/958.88	c cleaning 91019 clauses out of 182053 with flag 29477525/4268404
985.67/985.47	c cleaning 92003 clauses out of 184034 with flag 30212330/4361404
1010.31/1010.28	c cleaning 93003 clauses out of 186032 with flag 30794866/4455405
1036.36/1036.40	c cleaning 93978 clauses out of 188028 with flag 31461976/4550404
1065.31/1065.63	c cleaning 95011 clauses out of 190050 with flag 32259407/4646404
1090.74/1091.29	c cleaning 96005 clauses out of 192041 with flag 32899238/4743406
1119.16/1119.94	c cleaning 97015 clauses out of 194045 with flag 33711757/4841415
1148.72/1149.71	c cleaning 97992 clauses out of 196021 with flag 34405059/4940406
1179.36/1180.52	c cleaning 98995 clauses out of 198029 with flag 35186285/5040406
1209.18/1210.33	c cleaning 100009 clauses out of 200037 with flag 35909154/5141409
1241.23/1242.44	c cleaning 100995 clauses out of 202023 with flag 36697843/5243404
1272.29/1273.58	c cleaning 102010 clauses out of 204030 with flag 37407958/5346406
1306.38/1306.92	c cleaning 103007 clauses out of 206019 with flag 38185932/5450405
1335.47/1336.09	c cleaning 103998 clauses out of 208011 with flag 38882499/5555404
1366.09/1366.69	c cleaning 104994 clauses out of 210014 with flag 39603429/5661405
1396.90/1397.43	c cleaning 105988 clauses out of 212020 with flag 40318373/5768405
1429.52/1430.15	c cleaning 106967 clauses out of 214032 with flag 41167571/5876405
1465.04/1465.73	c cleaning 108019 clauses out of 216064 with flag 42003496/5985404
1498.31/1499.01	c cleaning 109022 clauses out of 218047 with flag 42742780/6095406
1534.75/1535.54	c cleaning 110003 clauses out of 220025 with flag 43584608/6206406
1569.09/1569.81	c cleaning 110987 clauses out of 222020 with flag 44345639/6318404
1601.06/1601.89	c cleaning 112010 clauses out of 224034 with flag 45108510/6431405
1633.83/1634.68	c cleaning 113005 clauses out of 226025 with flag 45909933/6545406
1667.27/1668.19	c cleaning 113993 clauses out of 228019 with flag 46736872/6660405
1703.79/1704.73	c cleaning 115011 clauses out of 230025 with flag 47600906/6776404
1741.71/1742.79	c cleaning 116001 clauses out of 232014 with flag 48577619/6893404
1779.50/1780.60	c cleaning 116986 clauses out of 234013 with flag 49614022/7011404
1815.23/1816.31	c cleaning 118012 clauses out of 236029 with flag 50468095/7130406
1849.64/1850.88	c cleaning 119001 clauses out of 238015 with flag 51259855/7250404
1884.04/1885.27	c cleaning 119997 clauses out of 240020 with flag 51962277/7371410
1928.82/1930.13	c cleaning 120996 clauses out of 242025 with flag 52997607/7493412
1964.18/1965.56	c cleaning 122002 clauses out of 244021 with flag 53861106/7616404
2001.17/2002.67	c cleaning 123001 clauses out of 246019 with flag 54624076/7740404
2043.91/2045.39	c cleaning 124001 clauses out of 248020 with flag 55605279/7865406
2084.29/2085.87	c cleaning 125010 clauses out of 250026 with flag 56639830/7991413
2127.81/2128.50	c cleaning 126000 clauses out of 252007 with flag 57588855/8118404
2165.81/2166.56	c cleaning 126987 clauses out of 254007 with flag 58392806/8246404
2209.67/2210.43	c cleaning 128002 clauses out of 256020 with flag 59440207/8375404
2256.23/2257.02	c cleaning 128998 clauses out of 258018 with flag 60413099/8505404
2303.99/2304.80	c cleaning 129992 clauses out of 260020 with flag 61461732/8636404
2343.74/2344.68	c cleaning 131005 clauses out of 262028 with flag 62260463/8768404
2383.42/2384.23	c cleaning 132006 clauses out of 264026 with flag 63028403/8901407
2428.40/2429.25	c cleaning 132969 clauses out of 266017 with flag 63985625/9035404
2473.00/2473.96	c cleaning 134017 clauses out of 268051 with flag 64956756/9170407
2514.86/2515.81	c cleaning 135001 clauses out of 270031 with flag 65745563/9306404
2564.67/2565.64	c cleaning 135998 clauses out of 272032 with flag 66767723/9443406
2610.55/2611.61	c cleaning 137010 clauses out of 274032 with flag 67845592/9581404
2652.73/2653.80	c cleaning 138001 clauses out of 276025 with flag 68754153/9720407
2695.42/2696.61	c cleaning 139005 clauses out of 278023 with flag 69655084/9860406
2742.08/2743.33	c cleaning 139989 clauses out of 280016 with flag 70675391/10001404
2788.14/2789.59	c cleaning 140981 clauses out of 282027 with flag 71714966/10143404
2838.24/2839.65	c cleaning 142016 clauses out of 284048 with flag 72717024/10286406
2888.10/2889.61	c cleaning 143010 clauses out of 286030 with flag 73781507/10430404
2942.37/2943.99	c cleaning 144009 clauses out of 288024 with flag 74876189/10575408
2990.25/2991.96	c cleaning 144966 clauses out of 290013 with flag 75905383/10721406
3038.39/3040.17	c cleaning 146008 clauses out of 292047 with flag 76866948/10868406
3085.45/3087.27	c cleaning 147021 clauses out of 294041 with flag 77733064/11016408
3134.55/3135.57	c cleaning 147997 clauses out of 296017 with flag 78592342/11165405
3182.45/3183.85	c cleaning 149002 clauses out of 298019 with flag 79472702/11315404
3233.20/3235.02	c cleaning 149988 clauses out of 300022 with flag 80585378/11466409
3284.01/3286.15	c cleaning 151004 clauses out of 302029 with flag 81702171/11618404
3337.48/3339.67	c cleaning 151977 clauses out of 304025 with flag 82867635/11771404
3390.32/3392.58	c cleaning 153013 clauses out of 306048 with flag 83937300/11925404
3442.08/3444.36	c cleaning 154006 clauses out of 308036 with flag 85071636/12080405
3495.16/3497.49	c cleaning 154997 clauses out of 310030 with flag 86268794/12236405
3550.28/3552.61	c cleaning 156013 clauses out of 312034 with flag 87427831/12393406
3600.08/3602.52	c starts		: 42491
3600.08/3602.55	c conflicts		: 12546832
3600.08/3602.56	c decisions		: 44293301
3600.08/3602.56	c propagations		: 17127859746
3600.08/3602.56	c inspects		: 18364576166
3600.08/3602.56	c shortcuts		: 0
3600.08/3602.56	c learnt literals	: 0
3600.08/3602.56	c learnt binary clauses	: 0
3600.08/3602.58	c learnt ternary clauses	: 0
3600.08/3602.58	c learnt constraints	: 12546832
3600.08/3602.58	c ignored constraints	: 0
3600.08/3602.58	c root simplifications	: 0
3600.08/3602.58	c removed literals (reason simplification)	: 0
3600.08/3602.58	c reason swapping (by a shorter reason)	: 0
3600.08/3602.58	c Calls to reduceDB	: 153
3600.08/3602.58	c Number of update (reduction) of LBD	: 8722234
3600.08/3602.58	c Imported unit clauses	: 0
3600.08/3602.58	c No decision after first conflict	: false
3600.08/3602.58	c number of reductions to clauses (during analyze)	: 0
3600.08/3602.58	c number of learned constraints concerned by reduction	: 0
3600.08/3602.58	c number of learning phase by resolution	: 0
3600.08/3602.58	c number of learning phase by cutting planes	: 0
3600.08/3602.58	c number of rounding to 1 operations	: 0
3600.08/3602.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3602.58	c number of reductions of the coefficients by power 2 	: 0
3600.08/3602.58	c number of right shift for reduction by power 2 	: 0
3600.08/3602.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3602.58	c number of ending skipping 	: 0
3600.08/3602.58	c number of internal skipping 	: 0
3600.08/3602.58	c number of derivation steps 	: 0
3600.08/3602.58	c number of skipped derivation steps 	: 0
3600.08/3602.58	c number of remaining unassigned 	: 0
3600.08/3602.58	c number of remaining assigned 	: 0
3600.08/3602.58	c number of falsified literals weakened from reason	: 0
3600.08/3602.58	c number of falsified literals weakened from conflict	: 0
3600.08/3602.58	c time for arithmetic operations	: 0
3600.08/3602.60	c minimum degree of deleted constraints	: null
3600.08/3602.60	c maximum degree of deleted constraints	: null
3600.08/3602.60	c number of deleted constraints	: 0
3600.08/3602.60	c speed (assignments/second)	: 4754874.00674427
3600.08/3602.60	c non guided choices	: 146
3600.47/3602.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 309447
3600.47/3602.77	s SATISFIABLE
3600.47/3602.77	c Found 3 solution(s)
3600.47/3602.77	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 
3600.47/3602.77	c objective function=70
3600.47/3602.78	c Total wall clock time (in seconds): 3602.595

Verifier Data

OK	55

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: 64059 MiB (59407 MiB free)
  memory of node 1: 64510 MiB (56326 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424907-1720891214/watcher-4424907-1720891214 -o /tmp/evaluation-result-4424907-1720891214/solver-4424907-1720891214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720890801-708082 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424907-1720891214.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=709340, runsolver pid=709337

[startup+0.102498 s]*
/proc/loadavg: 4.44 3.45 1.76 6/315 709358
/proc/meminfo: memFree=118476800/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=18975048 memory=56512 CPUtime=0.12 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 6625 0 0 0 10 2 0 0 20 0 18 0 141277879 19430449152 14128 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4743762 14128 5633 1 0 550965 0
[pid=709340/tid=709342] ppid=709337 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 5517 0 0 0 7 2 0 0 20 0 18 0 141277879 19430449152 14128 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141277885 19430449152 14128 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141277885 19430449152 14128 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56512 KiB

[startup+0.213494 s]*
/proc/loadavg: 4.44 3.45 1.76 7/315 709358
/proc/meminfo: memFree=118466904/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=18975048 memory=66332 CPUtime=0.31 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 7429 0 0 0 29 2 0 0 20 0 18 0 141277879 19430449152 16583 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4743762 16583 5733 1 0 551605 0
[pid=709340/tid=709342] ppid=709337 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 5959 0 0 0 17 2 0 0 20 0 18 0 141277879 19430449152 16583 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141277885 19430449152 16583 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141277885 19430449152 16583 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66332 KiB

[startup+0.317488 s]*
/proc/loadavg: 4.44 3.45 1.76 7/315 709358
/proc/meminfo: memFree=118462192/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=18975048 memory=71208 CPUtime=0.53 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 7558 0 0 0 50 3 0 0 20 0 18 0 141277879 19430449152 17802 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4743762 17802 5802 1 0 551657 0
[pid=709340/tid=709342] ppid=709337 vsize=18975048 memory=-8672357709205906108 CPUtime=0.27 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 5967 0 0 0 25 2 0 0 20 0 18 0 141277879 19430449152 17802 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141277885 19430449152 17802 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141277885 19430449152 17802 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71208 KiB

[startup+0.700487 s]
/proc/loadavg: 4.44 3.45 1.76 8/316 709359
/proc/meminfo: memFree=118456164/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19041612 memory=82716 CPUtime=1.18 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 9682 0 0 0 114 4 0 0 20 0 19 0 141277879 19498610688 20679 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4760403 20679 5840 1 0 553186 0
[pid=709340/tid=709342] ppid=709337 vsize=19041612 memory=5512 CPUtime=0.59 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 6100 0 0 0 57 2 0 0 20 0 19 0 141277879 19498610688 20679 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 20679 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 20679 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141277921 19498610688 20679 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82716 KiB

[startup+1.50295 s]
/proc/loadavg: 4.44 3.45 1.76 7/316 709359
/proc/meminfo: memFree=118441704/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19041612 memory=92196 CPUtime=2.65 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 14104 0 0 0 260 5 0 0 20 0 19 0 141277879 19498610688 23049 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4760403 23049 5855 1 0 554336 0
[pid=709340/tid=709342] ppid=709337 vsize=19041612 memory=11992 CPUtime=1.39 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 6283 0 0 0 137 2 0 0 20 0 19 0 141277879 19498610688 23049 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 23049 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 23049 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19041612 memory=279917245932816 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141277921 19498610688 23049 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92196 KiB

[startup+3.11298 s]
/proc/loadavg: 4.44 3.45 1.76 5/316 709359
/proc/meminfo: memFree=118431468/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19041612 memory=101652 CPUtime=4.53 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 16193 0 0 0 448 5 0 0 20 0 19 0 141277879 19498610688 25413 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4760403 25413 5855 1 0 554586 0
[pid=709340/tid=709342] ppid=709337 vsize=19041612 memory=0 CPUtime=2.99 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 7392 0 0 0 296 3 0 0 20 0 19 0 141277879 19498610688 25413 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 25413 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 25413 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19041612 memory=11600 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141277921 19498610688 25413 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101652 KiB

[startup+6.30041 s]
/proc/loadavg: 4.48 3.48 1.78 6/316 709359
/proc/meminfo: memFree=118418880/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19041612 memory=112052 CPUtime=7.9 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 16411 0 0 0 784 6 0 0 20 0 19 0 141277879 19498610688 28013 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4760403 28013 5855 1 0 554589 0
[pid=709340/tid=709342] ppid=709337 vsize=19041612 memory=11992 CPUtime=6.17 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 7458 0 0 0 614 3 0 0 20 0 19 0 141277879 19498610688 28013 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 28013 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19041612 memory=94248 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 28013 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141277921 19498610688 28013 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 7.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112052 KiB

[startup+12.7004 s]
/proc/loadavg: 4.53 3.50 1.80 5/316 709360
/proc/meminfo: memFree=118333744/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19041612 memory=140812 CPUtime=14.3 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 18093 0 0 0 1424 6 0 0 20 0 19 0 141277879 19498610688 35203 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4760403 35203 5855 1 0 554589 0
[pid=709340/tid=709342] ppid=709337 vsize=19041612 memory=0 CPUtime=12.54 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 8642 0 0 0 1251 3 0 0 20 0 19 0 141277879 19498610688 35203 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19041612 memory=-8672357709205906108 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 35203 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19041612 memory=2312 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141277885 19498610688 35203 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19041612 memory=11600 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141277921 19498610688 35203 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 14.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140812 KiB

[startup+25.5005 s]
/proc/loadavg: 4.48 3.54 1.84 5/320 709368
/proc/meminfo: memFree=118135604/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=186636 CPUtime=27.21 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 23239 0 0 0 2713 8 0 0 20 0 20 0 141277879 19566772224 46659 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 46659 5946 1 0 554878 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=11600 CPUtime=25.24 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 9675 0 0 0 2520 4 0 0 20 0 20 0 141277879 19566772224 46659 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 46659 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=112052 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 46659 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=279917245879600 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 46659 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 27.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186636 KiB

[startup+51.1132 s]
/proc/loadavg: 4.39 3.60 1.90 5/320 709373
/proc/meminfo: memFree=118052876/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=213616 CPUtime=52.78 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 26161 0 0 0 5267 11 0 0 20 0 20 0 141277879 19566772224 53404 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 53404 5946 1 0 554878 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=213616 CPUtime=50.66 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 10967 0 0 0 5062 4 0 0 20 0 20 0 141277879 19566772224 53404 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=279917246629248 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 53404 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0

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

Current children cumulated memory: 2974160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.29 4.24 5/319 711349
/proc/meminfo: memFree=122875484/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=2974180 CPUtime=3340.17 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 151518 0 0 0 333787 230 0 0 20 0 20 0 141277879 19566772224 743545 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 743545 5962 1 0 830690 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=0 CPUtime=3315.68 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 65417 0 0 0 331540 28 0 0 20 0 20 0 141277879 19566772224 743545 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=2648 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743545 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=35220 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 1975 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743545 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=2974180 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 743545 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3340.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2974180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.27 4.24 5/319 711359
/proc/meminfo: memFree=122875064/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=2974184 CPUtime=3400.1 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 154087 0 0 0 339778 232 0 0 20 0 20 0 141277879 19566772224 743546 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 743546 5962 1 0 830690 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=2974160 CPUtime=3375.39 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 66226 0 0 0 337511 28 0 0 20 0 20 0 141277879 19566772224 743546 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=2687284 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743546 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=2974180 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2043 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743546 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=35220 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 743546 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3400.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2974184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.23 4.23 5/319 711369
/proc/meminfo: memFree=122874412/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=2974212 CPUtime=3460.04 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 154648 0 0 0 345770 234 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 743553 5962 1 0 830690 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=2974212 CPUtime=3435 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 66493 0 0 0 343472 28 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2043 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=-8672357709205906108 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3460.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2974212 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.22 4.22 5/319 711380
/proc/meminfo: memFree=122873940/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=2974212 CPUtime=3520.06 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 157042 0 0 0 351769 237 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 743553 5962 1 0 830690 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=5512 CPUtime=3494.52 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 67310 0 0 0 349424 28 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=104 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2113 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3520.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2974212 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.19 4.21 5/319 711391
/proc/meminfo: memFree=122873340/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=2974212 CPUtime=3579.92 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 157465 0 0 0 357753 239 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 743553 5962 1 0 830690 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=5512 CPUtime=3554.18 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 67593 0 0 0 355390 28 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=1944 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2113 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3579.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2974212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.5 s]
/proc/loadavg: 4.14 4.19 4.21 5/319 711394
/proc/meminfo: memFree=122873312/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19108176 memory=2974212 CPUtime=3600.08 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 157516 0 0 0 359768 240 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4777044 743553 5962 1 0 830690 0
[pid=709340/tid=709342] ppid=709337 vsize=19108176 memory=2974212 CPUtime=3574.32 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 67641 0 0 0 357404 28 0 0 20 0 20 0 141277879 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19108176 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19108176 memory=5512 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2113 0 0 0 0 0 0 0 20 0 20 0 141277885 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709359] ppid=709337 vsize=19108176 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709359/stat : 709359 (Timer-0) S 709337 709340 708072 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141277921 19566772224 743553 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2974212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.22 s, system=2.42897 s

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

[startup+3602.61 s]
/proc/loadavg: 4.14 4.19 4.21 5/319 711394
/proc/meminfo: memFree=122873312/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19307868 memory=2974896 CPUtime=3600.28 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 159890 0 0 0 359787 241 0 0 20 0 21 0 141277879 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4826967 743724 5961 1 0 831597 0
[pid=709340/tid=709342] ppid=709337 vsize=19307868 memory=31652 CPUtime=3574.42 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 67736 0 0 0 357414 28 0 0 20 0 21 0 141277879 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19307868 memory=27228 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141277885 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19307868 memory=40456 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2113 0 0 0 0 0 0 0 20 0 21 0 141277885 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2974896 KiB

[startup+3602.7 s]
/proc/loadavg: 4.14 4.19 4.21 5/319 711394
/proc/meminfo: memFree=122873312/131655788 swapFree=131071996/131071996
[pid=709340] ppid=709337 vsize=19307868 memory=2974896 CPUtime=3600.47 cores=0,2
/proc/709340/stat : 709340 (java) S 709337 709340 708072 0 -1 1077936128 159898 0 0 0 359806 241 0 0 20 0 21 0 141277879 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
/proc/709340/statm: 4826967 743724 5961 1 0 831597 0
[pid=709340/tid=709342] ppid=709337 vsize=19307868 memory=2974212 CPUtime=3574.51 cores=0,2
/proc/709340/task/709342/stat : 709342 (java) R 709337 709340 708072 0 -1 4194368 67736 0 0 0 357423 28 0 0 20 0 21 0 141277879 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709351] ppid=709337 vsize=19307868 memory=2974212 CPUtime=0 cores=0,2
/proc/709340/task/709351/stat : 709351 (Finalizer) S 709337 709340 708072 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141277885 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
[pid=709340/tid=709358] ppid=709337 vsize=19307868 memory=5512 CPUtime=0 cores=0,2
/proc/709340/task/709358/stat : 709358 (Common-Cleaner) S 709337 709340 708072 0 -1 1077936192 2113 0 0 0 0 0 0 0 20 0 21 0 141277885 19771256832 743724 134679101440 94527309119488 94527309123184 140725667654080 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94527309131000 94527309131792 94527311798272 140725667660837 140725667660927 140725667660927 140725667667912 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2974896 KiB

Child status: 143

Real time (s): 3602.79
CPU time (s): 3600.65
CPU user time (s): 3598.22
CPU system time (s): 2.42897
CPU usage (%): 99.9405
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2974896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.22
system time used= 2.42897
maximum resident set size= 2975664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108872
involuntary context switches= 28730


# summary of solver processes directly reported to runsolver:
#   pid: 709340
#   total CPU time (s): 3600.65
#   total CPU user time (s): 3598.22
#   total CPU system time (s): 2.42897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7398 second user time and 35.414 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-13 19:20:27
IDJOB=4424907
IDBENCH=144120
IDSOLVER=3037
FILE ID=nodeC008/4424907-1720891214
RUNJOBID= nodeC008-1720890801-708082
SLURM_JOB_ID= 7485812
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-dsjc125-1-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424907-1720891214/watcher-4424907-1720891214 -o /tmp/evaluation-result-4424907-1720891214/solver-4424907-1720891214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720890801-708082 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424907-1720891214.wbo

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

MD5SUM BENCH= 4a9eb458ba5998baf9d85c7a824f8669
RANDOM SEED=1187577518

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118512516 kB
MemAvailable:   118490448 kB
Buffers:          330480 kB
Cached:           495836 kB
SwapCached:            0 kB
Active:           506204 kB
Inactive:       12114576 kB
Active(anon):       1476 kB
Inactive(anon): 11830736 kB
Active(file):     504728 kB
Inactive(file):   283840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:      11790920 kB
Mapped:           121772 kB
Shmem:             37704 kB
KReclaimable:      58788 kB
Slab:             148104 kB
SReclaimable:      58788 kB
SUnreclaim:        89316 kB
KernelStack:        4800 kB
PageTables:        33124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13813208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45952 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11372544 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      146248 kB
DirectMap2M:     9195520 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC008 at 2024-07-13 20:20:30